﻿body {
	
	background-repeat:  repeat-X;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2d3f5c;
	background-image: url(images/main_bg.jpg) ;

	
}
.Link
{
	font-family:Arial;
	font-size:11pt;
	color:#ffffff;
}
td
{
	
}
.border
{
	border: 0px;
	
}
tr
{
	font-family:Arial;
	font-size:11pt;
	color:#274765;
	/*vertical-align: middle;*/
}
.textbox
{
	font-size: 	10pt;
	font-family: Arial;
	color:#274765;
	width:250px;
}
.button
{
	font-size: 	10pt;
	font-family: Arial;
	color:#274765;
	width:120px;
}
.title
{
	font-size: 	11pt;
	font-weight:bold;
	font-family: Arial;
	color:#274765;
		
}

.Error{
	font-size: 	10pt;
	font-family: Arial;
	color:red;
}
.style12 {
	color: #E6EBF1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr
{
	width: 100%;
	height: 3;
	border-style: outset;
	border-color: #CCDD75;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.style2 {font-size: 12px}
.style6 {font-size: 20px}
.style7 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; font-size: 12px; }
.style9 {color: #f1f6fa}
.style10 {
	color: #266aa9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #266AA9;
}
.style12 {
	color: #E6EBF1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style13 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #122c45;
}
.style14 {font-family: Arial, Helvetica, sans-serif}
.style15 {font-size: 12px; color: #f1f6fa; }
.style16 {font-size: 10px; color: #ffffff; }
.style17 {color: #2C4154; }
.style20 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #f1f6fa; }
.style22 {
	font-size: 12px;
	color: #2E4356;
}
.style23 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #2E4356; }

.GridView
	{
	font-family:arial;
	font-size:12pt;
	color: gray;
	text-align: center;
	width: 100%;
	border-style:groove;
	border-width:medium;
	border-color: #CCDD75;
	background-color:#CEDBB3;
		}
.GridHeader
	{
	font-family:arial;
	font-size:10pt;
	font-weight: bold;
	color:White;
	background-color:#2E4B69;
		}
	.Rowstyle
{
	background-color:#ffffff;
}

	
.GridRow
	{
	font-family:Arial;
	font-size:11pt;
	color: Gray;
	text-align: right;
	}
.Details
{
	font-family:Arial;
	font-size:10pt;
	color: White;
	}
a
{ text-decoration: none;
}

/*************************** CSS Image Load********************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: Silver;
/*padding: 5px;*/
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 28%;
left: -130px; /*position where enlarged image should offset horizontally */

}

