body, p, td, th {
	color: #444;
	font-family: tahoma, verdana, arial, helvetica, sans-serif ,geneva, lucida;
	font-size: 11px;
}
body a:visited, body a:link {
	color: #396667;
	text-decoration: none;
}
body a:active, body a:hover {
	color: #BD5555;
	text-decoration: none;
}
select {
	font-family: tahoma, verdana, arial, helvetica, sans-serif ,geneva, lucida;
	font-size: 11px;
	color: #000;
}
input {
	font-family: tahoma, verdana, arial, helvetica, sans-serif ,geneva, lucida;
	font-size: 11px;
	color: #000;
}
textarea {
	font-family: tahoma, verdana, arial, helvetica, sans-serif ,geneva, lucida;
	font-size: 11px;
	color: #000;
}
form { 
	margin:0px
}
img {
	border:0;
}
.error {
	color:#FF9090;
	border:2px dotted #DD7777;
}
.success {
	color:#359ACA;
	border:2px dotted #40935B;
}
.error_div {
	color:#cc0000;
	border:1px dotted #cc0000;
	padding:5px;
	margin-bottom:5px;
}
.ret_div {
	color:#396667;
	border:1px dotted #396667;
	padding:5px;
	margin-bottom:5px;
}
.alt1 {
	background-color:#fff;
}
.alt2 {
	background-color:#E5F8E1;
}
.alt3 {
	background-color:#C3F4BB;
}
.alt4 {
	background-color:#BAEAC0;
}	
.alt5 {
	background-color:#D9F284;
}
.float_menu {
	position:absolute; 
	z-index:1; 
	top: 23px; 
	background-color: #C3F4BB; 
	layer-background-color: #000;
	border: 1px solid #777; 
	overflow: hidden;
	font-face: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.label_link {
	color: #396667;
	text-decoration:underline;
	cursor:pointer;
}
.label_link:hover {
	color: #BD5555;
	text-decoration:underline;
	cursor:pointer;
}
.label_link2 {
	text-decoration:none;
	cursor:pointer;
}
.label_link2:hover {
	color: #BD5555;
	text-decoration:underline;
	cursor:pointer;
}
.img_act {
	cursor:pointer;
}	

.row_hdr {
	background-color: #AAB8A7;
	text-align:center;
	font-weight:bold;
}

.loading_label {
	text-align:left;
	width:50px;
	display:none;
	padding:1px 2px;
	background-color:#CC3300;
	color:#FFFFFF
}

.object_area {
	margin-bottom:15px;
	background:#C8D5C6;
}

.object_area2 {
	background:#C8D5C6;
}

.object_area3 {
	background:#D4CEC4;
}

.page_div {
	background:#DAE9DB;
	padding:5px;
	border:1px solid #777;
}

.label_pagination {
	text-decoration:underline;
	font-weight:bold;
	color:#396699;
	cursor:pointer;
}

.user_post {
	background-color:#fff;
	border:1px solid #777;
	padding:3px;
	height:50px;
	vertical-align: top;
}

.staff_post {
	background-color:#efefef;
	border:1px solid #777;
	padding:3px;
	height:50px;
	vertical-align: top;
}

#loader { 
	background: #FF0000;
	color:#fff;
	z-index:1123; 
	float:right; 
	position:fixed;
	top:0px;
	right:0px;
}

.bold {
	font-weight: bold;	
}

.unbold {
	font-weight: normal;	
}

.linethrough {
	text-decoration: line-through;	
}

.unlinethrough {
	text-decoration: none;	
}

.div_entry {
	background:#efefef;
	border:1px solid #777;
	padding:5px;
}

.form_entry {
	border:1px solid #999;
	padding:5px;
	background-color:#ddd;
}

.xajax_auto_err {
	background-color:yellow;
	color:red;
}
