/* CSS Stylesheet for ECS ewhse Web Application 
	Light Blue #91D9F5
	Dark Blue #0072BB 
   jcosgrove
   Cosgrove Technology Group
   November 14, 2003										*/

/* GENERAL */
/* Styles for titles */
.SiteTitle   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  28px;
    font-weight:    bold;
    color: #0072BB;
}

.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    bold;
    color: #0072BB;
}

.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #0072BB;
}

/* Styles used for most text rendered */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalSiteColor
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0072BB;
}

.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

.Message
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red;
}

/* Style for separator */
.Accent
{
    color: #0072BB;
    font-weight:    bold;
}

/* Text style for buttons and link buttons used */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
    
/* Hyperlink style for buttons and link buttons used */
A.CommandButton:link {
    text-decoration:    underline;
    color: #FF6600;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #FF6600;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #FF6600;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FF9900;
}
   
/* Style for navigation bar used */
.NavBar     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #91D9F5;
}
    
/* Text style for tab buttons used */
.TabButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0072BB;
}
    
/* Hyperlink style for buttons and link buttons used */
A.TabButton:link {
    text-decoration:    underline;
    color: #0072BB;
}

A.TabButton:visited  {
    text-decoration:    underline;
    color: #0072BB;
}

A.TabButton:active   {
    text-decoration:    underline;
    color: #0072BB;
}

A.TabButton:hover    {
    text-decoration:    underline;
    color: #000000;
}
   


/* GENERIC STYLES */
Body{
    background-color: #0072BB;
}

H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #0072BB;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #0072BB;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #0072BB;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #0072BB;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #0072BB;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #0072BB;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #0072BB;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #0072BB;
}

A:link  {
    text-decoration:    underline;
    color:  #FF6600;
}

A:visited   {
    text-decoration:    none;
    color:  #FF6600;
}

A:active    {
    text-decoration:    none;
    color:  #FF6600;
}

A:hover {
    text-decoration:    underline;
    color:  #FF9900;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


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: dimgrey;
    height:1pt;
    text-align:left
}

