﻿.lv_table {
	border-collapse: collapse;
	padding: 5px;
	background-color: #f3f3f3;
	border-width: 0px;
	text-align: left;
}
.headingCell {
	padding: 5px;
	background-color: #000080;
	height: 20px;		
}
.lv_table .headingCell h1 {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	color: #fff;
	margin: 0px;
}
.lv_table h2 {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000080;
	margin: 0px;
}
.lv_table p {
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0px;
}
.pad1 {
	padding-left:8px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;	
}

/* Anchor tag classes */
.lv_download
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000080;	
	text-decoration: none;
}
.lv_download:hover 
{
	
}
.lv_delete 
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #f00;	
	text-decoration: none;
}
.lv_delete:hover 
{
	
}

/* Grid Views Classes */
.lv_gv1 
{
    width: 100%;    
}
.lv_gv1 th 
{
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
	color: #fff;	
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #000080;    
}
.lv_gv1 th.nobg 
{
	border-top: 0;
	border-left: 0;
	background: none;
}
.lv_gv1 tr.normal 
{	
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
	background-color: #fff;
	padding: 6px 6px 6px 12px;
	color: #000080;
}
.lv_gv1 tr.alternate 
{  
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
	background: #F5FAFA;
	color: #797268; 
}
.lv_gv1 th.spec 
{
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;	
}
.lv_gv1 th.specalt 
{	
	border-top: 0;
	background: #f5fafa;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;	
}
