/* CSS Document */

/*form
.form_row {
	padding:10px 0;
	width:670px;
}
.form_label {
	float:left;
	width:220px;
	padding:5px 10px 5px 0;
	text-align:right;
}
.form_label label {	
	font-weight:bold;
}
.form_input {
	float:right;
	width:440px;
}
.form_input input {
	border:1px solid #CCCCCC;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	width:440px;
}
.form_submit {
	float:right;
}
.form_submit input {
	border:1px solid #E3A76D;
	color:#FFFFFF;
	background:#E3A76D;
	font-size:14px;
	font-weight:bold;
	padding:4px 10px;
	text-transform:lowercase;
}
 */
/*#content {
	padding:90px 10px 10px 10px;
	width:677px;
	float:left;
	min-height:700px;
	height:auto !important;
	height:700px;
}
#lateral_admin {
	float:right;
	width:200px;
}*/
.title {
	padding:20px 0 35px 0;
}

.cp {
	float:left;
	width:100px;
	padding:10px;
	text-align:center;
	border:2px solid #CCCCCC;
	margin:10px;
}
.cp img {
	margin-bottom:10px;
}

table.adminlist {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFF;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:5px 0;
	color:#333;
}
table.adminlist th {
	margin: 0px;
	padding: 5px;
	height: 25px;
	color:#FFFFFF;
	background:#F58220;
	font-size: 11px;
	border-bottom:1px solid #FFF;
}
table.adminlist th.title {
	text-align: left;
}
table.adminlist tr.row0 {
	background-color: #F1F1F1;
	text-align: left;
}
table.adminlist tr.row1 {
	background-color: #DFDFDF;
	text-align: left;
}
table.adminlist td {
	border-bottom: 1px solid #FFF;
	padding: 4px;
}
table.adminlist tr.row0:hover {
	background-color: #FC9;
}
table.adminlist tr.row1:hover {
	background-color: #FC9;
}
table.adminlist img {
	border:none;
}