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;
	background-attachment:fixed;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color:#626262;
	text-decoration:none;
		text-align:justify;
		text-transform:capitalize;
}
table
{
	border-width:0px;
}
td
{
	border-width:0px;
}

.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, Helvetica, sans-serif;
	font-size:20px;
	padding-left:0px;
	color:#ffb100;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	/*color: #E27507;*/
}


.titlelink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
	text-decoration:none;
	text-transform:capitalize;
}
.titlelink:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff9531;
	text-decoration:underline;
}

.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;
	text-transform:capitalize;
}
.lefttitle {
	font-family: Arial;
	font-size: 14px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
	text-transform:capitalize;
}
.shopping {
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
	text-transform:capitalize;
}
.textbox
{
	font-size: 	10pt;
	font-family: Arial;
	color:#274765;
	width:225px;
}
.button
{
	font-size: 	10pt;
	font-family: Arial;
	color:#274765;
	width:120px;
	text-transform:capitalize;
}

.Error{
	font-size: 	10pt;
	font-family: Arial;
	color:red;
	text-transform:capitalize;
}
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:1px;
	border-color: #ff9431;
	color:#3A3A3A;
	background-color:#F4F4F4;
		}
.GridHeader
	{
		text-align: center;
	font-family:arial;
	font-size:10pt;
	font-weight: bold;
	color:White;
	height:30px;
	background-color:#c99f6d;
	text-transform:capitalize;
		}
	
	.Rowstyle
{
	background-color:#ffffff;
	text-align: center;
	text-transform:capitalize;
}
.Rowstyle:hover
{
	background-color:#ece8e8;
	text-align: center;
}
	
.GridRow
	{
	font-family:Arial;
	font-size:11pt;
	color: white;
	text-align: left;
	}
.Details
{
	font-family:Arial;
	font-size:10pt;
	color: White;
	}


.Link
{
	font-family:Arial;
	font-size:10pt;
	color:#2E4B69;
	font-weight:bold;
	text-transform:capitalize;
}
.Link2
{font-weight:bold;
	font-family:Arial;
	font-size:10pt;
	color:#ffffff;
	text-transform:capitalize;
	}

.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;*/

}
/*-----------------------*/



.Mymenu
{
	padding:5px 5px 5px 5px;
	border-right:solid 1px #404040;
}
.Mymenu a
{
		font-family:Arial;
	font-size:10pt;
	color:#404040;
	text-transform:capitalize;
}
.Mymenu a:hover
{
	font-family:Arial;
	font-size:10pt;
	color:#ffffff;
	
}
a
{
	font-family:Arial;
	font-size:12px;
	color:#434343;
	text-decoration:none;
	text-transform:capitalize;
}
a:hover
{
	font-family:Arial;
	font-size:12px;
	color:#ff9531;
	text-decoration:none;
	text-transform:capitalize;
}
/******************Border Feild set***********/
.borderTable {	
padding: 0px 5px 0px 5px;
border: 1px solid #c4c4c4;
font-family:tahoma;
font-size:12px;
font-weight:bold;
text-align:right;
color:Black;
text-decoration:none;
/*background-color:#f5fafe;*/
 -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
-webkit-border-radius: 5px;
 border-radius:5px;
 cursor:default;
 text-align:center;
 
 }

.borderTable:hover{	
padding: 0px 5px 0px 5px;
border: 1px solid #000000;
/*background-color:#f5fafe;*/
 -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
-webkit-border-radius: 5px;
 border-radius:5px;
 color:#1e679e;
}
.borderTitle {	
padding: 5px 5px 5px 5px;
/*border: 1px solid #b7daf7;
background-color:#f5fafe;*/
font-family:arial;
font-size:12px;
font-weight:bold;
color:#434343;
text-transform:capitalize;
}

.borderTitle:hover {	
padding: 5px 5px 5px 5px;
/*border: 1px solid #b7daf7;
background-color:#f5fafe;*/
font-size:12px;
font-weight:bold;
color:#ff9531;
	
}
/*****************End************/

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}


.borderMenu {	
padding:  5px 2px 5px 2px;
margin:3px;
border: 2px solid #e3cdb5;
font-family:tahoma;
font-size:12px;
font-weight:bold;
text-align:right;
color:Black;
text-decoration:none;
background-color:#e3cdb5;
 -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
-webkit-border-radius: 10px;
 border-radius:10px;
 cursor:default;
 text-align:center;
 
 
 }

.borderMenu:hover{	
padding:  5px 2px 5px 2px;
margin:3px;
border: 2px solid #bb9a71;
background-color:#e3cdb5;
 -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
-webkit-border-radius: 10px;
 border-radius:10px;
 color:#1e679e;
 
}
