@charset "utf-8";

/* RESET */
html, body, div, span, applet, object, iframe, blockquote, 
h1, h2, h3, h4, h5, h6, p, a, em, font, img, ol, ul, li, 
fieldset, form, label, legend, table, caption, pre,
tbody, tfoot, thead, tr, th, td {	
	background: transparent; 
	border: none;
	font-size: 100%;
    font-weight: normal;
    margin: 0;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;	
}
html{
	height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
	background:#FFFFFF;
	font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    height: 100%;
    line-height: 1;
    text-align: center;
	background:none;
}
#globalContainer{
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
ul, li{	
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
h1, h2, h3, h4, h5, h6 {
	border: none;
	font-style: normal;
	font-weight:bold;
	margin: 0;
	padding: 0;
	text-align: left;
}
h1{
	font-size:20px;
}
h2{
	font-size:18px;
}
h3{
	font-size:16px;
}
.clear{
	clear: both;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	overflow: hidden;
	min-height: 0 !important;
}
.wrapper{
	position:relative;
	margin:0;
	padding:0;
	height:100%;
}
									
/*---------------- Left ----------------*/
#Left {	
	background:url("images/layout/left/left_bg.png") 0 0 repeat-y transparent;
	float: left;
    font-size: 13px;
    height: auto;
    width: 175px;
    z-index: 1;
}
#Left ul.left_menu_nav{
	float:left;
	margin: 10px 15px;
    width: 145px;
}
#Left ul.left_menu_nav li{
	border-bottom: 1px dotted #DDDDDD;
    height: 25px;
	text-shadow: 1px 1px 2px #3B5998;
}
#Left ul.left_menu_nav li p{
	color:#FFF;
	line-height: 1.2em;
}
#Left ul.left_menu_nav li p.msnParragraph{
	font-size:12px;
}
#Left ul.left_menu_nav li.left_title{
	margin-top:20px;
	height:auto;
}
#Left ul.left_menu_nav li.left_sn{
	height:auto;
	border:none;
}
#Left ul.left_menu_nav li.left_sn a small{
	float: left;
    margin-bottom: 5px;
}
#Left ul.left_menu_nav li.left_sn input{
	border:1px solid #DDDDDD;
	color:#444444;
	font-size:12px;
    height: 20px;
	margin-bottom:7px;
    padding: 3px;
	width: 145px;
}
#Left ul.left_menu_nav li.left_sn input.btn_submit{
	background:url("/images/btn/button-bg.gif") 0 0 repeat-x transparent;	
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 25px;
    padding: 3px 10px;
	width: 105px;
}
#Left ul.left_menu_nav li.left_sn input:hover{
	border-color:#3B5998;
}
#Left ul.left_menu_nav li.left_sn input.btn_submit:hover{
	background-image:url("/images/btn/button-hover-bg.gif");
	border-color:#DDDDDD;
	color:#3B5998;
}
#Left ul.left_menu_nav li h2{
	border-bottom: 1px solid #C5CBD7;
    box-shadow: 0 1px 1px #3B5998;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding-bottom: 4px;
    text-shadow: 1px 1px 2px #3B5998;
    text-transform: uppercase;
}
#Left ul.left_menu_nav li a{
	color: #FFFFFF;
    float: left;
    margin-top: 6px;
}							
#Left ul.left_menu_nav li.left_menu_selected {
}
#Left ul.left_menu_nav .left_menu_selected{
	font-weight:bold;
	margin-left:3px;
}


/*---------------- Content ----------------*/
#Content {
    height: auto;
    margin-left: 12px;
    z-index: 2;
}
#Content .content_wrap{
	
}
#Content a{	
	color:#3B5998;
	font-weight:normal;
	text-decoration:none;
}
#Content a:hover{
	text-decoration:underline;
}
#Content a img {
	/*border:#666666 solid 1px; */
}
#Content h1, #Content h1 a {
	font-family:Georgia, Tahoma, sans-serif;
	font-size:20px;
	font-weight:normal;
}
#Content h1{
	margin-bottom:10px;
	color:#333333;
}
#Content h1 a:hover{
	color:#3B5998;
}
#Content h2{
	font-family:Georgia, Tahoma, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#333333;
}
#Content .breadcrumb{
	border-bottom:1px dotted #CCCCCC;
	height: 20px;
	margin-top:5px;
}
#Content .breadcrumb a{
	color:#3B5998;
	font-size:12px;
}
#Content .title_princ{
	border-bottom:5px solid #DDDDDD;
	display:block;
	height: 30px;
    margin-bottom: 10px;
	margin-top:5px;
}
#Content .title_sec{
	border-bottom:2px solid #DDDDDD;
	display:block;
	height: 25px;
    margin-bottom: 10px;
}
#Content .text_nav{
	border-bottom:1px dashed #DDDDDD;
	display:block;
	height: auto;
    padding-bottom: 10px;
}
#Content .text_nav a{
}
#Content .text_nav p{
	margin-bottom:10px;
}

#Content p{
	color:#333;
	line-height: 16px;
}
#Content iframe{
	position:absolute;
}
	 
#Content h3 {
	color:#444444;
}

#Content .forms{
}

#Content .forms input,
#Content .forms select{
	border:1px solid #3B5998;
	color:#3B5998;
	float: left;
	font-size: 13px;
	height: 20px;
    margin-right: 5px;
	padding-left: 3px;
    width: 109px;
}

#Content .forms select option{
	width: 106px;
}

#Content .forms .btn_medium{
	background:url("/images/btn/button_medium_bg.png") 0 0 repeat-x transparent;
	border:1px solid #DDDDDD;
	color: #444444;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: auto;
    padding: 0 10px;
	width: auto;
}
#Content .forms .btn_medium:hover{
	background-image:url("/images/btn/button_medium_hover_bg.png");
	color:#3B5998;
	text-decoration:none;
}

#Content .forms input.btn_submit{
	background:url("/images/btn/button-bg.gif") 0 0 repeat-x transparent;
	border:1px solid #DDDDDD;
	color:#444444;
	font-size:12px;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 25px;
	width:auto;
	padding:3px 5px;
}
#Content .forms input.btn_submit:hover{
	background-image:url("/images/btn/button-hover-bg.gif");
	border-color:#DDDDDD;
	color:#3B5998;
}

#Content .btn_medium{
	background:url("/images/btn/button_medium_bg.png") 0 0 repeat-x transparent;
	border:1px solid #DDDDDD;
	color: #444444;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: auto;
    padding: 0 10px;
	width: auto;
}
#Content .btn_medium:hover{
	background-image:url("/images/btn/button_medium_hover_bg.png");
	color:#3B5998;
	text-decoration:none;
}

#Content .btn_small{
	background:url("/images/btn/button_small_bg.png") 0 0 repeat-x transparent;
	border:1px solid #DDDDDD;
	color: #444444;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: auto;
    padding: 0 10px;
	width: auto;
}
#Content .btn_small:hover{
	background-image:url("/images/btn/button_small_hover_bg.png");
	color:#3B5998;
	text-decoration:none;
}

/* Datos de Planilla*/
#Content h4	 {
	color:#68787D;
	display: inline;	
}
#Content h4	p {
	color:#68787D;
	display: inline;
	text-decoration:underline;
}		
/* Content ClassNav Buy Books */
.ClassNavON	 {	
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
}			 
.ClassNavOFF{	
	font-size:12px;
	text-decoration:underline;
}
.BoldU{	
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#747474;
}
#Content form h3 {
	font-size: 12px;	
	text-decoration:none;
 }
 
#Content .library_form{
	background:url("images/img/library_bg.png") 0 0 repeat-x transparent;
	float: left;
    height: 44px;
    margin-top: -8px;
    padding-top: 6px;
	padding-left: 5px;
    width: 100%;
}
#Content .library_form ul li{
	float:left;
	margin-right: 8px;
	width: 106px;
}
#Content .library_form ul li p{
	color: #3B5998;
	font-size: 13px;
}
#Content .forms .library_form input, 
#Content .forms .library_form select{
	cursor:pointer;
	font-size: 12px;
	width: 106px;
}
#Content .forms .library_form select{
	cursor:pointer;
}
#Content .forms .library_form input.btn_medium{
	width:auto;
}
div.login input.FieldForm{
	width:150px;
	margin-bottom:4px;
}

/* Se usa para todas las vinculos con una lupa o imagen a la derecha en el content:*/
.Underline {
	font-size:11px;
	text-decoration:underline;
	color:#40494D;
}	
/* Se Usa para todos los Due Date de las tablas de infomacion.:*/				 	
.Ddate  {		 
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#68787D;
	padding-bottom:3px;
}
.ImgFloat{
	float:right; 
	clear:both; 
	margin-left:10px;
}
			
/************************************** MESSAGES LAYERS ****************************************/						
.TableStyle	{	
	border: #000000 solid;
	border-width: 1px 1px 1px 1px;
	background-color:#F7F7F7;
}
.LayerStyle	{	
	background-position:right bottom;
	background-image:url(images/img/layercorner.gif);
	background-repeat:no-repeat;
}
								
/* Solo para los message details*/	
.MessageStyle{	
	border: #000000 solid;
	border-width: 1px 1px 1px 1px;
	background-color:#F7F7F7;
	background-position:right bottom;
	background-image:url(images/img/layercorner.gif);
	background-repeat:no-repeat;
}
			
/******** BORDES en Orden de Izquierda a Derecha - TRBL -Top - Right - Bottom - Left ***********/

/* Los Nombres de los bordes deben contener la ubicaci�n + la posici�n/es donde es aplicado 
   Ej.: DiagramRL -> describe su aplicaci�n en el Diagram para los bordes Right y Left  */
.DiagramRL {	
	border: #4C4C4C solid; 
	border-width: 0px 1px 0px 1px;
}
.TRBL{
	border: #EBE9E5 solid; 
	border-width: 1px 1px 1px 1px;
}
.RB	{
	background-color:#CCC;
	border: #EBE9E5 solid; 
	border-width: 0px 1px 1px 0px;
	color:#444444;
}
.TRL{	
	border: #E7E9E8 solid; 
	border-width: 1px 1px 0px 1px;
	color:#444444;
}
.B {	
	border: #E7E9E8 solid; 
	border-width: 0px 0px 1px 0px;
	color:#444444;
}
.t_body{
	border-right:1px solid #EBE9E5;
}
.t_head{
	background:url("/images/layout/tabs-bg.png") 0 0 repeat-x transparent;
	border-bottom:1px solid #EBE9E5;
	border-left:1px solid #EBE9E5;
	font-weight:bold;
	color:#555555;
	height:30px;
	padding:3px;
}
.t_nav{
	border-bottom:1px solid #EBE9E5;
	border-left:1px solid #EBE9E5;
	font-weight:bold;
	color:#555555;
	height:25px;
	padding:3px;
	font-size:11px;
}

/******************************** ESTILOS EXTRA PARA FORMULARIOS ********************************/
.ShopCartForm{	
	width:16px;
	text-align:center;
	background-color: #F9F9F9;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
				
/*Espec�fico para formulario de Registro - Ancho de los campos diferencial - */

.FieldForm,
.FormGroup,
.ComboEstados,
.Scroll{
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #ddd;
	width:296px;	
}
.FieldForm:hover,
.FormGroup:hover,
.Scroll:hover{
	background-color:#FDFDFD;
}

.ComboFechas{	
	background-color: #F9F9F9;
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #ddd;
	width:80px;
}		

/*Espec�ficos para formulario de My Account (Mi cuenta)- Ancho de los campos diferencial - */
.Password{	
	width:80px;	
	background-color: #F9F9F9;
}
#MABirth .ComboFechas, #MABirth .FieldForm {	
	width:96px;		
	background-color: #F9F9F9;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}			
#MAState .ComboEstados{	
	width:296px;	
	background-color: #F9F9F9;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#NotesFormDiv input{
	text-align:center;
}
#NotesFormDiv input.ALeft{
	text-align:left;
}
#ExamForm .ComboEstados, #ExamForm, #ExamForm{ 	
	width:140px;
}		

/*Field Error Com�n*/
				
.FieldError{	
	background-color: #3B5998;
	width:296px;
	color: #FFFFFF;
}
				
/*Field Errors Diferenciales para el Formulario de Registro de Alumnos a grupos*/

#GroupBirth .FieldError{	
	width:74px;
}
#GroupState .FieldError{	
	width:266px;
}			
				
/*Field Errors Diferenciales para el Formulario de My Account (Mi Cuenta) */
#RegisterABMForm .FieldError{	
	width:296px;		
}
#MABirth .FieldError{	
	width:96px;	
}
#MAState .FieldError{	
	width:296px;
}

/* Formulario de Registro ev_confirmation.tpl */
#PurposeDiv .FieldError{	
	width:296px;			
}			
				
/********************************************/
.ErrorMesForm{	
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	background-color:#3B5998;
}
.Asterisco {	
	color:#495678;
	display: inline;
}
.SacaBorde {	
	border:0;
}
.Container	{
	width:100%;
	height:280px;
	overflow: auto;
	z-index:2;
}
.FloatDiv {
	position:absolute;
	border:none;
	z-index:9999;
	width:auto;
}

/* Formulario de cursos */

.coursesFilterForm{
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #EFEFEF;
    margin: 0 0 10px;
    padding: 5px;
}
.coursesFilterForm select#FilterZoneId {
	width: 160px;
}
.coursesFilterForm select#FilterTypeCourseId {
	width:220px;
}
.coursesFilterForm select#FilterCourseId {
	width: 320px;
}
.coursesFilterForm .checkText{
	font-size:10px;
	color:#333;
}
.coursesFilterForm .submitForm{
	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #A9A9A9;
    color: #444444;
    float: right;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 6px;
    text-shadow: 1px 1px 0 #FFFFFF;
	cursor:pointer;
}


.login{
	padding:20px;
}
#Content .login .title_princ{
	height:auto;
}
#Content .login h1{
	color: #333333;
    font-size: 24px;
    margin: 0 0 5px;
    padding: 0;
}
#Content .login p{
	line-height:1.3em;
	margin-bottom: 10px;
}
#Content .login label{
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
}
#Content .login input{
	width:200px;
	float:left;
}
#Content .login .loginFoot{
	margin-top:10px;
}
#Content .login small{
	font-size:10px;
	float:left;
}
#Content .login input.btn_medium{
	float:right;
	width:auto;
}

.youCanInfo{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 6px;
    left: 50%;
    margin-left: -200px;
    position: absolute;
    width: 400px;
}
.youCanInfoWrap{
	margin: 20px;
	text-align:center;
}
#Content .youCanInfo h3{
	color: #666666;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.youCanInfoWrap img{
	border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px #666666;
    display: block;
    margin: 0 auto;
}
#Content .youCanInfoWrap p{
	line-height: 1.5em;
    margin: 10px 0;
}
.youCanInfoWrap p i{

}
.youCanInfoWrap p strong{

}
.youCanInfoWrap label{
	background: none repeat scroll 0 0 #666666;
    border-radius: 10px 10px 10px 10px;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 6px;
    position: absolute;
    right: 15px;
    text-shadow: 1px 1px 0 #333333;
	cursor:pointer;
}
.youCanInfoWrap label:hover{
	background: none repeat scroll 0 0 #C00;
}

