/* A section */
#content A:link {
    text-decoration: none;
    color: #FFFFFF;    
}

#content A:visited {
    text-decoration: none;
    color: #FFFFFF;        
}

#content A:active {
    text-decoration: none;
    color: #FFFFFF;        
}

#content A:hover {
    text-decoration: underline; 
    color: #FFFFFF;
}

/* popupControl links section */

#box A:link {
    text-decoration: none;
    color: #000000;
}

#box A:visited {
    text-decoration: none;
    color: #000000;
}

#box A:active {
    text-decoration: none;
    color: #000000;
}

#box A:hover {
    text-decoration: underline; 
    color: #000000;
}

/* popupControl section */

.popupControl
{
	position:absolute;
	visibility:hidden;
	margin-left: 5px;
	margin-top: 1px;
	border-right: gray 1px solid; 
	border-top: gray 1px solid; 
	border-left: gray 1px solid; 
	border-bottom: gray 1px solid;
	width: 175px;
	height: 100px;
	overflow:auto;
	padding: 3px;
	
}

/* Layout Stylesheet */ 

html
{
    overflow: hidden;
}

body
{
    background:#222222;
    color:#FFFFFF;
    text-align:center;
    font-family:Arial;
    font-size:12px; 
    text-align:left;
    margin: 0 0 0 0;
 }

#outer
{
    text-align:left;
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
    border: solid 1px #000000;
 }

#header
{
    height:143px;
    color:#333333;
    width: 100%;
 }

#menu
{
    background-color:#000000; 
    border-bottom: solid 1px white;     
    width: 100%;  
}
 
#content
{
    background:#000000;
    color:#FFFFFF;
    width:800px;
    overflow: auto;
    padding: 0px;
}

#footer
{
    height:16px;
    width: 100%;
    background:#000000;
    color:#E6EDF4;
    border:solid 999999;
    border-width:1px 0 0 0;
    margin:0;
    font-size: 8pt; 
    font-family: Arial;
}

input.btn
{
    color: #003366;
    font-family: 'trebuchet ms' ,helvetica,sans-serif;
    font-size: 84%;
    font-weight: bold;
    background-color: #F7F7F7;
    border: 1px solid;
    border-top-color: #003366;
    border-left-color: #003366;
    border-right-color: #003366;
    border-bottom-color: #003366;
}


input, select 
{
    color: #000000;
    font-size: 98%;
}

textarea
{
    color: #000000;
    border-color: #7F9DB9;
    font-size: 84%;
    border: 1px solid;    
}



/* grids section */

.rowHeader
{
    background-color: #101010;
    border: 0,0,0,0;
}

.rowStyle
{
    background-color: #F1F0DC;
    color: #000000;  
      
}

.rowAStyle
{
    background-color: #F1F0DC;    
    color: #000000;    
}

/* general section */

.PageHeader
{
    color: #FFFFFF; 
    font-weight:bold;
    font-size:large;
}


