/* CSS Document */

.adminCP{
	padding:10px;
	font-family:tahoma, arial, verdana;
	font-size:12px;
	color:#333}

.adminCP p{
	text-indent:12px;
	padding:10px 0;
	margin:10px 0 0 0}

.adminCP a,
.adminCP a:visited{
	color:#d00}
.adminCP a:hover{
	text-decoration:underline}

.adminCP textarea{
	width:99%;
	height:200px}

.adminCP table{
	margin:10px 0;
	width:100%;
	padding:0 0 5px 0}
.adminCP table thead,
.adminCP table tfoot,
.adminCP table th{
	background:#efefef}
.adminCP table td{
	padding:1px 0 2px 5px}
.adminCP table .td_select{
	padding:0;
	width:25px;
	font-weight:bold;
	color:#d00;
	text-align:center}

.newUploadsForm{
	text-align:right}

.editForm{
	width:100%}
.editForm tr th{
	padding:2px 10px 2px 0;
	background-color:#fff;
	font-weight:normal;
	text-align:left}

.adminCP .notice{
	color:#d00;
	font-size:9px;
	border:double 3px #d00;
	background:#fff;
	padding:10px}





