/* univstyles.css */

/* Stylesheet para superponerse a los css de styles */

/*********************************************************************************/
/* Left column elements */
#mainnav {
	background-color: #BAD1D1;
}

#mainnav A {
	BACKGROUND: url("images/fourdots_teal.gif") no-repeat;
	background-position: 10px 9px;	
	COLOR: #003366; 
}

#mainnav A:hover {
	BACKGROUND: url("images/fourdots_brick.gif") no-repeat; 
	background-position: 10px 9px;	
	COLOR: #ED4F02; 
}

#current A { 
	COLOR: #ED4F02;
 	BORDER-BOTTOM: #ADC5DE 1px solid; 
        BACKGROUND: url("images/fourdots_brick.gif") no-repeat;
		background-position: 10px 9px;
}

#current A:visited { COLOR: #ED4F02}

#current A:hover { COLOR: #ED4F02}

#subnavsect a {
	border-bottom: #7EB8B8 1px solid;
}

#subnavsect { 
	border-top: #d1dbe7 1px solid;
}

#subnav {
	background-color: #E0EBEB /* #E4EFEF */;
}


#subnav A {
	padding: 4px 8px 4px 25px;	
	display: block; 
	font-size: 0.8em; 
	background-image: none; 
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
 	MARGIN: 0px 0.6em 0px 0.6em;
	BORDER-BOTTOM: #F5F7FA 1px solid; 
}

#subnav A:hover {
	padding: 4px 8px 4px 25px;
	BACKGROUND-IMAGE: none; 
	COLOR: #ED4F02; 
	BACKGROUND-COLOR: transparent
}
#selected a { 
     background: url("images/plus_brick.gif") no-repeat; 
     background-position: 24px 8px; 
     background-color: #C5DEDE; /*#D1DBE7; */
     color: #ED4F02;
} 
 
#selected a:hover { 
     background: url("images/plus_brick.gif") no-repeat; 
     background-position: 24px 8px; 
        background-color: #C5DEDE;
       color: #B03E22; 
} 

/* End main nav column styles */



/*********************************************************************************/
/* Right column elements */

/* Beginning of Lower Level Navigation Bar */

#lowerlevelnav {
     background-color: #E5E5E5;
     border-top: 3px solid #FFFFFF;
}

#lowerlevelnavhead{
     background-color: #E5E5E5;
     color: #ED4F02;
}

#lowerlevelnav a.lowerLevelNavOdd { background-color: #ECECEC; }

#lowerlevelnav a {
     background: url("images/plus_gray.gif") no-repeat;
     background-position: 18px 8px; /******************************/
     color: #e8733e;
}

#lowerlevelnav a.lowelLevelNavSelected, #lowerlevelnav a:hover {
     background: url("images/plus_white.gif") #e89740 no-repeat;
     background-position: 18px 8px; /******************************/	 
     color: #FFFFFF;
}
/* end of lower level navigation bar */



/**************************************************************************/
/* estilos específicos UNIV */

.postit {
	float: right;
	width: 134px;
	/*height: 110px;*/
	margin-left: 10px;
	margin-bottom: 5px;
}
.postit #text {
	margin: 15px;
}
#languageSchoolsPostIt  a {
	display: block;
	text-decoration: none;
	margin-left: 1px;
	padding-left: 15px;
	background-image: url("images/plus_teal.gif");
	color: #666666;
	background-repeat: no-repeat;
	background-position: 0.6em 0.4em;
	margin-bottom: 1.5em;
	margin-right: 1px;
}
#languageSchoolsPostIt a:hover {
	background-image: url("images/plus_brick.gif");
	color: #ED4F02;
}
.postit a:hover {

}
#languageSchoolsPostIt {
	background-color: #DBE2EC;
	background-image: url("images/nav_ls_postit_bkgrd.gif");
}



.linktable {
	margin-top: 15px;

}
#languagestable a {
	text-decoration: none;
}

.linktable td a {
	margin-left: 6px;
	display: block;
	margin-right: 1px;
	text-transform: uppercase;
}
.linktable a:link, .linktable a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 15px;
	text-decoration: none;
}
.linktable td {
	width: 120px;
}
#languagestable td {
	background: url("images/fourdots_teal.gif") no-repeat;
	/*border-bottom: 1px dotted #339999;*/
	background-position: 0px 10px; 


}
#languagestable td a {

		background: url("images/nav_lsDottedRule.gif") repeat-x bottom left;
}

#languagestable td.none {
	background: none;
}

#languagestable a:link, #languagestable a:visited {
	color: #036;
}

#languagestable a:hover {
	color: #ED4F02;
	text-decoration: underline overline;
}
.languagetitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #399;
	font-weight: 900;
	font-size: 1.0em;
}
.postit img {
	display: block;
}

.lsSchoolHeader {
	text-transform: uppercase;
	color: #009999;
	margin-top: 5px;
}
#floatingDropdown {
	float: right;
	margin-top: 0px;
}
#floatingDropdown input{
  font-family: Arial;
  font-size: 10px;
  text-align: center;
  color: #656565;
  background-color: #ffffff;
  border: 1px solid #336699;
}
#floatingDropdown select {
	width: 120px;
	font-size: 10px;
	font-family: Arial;
	margin-right: 5px;
	margin-top: 8px;

}
.lsGateway {
	/*border-bottom: #adc5de 1px solid;*/
		background-image: url("images/nav_gateway_dotted_rule.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
}
.lsGateway h1 {
	color: #339999;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;
}
.lsGateway select {
	font-size: 0.9em;
}

