﻿/* form table */

.dvJanetClients .janet_ItemTable {
	border:5px;
	background-color:#ffffff;
	background:#ffffff;
    font-size:  11px;
}
.dvJanetClients .janet_ItemRow {
}
.dvJanetClients .janet_ItemIntro,.janet_ItemIntro p,.janet_ItemIntro div{
	background:#dfe1fa url(images/janet_ItemIntro.gif) 100% 100% no-repeat;
    font-size:  12px;
    font-weight:  bold;
    color: #182188;
}
.dvJanetClients .janet_ItemIntro p:first-line{
    font-size:  12px;
    font-weight:  bold;
    color: #182188;
}
.dvJanetClients .janet_ItemIntro img
{
	padding: 0px 8px 8px 0px;
}
.dvJanetClients .janet_ItemName {
	background:#efefef url(images/janet_ItemName.gif) no-repeat;
    font-size:  11px;
    font-weight:  bold;
    color: #003366;
    width:150px;
    text-align:left;
}
.dvJanetClients .janet_ItemName span{
    font-size:  11px;
    font-weight:  bold;
    color: #003366;
}

.dvJanetClients .janet_ItemValue {
	background:#e6e6e6 url(images/janet_ItemValue.gif) 100% 100% no-repeat;
}
.dvJanetClients .janet_ItemValue input {
	border:1px solid #dfdfdf;
}

.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;
}
