﻿body{
padding:0px;
margin:0px;
}

span
{
    margin-right:5px
}

a:hover{text-decoration:none;}
.m_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#000000;
	}

.h_text
	{
		font-family:verdana;
		font-size:10px;
		line-height:11px;
		color:#696969;
	}
	
.l_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#165278;
	}	

.ls_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#FFFFFF;
	}	
	
.c_text
	{
		font-family:Tahoma;
		font-size:9px;
		line-height:9px;
		color:#666666;
	}

.form
	{
		width:142px; height:21px; border-color:#D4D0C8; border-right-width:1px; border-bottom-width:1px; background-color:#ffffff
	}
.form_div
	{
		height:24px; margin-top:1px;		
	}
		
	a.h_text{text-decoration:none;}	
	a.h_text:hover{text-decoration:underline;}
	
	a.ls_text{text-decoration:none;}	
	a.ls_text:hover{text-decoration:underline;}
	
	a.c_text{text-decoration:none;}	
	a.c_text:hover{text-decoration:underline;}
	
	
	.gridview .actions div {
	float: right;
	padding-right: 2px;
	text-align: right;
	width: 95px;
}

.gridview .edit td,.gridview .create td {
	background: #DAFFCD;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
}


.gridview td {
	background: #D7E6F4;
	border-bottom: solid 1px #C5DBF7;
	color: #333333;
	font-family: verdana;
   font-size :11px;
   line-height:14px;
   padding: 8px;
	
	
}

.gridview td a
{
    font-family: verdana;
   font-size :14px;
	color: #0066CC;	
	
}

.gridview td a:visited
{
    font-family: verdana;
    font-size :14px;
	color: #0066CC;	
	
}
.gridview td a:hover 
{
    font-family: verdana;
   font-size :14px;
	color: #333333;

}

.gridview th {
	background: #4168BD;
	color: #FFFFFF;
	font: small verdana;
	letter-spacing: 0;
	padding: 4px;
	text-align: left;
	/*background-image:url(../images/bg01.gif)*/
}


.gridview th a{
	color: #FFFFFF;
	font: bold small "Segoe UI",Segoe,sans-serif;
}
.gridview th a:hover{
	color: #00FF00;
}

.gridview tr.header {
	background: #C5DBF7;
	padding: 10px;
}
.gridview,.detailsview {
	width: 100%;
}

.gridview tr.even td,.detailsview tr.even td{
	background: #FFFFFF;
	padding: 8px;
}

.gridview tr.SelectedRow td
{
 background-color: #FEFBD7;
 padding: 10px;
	  
}
