﻿* {
	margin: 0;
	padding: 0;
}
html{height:100%;overflow:auto;}
body
{ margin:0px; font-size:12px; color:black; font-family: Verdana, Geneva, sans-serif;
  padding:0;height:auto !important;height:100%;min-height:100%; background-color:White;
  }
form
{ padding:0px; width:100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
a
{
	COLOR: #003399;
	cursor:pointer;
	/*vertical-align:bottom;*/
	}

.current_bg
{
	height:24px;
	background-repeat:repeat-x;
	padding-left:10px;
	border-bottom:solid 1px #D7D7D7;
	border-top:solid 1px white;
	color:Black;
	/*filter : progid:DXImageTransform.Microsoft.gradient(startColorStr=#F7F7F7,endColorStr=#EBEBEB,GradientType=0);*/
}
.current_font
{
	color:#CC3333;
	cursor:hand;	
}
.xc_tbl
{
	margin-top:0px;
	margin-bottom:10px;
}
.xc_border
{
	border:solid 1px #86D4EE;
	font-weight:bold;
	color:#000000;
	padding-left:16px;
	margin-bottom:10px;
}
.xc_font
{
	color:#000000;
	font-weight:normal;	
}
.btn_bg
{
	background-image:url("/Images/btn_bg_on.gif");
	background-repeat:no-repeat;
	width:43px;
	height:22px;
	cursor:hand;
	text-align:center;	
	padding-top:4px;
	margin-left:10px;
	border: solid 0px white;
}
.btn_big_bg
{
	background-image:url("/Images/bt_bg_on.gif");
	background-repeat:no-repeat;
	width:107px;
	height:22px;
	cursor:hand;
	text-align:center;	
	padding-top:4px;
	margin-left:10px;
	border: solid 0px white;
}
.btn_bg_on
{
	background-image:url("/Images/btn_bg.gif");
	background-repeat:no-repeat;
	width:43px;
	height:22px;
	cursor:hand;
	text-align:center;
	padding-top:4px;
	margin-left:10px;
	border: solid 0px white;
}
.bottom_bg
{
	background-image:url("/Images/bottom_bg.gif");
	height:49px;
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
}
.spanlabel{
        width:150px;
    } 
.HelpIcon
{
	position:relative;
	float:right;
	padding: 5px 5px 1px 1px;
	}