﻿html, body, form
{
	height:96%;
	}
body {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #3C3C3C;
	margin: 4px;
	background-color: #191970;
	direction: ltr;
}
.defaultTable
{
	border:0px;
	width:100%;
	height:100%;
	text-indent:0px;
	padding:0px;
}
.mainTable
{
	border: white 1px solid;
	width:100%;
	height:100%;
	text-indent:0px;
	padding:0px;
}

.tdHeader
{
	height: 15%;
	border-bottom: white 1px solid;
	vertical-align: top;
	background-image: url(~/images/bg_top_1.gif);
	color: #dcdcdc;
}
.tdBody
{
	height:77%; 
	background-color:White; 
	border-bottom:white 1px solid;
	vertical-align:top;
	padding:0px;
}
.tdmenu
{
	height:3%; 
	background-color:#c6c6c6;
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
}
.tdFooter
{
	height:5%; 
	background-color:#c6c6c6;
	text-align:center;
}
/* Controls Style*/
.Row-Highlight:hover
{
	background-color: #cccccc;
}
a {
	text-decoration: none;
	color: #5C80B1;
	font-family: Tahoma;
	font-size:18px;
}

a:hover {
	text-decoration: underline;
}
.headerTR
{
	height:5%;
	BACKGROUND-COLOR: #3b4e6c;
}
.AlternatingItemTemplateStyle
{
	background-color: #ccccff;
}
.SearchDIV
{
	background-color:#f5f5f5;
	width:100%;
}
h4
{
	color:#4465a2;
	}
INPUT[type="text"]
{
	border:#a9a9a9 1px solid;
	background-color: #f5f5f5;
}
textarea
{
	border:#a9a9a9 1px solid;
	background-color: #f5f5f5;
	height:75px;
}
select
{
	border:#a9a9a9 1px solid;
	background-color: #f5f5f5;
}
input[type="submit"]
{
	border: #d3d3d3 1px ridge;
}
input[type="button"]
{
	border: #d3d3d3 1px ridge;
}

.site-sidenavbckg 
{	FONT-SIZE: 16px;	
	BACKGROUND-IMAGE: url(images/aspfree-bckgsidenav.gif);	
	WIDTH: 155px;	
	COLOR: #333333;	
	TEXT-INDENT: 12px;	
	FONT-FAMILY: Arial, Helvetica, sans-serif;	
	HEIGHT: 20px;	
	TEXT-DECORATION: none;
	}
.site-sidenavbckg:hover 
{		
	BACKGROUND-IMAGE: url(images/bckgsidenavgray.gif);	
}
.ErrorDIV
{
	background-color: #ffff99;
	width:98%;
}	
.TextAlign1
{
	text-align:right;}	
.TextAlign2
{
	text-align:left;}	
.LoginTD
{
	border-left:solid 1px #cccccc;
}	
.MaterTitleFloatDiv
{
	float:left;
}
.mainMenu
{
	border-right:solid 2px;
}
.menuitem
{
	float:left;
}
.menuitem:hover
{
	background-color:#415473;
}
.devFlowt
{
	float:left;
}
.devFlowtLink a {
	font-family: Tahoma;
	width: 25%;
	color: darkblue;
	font-size: medium;
	float: right;
}

.button {
	background-color: #191970;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}