#container_admin{
	width: 810px;
	background-color:white;
	margin: 0 auto;
}
#admin_nav{
	float:left;
	margin-right:10px;
	position:relative;
	width:180px;
}
#admin_container{
	background-color:#FFFFFF;
	border-top:30px solid #3EA9F5;
	float:left;
	padding:10px;
	position:relative;
	width:600px;	
	text-align:left;
}
#admin_nav_head{
    color:white;
    background-color:#3EA9F5;
    font-weight:600;
    font-size:14px;
    padding:3px;
    padding-left:5px;
}
#admin_nav ul li{
    border:1px solid #79c843;
	border-top:none;
    background-color:white;
    padding:2px;
	text-align:left
}
#admin_container ul{
	margin-left:60px;
}
#admin_container table{
	margin:0px auto;	
}
#admin_nav ul li a{
    text-decoration:none;
    font-weight:600;
    color:#3EA9F5;
}
#admin_nav ul li img{
    padding:0px 10px 0px 3px;
}

/* tables */
#container table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	float: none;
}
#container table.tablesorter thead tr th, #container table.tablesorter tfoot tr th {
	background-color: #CDCDCD;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
#container table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#container table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
#container table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
#container table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
#container table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
#container table.tablesorter thead tr .headerSortDown, #container table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
.gallery-preview{
    text-align:left;
}
.gallery-preview div{
    width:100px;
    display:inline-block;
    margin:15px 17px;
    text-align:center;
}

.gallery-preview img{
	border:1px solid #000;
	margin-bottom:5px;
}

.gallery-preview img#delete{
	border:none;
	margin-bottom:0px;
}

.admin-form label {
	display:inline-block;
	text-align:left;
	width:130px;
	margin-bottom:10px;
}
.admin-form {
	text-align:left;
	width:360px;
	margin:20px 50px;
}
.admin-form input,.admin-form textarea {
	width:200px;
	margin-bottom:10px;
}
.admin-form textarea{
	height:300px;
	width:360px;
}
