
.borders 
{
	BORDER-RIGHT: 1px dashed; 
	BORDER-TOP: 1px dashed; 
	BORDER-LEFT: 1px dashed; 
	BORDER-BOTTOM: 1px dashed; 
	BORDER-COLOR:#FFFFFF;
}
.borders2
{
	BORDER-RIGHT: 1px double; 
	BORDER-TOP: 1px double; 
	BORDER-LEFT: 1px double; 
	BORDER-BOTTOM: 1px double; 
	BORDER-COLOR:#C0CFE2;
}
body {
	background-image: url(../images/new_bg3.gif);
	background-repeat: repeat;
}
.fieldName {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666699;
}
.headTitle {
	font-family: Verdana;
	font-size: 15px;
}
.subTitle {
	font-family: Verdana;
	font-size: 12px;
}
.tbl_gradient {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#FFFFFF', gradientType='0');
	BORDER-RIGHT: 1px dashed; 
	BORDER-TOP: 1px dashed; 
	BORDER-LEFT: 1px dashed; 
	BORDER-BOTTOM: 1px dashed; 
	BORDER-COLOR:#FFFFFF;
}
.txtBoxInput { 
	FONT-SIZE: 12px; 
	FONT-FAMILY: Arial; 
	/*border: 1px solid #8080FF;*/
	background-color:LightSteelBlue;
}
.headSmall {
	font-family: Verdana;
	font-size: 12px;
}	
.headBig {
	font-family: Verdana;
	font-size: medium;
	font-weight:bold;
}
.calLink {
	font-family: Verdana;
	font-size: 10px;
	color: #666699;
}
.npLink {
	font-family: Verdana;
	font-size: 12px;
	color: #666699;
    text-decoration: none;   
}
a:hover 
{
 text-decoration: underline;
}	
.submit_button {
	border-right: #000366 1px solid;
	border-top: #afc4d5 1px solid;
	font-size: 11px;
	background-image: url(images/tbl_BG.jpg);
	border-left: #0099dd 1px solid;
	cursor: hand;
	color: #000366;
	border-bottom: #000366 1px solid;
	font-family: Verdana;
	text-decoration: none;
}
.VM_Point {
	cursor: hand;
}
.table1_row_header {
	border-right: #000366 1px solid;
	padding-right: 2px;
	border-top: #afc4d5 1px solid;
	padding-left: 4px;
	font-size: 11px;
	padding-bottom: 2px;
	margin-left: 2px;
	vertical-align: middle;
	border-left: #afc4d5 1px solid;
	line-height: 110%;
	padding-top: 2px;
	border-bottom: #000366 1px solid;
	font-family: Verdana;
	text-align: left;
}
.table1_content {
	padding-right: 2px;
	padding-left: 8px;
	font-size: 11px;
	padding-bottom: 2px;
	vertical-align: top;
	padding-top: 2px;
	font-family: Verdana;
	text-align: left;
}

TD.table1_row_header {
 background-color: #E3EAF4;
 text-align: center;
}

TD.table1_row_2 {
	background-color: #e7f1fb;
}

TD.table1_last_row {
	font-weight: bolder;
	background-color: #d0d8ef;
}

.acc_mainHeader, .acc_header
{
  background-image: url(http://www.intelligentmedia.com/images/acc_Head.gif);
  background-position: -10px;
  font-family: Trebuchet MS;
  color: #000000;
  font-size: 12px;
  width:220px;
  text-decoration: none;
  cursor:pointer;
  
}
.acc_content
{
  background-color:#d1e3fa;
  font-family: Trebuchet MS;
  font-size: 12px;
  width:220px;
}

.errMsg
{
  padding-left:50px; 
  font-family: Trebuchet MS;
  font-size: 12px;
  color: Red;
  text-decoration: none;
}