/* Page body */
/*body{
	background-color: #F0F0F0;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}*/

/* Text for most CSS classes */
body, .text, .smText, .error, a, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow {
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}
.lgText, h1, .heading{
	font-family: Arial, Helvetica, sans-serif;
	color: #00429B;
	font-weight: bold;
	font-size: 16px;
}


/* Text */
.smText{
	font-size: 10px;
}
.tableBorderubenthier{
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4;
}

h1{
	margin-bottom: 3px;
	margin-top: 3px;
}

.error{
	color : #FF0000;
}

/* Hyperlinks */
a:link, a:visited {
	color : #0066CC;
	text-decoration: none;
}

a:hover, a:visited:hover{
	color : #666;
	text-decoration : underline;
}

a.smLink {
	font-size: 10px;
}
a.ubenhierlink, A.ubenthier:visited, A.ubenthier:link, A.ubenthier:active {
	font-family: Arial, Helvetica, sans-serif;
	color : #0066CC;
	text-decoration : none;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4;
}
A.ubenthier:hover {
	color : #666; 
	TEXT-DECORATION: underline;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4;
}


/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border: none;
	vertical-align: middle;
}

.imgBorder {
	border: #E7E7E7 1px solid;
}

/* PNG Support for IE5.5 & 6 */
img {
   behavior: url('includes/pngbehavior.htc');
}

/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 98%;
}

.errorTable{
	text-align: left;
	border: 1px solid #FD7D40;
	background-color: #FFF2E6;
	width: 98%;
	color: #FF0000;
}

.tableBorder{
	border: 1px solid #5F666E;
	background-color: #FFFFFF;
	width: 95%;
	text-align: left;
	vertical-align: text-top;
}

.tableBorderubenthier{
	width:95%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px
	text-align: left;
	vertical-align: text-top;
}


/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #282828;
	background-color: #B1C9E4;
	background-image: url('bg_vista_blue_ledger.jpg');
	height: 20px;
}
.tableLedgergroot{
	font-weight: bold;
	font-size: 16px
	color: #282828;
	background-color: #B1C9E4;
	background-image: url('bg_vista_blue_ledger.jpg');
	height: 20px;
}

/* Sub-Ledger */
.tableSubLedger{
	font-weight: bold;
	color: #282828;
	background-color: #FBFCFE;
	height: 19px;
}

/* Tables */
.tableRow, .tableTopRow, .tableBottomRow, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow{
	background-color: #FFFFFF;
}

.msgBody{
	width: 100%;
}



/* RTE */
.WebWizRTEbutton, .RTEtoolbar{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.WebWizRTEbuttonOver{
	background-color: #B1C9E4;
	border: 1px solid #666666;
}

.RTEtextarea{
	background-color: #FFFFFF;
	color: #000000;
}

.RTEmouseOver{
	background-color: #B1C9E4;
	color: #FFFFFF;
}
hr {
	color: #666;
	height:1px;
	background-color: transparent;
	line-height: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

