body {
	background-color: #707070;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color:#626262;
	text-decoration:none;
	text-align:justify;
}
.bgcolor
{
	background-color: #FFFFE0;
	width:70%;
}
.text1 {
	font-family: Arial;
	font-size: 13px;
	color:#484848;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}

.title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #E27507;
	text-decoration:none;
}
.Pass {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-decoration:none;
}
.innertitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF9431;
	text-decoration:none;
}
.lefttitle {
	font-family: Arial;
	font-size: 14px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
}
.shopping {
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
}
.textbox
{
	font-size: 	10pt;
	font-family: Arial;
	color:#274765;
	width:225px;
}
.button
{
	font-size: 	10pt;
	font-family: Arial;
	color:#274765;
	width:120px;
}

.Error{
	font-size: 	10pt;
	font-family: Arial;
	color:red;
}
hr{border: none 0; 
border-top: 1px dashed #8B8A8F;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.GridView
	{
	font-family:arial;
	font-size:12pt;
	text-align:center;
	width: 100%;
	border-style:outset;
	border-width:medium;
	border-color: #C7CF9C;
	color:#3A3A3A;
	background-color:#F4F4F4;
		}
.GridHeader
	{
		text-align: center;
	font-family:arial;
	font-size:10pt;
	font-weight: bold;
	color:White;
	height:30px;
	background-color:#0C0C0C;
		}
	.Rowstyle
{
	background-color:#ffffff;
	text-align: center;
}

	
.GridRow
	{
	font-family:Arial;
	font-size:11pt;
	color: white;
	text-align: left;
	}
.Details
{
	font-family:Arial;
	font-size:10pt;
	color: White;
	}
a
{ text-decoration: none;
}

.Link
{
	font-family:Arial;
	font-size:10pt;
	color:#2E4B69;
	font-weight:bold;
}
.Link2
{font-weight:bold;
	font-family:Arial;
	font-size:10pt;
	color:#ffffff;
	}

.border
{
	border: 0px;
}
td
{
	font-family:Arial;
	}

/*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: #FAF5EF;
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: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
/*top: 0;*/
 right: 10%;/*position where enlarged image should offset horizontally */
 
/*right:0;*/
bottom:30%;

}
/*-----------------------*/
.graydiv  
   {  
    position: absolute;  
    background-color: #5B5B5B;  
    left: 0px;  
    top: 0px;  
    z-index: 10000;  
    display: none;  
   }  
  
   .ModalBackground  
   {  
    background-color: black;  
    filter: alpha(opacity=70);  
    opacity: 0.7;  
   }  
/*//////////////////////////////////////////////*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FAF5EF;
padding: 5px;
/*left: -1000px;*/
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 30%;
 right: -30%;/*position where enlarged image should offset horizontally */
 /*right:0;*/
/*bottom:0;*/

}
/*-----------------------*/