body {
	margin: 10px;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/background.png);
	background-position: top right;
	color: #336;
	background-repeat: no-repeat;
}

.title{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #838e37;
	color: Yellow;
	text-transform: capitalize;
	padding: 10px 30px 20px;
	font-weight: bold;
}

.role{
	font-size: 12px;
	background: #838e37;
	color: White;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}

.menubar{
	font-size: 12px;
	font-weight: normal;
	background: #838e37;
	color: yellow;
	text-align: left;
	display: block;
}

a, A:link, a:visited, a:active{
	color: #00A;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
}

table.head {
	margin-bottom: 12px;	
	filter:alpha(opacity=75);
     	opacity: 0.75;
	width: 100%;
	padding: 0px;
	border: 0px;
	background: #838e37;
}

table.main {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin-top: 12px;
}

.odd{
	background-color: #DDD;
}

.even{
	background-color: #FFC;
}

A:hover{
	color: #ff0000; 
	text-decoration: none;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-family: sans-serif;
}

.yellow{
	color: Yellow;
}

p, tr, td, ul, li{
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 11px
}

.header1, h1{
	color: #fff;
	background: #DBEAF5;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 13px;
	margin: 0px;
	padding: 2px;
}
.header2, h2{
	color: #000000;
	background: #DBEAF5;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}
.intd{
	color: #000;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding-left: 15px;
}

.pi{
	background: white
}

table.footer{
	background-color: #B3C05D;
	width: 100%;
	text-transform: none;
	filter:alpha(opacity=75);
     	opacity: 0.75;
	vertical-align: text-top;
	text-decoration: none;
	margin-top: 12px;
}

td.main {
	padding-left: 10px;
	margin-top: 12px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #838e37;
}

td.prompt{
	color: #737D2D;
	text-align: left;
	font-weight: bold;
}

td.label {
	color: #687128;
	text-align: right;
	font-weight: bold;
}

td.label_yellow {
	color: yellow;
	text-align: right;
	font-weight: bold;
}
.ifield{
	padding-left: 2px;
	border-width: 1px;
	background-color: #DDD;
	color: #687128;
}

.ifield_even{
	padding-left: 2px;
	border: 1px inset;
	background-color: #FFC;
	color: #555D21;
}

.ifield_odd{
	padding-left: 2px;
	border: 1px inset;
	background-color: #DDD;
	color: #555D21;
}

.header{
	color: #FFF;
	background: #838e37;
	vertical-align: text-bottom;
}

.header_yellow{
	color: yellow;
	background: #838e37;
	vertical-align: text-bottom;
}
.header a{
	color: White;
	text-decoration: none;
}

.uname {
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: #838e37;
	color: yellow;
	text-align: center;
	padding-bottom: 5px;
	width: 122px;
}

select.listbox{
	width: 350px;
}

/* classes for validator */
.tfvHighlight{
	color: Red;
	text-align: left;
	font-weight:bold;
}

.tfvNormal{
	color: Maroon;
	text-align: left;
	font-weight:bold;
}

legend{
	font-weight: bold;
	color: Red;
}

fieldset {
	border: thin outset #4682B4;
}

ol.multi{
	height: 31.5em;
	overflow: auto;
	list-style-type: none;
	padding: 2px;
	margin: 0;
	border: 2px inset Gray;
}

ol.sel_mch{
	height: 12em;
	overflow: auto;
	list-style-type: none;
	padding: 0px;
	margin: 0;
}

td.brk_top{
	width: 200px;
	font-size: smaller;
	border-bottom: 1px solid Black;
}

td.brk_bottom{
	font-size: smaller;
	width: 200px;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}

td.brk_right{
	border-right: 1px solid Black;
	width: 200px;
}

td.brk_norm{
	text-align: right;
	border: none;
}

td.brk_nil{
	text-align: right;
	border: none;
	width: 200px;
}

td.brkforce_top{
	font-size: smaller;
	width: 200px;
	border-bottom: 1px dotted Gray;
	text-align: center;
	color: Gray;
}

td.brkforce_bottom{
	font-size: smaller;
	border-bottom: 1px dotted Gray;
	border-right: 1px solid Black;
	width: 200px;
	text-align: center;
	color: Gray;
}

.alpha {
	height: 28px;
	width: 28px;
}



/* BUTTONS */
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
