@charset "utf-8";
/* CSS Document */

a img{border:none;}
.PlainText05{
	font-size:18px;
	color:#9E9E8A;
}
table.adminlist {
	border-spacing:1px;
	color:#666666;
	width:100%;
}
table.adminlist thead th {
	background:#F0F0F0 none repeat scroll 0 0;
	border-bottom:1px solid #999999;
	border-left:1px solid #FFFFFF;
	color:#666666;
	text-align:center;
}
table.adminlist td, table.adminlist th {
	padding:4px;
}
table.adminlist tfoot td{
	background:#F0F0F0 none repeat scroll 0 0;
	border-top:1px solid #999999;
	color:#666666;
	text-align:center;
}
td, th {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
td .checkbox{ border:none; }
table.adminlist tbody tr {
	background-color:#FFFFFF;
	text-align:left;
}
table.adminlist tbody tr td {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #FFFFFF;
	height:25px;
}

table.admintable td.key, table.admintable td.paramlist_key {
	background-color:#F6F6F6;
	border-bottom:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	color:#666666;
	font-weight:bold;
	text-align:right;
	width:140px;
}
table.admintable td.onecol{
	text-align:left;
}
table.admintable td {
	padding:3px;
	text-align:left;
}
table.adminlist tbody tr.row1 {
	background:#F9F9F9 none repeat scroll 0 0;
	border-top:1px solid #333333;
}

fieldset.adminform {
	border:1px solid #CCCCCC;
	padding-bottom:10px;
}
legend{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

#mod_title{
	float:left;
	width:380px;
}
#user_section{
	float:left;
	height:82px;
	width:480px;
	text-align:right;
}
#user_section a {
	display:block;
	width:70px;
	height:50px;
	float:right;
	text-align:center;
	text-decoration:none;
	line-height:15px;
	margin-top:15px;
}
#cmsbody{
	padding: 30px 50px 30px 50px;
}

#loginwrapper{
	margin-left:auto;
	margin-right:auto;
	width:320px;
}

#cmsbody a.link_icon{
	display:block;
	width:100px;
	height:100px;
	float:left;
	text-align:center;
	text-decoration:none;
	line-height:20px;
	margin-right:40px;
}

div.err{
	padding: 5px 0px 15px 25px;
	color:red;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-indent: -25px;
	line-height: 20px;
	text-align:left;
}

input, select, textarea {
	border:1px solid silver;
	font-size:11px;
}

.noborder { border: none; }

.ucase{ text-transform:uppercase; }

.hrline{
	background-image:url(../images/grc_hrule-460.gif);
	height:40px;
}

.lth{
	text-decoration:line-through;
}

div.tblHeader h2{
	width:300px;
	float:left;
}
div.tblHeader div.col_right{
	text-align:right;
	line-height:30px;
	padding-right:5px;
}

.clearL{clear:left;}