/* ===========================================
    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: #1c1767; background-color: transparent; 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: #3e3a7e;
}

/* 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: #716ea0;
}

/* 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: #1c1767;
}
a:visited {
    text-decoration: underline;
    color:  #3e3a7e;
} 
a:active {
    text-decoration: underline;
    color: #1c1767;
}
a:hover {
    text-decoration: none;
    color: #716ea0;
}




.user{ font-size: 11px; font-family: Verdana, Tahoma, Arial, Helvetica; }
a.user:visited{ color:#3e3a7e; text-decoration:none; }
a.user:active{ color:#1c1767; text-decoration:none; }
a.user:hover{ color:#716ea0; text-decoration:underline; }
a.user:link{ color:#1c1767; text-decoration:none; }
.footer{ font-size:9px; }
a.footer:visited{ color:#3e3a7e; text-decoration:none; }
a.footer:active{ color:#1c1767; text-decoration:none; }
a.footer:hover{ color:#716ea0; text-decoration:none; }
a.footer:link{ color:#1c1767; text-decoration:none; }



/*____________________________[BREADCRUMB] TOKEN_______________________________*/
/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 11px;
    color: #1c1767;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #1c1767;
}
A.SelectedTab:visited  {         /* Breadcrumb*/
    text-decoration:    none;
    color: #3e3a7e;
}
A.SelectedTab:active   {
    text-decoration:    none;
    color: #1c1767;
}
A.SelectedTab:hover    {
    text-decoration:    none;
    color: #716ea0;
}

/* hyperlink style for buttons and link buttons used in some BREADCRUMB token */

.ponNavega {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #1c1767;
}

/*___________________________________________________________________________________________*/
/*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: #1c1767;
	font-weight: normal;
}



/* hyperlink style for buttons and link buttons used in [LOGIN] tokeen */

.ponLogin { color: #1c1767; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; font-style: normal; }
A.ponLogin:link { text-decoration: none; color: #1c1767; }
A.ponLogin:visited { text-decoration: none; color: #3e3a7e; }
A.ponLogin:active { text-decoration: none; color: #1c1767; }
A.ponLogin:hover { text-decoration: none; color: #716ea0; }


.ElCopyright {
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size:  9px;
   color: #1c1767;
   text-transform: capitalize;
}




/*____________________________________________________________________________________*/
/*____________________________________________________________________________________________*/
/* 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: #494949;
    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:10px; font-weight:bold; background-color: #1c1767; height: 100%; border-color: white gray gray white; border-style: solid; border-width: 0 1px; cursor:pointer; }
.TopMenuItemHover
{ color:#1c1767; font-family:verdana; font-size:10px; font-weight:bold; background-color: #fff; 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:10px; font-weight:bold; background-color: #716ea0; height: 100%; border-color: gray; border-style: solid; border-width: 0 1px; cursor:pointer; }
.MenuItem
{ color:#fff; font-family:verdana; font-size:10px; background-color: #1c1767; padding-top: 5px; border-color: white gray gray white; border-style: solid; border-width: 0 1px; cursor:pointer; }
.MenuItemHover
{ color:#1c1767; font-family:verdana; font-size:10px; background-color: #fff; 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:10px; background-color: #1c1767; padding-top: 5px; border-color: gray; border-style: solid; border-width: 0 1px; cursor:pointer; }

