﻿
.VoltGridStyle
{
	table-layout:fixed;
	font:normal 11px arial, tahoma, helvetica, sans-serif;
	background-color:White;
}

.VoltGridStyle th
{
	height:24px;
	border-right:1px solid #6fa0df !important;
}


.VoltGridStyle th
{	
	background: #ebeadb url(grid3-hrow.gif) repeat-x 0 bottom !important;
    vertical-align:middle !important;
    color:black;
    padding-left:3px;
	padding-top: 0px;	
	padding-bottom:0px;
    text-align:left;
    font-weight:normal;
	
    
}

.VoltGridStyle th img
{
	padding:5px;
	vertical-align:middle;
}

.th_text
{
	
	float:left;
	display:inline;
}


.VoltGridStyle th:hover
{	
	background: #ebeadb url(grid3-hrow-over.gif) repeat-x 0 bottom !important;
    vertical-align:middle !important;
    color:black;    
    padding-left:3px;
	padding-top: 0px;
	padding-bottom:0px;
    text-align:left;  
    font-weight:normal;  
}

.Table_VoltGird 
{
	border: solid 0.1em #EDEDED;
}

.Table_VoltGird td 
{
	border-top: solid 0.1em #EDEDED;
	padding-left:3px;
	padding-top: 2px;
	padding-bottom:2px;
}

.RowStyle
{
	background-color:#FFFFFF;
}

.RowStyleAlternate
{
	background-color:#FAFAFA;   
}

.RowStyleActive
{
	background-color:#ECF4FF;
}



.RowStyle:hover
{
	border:1px solid #dddddd;
    background: #efefef url(row-over.gif) repeat-x left top;
}

.RowStyleAlternate:hover
{
	border:1px solid #dddddd;
    background: #efefef url(row-over.gif) repeat-x left top;
}

.RowStyleActive:hover
{
	border:1px solid #dddddd;
    background: #efefef url(row-over.gif) repeat-x left top;
}


.RowStyle div.overflow , .RowStyleAlternate div.overflow , .RowStyleActive div.overflow
{	
	overflow:hidden;
	white-space:nowrap;		
}



.RowStyle a
{
	color: #B55B00;		
}

.RowStyleAlternate a
{
	color: #B55B00;	
}

.RowStyleActive a
{
	color: #B55B00;	
}

.RowStyle a:hover
{
	color: #FFBB00;	
}

.RowStyleAlternate a:hover
{
	color: #FFBB00;	
}

.RowStyleActive a:hover
{
	color: #FFBB00;	
}

.footer
{
	background: #ffffff url(grid3-hrow.gif) repeat-x 0 bottom !important;
    vertical-align:middle !important;
    color:black;
    padding-left:3px;
	padding-top: 0px;	
	padding-bottom:0px;
    text-align:left;
    font-weight:normal;    
}
