﻿/****************************************************************************************\

    Global Styles
    Global Constructs
    Global Classes

\****************************************************************************************/

html 
{
}

body 
{
    font-family : Arial, Helvetica, Sans-Serif;
    font-size : 0.8em;
}

h1 
{
}

h2 
{
    font-size   : 2em;
    font-weight : normal;
}

h3 
{
    font-size   : 1.2em;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

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 : none;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
    font-weight     : bold;
}

td 
{
    text-decoration : none;
}

img 
{
}

label
{
}

strong em,
em strong
{
    text-decoration : underline;
    font-weight     : bold;   
}


/****************************************************************************************\
    
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ div _________________________________________________________________*/

div#studentProfileDetailsFooter
{
    font-size   : 1.5em;
    font-weight : bold;    
}

/*___ span _________________________________________________________________*/

label.loginForm span
{
    letter-spacing  : normal;
}

/*___ h1 _________________________________________________________________*/

/*___ h2 _________________________________________________________________*/

h2#h2InvoiceRegistrationFor
{
    font-size   : 14px;
    font-weight : bold;
}

/*___ h3 _________________________________________________________________*/

h3#h3ClassRegistration,
h3#h3StudentProfile,
h3#h3Profile
{
    font-size   : 2em;
    font-weight : normal;
}

/*___ h4 _________________________________________________________________*/

h4#h4ProfileClass
{
    font-size   : 1.2em;
    font-weight : normal; 
}

/*___ h5 _________________________________________________________________*/

/*___ h6 _________________________________________________________________*/

/*___ ol _________________________________________________________________*/

/*___ ul _________________________________________________________________*/

/*___ li _________________________________________________________________*/

li#liProfileClassHead
{
    font-weight : bold;    
}

/*___ a _________________________________________________________________*/

div.courseDetailsBox a.btnClassRegister,
div.profileButtonWrapper a.btnFormSave
{
    font-size   : 1.1em;   
    font-weight : bold;
}

ul.ulUpcomingWorkshops a
{
    font-weight : bold;
}

/*___ cite _________________________________________________________________*/

cite#brandingQuote
{
    font-style : italic;
    font-size : 1.3em;
}

/*___ input _________________________________________________________________*/

input#loginSubmit
{
    font-size : .85em;
}