﻿body 
{
}

.ListReports
{
	background-color:Yellow;
	text-align: center;
}

#Login
{
	margin: 100px 0px 0px 0px;
	text-align: center
}
#navigation
{
	font-size: 13px;
	text-align:left;
	padding-left: 12px;
	font-family: Verdana;
	text-decoration: none;
	/*background-color:Lime;*/
}
#navigation a:hover {
	background-color: Silver;
	color: Black;
	text-decoration: none;
}
#navigation a:visited {
	
	color: Black;
	text-decoration: none;
	
}


#navigation A
{	
	color: Black;
	text-decoration: none;
}

#mainnav{
	margin-top: 20px;
	padding-top: 20px;		
	background-image: url(./images/nav_frame170.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	height: 671px;
	width: 185px;
}

#mainnav ul{
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
	width: 75px;
}

#BaseTable
{
	width: 850px;
}

#topHeader 
{	
	padding-top: 14px;
	text-align: right;	
}

#footer{
	margin-top: 50px;
	text-align: right;	
	background-color: #C7C8CA;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 20px;
}
#footer A
{	
	text-align: right;
	color: Black;
	text-decoration: none;
}

#UserPage
{	
	text-align: center;	
}

#ListPage
{
	text-align: center
}
#PageHeader
{
	padding: 5px;
	font-family: Verdana;
	font-size: large;
	
}
#Page
{
	padding: 5px;
	font-family: Verdana;
	font-size: x-small;
}
#errorItem
{
	background-color:#E1E1E1;
	
}

#greayHeader
{/*
	background-image: url(./images/gralist.jpg);
	background-position: bottom;	
	text-align:left;
	background-repeat: no-repeat;
	*/
}

.EditCellStyleHeader
{
	background-color:#E9ECF1;
	color: #333333;
	font-weight:bold;
	font-family:Verdana;
	font-size: 10px;
	padding: 3px;
	height: 21px;
	width: 130px;
}
.EditCellStyle0, .EditCellStyle1
{	
	color: #333333;
	font-weight: normal;
	font-family:Verdana;
	font-size: 10px;
	padding: 3px;		
	width: 130px;
}
.EditCellStyle0 {
	background-color:#F7F6F3;
}
.spacer
{
	margin: 5px;	
}
.smallHeader
{
	font-weight:bold;
	font-family: Verdana;
	font-size: small;
}
.ItemEditStyle
{
	width: 60px;
	font-family:Verdana;
	font-size: small;
}
.ItemEditDDStyle
{
	width: 70px;
	font-family:Verdana;
	font-size: small;
}

.ItemBox
{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 11px;
}
.ItemLabel
{
	font-weight:bold;	
}
.ItemControl
{
		
}
.ItemButton
{
	padding-bottom:20px;
}
.ItemMessage 
{	
	padding-bottom:20px;
	color:Red;
	font-size:13px;
}

.RepeaterHeaderItem
{
	float:left;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding-Right:5px;
	
}

.RepeaterRow
{
	height:auto;
	overflow:auto;
	padding-left: 3px;
}
.RepeaterItem
{
	float:left;
	font-size: 10px;
	padding: 3px 5px 3px 0px;	
	overflow: hidden;
}
.striped
{
	background-color: Silver;
}
.marked
{
	color:Red;
	font-weight:bold;
	font-size:20px;
}
.validationiaitem
{
	font-size: 12px;
	border-bottom: solid 1px #000;
	
}
.validationiadate
{
	font-size: 10px;

	
}
.validationiacomment
{
	border-top: solid 1px #000;
	font-size: 11px;
	padding: 5px 0px 15px 1px;
}

/*AutoComplete*/
.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

/*AutoSuggest*/
.suggestion_list
	{
	background: white;
	border: 1px solid;
	padding: 4px;
	}
	
	.suggestion_list ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
	.suggestion_list a
	{
	text-decoration: none;
	color: navy;
	}
	
	.suggestion_list .selected
	{
	background: navy;
	color: white;
	}
	
	.suggestion_list .selected a
	{
	color: white;
	}

	#autosuggest
	{
	display: none;
	}
	
	.newsTitle
	{
		margin-top: 30px;
		margin-bottom: 5px;
		font-size:x-large;
		font-family:Verdana;
	}
	
	.newsText
	{
		
		
		font-size: small;
		font-family:Verdana;
	}
	
/* */
.validateStyle
{
	font-size:12px;
	font-weight:bold;
}
