/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}

SELECT
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
}

INPUT
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    border-color: #6699CC;
    border-style: solid; 
    border-width: 1;
}

TEXTAREA
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    border-color: #6699CC;
    border-style: solid; 
    border-width: 1;
}


A:link {	
	color: #0066CC;
}
A:hover {	
	color: #E30000;
}

A:active {	
	color: #E30000;
}


a.footer,
a.footer:visited,
a.footer:active
{
font-family: Arial;
font-size: 10px; 
color: white;
font-weight: bold;
text-decoration: none;
}

a.footer:hover
{
color: #ffd800;
}

td
{
font-family:Arial;
font-size: 12px; 
}

.sideNavText
{
font-family:Arial;
font-size: 11px; 
}


.headerTitle
{
font-family: Verdana;
font-size: 22px; 
font-weight:bold;
color:white;	
}

.headerTitleSmall
{
font-family: Verdana;
font-size: 14px; 
font-weight:bold;
color:white;	
}

.headerHeading
{
font-family: verdana;
font-size: 12px; 
font-weight: bold;
color:white;	
}

.headerText
{
font-family: verdana;
font-size: 12px; 
font-weight: bold;
color:white;	
}

.statusMsg 
{	
 Color:"#FF6600";
 font-family:Arial;
 font-size:11px;
}

.timeDisplay
{
background-color:#EEEEEE;	
}

.H0
{
font-family: Arial;
font-size: 18px; 
font-weight: bold;
color:#101077;
}

.H1
{
font-family: Arial;
font-size: 14px; 
font-weight: bold;
color:#000000;
}

.H2
{
font-family: Arial;
font-size: 12px; 
font-weight: bold;
color:#004080;
}


form
{
margin-top: 0;
margin-bottom: 0;
}

.smallText
{
font-size: 9px;
color: Black;
}

.regularText
{
font-size: 10px;
color: Black;
}

.Text11
{
font-size: 11px;
color: Black;
}

.Text12
{
font-size: 12px;
color: Black;
}

.Text13
{
font-size: 13px;
color: Black;
}

.Text14
{
font-size: 14px;
color: Black;
}

.DevNotes
{
font-size: 10px;
color: Red;
font-style:italic;
}

.cellHead
{
border:0 solid #79B2C6;
}

.logoImage
{
 border:2 solid;
 border-color:#90A4E9; 
}

.sideNav1
{
border:0 solid;
border-left-width:2;
border-color:#90A4E9;
}

.sideNav2
{
border:0 solid;
border-right-width:2;
border-color:#90A4E9;
}

.pageTitle
{
border:0 solid;
border-bottom-width:2;
border-color:#90A4E9;
}

.button2
{
background-color: #FFF5BF;
color: black;
border-style: solid;
font-size:1.1em;
}

.modalbutton
{
background-color: #FFF5BF;
color: black;
border-style: solid;
font-size:1.1em;
height:28px;
width:96px;
}

.imagebutton
{
background-color: #FFF5BF;
color: black;
border-style: solid;
border-width:2px;
font-size:1.1em;
height:22px;
width:29px;
}

.cellBody
{
border-left: 0 solid #79B2C6; 
border-right: 0 solid #79B2C6; 
border-bottom: 0 solid #79B2C6; 
background-color: #FFFFFF; 
}

.cellBody2
{
border-left: 0 solid #79B2C6; 
border-right: 0 solid #79B2C6; 
border-bottom: 0 solid #79B2C6; 
background-color: white; 
}

.cellBody3
{
border-left: 1 solid #79B2C6; 
border-right: 1 solid #79B2C6; 
border-bottom: 1 solid #79B2C6; 
background-color: #E9EFF0; 
}

.cellBody4
{
border-left: 1 solid #79B2C6; 
border-right: 1 solid #79B2C6; 
border-bottom: 1 solid #79B2C6; 
background-color: #E0E8ED; 
}