﻿/* table style */
table.gv
{
	border:solid 0px #C0C0C0;
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
	width:700px;

}

/* header cell style */
.gv th
{
	cursor:default;
	height:20px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:2px;
    font-weight:bold;
    text-align:center;    
    color:000000;
	border-right-color:#808080; 
	border-bottom-color:#808080;
    /*background:#D2B8D2 url(images/mt_back.gif) repeat-x;*/
}  

/* cell styles */
.gv td
{
	cursor:default;
	height:20px;
	color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:0px;
	border-bottom-style:solid;
	border-bottom-width:0px;	
    border-bottom-color:#f0f2da;
    border-left-style:solid;
     border-left-color:#f0f2da;	
     border-left-width:0px;	
    border-right-color:#f0f2da;	


}

/* mouseover row style */
.gv .row-over 
{ 
	background-color:#f0f2da;
}

/* mouse select row style */
.gv .row-select 
{ 
	color:#fff;
	background-color:#abb079;
}

.gv_rowstyle {
  font-size  :8pt;



}

.gv_alternatingrowstyle{
    font-size  :8pt;
    background-color:#f9f9f9;
}
.gv_headerstyle{
    font-size:8pt;
    background-color:#e5e5e5;
    height:23px;
}
.gv_headerstyle th {
    font-size:8pt;
    border:1px solid #bbbbbb;
    padding-left:5px;
    text-align:left;
}  
.gv_headerstyle a {
    font-size:7.5pt;
    color:black;
}    
.gv_sortalternatingrowstyle{
   font-size:7.5pt;
    background-color:#e5e5e5
}
.gv_sortrowstyle{

    background-color:#f0f0f0
}
.gv_sortascheaderstyle{
    background:#c5c5c5 url(Img/sort_asc.gif) no-repeat scroll right center;
    padding-left:5px;
}
.gv_sortdescheaderstyle{
    background:#c5c5c5 url(Img/sort_desc.gif) no-repeat scroll right center;
    padding-left:5px;
}   
.gv_pagerstyle{
    color:#444444;
    background-color:#e5e5e5;
    font-size:x-small;
    text-align:right;
} 
.gv_pagerstyle select{
    font-size:x-small;
}  
.gv_previous{
    background:transparent url(Img/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.gv_next{
    background:transparent url(Img/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}  
.gv_gotopage{
    font-size:x-small;
    width:20px;
}


