﻿body 
{
	padding:0px;
	margin:0px;
}
form
{
	padding:0px;
	margin:auto;
	height:100%;
	width:811px;	
}
img
{
	border:none;	
}

/* Header Start*/
#header
{
	width:100%;	
}
.logo
{
	padding:9px 0px 11px 1px;
}
.logo img
{
	width:263px;
	height:43px;
}
.search
{
	padding:18px 12px 18px 0px;	
}
.search table td
{
	padding-left:6px;
}
/* Header End*/

/* Menu Start*/
.topMenu
{
	background-color:#375d81;
	height:32px;
	margin-bottom:2px;
	padding:0px;
}
.topMenu img
{
	display:none;	
}
.logout
{
	line-height:32px; 	
}
.menu
{
	width:200px;
	height:32px;
	line-height:32px;
	margin:0px 0px 0px 15px;
	padding:0px;
}
.menuItem TD, .menuItem A, .logout
{
	color:#ffffff !important;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:14px;
	text-decoration:none;
}
.menuItem A 
{
	margin-right:30px;
}
.menuItem A:HOVER, .logout:HOVER
{
	color: #85ccff;	
}
.menuSelectedItem A
{
	color: #85ccff;	
}
.subMenu
{
	padding:0px 0px 0px 0px;
}
.subMenuItem TD
{
	padding:0px 16px 0px 16px;
	background-color:#375d81;
	width: 155px;
	height: 20px;
	line-height:20px;
	border-top:solid 1px #ffffff;
}
.subMenuItem A 
{
	font-family:Arial, Helvetica, Sans-Serif;
	color:#ffffff;
	font-size:11px !important;
	font-weight:normal;
	
}
.subMenu A:HOVER
{
	color:#72b8ff;
}
.subLavel1
{
	margin-left:5px;
}
.subLavel2
{
	margin-left:2px;
}
#languages
{
	list-style:none;	
	padding:0px;
	margin:5px 0px 0px 0px;
	width:84px;
	
}
#languages li
{
	float:left;
	margin:0px;
	padding:0px;
	width:24px;
}
/* Menu End*/
.list
{
	background:url(../Images/list_marker.gif) no-repeat 28px 50%;
	padding-left:36px;	
}
#title
{
	padding:10px 0px 10px 5px;
}
#content
{
	height:auto;
	margin-bottom:1px;
	border-left:dotted 1px #2a3546;
	border-right:dotted 1px #2a3546;
}
/* Input Start*/
.button
{
	width:63px;
	/*height:18px;*/
	padding: 3px 0px 3px 0px;
	background:#375d81;  
	color:#ffffff;
	font-family: Verdana;
	font-size:10px;
	font-weight:normal;	
	border:none;
	cursor:pointer;
	text-decoration:none;
}
*>.button
{
	padding: 2px 0px 4px 0px;
}
/* Input End*/

/* Footer Start*/
#footer
{
	color:#1a3352;
	text-align: center;
	padding-top: 10px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9px;
	font-weight:normal;
	background-color:#e1eaef;
	height:100px;
}

/* Footer End*/

/* Positioning */
.left{float:left;}
.right{float:right;}
.clear{clear:both;float:none;overflow:hidden;line-height:0px;}
.inputWithoutWidth /*for drop downs*/
{
	border: solid 1px #c7d3e9;
	width: auto;
	height: 20px;
	vertical-align: middle; /*max-height:18px;  */
	font-size: 12px;
	font-family:Verdana;
	padding-left: 5px;
	background:#f5f6f8;
}
.inputWithoutWidth2 /*for drop downs*/
{
	border: solid 1px #c7d3e9;
	width: auto;
	height: 24px;
	vertical-align: middle;
	max-height: 19px;
	font-size: 12px;
	font-family:Verdana;
	padding-left: 5px;
	background:#f5f6f8;
}
.inputWithoutWidth1 /* for textboxes*/
{
	border: solid 1px #000000;
	height: 16px;
	width: 150px;
	padding-left: 10px;
}
.inputWithoutWidth1MultiLine /* for multiline textboxes*/
{
	border: solid 1px #c7d3e9;	
	width: 200px;
	padding-left: 5px;
	background:#f5f6f8;
	font-family:Verdana;
	font-size: 12px;
}
.label 
{
	color:#2a3546;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

.LinkHover 
{
	color:#2a3546;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

.LinkHover a:hover
{
	color:Blue;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

.LinkHover a
{
	color:#2a3546;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

.tableTitle /* class for for the HeaderStyle-CssClass of the gridview*/
{
	color: #2a3546;
	font-family:Verdana;
	font-size: 11px;
	background-color: #f5f6f8;
	padding: 7px 12px;
	text-align: center;
	border: solid 1px #c7d3e9 !important;	
}

.adminTable
{
	color: #2a3546;
	font-family:Verdana;
	font-size: 11px;
	border: solid 1px #c7d3e9 !important;
}

.adminTable A
{
	color: #2a3546;
	font-family:Verdana;
	font-size: 11px;	
}
.GridViewPermissionsTitle, .GridViewPermissionsTitle A
{
	color:#ffffff;
	background-color:#2a3547;
	text-decoration:none;	
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	vertical-align:middle;
	height:30px;
	padding-left:5px;
}
.GridViewPermissions
{
	background-color:#f5f6f8;
	
	
}
