/* ===========================================
    CSS STYLES para Colegio Interamericano del Norte
   ===========================================
*/   

/*_____________________________________________________*/

/* GENERAL */
/* style for module titles */
.Head   {                       /*-------------Ttulos de los Modulos */
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:  small;
	font-weight: bold;
	color: #012f59;
	letter-spacing: 2px;
	text-indent: 5pt;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  x-small;
    font-weight:    bold;
    color: #ff7510;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
    color: #587592;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: x-small;
    font-weight: normal;
	color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: x-small;
    font-weight: normal;
	color: #000000;
}

.NormalRed {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
    color: #FF0000;
}

.NormalBold {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: x-small;
    font-weight: bold;
}


/*___________________________________________________________*/
/* Common links used in Content of page */

A:link {
    text-decoration: underline;
    color: #012f59;
}
A:visited {
    text-decoration: underline;
    color:  #c1cdd9;
} 
A:active {
    text-decoration: underline;
    color: #012f59;
}
A:hover {
    text-decoration: none;
    color: #587592;
}





a.user:visited{ color:#c1cdd9; text-decoration:none; }
a.user:active{ color:#012f59; text-decoration:none; }
a.user:hover{ color:#587592; text-decoration:underline; }
a.user:link{ color:#012f59; text-decoration:none; }
.footer{ font-size:9px; }
a.footer:visited{ color:#c1cdd9; text-decoration:none; }
a.footer:active{ color:#012f59; text-decoration:none; }
a.footer:hover{ color:#587592; text-decoration:none; }
a.footer:link{ color:#012f59; text-decoration:none; }



/*____________________________[BREADCRUMB] TOKEN_______________________________*/
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 11px;
    color: #012f59;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #012f59;
}
A.SelectedTab:visited  {         /* Breadcrumb*/
    text-decoration:    none;
    color: #8ca3b9;
}
A.SelectedTab:active   {
    text-decoration:    none;
    color: #012f59;
}
A.SelectedTab:hover    {
    text-decoration:    none;
    color: #587592;
}

/* hyperlink style for buttons and link buttons used in some BREADCRUMB token */

.ponNavega {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #012f59;
}

/*___________________________________________________________________________________________*/
/*Custom classes                     

/* hyperlink style for buttons and link buttons used in [CURRENTDATE] token */
.ponFecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c1cdd9;
	font-weight: normal;
}



/* hyperlink style for buttons and link buttons used in [LOGIN] tokeen */
.ponLogin { color: #012f59; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; font-style: normal; }
A.ponLogin:link {
    text-decoration: none;
    color: #012f59;
}
A.ponLogin:visited {
    text-decoration: none;
    color: #c1cdd9;
}
A.ponLogin:active {
    text-decoration: none;
    color: #012f59;
}
A.ponLogin:hover {
    text-decoration: none;
    color: #587592;
}
.ElCopyright {
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size:  9px;
   color: #587592;
   text-transform: capitalize;
}
/* MENU de los MODULOS       Module Title _______________________ */

.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: Transparent;
}
.ModuleTitle_MenuItem { cursor: hand; color: #587592; font-family: Verdana, Tahoma, Arial, Helvetica; font-size: 9pt; font-weight: bold; font-style: normal; background-color: transparent; border-color: #ffffff; border-style: solid; border-width: 1px 0; }
.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-color: #ff7510; 
	border-left: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color= "#ff9140", Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {				/* divisores del Module submenu*/
	border-bottom: #ffffff 1px solid; 
	border-left: #ffffff 0px solid; 
	border-top: #ffffff 1px solid;  
	border-right: #ffffff 0px solid; 
	background-color: #ff9140; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {             /* seleccionado Module submenu*/
	cursor: hand; 
	color: #fff; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #587592;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



/*____________________________________________________________________________________________*/
/* GENERIC */
/*___________________________________________________________*/
H1 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 18px;
    color: #000001;
}
H2 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 16px;
    color: #000001;
}
H3 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 14px;
    color: #000001;
}
H4 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #000001;
}
H5 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    color: #000001;
}

H6 {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    color: #000001;
}
TFOOT, THEAD {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    color: #000001;
}

TH  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight: normal;
    color: #000001;
}


/*_____________________________________________________*/


SMALL {
    font-size:  8px;
}
BIG {
    font-size: 14px;
}
BLOCKQUOTE, PRE {
    font-family: Verdana, Tahoma, Arial, Helvetica;
}
/*_____________________________________________________*/

UL LI {
    list-style-type: square ;
}
UL LI LI {
    list-style-type: disc;
}
UL LI LI LI {
    list-style-type: circle;
}
OL LI {
    list-style-type: decimal;
}
OL OL LI    {
    list-style-type: lower-alpha;
}
OL OL OL LI {
    list-style-type: lower-roman;
}
/*_____________________________________________________*/

HR {
    color: #ff9140;
    height: 1px;
}
/* ComponentArt Menu */
.MenuGroup
{ height: 100%; border-color: gray #3f3f3f #3f3f3f gray; border-style: solid; border-width: 0 1px; }
.TopMenuItem
{ color:#fff; font-family:verdana; font-size:11px; font-weight:bold; height: 100%; border-color: white gray gray white; border-style: solid; border-width: 0 1px; cursor:pointer; }
.TopMenuItemHover
{ color:#fff; font-family:verdana; font-size:11px; font-weight:bold; background-color: #8da1b5; height: 100%; border-color: white gray gray white; border-style: solid; border-width: 0 1px; cursor:pointer; }
.TopMenuItemActive
{ color:#fff; font-family:verdana; font-size:11px; font-weight:bold; height: 100%; border-color: gray; border-style: solid; border-width: 0 1px; cursor:pointer; }
.MenuItem
{ color:#fff; font-family:verdana; font-size:11px; background-color: #3b5978; padding-top: 5px; border-color: white gray gray white; border-style: solid; border-width: 0 1px; cursor:pointer; }
.MenuItemHover
{ color:#fff; font-family:verdana; font-size:11px; background-color: #8da1b5; padding-top: 5px; border-color: white gray gray white; border-style: solid; border-width: 0 1px; cursor:pointer; }
.MenuItemActive
{ color:#fff; font-family:verdana; font-size:11px; background-color: #8da1b5; padding-top: 5px; border-color: gray; border-style: solid; border-width: 0 1px; cursor:pointer; }


