﻿/*-------------------------------------------
   CMS - CONTENT
--------------------------------------------*/ 

.cmsSection { height: 20px; display:block; padding:0; margin:0; clear:both; }

/*-------------------------------------------
   CMS - ADMIN
--------------------------------------------*/ 

#cmsAdmin_contentSection
{
	border-bottom:1px dotted #ccc;
	padding-bottom:8px;
	margin-bottom:13px;
}

.cmsAdmin_sortSection
{
	margin:0;
	padding:0;
	list-style-image:none;
	display:inline;
}

.cmsAdmin_sortSection li
{
	margin:0;
	padding:0;
	list-style-image:none;
}

#cmsAdmin_IconList
{
	margin:12px 0 0 0;
	list-style-image:none;
}

#cmsAdmin_IconList li
{
	list-style-image:none;
	float:left;
	width:89px;
	height:90px;
	text-align:center;
}

#cmsAdmin_IconList li img, #cmsAdmin_LayoutList li img { border:none; background:transparent; display:block; margin:0 auto; }
#cmsAdmin_IconList li a {display:block; width:63px;}

#cmsAdmin_Form, #cmsAdmin_LayoutList
{
	margin:12px 0 0 0;
	padding:0;
	list-style-image:none;
}

#cmsAdmin_Form li
{
	display:block;
	height:50px;
}

#cmsAdmin_Form li.textarea
{
	height: 140px;
}

#cmsAdmin_Form li label {display:block; padding-bottom:2px;}
#cmsAdmin_Form li input {}
#cmsAdmin_Form li input[checkbox] {border:none;}

#cmsAdmin_LayoutList li 
{
	list-style-image:none;
	float:left;
	margin:0 30px 0 0;
	width:142px;
}

#cmsAdmin_LayoutList li input
{
	float:left;
	width:12px;
}

#cmsAdmin_LayoutList li label
{
	float:right;
	font-size:10px;
	height:80px;
	padding:117px 0 0;
	width:121px;
}

.admin_input, .admin_select, .admin_textarea {
	border-color:#D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
	border-style:solid;
	border-width:1px;
	color:#6A6969;
	margin:0;
	padding:2px;
	font-size:10px;
	width:230px;
}
.admin_select { height:22px; margin-bottom:4px; }

.admin_button
{
	background:#F2F2F2;
	border:1px solid #ccc;
	padding:2px 4px;
	font-size:10px;
	color:#565656;
	margin-right:4px;
}

/* table sorter */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	color:#333333;
	line-height:150%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../Images/Admin/tablesorter_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody td a
{
	color: #3D3D3D;
	text-decoration:none;
}

table.tablesorter tbody td a:hover
{
	color: #3D3D3D;
	text-decoration:underline;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../Images/Admin/tablesorter_asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../Images/Admin/tablesorter_desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

