﻿.gdvBorder 
{
	border:1px solid #83abd8;padding:1px;
}
.gdvRowHeader 
{
    background:url(images/gdvheader.jpg) repeat-x; 
    color:#fafafa;
    background-position:bottom;
    font-weight:bold;
}
.gdvRowHeader th,.gdvRowHeader a:link,.gdvRowHeader a:active,.gdvRowHeader a:visited,.gdvRowHeader a:hover
{
    color:#fafafa;
    font-weight:bold;
}
.gdvRow 
{
    background:#e7eaef url(images/gdvrow.jpg) repeat-x; 
    cursor:hand;
    cursor:pointer;
}
.gdvRowO 
{
    background:#ced8e1 url(images/gdvrowo.jpg) repeat-x; 
    cursor:hand;
    cursor:pointer;
}
.gdvRowNL 
{
    background:#f2f1f7 url(images/gdvrownl.jpg) repeat-x; 
    cursor:hand;
    cursor:pointer;
}
.gdvRowONL 
{
    background:#ced8e1 url(images/gdvrowonl.jpg) repeat-x; 
    cursor:hand;
    cursor:pointer;
}
.gdvRowE 
{
    background:#f2f1f7 url(images/gdvrownl.jpg) repeat-x; 
    cursor:hand;
    cursor:pointer;
    color:#ee99ee;
}
.gdvRowOE 
{
    background:#ced8e1 url(images/gdvrowonl.jpg) repeat-x; 
    cursor:hand;
    cursor:pointer;
}
.gdvRowNT
{
    background:#f2f1f7 url(images/gdvrownl.jpg) repeat-x; 
    cursor:hand;
    cursor:pointer;
}
.gdvRowONT 
{
    background:#ced8e1 url(images/gdvrowonl.jpg) repeat-x; 
    cursor:hand;
    cursor:pointer;
}
.gdvRowNL span,.gdvRowONL span
{
    color:#c0c0c0;
}
.gdvRowE span,.gdvRowOE span
{
    color:#cccc55;
}
.gdvRowT span,.gdvRowOT span
{
    color:#cc55cc;
}
/* pop info */
.modalPopup 
{
	text-align:left;
	display:none;
	position:absolute;
	filter:alpha(opacity=92);
	opacity:0.92; 
	width:350px;
	height:250px;
	z-index:5;
	background:url(images/modal.gif) no-repeat;
	padding:10px;
	padding-top:20px;
}
.modalInner 
{
	width:330px;
	height:220px;
	overflow:hidden;
}
.modalBorder
{
	position:absolute;
    top:22px;
    left:-5px;
	z-index:4;
}
.modalTitle
{
    height:20px;
    font-size:12px;
    font-weight:bold;
    border-bottom:2px dashed #111111;
}
.modalContent
{
    font-size:10px;
    height:180px;
}
.modalContent td
{
    font-size:10px;
}
.modalContent tr2
{
    background:url(images/gdvrow.jpg) repeat-x; 
}
.infoicon {
    cursor:pointer;
    cursor:hand;
}
.Leftt {
    width:80px;
    font-weight:bold;
}
.Leftc {
    width:315px;
}
.Right {
    float:right;
    width:315px;
    font-weight:normal;
}
.Clear {
    clear:both;
}