body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-serif;
}

p,li {
	font-size: 8pt;
}

h1 {
	font-size: 14pt;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, Sans-serif;
}

h2 {
	font-size: 12pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
}

h3 {
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-weight: bold;
}

table#maint {
	width: 950px;
}

#cntholder {
	border-top: 1px solid #9DA7B7;
	border-bottom: 1px solid #9DA7B7;
	border-left: 1px solid #9DA7B7;
	border-right: 1px solid #9DA7B7;
	padding: 1px 1px 1px 1px;
	background-color: #FFFFFF;
	background-image: url("../../pics/designelements/standard/headbg.html");
	background-position: top left;
	background-repeat: no-repeat;
}

#main_hld {
	width: 950px;
}
#main_cnt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#right_hld {
	border-left: 1px solid #9DA7B7;
	width: 159px;
        padding: 1px 1px 1px 1px;
        background-color: #FFFFFF;
	background-image: url("../../pics/right_spl.html");
	background-position: top left;
	background-repeat: no-repeat;
}
#right_cnt {
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
}

#copyright {
	font-size: 7pt;
	text-align: center;
	margin-top: 2px;
	color: #FAFAFA;
}

#copyright a {
	color: #FAFAFA;
}

input, select, textarea {
	font-size: 8pt;
	padding: 1px 1px 1px 1px;
}

input.hx {
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
	border: none;
	font-family: Arial, Helvetica, Sans-serif;
	background-color: transparent;
}

input.fx, textarea.fx {
	font-size: 9pt;
	font-family: Courier New, Courier;
	padding: 1px 1px 1px 1px;
	border: 1px solid black;
	background-color: white;
}

input.btn {
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 10px;
}

input.btnb {
	font-size: 8pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

a {
	color: #1E54A5;
	text-decoration: none;
}

a:hover {
	color: #5D89CB;
	text-decoration: underline;
}

a:visited {
	color: #1E54A5;
	text-decoration: none;
}

a:active {
	color: #B79DA3;
	text-decoration: underline;
}

/* ====== ====== TABLES ====== ====== */
table.basic {
	border-top: 1px solid #1E54A5;
	border-bottom: 1px solid #1E54A5;
}

table.basic tr td {
	font-size: 8pt;
	text-align: left;
	padding: 2px 2px 2px 2px;
}

table.basic tr.hdr td {
	background-color: #5D89CB;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	color: #E0E0E0;
}
table.basic tr.hdrl td {
	background-color: #BCCEEA;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	color: #E0E0E0;
}


table.basic tr.even td {
	background-color: transparent;
	font-size: 8pt;
	text-align: left;
}
table.basic tr.odd td {
	background-color: #E0E0E0;
	font-size: 8pt;
	text-align: left;
}
table.basic tr.summary td {
	font-size: 8pt;
	text-align: left;
	background-color: #D0D0D0;
	border-top: 1px solid #5D89CB;
}

/* ---- box ---- */
table.box {
	border-top: 1px solid #1E54A5;
	border-bottom: 1px solid #1E54A5;
	border-left: 1px solid #1E54A5;
	border-right: 1px solid #1E54A5;
}

table.box tr td {
	font-size: 8pt;
	text-align: left;
	padding: 2px 2px 2px 2px;
}

table.box tr.hdr td {
	background-color: #5D89CB;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	color: #FAFAFA;
}

table.box tr.hdrl td {
	background-color: #BCCEEA;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	color: #FAFAFA;
}

/* InitMessages */
p.initmsg_error {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #EDDEDE;
	color: red;
	border-bottom: 1px solid red;
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	padding: 5px 5px 5px 5px;
	background-image: url(../../pics/msgboxbg/error.html);
}
p.initmsg_need_action {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #EDDEDE;
	color: red;
	border-bottom: 1px solid red;
	border-top: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;
	padding: 5px 5px 5px 5px;
}
p.initmsg_action_ok {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #C9E6C6;
	color: green;
	border-bottom: 1px solid green;
	border-top: 1px solid green;
	border-left: 1px solid green;
	border-right: 1px solid green;
	padding: 5px 5px 5px 5px;
}

/* Confirm Boxes */
.cfgbox_warning {
	background-color: #EDDEDE;
	border-bottom: 2px solid red;
	border-top: 2px solid red;
	border-left: 2px solid red;
	border-right: 2px solid red;
	padding: 10px 10px 10px 10px;
	background-image: url(../../pics/msgboxbg/errorbg.html);
	
}
.cfgbox_warning p {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: black;
}

/* Buttons */
input.btn_no {
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 10px;
	color: red;
}
input.btn_yes {
	font-size: 8pt;
	padding-left: 10px;
	padding-right: 10px;
	color: #008000;
	font-weight: bold;
}

.front_text p {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 8pt;
}
