﻿*
{
	padding: 0;
	margin: 0;
}

html
{
	background: #0D1426 url(../../Images/Web/html-bg.jpg) no-repeat top center;
}

body
{
	font-size: 0.9em;
	font-family: "Gill Sans MT" , "Arial" , "Helvetica" , "FreeSans" , sans-serif;
	height:100%;
}
#body-format
{
	width:749px;
	margin:0 auto;
}


/*Master page styles*/

#web-body
{
	width: 749px;
	margin: 30px auto;
	border: solid 0px #ffffff;
	height: auto;
}

#web-body-top-menu
{
	text-align: right;
	padding: 0 10px 5px 0; /*color:#ffffff;*/
}

#web-header
{
	height: 179px;
	background: transparent url(../../Images/Web/header-bar.jpg) no-repeat;
}

#web-header-layer
{
	height: 179px; /*background: transparent url(../../Images/Web/header-bg-layer.gif) repeat-x;*/
}

#web-header-curve
{
	width: 345px;
	height: 179px; /*background: transparent url(../../Images/Web/header-bg-curve.gif) no-repeat 0 109px;*/
}

#web-header-curve a, #web-header-curve a:link
{
	text-decoration: none;
}
#web-header-curve a:visited
{
	text-decoration: none;
}
#web-header-curve a:hover
{
	text-decoration: none;
}
#web-header-curve a:active
{
	text-decoration: none;
}


#web-body-content
{	
	width:749px;
	background-color: #ffffff;
}

#web-left-bg
{
	display: inline;		
	clear:both;
	float: left;
	height: 555px;
	width: 320px;
	padding: 0px 0px;
	background: transparent url(../../Images/Web/left-menu-bg.gif) repeat-y top left;
}

#web-left-menu
{
	width: 300px;
	/*height: 452px;*/
	/*background: transparent url(../../Images/Web/left-bar.png) no-repeat top left;*/
	/*background: transparent url(../../Images/Web/left-menu-bg.gif) repeat-y ;*/
	padding: 20px 10px;
}

#login-box
{
	width: 300px;
	height:148px;
	background: transparent url(../../Images/Web/login-box.png) no-repeat 25px 10px;
}

#login-content
{
	padding:60px 0 0 50px;
}



#web-content
{
	float: left;
	height:365px;
	width:409px;
	/*height: 452px;*/
	background: #D1E8F8 url(../../Images/Web/dome.gif) no-repeat bottom;
	padding: 20px 10px 170px 10px;	
}

#web-content2
{
	float: left;	
	width:603px;
	/*height: 452px;*/
	background-color: #D1E8F8;/* url(../../Images/Web/dome.gif) no-repeat bottom;*/
	/*padding: 20px 10px 170px 10px;	*/
	padding:10px 10px 20px 10px;
	
}

#web-footer
{
	clear:both;
	float:left;
	height: 27px;
	width:749px;
	background: transparent url(../../Images/Web/footer-bg.gif) repeat-x;
	margin-bottom:40px;
}




#web-left-menu ul
{
	margin-left: 20px;
}

#web-left-menu ul li
{
	list-style-type: disc;
	font-size: 0.9em;
	font-weight: normal;
	padding: 5px 15px 0 0;
	line-height: 1.5em;
	text-align: justify;
}

.error
{
	color:Red;
}

.success
{
	color:Green;
}

tr.gridview-column-center td
{
	text-align: center;
	padding: 3px 10px 0px 10px;
	vertical-align: top;
}
tr.gridview-column-left td
{
	text-align: left;
	padding: 3px 5px 0px 5px;
	vertical-align: top;
}

tr.gridview-column-right td
{
	text-align: right;
	padding: 3px 10px 0px 10px;
	vertical-align: top;
}
.HeaderRow th
{
	text-align: center;
	padding: 3px 10px 0px 10px;
	vertical-align: top;
}

