@charset "UTF-8";
.Card1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.data_table							{width:100%;}
.data_table .data_title				{
	font-weight:bold;
	background-color: #BE0C1D;
	color: #FFFFFF;
	background-image:url("/images/header_contentBlock.gif");
	background-position: center right;
	background-repeat: no-repeat;
	border-right: 1px solid #FFFFFF;
}
.data_table .data_title a			{color: #FFFFFF;}
.data_table .data_bedding			{font-weight:bold; background-color: #d0d0d0; color: #FFFFFF; text-align: right; border-bottom :1px solid #b3b4af; }
.data_table .data_bedding a			{color: #FFFFFF;}
.data_table table					{border-width:1px;}
.data_table th						{padding:5px; background-color: #e6e6e6; color:#731013; border-right: 1px solid #FFFFFF; border-bottom :1px solid #b3b4af; text-align: left;}
.data_table th  a			 		{color: #731013;text-decoration:underline;}
.data_table .data_row_field_title	{padding:5px; background-color: #e6e6e6; color:#000000; border-right: 1px solid #FFFFFF; font-weight: bold; text-align: right;}
.data_table tr						{border-left :1px solid #DBE6EE;}
.data_table .data_row td			{
	background-color:#FFFFFF;
	border-bottom:1px solid #d0d0d0;
}
.data_table .data_row td a 			{color:#3b515f;}
.data_table .data_row_alt td		{background-color:#ffffff; border-bottom:1px solid #d0d0d0;}
.data_table .data_row_alt td a		{color:#3b515f;}
.data_table .header					{color: #FFFFFF; font-size:12px; background-position:right center; padding:0px; margin:0px; font-weight:bold; text-indent:5px; height:22px; border-right: 1px solid #FFFFFF;}
.data_table .header a				{color:#000000;}
.data_table td						{padding:5px;}

.leightbox {
	color: #333;
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 2px solid #cccccc;
	background-image:url(net.png);
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
