/* Default CSS Stylesheet for a new Web Application project */

BODY {
	font-family: Tahoma, Verdana, Arial, helvetica, Times New Roman;
	background: #ffffff;
	margin: 0px auto 0px auto;
	font-size: 8pt;
}
	
#page 
{
width: 770px; 
height: 100%;
}

#content 
{
    background: #ffffff;
    padding: 10px;
    height: 100%;
    padding: 10px; 
}

#copyright
{
   text-align: right; 
   clear: both; 
   margin-top: 20px; 
   margin-bottom: 10px;
    }
    
#yellowstripes
{
background-position: center bottom; 
background-image: url(../images/converse_09.jpg); 
width: 226px; 
background-repeat: no-repeat; 
height: 75px;    
}

#leftmargin
{
    width: 226px; 
    height:100%; 
    float: left;
    background-color: Black;    
}

#leftmargin a:link, #leftmargin a:visited, #leftmargin a:active
{
    color:Yellow;
}	

#leftmargin a:hover
{
    text-decoration: none;    
}

#mainnav
{
    left: 250px; 
    width: 510px; 
    position: absolute; 
    top: 85px; 
    height: 15px; 
    text-align:right;
    color: White;   
}

#mainnav a:link, #mainnav a:visited, #mainnav a:active
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#mainnav a:hover
{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#secondarynav
{
    left: 250px; 
    width: 510px; 
    position: absolute; 
    top: 203px; 
    height: 15px; 
    text-align:right;
    color: White;   
}

#secondarynav a:link, #secondarynav a:visited, #secondarynav a:active
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#secondarynav a:hover
{
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

#leftcontent
{
padding:10px; 
height: 100%;
color: White;  
}

#pagearea
{
height: 100%;   
}
	
.greenstripe {
	background-color: Green;
	color:Black;
}
	
.bluestripe {
	background-color:Blue;
	color:Black;
	}

.closed {
	background-color:Gainsboro;
	color: Gray;
	}
	
.noclass {
	color: black;
	background-color: Gainsboro;
}
	
.othermonth {
	color: black;
	background-color: #a9a9a9;
}	
	
.yellowstripe {
	color: black;
	background-color: yellow;
}

.orangestripe {
	color: black;
	background-color: orange;
}

.redstripe {
	color: black;
	background-color: crimson;
}
	
.brownstripe {
	color: black;
	background-color: saddlebrown;
}

.LABEL 
{ 
	font-family: Verdana; 
	background: #d0d0d0;
}
.INPUT 
{ 
	background: #f0f0f0; 
}
.VALUE 
{ 
	background: #f0f0f0; 
}
TH, TR, TD, INPUT, SELECT, TEXTAREA
{
    font-family: Helvetica, Arial;
    font-size: 11px;
}
.TABLEBORDER
{
	border: 1px solid #606060; 
}