
/* Page body */
body{
	background-color: #3C5668;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;    
    
}

/* 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, .tdMenu, .RTEtableRow, .RTEtableTopRow, .RTEtableBottomRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}

/* Hyperlinks */
a:link, a:visited {
	color : #FFFFFF;
	text-decoration: none;
}

a:hover, a:visited:hover{
	color : #5ABCFF;
	text-decoration : underline;
}

a.smLink {
	font-size: 10px;
}

/* Misc */
ul{
	list-style-type: circle;
}

form{
	display: inline;
}

a img,:link img,:visited img{
	border: none;
	vertical-align: middle;
}

.imgBorder {
	border: #E7E7E7 0px solid;
}

/* PNG Support for IE5.5 & 6 */
img {
   behavior: url('includes/pngbehavior.htc');
   max-width: 400px;
}

/* Tables */
.basicTable{
	text-align: left;
	border: 0px;
	width: 950px;
}

.errorTable{
	text-align: left;
	border: 0px solid #FD7D40;
	background-color: #FFF2E6;
	width: 950px;
	color: #FF0000;
}

.tableBorder{
	text-align: center;

}

/* Table Ledger */
.tableLedger{
	font-weight: bold;
	color: #282828;
	background-color: #B1C9E4;
	background-image: url('images/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;
   	width: 950px;
}

/* Tables */
.tableRow1{
	background-color: #114466;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
}

/* Navigation Overskrift */
.tdNav1{
	font-weight: bold;
    font-size:medium;
    background-image: url('images/blustrip.gif');
	height: 20px;
    width:100%;
    text-align:center;
}

/* Navigation Underoverskrift */
.tdNav2{
	font-weight: bold;
    font-size:12px;
	height: 18px;
    text-align:center;
}

/* TD */
.tdMenu{
	background-color: #704D08;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
    width:200px;
    vertical-align:text-top;
}

/* TD */
.tdTitel{
	background-color: #A9740B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4;
    vertical-align:middle;
   	text-align: center;
}

/* TD */
.tdDesc{
	background-color: #996600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
    width:750px;
    vertical-align:middle;
   	text-align: center;
}
/* TD */
.tdPupLogo{
	background-color: #704D08;
	font-weight: bold;
    font-size:medium;
    vertical-align:text-middle;
   	text-align: center;
}

}
.msgBody{
	width: 950px;
}



/* 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;
}
