/*##### common css #####*/
body, div, p, table, td{
	font-family:arial;
	font-size:12px;
}

img{
	border:0px;
}
a:link, a:active, a:visited{
	color: #5668E0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

div.msg_err{
	width:100%;
	margin:5px 0 10px 0;
}
div.msg_err div{
	border:1px solid red;
	background-color:#FFEAEA;
	color:red;
	padding:5px;
	text-align:left;
}
div.msg_msg{
	width:100%;
	margin:5px 0 10px 0;
}
div.msg_msg div{
	border:1px dotted #237332;
	background-color:#E7EFE6;
	color:black;
	padding:5px;
	text-align:left;
}
.red{color:red;}
.black{color:black;}
.green{color:green;}
.orange{color:orange;}
.bold{font-weight:bold;}
.italic{font-style:italic;}
.width100{width:100%;}
.clear{clear:both;}
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.justify{text-align:justify;}
.inputbox{font-family:arial; font-size:8pt;}
.padding_height{padding:20px 0 20px 0;}
.no_bg{background:none;}

/*##### form #####*/
form{display:inline;}
.button{height:20px; font-family:arial; font-size:8pt;}
input, select, textarea{font-family: arial; font-size:11px;}

/*#####ajax#####*/
span.ajax_loading{
	width:16px;
	height:16px;
	background:url("images/spinner.gif") no-repeat 0 0;
}

/* public task table*/
.pbt_table{
	width:600px;
}
.pbt_table td{
	padding:3px;
	vertical-align:top;
}
.pbt_table tr.pbt_header{
	font-weight:bold;
	font-size:12pt;
	text-align:left;
	background-color:#6F6F6F;
	color:#fff;
}
.pbt_table tr.pbt_body{
	background-color:#E5E7FC;
}
/* public listing table*/
.pbl_table{
	width:100%;
	border-collapse:collapse;
	margin:5px 0 3px 0;
}
.pbl_table td{
	padding:2px;
	vertical-align:top;
	border:1px solid #917D4B;
	color:#000;
}
.pbl_table tr.pbl_header{
	font-weight:bold;
	text-align:center;
	background-color:#553F05;
	color:#FFFFFF;
}
.pbl_table tr.pbl_header td{
	color:#FFFFFF;
}
.pbl_table tr.row0{
	background-color:#C9BB97;
}
.pbl_table tr.row1{
	background-color:#FFFFFF;
}