﻿body 
{
	margin-top: 0px;
	font-size:small;
	font-family:Verdana,Arial,Tahoma,sans-serif;
	background-image:url("../../images/bg.gif");
}

#mainContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	/*background-color: #F7EEE7; */
	/*background-color: #DCDCDC; */
	background-color:#FCF9F4;
	
	
	
}
#header
{
	/*background-color:#F1E3D9;*/
	/*background-color: #A2A2A2;*/
	/*background-image: url("../../images/header.jpg");*/
	background-color:#BAB0A6;
	color:Black;
	margin: 0px 0px 5px 0px;
	width: 800px;
	height: 180px;
	vertical-align:middle;
	font-size:600%;
	/*font-family:Bitstream Vera Sans,Lucida Calligraphy, Verdana, Arial;*/
	/*font-family: Lucida Calligraphy,Palatino Linotype,Verdana, Arial;*/
	font-family:Verdana,Arial,Tahoma,sans-serif;
}
#navBar
{
	/*background-color:#F1E3D9;*/
	/*background-color: #A2A2A2;*/
	background-color:#BAB0A6;
	float: left;
	width: 140px;
	padding: 0 4px 0 10px;	
	height:600px;
}


#content
{
	float:left;
	width: 630px;
	margin-left: 3px;
	padding: 0px 0px 5px 10px;
	border-left: 1px solid #cccccc;
	
	/*background-color:#EAEAEA;*/
	/*background-color: HighlightTxt;*/
	/*background-color:#F1E3D9;*/
	
}

#footer
{
    clear:both;
	
	padding: 3px 0 0 0;
	background-color: #BAB0A6;
	/*background-color: #F1E3D9;*/
	text-align:center;
	font-size:x-small;
	width: 800px;
}

h3
{
    /*color : #CDA385;   */
    /*color:#999999; */
    color:#FCF9F4;
    font-size:x-large;
}

.ftTitle
{
	font-style:italic;
	font-weight:bold;
	font-size:medium;
	text-decoration:underline;
}

.contactStyle
{
	font-weight:bold;
	font-size:xx-small;
	color:#FCF9F4;
	vertical-align:bottom;
}

/***********************************************/
/* Layout anchors in menuControl               */
/***********************************************/
.staticMenuItem
{
padding: 1px;
padding-left: 5px;
width: 140px;
/*background-color: #F1E3D9;*/
/*background-color: #999999;*/
background-color: #DCDCDC;
border-bottom: 1px solid #fff;
font-weight: bold;
/*color:#CDA385;*/
color:#999999;
}
.selectedMenuItem
{
	/*background-color: #CDA385;*/
	background-color: #666666;
	color: White;  
}
.hoverMenuItem 
{
/*background-color: #ECCC9A;*/
background-color: #999999;
color: White;
}


.dynamicMenuItem
{
padding: 1px;
padding-left: 5px;
width: 160px;
/*background-color: #F1E3D9;*/
/*background-color: #999999;*/
background-color: #DCDCDC;
border-bottom: 1px solid #fff;
font-weight: bold;
/*color:#CDA385;*/
color:#999999;
}
.dynamicSelectedMenuItem
{
	/*background-color: #CDA385;*/
	background-color: #666666;
	color: White;  
}
.dynamicHoverMenuItem 
{
/*background-color: #ECCC9A;*/
background-color: #999999;
color: White;
}

.button
{
    font-family: Arial,Tahoma,sans-serif;
    font-size:11px;
    border:solid 1px #1f1f1f;        
}

/***********************************************/
/* Layout gridView             */
/***********************************************/
.rowStyle
{
	font-family: Arial,Tahoma,sans-serif;
    font-size:13px;
    font-weight :normal;
}
.alterRowStyle
{
	font-family: Arial,Tahoma,sans-serif;
    font-size:13px;
    font-weight :normal;
    background-color:#ffffff;
}	
.selectedRowStyle
{
	font-family: Arial,Tahoma,sans-serif;
    font-size:13px;
    background-color:#77E199;
    color:White;
}	

.headerStyle
{	
    font-size:small;
    text-align:left;
    font-weight:bold;
    color:#999999;
    background-color: #DCDCDC;    
}
.emptyRowStyle
{
	font-family: Arial,Tahoma,sans-serif;
    font-size:14px;
    color:#009900;
}

.fieldHeaderStyle
{
  text-align : right;
  padding-right : 3px;
}
	
td.imgStyle
{
	background-color:#BAB0A6;
	padding: 5px 5px 5px 5px;
	style:align="center";
}

img.imgStyle
{
	border: solid 5px #BAB0A6;
	style:align="center";
}


td.txtStyle
{
	
}

marquee
{
 a:link {color:#00FF00;} /* unvisited link */
 a:visited {color:#00FF00;} /* visited link */
 a:hover {color:#FF00FF;} /* mouse over link */
 a:active {color:#0000FF;}	
}
