/* CSS Document */
body {
	margin:0;
	padding:0;
	background:url(../images/pagebg.gif) top repeat-x #bbd4e4;
	font: 83%/1.4 arial, helvetica, sans-serif;
	}
.banner {
	height:85px;
	background:url(../images/bannerbg.gif) repeat-x;
	color:#fff;
	font-size:110%;
}
.rightbanner {
	margin:0;
	padding:0 20px 0 0;
	text-align:right;
}
.rightbanner a {
	margin: 0 0 0 5px;
	padding: 0 0 0 8px;
	border-left:solid 1px #f5f5f5;
}
.rightbanner a:link, .rightbanner a:visited {color:#f5f5f5;} .rightbanner a:hover {color:#fff;}
.nobannerbody {
	height:100%;
}
.footer {
	background:#1c8da6;
	color:#fff;
	font-size:90%;
	font-weight: bold;
	height:40px;
}
.login {
	background:#1c8da6;
	margin:100px 0;
	text-align:left;
}
.login .header {
	color:#fff;
	font-size:110%;
	font-weight:bold;
}
.login img {vertical-align:middle; margin:0 2px;}
.loginbox {
	color:#333;
	background:#e9f4f6;
	font-size:90%;
}
.loginbox input[type="text"], .loginbox input[type="password"] {width:170px; border:solid 1px #999; height:20px;}
a:link, a:visited {color:#006699;} a:hover {color:#000;}
.bodytable {
	background:#fff;
	font-size:100%;
}
.navilink {
	font-size:85%;
	color:#666;
	border-bottom:dotted 1px #666;
}
.leftbar {
	background:#e9f4f6;
	border:solid 1px #1c8da6;
}
.leftbar p {
	margin: 10px 10px;
	font-size:110%;
	font-weight:bold;
	color:#333;
}
.leftbar ul {
	list-style:square;
	margin: 0;
	padding:0 0 0 26px;

}
.leftbar li {
	margin:4px 0;
}
h1 {
	font-size:120%;
	color:#333;
	font-weight:bold;
	margin:2px 0 5px 0;
}
h2 {
	font-size:110%;
	color:#333;
	font-weight:bold;
	margin:2px 0 5px 0;
}
.lbl {
	font-size:90%;
	color:#333;
}
img {vertical-align:middle; margin:0 4px;}
.smallnote {
	font-size:80%;
	color:#666;
}
.asterik { 
	color:#ff9900;
	font-size:80%;
	font-weight:bold;
}
a.black {color:#000;}
tr.tblheader {
	color:#fff;
	font-size:100%;
	font-weight:bold;
	text-align:center;
}
tr.row1 {
	background:#f4f9fa;
	border-bottom:solid 1px #ccc;
	font-size:90%;
	color:#333;
}
tr.row2 {
	background:#fff;
	border-bottom:solid 1px #ccc;
	font-size:90%;
	color:#333;
}
td.fldvalue {text-align:right}
table.listing {
	background:#ccc;
}
/* FORM elements */
form, input, select {
	margin:0;
	padding:0;
}
input:focus, select:focus {background:#f4f9fa;}
input.vl { direction:rtl;}
.sbmbtn1 {
	height:23px;
	background:url(../images/button1_bg.gif) repeat-x;
	color:#fff;
	font-size:8pt;
	font-weight:bold;
	border:solid 1px #2a91b0;
	padding: 0px 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.sbmbtn2 {
	height:25px;
	background:url(../images/button2_bg.gif) repeat-x;
	color:#333;
	font-size:9pt;
	font-weight:bold;
	border:solid 1px #2a91b0;
	padding: 2px 4px;
}
.even {
	background:#f4f9fa;
	font-size:90%;
	color:#333;
	border-bottom:solid 1px #ccc;
}

.hover {
	background:#c5e0ec;
	font-size:90%;
	color:#333;
	border-bottom:solid 1px #ccc;
}
.error {color:Red; font-weight:bold;}
.hidden {display:none;}
.fckeditor {width:100%; height:200px;}