/*Updated Styles*/
.th {
	font-family: verdana;
	font-size: 9pt;
	color:#003366;
	text-align: center;
	background-color:#f2f7f0;
	height:22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0DFE3;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
}

.tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
	height:22px;
}

.InputButton {
	background: transparent url(/images/button.png) no-repeat center top;
	margin: 0;
	padding: 0;
	border: 0;
	width: 105px;
	height: 20px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand;
	font-size: 7pt;
	font-weight: bold;	
}

.InputButton_large {
	background: transparent url(/images/button_large.png) no-repeat center top;
	margin: 0;
	padding: 0;
	border: 0;
	width: 150px;
	height: 20px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand;
	font-size: 7pt;
	font-weight: bold;	
}
.tr_alt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0DFE3;
	height:22px;
	background-color:#ccccccc;
	background-image: url(/images/tb_background.gif);
	background-repeat:repeat;
}
.linkSmall{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;	
	cursor:pointer;
}
.dropDown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;	
}
.textBox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;	
}
.pageHeader{
	font-family: Tahoma;
	color: #666666;
	font-size: 14px;
}
.tableTab{
	color:#003366; 
	height:25px;
	width:154px;
	text-align:center;
	font-family:verdana;
	font-size:10pt;
	background-image: url(/images/tab.png);
}
.tableTab_selected{
	color:#003366; 
	height:25px;
	width:154px;
	text-align:center;
	font-family:verdana;
	font-size:10pt;
	background-image: url(/images/graytab.png);
}
.table{
	border: 1px solid #E0DFE3;
}

.errorHeader {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
