body, p, td, th {
	color: #444;
	font-family: tahoma, verdana, arial, helvetica, sans-serif ,geneva, lucida;
	font-size: 12px;
}
body a:visited, body a:link {
	color: #396667;
}
body a:active, body a:hover {
	color: #BD5555;
	text-decoration: none;
}
select {
	font-family: tahoma, verdana, arial, helvetica, sans-serif ,geneva, lucida;
	font-size: 12px;
	color: #000;
}
input {
	font-family: tahoma, verdana, arial, helvetica, sans-serif ,geneva, lucida;
	font-size: 12px;
	color: #000;
}
textarea {
	font-family: tahoma, verdana, arial, helvetica, sans-serif ,geneva, lucida;
	font-size: 12px;
	color: #000;
}
form { 
	margin:0px
}
img {
	border:0;
}
.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; 
	border: 1px solid #777; 
	overflow: hidden;
	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;
}

.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;	
}
.top_line {
	padding-bottom:5px;
	border-bottom:2px solid #bbb;
}
.padtopdown {
	padding-top:2px;
	padding-bottom:2px;
}
.page_title {
	color: #5E9167;
	font-weight: bold;
	font-size:15px;
	height:25px;
}
.page_right_menu {
	padding:5px;
	border: 1px solid #bbb;
	background-color: #EAF6ED;
}
.block1 {
	border: 1px solid #bbb;
	background-color: #EAF6ED;
}
.block2 {
	padding:5px;
	background-color: #EAF6ED;
	border: 1px solid #bbb;
}
.block_header1 {
	padding:2px;
	font-weight:bold;
	background-color: #B1BEB1;
	border: 1px solid #bbb;
	margin-bottom:3px;
}
.text_desc {
	font-size:10px;
	color:#363A8D;
}
.readonly {
	padding-left:1px;
	background-color:#eee;
}
.advise_block {
	background-color:#fff;
	height:100px;
	width:100%;
	overflow:auto;
	margin-top:5px;
	margin-bottom:5px;
}

p {margin:0 0 1em 0}

.inner{
	margin:10px;
}

.left_layout_top{
	float:left;
	width:30%;
}

.right_layout_top{
	float:right;
	width:69%;
	text-align:right;
}

.main_layout_body{
	float:left;
	width:69%;
}

.right_layout_body{
	float:right;
	width:30%;
	display:inline;	
}

.div_entry {
	background:#efefef;
	border:1px solid #777;
	padding:5px;
}

.form_entry {
	border:1px solid #999;
	padding:5px;
	background-color:#ddd;
}


/* clear without structural mark-up */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
