/* 
IAC/SIE - <japp@iac.es>
CSS Style Sheet for IScAI School (IAC)
November 2009
 */


body {
	margin:0;
	padding:0;
	background-color: #072144;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

/* Structure */

#container {
	width: 1098px;
	margin: 30px auto 50px auto;
	background-color: #D8E1E8;
}


#banner {
	background: #fff url(images/banner-iscai.jpg) bottom left no-repeat;
	width: 100%;
	height: 200px;
	padding: 0 ;
	margin:0;
}


/* Top horizontal menu */

#top_menu{
	width: 100%; /* precision for Opera */
	margin: 0px auto;
	background-color: #072144;
	clear:both;

}

#top_menu ul{
	color: #000;
	font-weight: bold;
	width: 650px;
	list-style-type: none; 
	display: block; 
	line-height: 1.5em; 
	margin: 0 auto; 
	padding: 0;
	background-color: #072144;
	text-align: center;
}

#top_menu ul li {
	margin: 0;
	padding: 4px 3px;
	list-style-type: none;
	font-variant: small-caps;
	background-color: #072144;
	margin: 0 auto; 
}

#top_menu li {
	float: left;
	width:150px; 
}



#top_menu li a, #top_menu li a:link, #top_menu li a:active {
	color: #fff;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration:none;
}

#top_menu li a:hover {
	color: #FFB42B;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#content {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	width: 840px;
	padding: 15px 15px;
	border: 1px solid #072144;
    background: #D7E0E7 url(images/aro.png) top left repeat-y;
}

/* Main menu */
.menu {
	float: left;
	margin-top: 5px;
	vertical-align: top;
	background-color: #fff;
	width: 200px;
	padding: 20px 0 0 0px;
	background-color: #D8E1E8;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content h1 {
	font-size: 23px;
	color: #003366;
	margin: 5px 0px 5px 0px;
	font-variant:small-caps;
	border-bottom: solid 1px #072144;
}

#content h2 {
	font-size: 18px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}

#content h3 {
	font-size: 15px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}

p {
	line-height: 1.3em;
    text-align:justify;
}


#content ol li{
	padding: 1px 2px 10px 0px;
}

.menu ul {
	border-bottom: 0px;
}

.menu ul ul {
	padding-left: 10px;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #072144;
	display: block;
	background-color: #D8E1E8;
	border-left: 3px solid #D8E1E8;
	border-bottom: 1px solid #072144;
	text-decoration: none;
}

.menu a:hover, li.menu-current > a:link, li.menu-current > a:visited , li.menu-current > a:active {
	display: block;
	background-color: #A0B3CD;
	color: #000;
	border-left: 3px solid #072144;
	text-decoration: none;
}

#tools {
	margin: 30px 10px;
}

input#string, #tools input.submit {
	width: 110px;
	padding:4px 3px;
	border: 1px solid #072144;
	font-size: 13px;
}

#tools input.submit {
	width: 55px;
}

#footer {
	/*background: #fff url(images/top_bg.png) bottom left repeat-x;*/
	background-color: #D8E1E8;
	border-bottom: 3px solid #fff;
	padding: 3px 0 10px 0;
	color: #fff;
	text-align: center;
	color: #333;
	margin-top: 5px;
	font-size: 11px;
}


/* Linkology */

a, a:link, a:active {
	text-decoration: none;
	color: #285577;
	font-weight: bold;
}


#content a:hover, #footer a:hover {
	text-decoration: underline;
}

#footer a, #footer a:link, #footer a:active {
	text-decoration: none;
	font-weight: bold;
}

#streaming_button {
	margin-top: 20px;
}

#streaming_button a, #classroom_button a {
	width: 120px;

	display: block;
	padding: 15px 0 5px 70px;
	margin: 10px 0 0 10px;
	background: #D8E1E8 url("images/video_icon.png") top left no-repeat;
	border: none;
}

#classroom_button a {
	background: #D8E1E8 url("images/classroom_icon.png") left  10px no-repeat;

}

#streaming_button a:hover, #classroom_button a:hover {
	background-color:#D8E1E8;
	border: none;
}

.message {
	font-size: 0.7em;
	color: #8E9CAF;
	font-style:italic;
	font-weight:normal;
}

/* Upper menu tabs */

 #tabsJ {
      float:right;
      width:100%;
      background:#072144;
      line-height:normal;
	  border-bottom:1px solid #24618E;
      }
    #tabsJ ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }

    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:right;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
	  background-color: #072144;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

/* Formulario de registro */

#internship_op12, #internship_op34 {
	visibility:hidden;
	display:none;
	margin-left: 15px;
}

input, textarea {
	padding: 4px 5px;
	border: 1px solid #072144;
	font-size:14px;
}

#registration-form {
	width: 100%;
}

#registration-form input[type=text], #registration-form {
	width: 80%;

}

