﻿* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: tahoma;
  font-size: 11px;
  color: #666;
  background-image: url(../Images/background.gif);
  background-repeat:repeat-y;
  /*background-color: #C8B078;*/
  background-color:#C0C0C0;
  }
 
 .left {
  float:left;
  padding-top: 5px;
  width: 300px;
 }

.left ul li {
  float: right;
 }

.left ul li a {
  margin-top: 2px;
  font-family: Verdana;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  padding-top:-10px;
  padding-left: 5px;
  width: 155px;
  height: 33px;
  float: right;
}

.left ul li a:hover {
  background: #907128;
 }
 
 .left ul li.active a {
  color: #ffffff;
  background: #907128;
  font-size:16px;
  font-weight:bold;
 }
 
 .right {
  padding-left: 310px;
  padding-top: 25px;
}

.right img {
  margin-right: 10px;
  display: block;
 /* border: 3px solid #CCC;*/
 }
 

 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
  
  
    h3
    {
		top:-26px;
		left:-10px;
		font-size:xx-large;
		font-family:Verdana;
        text-align: center;
        position: relative;
        color: #fff; 
        padding: 9px 0; 
        text-shadow: 0 1px rgba(0,0,0,.8);
        background: #0399d4;
        background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
        background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image: -o-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image: -ms-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
        background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
		
    }
    
   
 
 
 
 
 
 
 
 
h1 {
  font-size: 11px;
  color: #FF00AA;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
 }
.loadingbg{background-image:url(../images/transparent.png);position: absolute; top: 0%;left: 0%; width: 100%; height: 200%; }

.loadtext{color:#fafafa;width:50px;height:10px;text-align:center;font-family:Palatino Linotype;font-size:large;font-weight:bold;}
/*****************Table Header***********************/
.tableheadbdr {

	background-color: #336699;
	font-weight: bold;
	height:auto;
	text-align: left;
	
	font-family:verdana;
	font-size:14px;
}
/*****************Buttons***********************/
.buttons {

	background-color:#696969;
	font-weight: bold;
	text-align:center;
	font-family: Verdana;
	font-size: 11px;
	/*width:50px;*/
	height:25px;
	width:80px;
}
/*****************field lable***********************/
.tablecolor1 {
	/*background-color: #FDDFA1;*/
	font-weight: bold;
	text-align:right;
	font-family: verdana;
	font-size: 12px;
	width: 200px;
	height: 30px;
	color:#1b4c5a;
	
}
/*****************field Text***********************/
.tablecolor2 {

	/*background-color: #FDE7BB;*/
	font-weight: normal;
	text-align:justify;
	font-family: verdana;
	font-size: 12px;
	width: 300px;
	height: 30px;
	color:#1b4c5a;
}

/******* HeaderStyle for gridview *************/
	
	.headerst
	{
		background-color:#c0c0c0;
		height:30px;
		font-size:10px;
		font-weight:bold;
		color:White;
	}
	
	.gridbtn 
	{
	background-color:#c0c0c0;	
	font-weight: bold;
	text-align:center;
	color:#1b4c5a;
	font-family: Verdana;
	font-size: 11px;
	/*width:50px;*/
	height:25px;
	width:60px;
    }
    
.gridalternatebg1
{
	
	font-weight:normal;
	border-color:Black;
	font-size:13px;
	font-family:Verdana;
	
}



/****************15thJul 2013********/

.gvbdr
{ 
	font-size:14px;
	border:solid 2px #fff;}
	
	.gvspc
{padding-left:4px;}