@charset "utf-8";
/* CSS Document */

table.admin_home {
	width: 100%;
	margin: 0px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	table-layout: fixed;
	border: 2px solid #492a94;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font: 13px Tahoma, Geneva, sans-serif;
	color: #4D4D4D;
	background-color: #492a94;
	clear: both;
}

table.admin_home td {
	padding: 5px;
	margin: 0px;
	border: 0px;
}

table.admin_home tr:first-child {
	color: white;
	font-weight: bold;
}

table.admin_home tr:first-child a {width: 8px; height: 6px; display:block; float:right;}
table.admin_home tr:first-child #desc { background-image:url(../images/table_sortDesc.jpg); margin: 6px 0px 0px 5px;}
table.admin_home tr:first-child #asc { background-image:url(../images/table_sortAsc.jpg); margin: 6px 0px 0px 0px;}
table.admin_home tr:first-child a:hover {background-position: 0px 6px;}
table.admin_home tr:first-child a.selected {background-position: 0px 6px;}

table.admin_home tr.even {
	background-color: #f3effc;
}

table.admin_home tr.odd {
	background-color: white;
}

table.admin_home td.date { width: 12%;}
table.admin_home td.title { width: 43%; font-weight: bold;}
table.admin_home td.category { width: 15%; }
table.admin_home td.sport { width: 15%; }
table.admin_home td.edit{ width: 15%; text-align:center;}

#elm1_parent #elm1_tbl.mceLayout { width:670px !important; margin-top: 10px; clear:both;} 

#admin_box {
	width: 100%;
	background-color: #f3effc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position:relative;
	margin-bottom: 25px;
}

#admin_box #form {
	padding: 15px;
}

table.newsForm {
	font: 13px Tahoma, Geneva, sans-serif;
	width: 100%;
}

table.newsForm tr td{
	text-align: right;
	padding: 5px 0px;
}

table.newsForm tr.photoUpload td{
}

table.newsForm tr.photoUpload p {
	margin: 0px auto 5px;
}

#form .newsForm {
	float: left;
	text-align: right;
}

#form .photoUpload {
	float: right;
	text-align: center;
	background-color: #e8e0f9;
	border: 1px solid #cccccc;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#box_newStaff {
	background-color: #eee;
	border: 1px solid #cccccc;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 20px 0px;
	width:89%;
}

#box_newStaff h3 {
	padding: 0px;
	margin: 0px 0px 15px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	font-size: 18px;
	color:#492A94;
}

#box_newStaff #StaffInfo {
	border: none;
	padding: 0px;
	margin: 0px;
}

#box_newStaff #StaffInfo #rightCol {
	width: 470px;
}

#StaffInfo { 
	clear:both;
	width: 94%;
	border-top: 1px solid #EEE;
	padding: 15px;
	padding-bottom: 10px;
	margin: 0px;}
	
#StaffInfo #leftCol {
	width: 102px;
	margin: 0px 10px 0px 0px;
	position: relative;
	float: left;
}

#StaffInfo #leftCol img, #StaffInfo #leftCol input {
	float: none;
	display: block;
	margin: auto;
	font-weight: bold;
}

#StaffInfo input, #StaffInfo textarea {
	width: 300px;
	font: 13px Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 4px;
}

#StaffInfo #rightCol {width: 500px;  float: left; }

#StaffInfo #rightCol p {
	float: left;
	margin-left: 5px;
	color: #999;
}