/* html tags */

html, body, form {
	border: none;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

a, img {
	outline: none;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;

}

form {
	overflow: auto
}

body, input, p, select, td{
	font-family:		Arial;
	font-size:			8pt;
	
}

div, iframe, .table_section {
	width:				771px; /*725*/
}

input {
	height: 			16px;
	padding-right:		2px;
	width:				85px;
}

ol, ul {
	margin:				5px 0px 5px 22px;
}

p {
	margin:				0;
}

/* custom */
.arrow {
	font-size:			20pt;
	font-weight:		bold;
	text-align:			center;
	padding-bottom:		10px;
}

.border_width_1100, .border_width_1101, .border_width_1110 {
	border-style:		solid;
}

.border_width_1100 {
	border-width:		1px 1px 0 0; 
}

.border_width_1101 {
	border-width:		1px 1px 0 1px;
}

.border_width_1110 {
	border-width:		1px 1px 1px 0;
}

.button_top {
	cursor:				pointer;
	height:				20px;
	margin-right:		3px;
	width:				20px;
}

.btn40, .btnRounded {
	display:block;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	color:#000;
	cursor:pointer;
	font-weight:bold;
}

.btn40 {
	width: 240px; height: 40px;
	margin-bottom:5px;
}

.btn40:hover {
	background-position: 0 40px;
}

.btnRounded {	
	background-image: url(../images/sectionNav.gif);
	font-size:8.5pt;	
	line-height:26px;
	margin-bottom: 2px;
	width: 100px; height: 26px;
}

.btnRounded:hover {
	background-position: 0 26px;
}

.checkbox {
	width: 10px;
	vertical-align: middle;
}

.content_width {
	width:				789px;
}
 
 .detail_td {
 	border:				1px solid BLACK;
	border-width:		1px 1px 0 0;
 	font-size:			7.5pt;
 	text-align:			right;
 }
 
.detail_month, .input_small {
	width:				40px;
}

#disclaimer a {
	color: #FFF;
}
#disclaimer a:hover {
	text-decoration:none;
}

.footer, .heading_column {
	color:				BLACK;
}

.flowchart_td {
	font-weight:		bold;
	padding:			10px;
	text-align:			center;
}

.heading_column {
	height:				24px;
	font-size:			9pt;
	font-weight:		bold;
	text-align:			center;
	white-space:		nowrap;
}

.img_get_flash {
	border:				none;
}

.img_table_title {
	height:				36px;
	width:				771px;
}

.input, .input_small {
	border:				1px solid #8F8F8F;
	text-align:			right;
}

.input_small {
	font-size:			7pt;
	height:				15px;
}

.input_snapshot {
	border: none;
	text-align: center;
	background-color: Transparent;
}

.loading {
	font-size:			30pt;
}

.nav {
	color:				WHITE;
	cursor:				pointer;
	text-decoration:	none;
}

.nav_button {
	background-color:	transparent;
	border:				0;
	font-size:			6pt;
	font-family:		Verdana;
	font-weight:		bold;
	margin:				0 3px -1px 3px;
}

.nav_arrow {
	cursor:				pointer;
	height:				19px;
	width:				19px;
}

/* print classes are overwirtten in print iFrame */
.print_border {
	border:				0;
	height:				100%; 
}

.print_hide {} 

.radio {
	height: 			20px;
	width:				20px;
}

.readonly {
	background-color:	#EFEFEF;
}

.resync {
	cursor:				pointer;
	height:				15px;
	width:				15px;
	margin-right:		3px;
	vertical-align:		middle;
}

.section_heading {
	color:				#FFF;
	float:				left;
	font-size:			13.5pt;
	font-weight:		bold;
	margin-top:			7px;
	text-align:			left;
	width:				80%;
}

.summary_heading {
	font-weight:		bold;
	font-size:			10pt;
}

.table_section {
	border-top:			0;
	margin-bottom:		5px;
}

.hide {
	display: 			none;
	visibility: 		hidden;
}

.scroll {
	background:			#FFF;
	overflow:			auto;
	position:			relative;
	width:				980px;
}

.show {
	visibility: 	visible;
}

.td_sync {
	cursor:			pointer;
	vertical-align:	middle;
	white-space:	nowrap;
	width:			10px;
}

.login_input {
	width: 170px !important;
	height: 16px !important;
	_height: 22px !important;
	border: 1px solid #BDBDBD !important;
	color: #666666 !important;
	padding-left: 5px;
	padding-top: 5px;
	background-image: url('../images/input-bg.jpg');
	float: left;
	margin-right: 5px;
}
a.sign_in {
	height: 26px;
	width: 99px;
	background-image: url('../images/sign-in-button.png');
	line-height: 26px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	float: right;
}
a.sign_in:hover {
	background-position: 0 26px;
}

.login_link {
	color: #666 !important;
	padding: 3px !important;
	text-decoration: none !important;
}
.login_link:hover {
	text-decoration: underline !important;
}

.posTL {
	float:left;
	_margin-left:-3px;
}

.posTR {
	float: right;	
	_margin-right:-3px;
}

.posBR {
	float: right;
	_margin-right:-3px;	
}

.posBL {
	float: left;	
	_margin-left:-3px;
}

/*
.posAbs {
	position:absolute;
}

.posRel {
	position: relative;
}
*/

#login_table {
	position: relative;
	left: -10px;
}

#Nav_previous, #Nav_next
{
	display:block;		
	height:25px;
	margin-bottom:2px;
	width:98px;
}
#Nav_previous:hover, #Nav_next:hover {
	background-position: 0 25px;
}
