body {
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	background-color:#333333;
}


#all {
	width:812px;
	margin:0 auto;
	padding:4px;
	background-color:white;
	background-image:url("images/blue_bg_all.jpg");
	background-repeat:repeat-x;
}

#done {
	background-color:white;
	padding:2px;
	font-weight:bold;
	color:green;
	margin:5px auto;
	text-align:center;
	border:2px solid green;
	background-image:url("images/done.png");
	background-repeat:no-repeat;
	background-position:4px;
}

#attention {
	background-color:white;
	padding:2px;
	font-weight:normal;
	color:#C28431;
	margin:5px auto;
	text-align:center;
	border:2px solid #F8E68D;
	background-image:url("images/attention.png");
	background-repeat:no-repeat;
	background-position:4px;
}

#error {
	background-color:white;
	padding:2px;
	font-weight:bold;
	color:red;
	margin:5px auto;
	text-align:center;
	border:2px solid red;
	background-image:url("images/error.png");
	background-repeat:no-repeat;
	background-position:4px;
}
	
	.title {
		margin:0px;
		padding:0px;
		font-family:Trebuchet MS;
		font-size:32px;
		font-weight:normal;
		color:white;
	}


#total {
	width:700px;
	margin:7px auto 7px;
	font-family:Trebuchet MS;
	font-size:22px;
	color:#EFF6F9;
	font-weight:normal;
	text-align:center;
}

.block { text-decoration:underline; }

sup { color:white; text-decoration:none;}

#content {
	background-color:white;
	padding:3px;
	line-height:14px;
}


 form { margin:0px; padding:0px; }
 
 
	#col1 {
		float:left;
	}
	
		.just_sign {
			border:1px solid #05699B;
			background-color:#FFFFCC;
			font-weight:bold;
			color:#05699B;
			font-size:12px;
			padding:2px;
		}
		
		.text {
			border:1px solid #993300;
			background-color:#FFFFCC;
			color:#05699B;
			font-size:12px;
		}
		
		td { color:#737373; }
		
		.sign {
			border:1px solid #993300;
			background-color:#FFFFCC;
			font-weight:bold;
			color:#993300;
			font-size:12px;
			padding:2px;
		}
		
	#col2 {	
		float:right;
	}
	
	.prev {
		float:left;
		width:23px;
	}
	
	.pagination {
		float:left;
		width:454px;
		text-align:center;
	}
	
	.next {
		float:left;
		width:23px;
	}
	
	
	
		.comm {
			width:488px;
			padding:6px;
			background-color:#EFF6F9;
			color:#333333;
			margin-top:3px;
			margin-bottom:2px;
		}
		
			.data { font-size:10px; }
			
#footer {
	width:794px;
	margin:0 auto;
	padding:2px 4px 2px 4px;
	border-top:1px solid #333333;
	color:#333333;
}

	#footer a {
		color:#333333;
		text-decoration:underline;
		font-size:11px;
	}
	
	#footer a:hover {
		text-decoration:none;
	}
	
#powered {
	float:left;
}
	
#admin_login {
	float:right;
	font-size:11px;
}

	.password {
		width:83px;
		height:13px;
		background-color:white;
		border:1px solid #333333;
		font-size:11px;
	}
	
	.login {
		border:1px solid #333333;
		background-color:#333333;
		color:white;
		font-weight:bold;
		font-size:11px;
	}