﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family : Trebuchet MS;
    font-size : 11pt;
}

h1 
{
    font-size : 2em;
}

h2 
{
    font-size : 1.5em;
}

h3 
{
    font-size : 1.2em;
}

h4 
{
    font-size : inherit;
}

h5 
{
    font-size : inherit;
}

h6 
{
    font-size : inherit;
}

p 
{
    font-size : inherit;
}

ul 
{
    font-size : inherit;
}

ol 
{
    font-size : inherit;
}

li 
{
    font-size : inherit;
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : underline;
}

a:visited 
{
    text-decoration : underline;
}

a:hover 
{
    text-decoration : underline;
}

table 
{
    font-size : inherit;
    text-decoration : none;
}

tr 
{
    font-size : inherit;
    text-decoration : none;
}

th 
{
    font-size : inherit;
    text-decoration : none;
}

td 
{
    font-size : inherit;
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#site_info
{
    font-size : .75em;
}

/*___ SPAN _________________________________________________________________*/

span.classDetailsCategory 
{
    font-weight : bold;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

h4#h4StudentProfile 
{
    font-weight : normal;
}

/*___ H5 _________________________________________________________________*/

h5.h5StudentProfileDetailsFooter 
{
    font-family : Georgia,Serif;
    font-size   : 1.5em;
    font-weight : normal;
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

ul#ulProfileClass 
{
    font-size : 0.9em;
}

ul.ulSubPages
{
    font-size   : 110%;
    font-weight : bold;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

li#liProfileClassHead 
{
    font-weight : bold;
}

li.liProfileClass, 
ul#ulProfileClass li 
{
    padding     : 3px;
    position    : relative;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.navMain,
div#nav a
{
    font-size       : .8em;
    text-decoration : none;
    text-transform  : uppercase;
    font-weight     : bold;
}
    
a.navHover,
div#nav a:hover
{
    text-decoration : underline;
}

a.navSub,
div#nav ul.subMenu li a
{
    font-size : .7em;
}

div#content_sub a
{
    text-decoration : none;
    font-size       : .8em;
    font-weight     : bold;
    text-transform  : uppercase;
}

div#content_sub a:hover
{
    text-decoration : underline;
}

div#branding a
{
    text-decoration : none;
    font-size       : .8em;
    font-weight     : bold;
    text-transform  : uppercase;
}

div#branding a:hover
{
    text-decoration : underline;
}

a.aCourseCatalogClassTitle, 
a.aCourseCatalogClassMoreInfo 
{
    font-weight     : bold;
    text-decoration : none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

th.programSignup,
table.programSignup th
{
    font-weight : bold;
} 

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/

cite.gallery,
div#gallery cite
{
    font-size : 0.7em;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
