/*
===================================================================================
	Kent Lyons CMS Style Sheet 
===================================================================================
	Coded by : 		Shane Saunders
	Copywrite :		(c) Copyright 2007 by Kent Lyons
	Website : 	 	
	Date :			
-----------------------------------------------------------------------------------		
	Notes :       
===================================================================================
*/


/* ------------------------------------ HTML -----------------------------------*/		
* {
	margin: 0;
	padding: 0;
}

body {
	position:relative;
	background-color: #312929;
}

a {
}

a:hover {
}

a img {
}

p {
}

ul {
	list-style: none;
}

li {
	
}
select.full{
	width:100%;
}

hr{
	margin:1em 0 1em 0;
}


/* ------------------------------------ LAYOUT -----------------------------------*/
#wrapper {
	width:880px;
	margin:0 auto;
}

#inner_wrapper {
	float: left;
	width:880px;
	margin:0;
	padding:0;
	background:#F4F4F4 url(../../images/admin_images/background_grad.gif) repeat-x bottom;
}
#inner_wrapper.login {
	width:220px;
}
#admin_branding {
	float:left;
	width:880px;
	padding:0;
	margin:25px 0 5px 0;
}

#container {
	float: left;
}
#tool_bar {
	float: left;
	width:220px;
	padding-bottom: 30px;
	
}
#rhnav {
	float: right;
	width:220px;
	padding-bottom: 30px;
	
}
#template {
	
	float:left;
	width: 438px;
	padding-bottom: 30px;
	border-left: 1px solid #312929;
	border-right: 1px solid #312929;
}
#footer {
	width:880px;
	padding-top: 5px;
}



/* ------------------------------------ ADMIN BRANDING -----------------------------------*/

#admin_branding #title {
	float: left;
	width: 550px;
}
#admin_branding #tools {
	float: right;
	margin-top: 8px;
	width: 320px;
}



/* ------------------------------------ LOGIN -----------------------------------*/
#login {
	padding:5px;
	margin: 10px;
	margin-bottom: 290px;
	background-color:#D9D9D9;
}
#login p {
	margin:0;
}

#login input.field {
	width:185px;
	margin-top: 3px;
}
#login .submit {
	width: 50px;
	height: 14px;
	margin-top: 30px;
}

/* ------------------------------------ HEADER -----------------------------------*/
.header {	
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 10px;
	margin-top: 15px;
	border-top: 1px solid #E3E2E2;
}
.header.top {
	border:none;
	margin: 0 10px 0 10px;
}

.header {
	height:auto;
	line-height: 30px;
	padding: 0 10px 0 10px;
	margin-top: 15px;
	background: url(../../images/admin_images/header_bg.gif) repeat-x;
	background-color:#CCCCCC;
	
	
}

.header p{
	
	margin:0;
	padding:0;
	display:block;

}


.header.top {
	border: none;
	margin:0 0 0 0;
}
.header a#preview {
	float: right;
	padding-right: 20px;
	margin-left:20px;
	background: url(../../images/admin_images/arrow.gif) no-repeat center right;
}

#status{
	overflow: visible; 
	position: absolute; 
	top: 0pt; 
		z-index: 10; 
	margin:0pt auto; 
	background: url(../../images/admin_images/status_bg.png); 
	width: 100%; 
	display: block;
}

#messagebox{
	background-color:#FFFFFF;
	margin: 0px auto; 
	overflow: hidden; 
	position: relative; 
	text-align: left; 
	margin: 0px auto;
	top: 200px; 
	 z-index: 2; 
	width: 320px;
	display: block;
	text-align: center;
	border: 5px #333333 solid;
	display: none;
}
#message p{
	background-color:#FFFFFF;		
	display: block;
	color:#312929;
	font-weight:bold;
	font-size:1.8em;
	padding-top:80px;
}


/* ------------------------------------ CONTENT -----------------------------------*/
.contents, #template_contents{	
	margin: 10px;
}



/* ------------------------------------ SECTION LIST -----------------------------------*/
.section_list {
	margin:0;
	padding: 10px 0 10px 0;
}

.section_list li p {
	padding:  0 10px 0 10px;
	margin: 0;
	cursor:pointer;
	position: relative;
}
.section_list p#active{
	background-color: #DDDDDD;
	padding: 1px 10px 1px 10px;
	margin: 2px 0 2px 0;
}
.section_list li p a{
	display: block;
	width: 170px;
}
.subLevel {
	padding-left: 10px;
}

.section_list#accordianNav li p .ui-icon,
.section_list.accordianSiteNavForm li p .ui-icon{
	width: 9px;
	height: 9px;
	display: block;
}
.section_list#accordianNav li p .ui-icon-plus-1-e,
.section_list#accordianNav li p .ui-icon-minus-1-s{
	position: absolute;
	top: 3px;
	right: 10px;
}
.section_list#accordianNav li p .ui-icon-plus-1-e,
.section_list.accordianSiteNavForm li p .ui-icon-plus-1-e{
	background: url( ../../images/admin_images/nav_actions.gif) 9px 0;
}
.section_list.accordianSiteNavForm li p .ui-icon-minus-1-s,
.section_list.accordianSiteNavForm li p .ui-icon-minus-1-s{
	background: url( ../../images/admin_images/nav_actions.gif) 0 0;
}

.section_list#accordianNav li p .ui-icon:hover.ui-icon-plus-1-e,
.section_list.accordianSiteNavForm li p .ui-icon:hover.ui-icon-plus-1-e{
	background: url( ../../images/admin_images/nav_actions.gif) 9px 9px;
}
.section_list#accordianNav li p .ui-icon:hover.ui-icon-minus-1-s,
.section_list.accordianSiteNavForm li p .ui-icon:hover.ui-icon-minus-1-s{
	background: url( ../../images/admin_images/nav_actions.gif) 0 9px;
}

.section_list .no-access{
	opacity: 0.8;
}
.section_list .subLevel .no-access{
	font-weight: normal;
	font-size:11px;
}

/* ------------------------------------ TEMPLATE -----------------------------------*/
#template h2 {
	padding:10px 0 10px 0 ;
}
#template form .input{
	width: 415px;
}
#template form .submit {
	width: 50px;
	padding:10px 0 10px 0 ;
}

#template ul.draggable_list li, .sortableitem{
	width:auto;
	padding:2px;
	margin-bottom:1px;
	background-color: #DDDDDD;
	cursor: move;
}

#template table.items{
	width:100%;
	background-color:#F4F4F4;
	border: solid 1px #333333;
}
#template  table.items th{
	background-color:#969696;
	color:#FFFFFF;	
}

#template  table.items select{
	width:auto;
}



/* ------------------------------------ INSERT -----------------------------------*/

#template .template_insert_toggle{
	display: none;
}
#template .template_insert {
	overflow: hidden;
	width: 100%;
}
.closed {
	display:none;
}
#template .insert_header {
	padding: 4px;
	background-color:#969696;
}
#template .insert_content {
	padding: 2px;
	background-color:#312929;
}
#template .insert_header a {
	float: right;
	width: 10px;
	height: 11px;
	background: url(../../images/admin_images/close.png) no-repeat top right;
}

#template .insert_content .inner_content {
	background-color: #F4F4F4;
	padding: 5px;
}



/* ------------------------------------ CALENDAR -----------------------------------*/
#calendar_area #live_status {
	background-color: #F4F4F4;
	padding: 5px;
}
#calendar_area .calendar_title {
	float:left;
	width:48.5%; 
	padding: 3px;
	background-color:#F4F4F4;
	border-top:2px solid #312929 ;
}
#calendar_area .calendar {
	float:left;
	width:49.5%;
}

/* ------------------------------------ IMAGE SECTION -----------------------------------*/
#image_holder {
	
	width: 415px;
	height:484px;
 	margin:15px 0 15px 0;
	overflow:auto;
}



/* ------------------------------------ IMAGE GENERAL -----------------------------------*/
.image {
	width:110px;
	float:left;
	margin: 5px;
	border: 1px solid #312929;
}
.image .image_title {
	padding: 3px;
	color: #FFFFFF;
	background-color: #969696;
}
.image .image_buttons {
	padding: 3px;
	background-color: #D9D9D9;
}

/* ------------------------------------ Item GENERAL -----------------------------------*/
#item_holder {		
	margin:15px 0 15px 0;
	border-top: 1px solid #312929;
	border-left: 1px solid #312929;
	border-right: 1px solid #312929;
	background-color:#CC99FF;
}
	#item_holder live {		
		background-color:#fff;
	}

#item_holder .item {	
	padding:5px;
	border-bottom: 1px solid #312929;	
	background-color: #D9D9D9;
	min-height: 14px;
}

#item_holder .item p {
	font-weight:bold;
	
}

#item_holder .item.live {	
	background-color:#FFFFFF;
}
#item_holder .item .item_title {
		color:#666666;
	
	
}
#item_holder .item .item_buttons {
	float:right;	
}

/* ------------------------------------ Tabs -----------------------------------*/

#tabcontainer{
	width:418px;
}

.tabs-hide {
	display: none;
}

.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}

.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.tabs-nav li {
	float: left;
	margin: 0 0 0 1px;
	min-width: 84px; /* be nice to Opera */
}

.tabs-nav a, .tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(../../images/admin_images/tab.png) no-repeat;
}

.tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 0;
	color: #27537a;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */    
}

.tabs-nav .tabs-selected a {
	color: #F4F4F4;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
}

.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
	padding-top: 6px;
	color: red;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border: 1px solid #97a5b0;
    padding: 1em 8px;
	background:#F4F4F4 ;
	width:400px;
	
  
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../../images/admin_images/loading.gif) no-repeat 0 50%;
}




/* ------------------------------------ ASSIGN  -----------------------------------*/
#assign_assets {
	width: 440px;
}
#col01 .image,
#col02 .image
{
	width: 130px;
	cursor: move;	
}

#col01,
#col02 {
	float: left;
	width: 200px;
	border: 1px solid #999999;
	overflow: auto;
	height: 500px;
}

#col01,
#col02 li{
	list-style: none;
}

#col01 {
	margin-right: 10px;
}
#col01_info,
#col02_info {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
#col01_info {
	margin-right: 10px;
}

p.topLevelAcc{
	border: 1px #F4F4F4 solid;
}

/* ------------------------------------ FORM -----------------------------------*/
form label {
}

form .tinymce
{
	width:99%;

}



.contents form h3 {
	display:block;
	margin: 10px 0 3px 0;
}
.contents input{
	
}
.contents input.submit {
	width: 50px;
	margin-top: 20px;
}
.contents input.radio {
	margin: 0 5px 0 5px;
}
/* ------------------------------------ SECTION SEARCH FORM -----------------------------------*/
form#search {
	margin: 0;
}
form#search input.input {
	float: left;
	width: 160px;
}
form#search input.submit {
	float: right;
	width: 50px;
}
form#search #a_search {
	padding: 5px 0 5px 0;
}



/* ------------------------------------  EDIT IMAGE FORM -----------------------------------*/
form#standard {
}
form#standard h3 {
	display: block;
	padding:5px 0 5px 0;
}
form#standard input.input,
form#standard select
{
	display: block;
	width: 200px;
	margin-bottom: 5px;
}
form#standard #timestamp select{
	width: 60px;
	display: inline;
}
}
form#standard select.date
{
	display:inline;
	width: 68px;
	margin-bottom: 5px;
}

form#standard input.submit {
	width: 50px;
}

table#keywords {
	width: 100%;
	background-color:#00FFFF;
}
form#standard .extra-form{
	position: relative;
}
form#standard .extra-form a.by-section{
	position: absolute;
	top: 0px;
	left: 230px;
	border: 2px #b1b1b1 solid;
	padding: 4px 10px;
	font-size: 0.9em;
	color: #656565;
	font-weight: bold;
	opacity: 0.5;
}
form#standard .extra-form a.by-section.active{
	opacity: 1.0;
}
.section_list.accordianSiteNavForm{
	padding: 20px 0 40px 15px;
}

#template .section_list.accordianSiteNavForm li p {
	font-size: 11px;
	padding: 2px 0;
	margin-left: 20px;
}
.section_list.accordianSiteNavForm li p .ui-icon-plus-1-e,
.section_list.accordianSiteNavForm li p .ui-icon-minus-1-s{
	position: absolute;
	top: 3px;
	left: 200px;
}

.section_list.accordianSiteNavForm li input{
	position: absolute;
}

.section_list.accordianSiteNavForm .sub li input{
	position: relative;
}

/* ------------------------------------ MISC -----------------------------------*/	
.divider {
	margin-top: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #E3E2E2;
}
.clearfix {
	clear: both;
}
.error{
 margin-top: 20px;

}

.loading{
	height:200px;
	width:100%;
	background: url(../../images/admin_images/ajax-loader.gif) no-repeat center;

}

/* ------------------------------------ auto complete -----------------------------------*/	
.suggestionsBox {
    position: relative; 
	z-index: 100;
}
.closearea {	
	width: 187px;
	border:1px solid #666666;
   	height:10px;
	background:#999 url(../../images/admin_images/close.png) no-repeat top right;	
	padding: 4px;
	cursor: pointer;
}


.suggestionList {	
	position:absolute;
	top:30;
	height:200px;
	background-color:#FFFFFF;
	width: 195px;
	border:1px solid #666666;
	overflow:auto;
	
}


input.autocomplete{	
	position:relative;
	padding:0;
	margin:0 0 10px 0;
	_margin-left:-10px;
	width:193px;
}

input.autocompletebooks{	

	padding:0;
	margin:0 0 10px 0;
	_margin-left:-10px;
	width:403px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #93d20a;
}

.suggestionList li.autosuggestionlinks {
    text-align:right;;
}

a.autocomplete{
	color:#000000 !important;
	font-weight:normal !important;
	text-align:right;
}

a.autocomplete :hover{
	color:#000000 !important;
	font-bold:normal !important;
}

#template p.action_link{
	margin-bottom: 0px;
}
	#template p.action_link a{
		margin-right: 10px;
		background-color: #312929;
		color: #fff;
		padding: 2px 10px;
	}
	#template p.action_link a.last{
		margin-right: 0px;
	}
	#template p.action_link a:hover{
		background-color: #93d20a;
		color: #213929;
	}
#add_search_type a{
	width: 24px;
	height: 24px;
	display: block;
	background:url(../../images/admin_images/add_btn.gif) no-repeat 0 0;
}
#add_search_type a:hover{
	background-position: -23px 0;
}
.delete_search_type a{
	width: 24px;
	height: 24px;
	display: block;
	background:url(../../images/admin_images/delete_btn.gif) no-repeat 0 0;
}
.delete_search_type a:hover{
	background-position: -23px 0;
}

.form .checkbox{
	width: 100px;
	float: left;
}
	.form #week_advanced .checkbox{
		width: 50px;
		float: left;
	}
	.form #month_advanced .checkbox{
		width: 40px;
		float: left;
	}
	.form #year_advanced .checkbox{
		width: 60px;
		float: left;
	}
#week_advanced{
	width: 100%;
	overflow: hidden;
}	
#month_advanced{
	width: 300px;
	overflow: hidden;
}
#recurring-options {
background-color:#FFFFF4;
border:1px solid #D2D2D2;
padding:10px;
}

/* Date  ----------------------------------------------------------*/


table.jCalendar {
    border-collapse: separate;
    border-spacing: 2px;
	margin: 10px auto;
}
table.jCalendar th {
	background: #C7F85D;
	color: #000000;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	color: #aaa;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #C7F85D;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #fff;
	font-size: 10px;
	font-family: arial, sans-serif;
	width: 200px;
	line-height: 1.2em;
	border: 2px #93d20a solid;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	background-color: #93d20a;
	color: #fff;
	padding: 10px 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a.dp-nav-prev-month {
	float: left;
	width: 5px;
	height: 8px;
	display: block;
	background: url( ../../images/admin_images/calendar_nav.gif) 0 0 no-repeat;
}
div.dp-popup div.dp-nav-prev a.dp-nav-prev-month.disabled{
	background: url( ../../images/admin_images/calendar_nav.gif) 0 -10px no-repeat;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 100px;
}
div.dp-nav-prev a.dp-nav-prev-year,
div.dp-nav-next a.dp-nav-next-year{
	display: none;
}
div.dp-popup div.dp-nav-next a.dp-nav-next-month {
	float: right;
	width: 5px;
	height: 8px;
	display: block;
	background: url( ../../images/admin_images/calendar_nav.gif) -10px 0 no-repeat;
}
div.dp-popup div.dp-nav-next a.dp-nav-next-month.disabled {
	float: right;
	width: 5px;
	height: 8px;
	display: block;
	background: url( ../../images/admin_images/calendar_nav.gif) -10px -10px no-repeat;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
a.dp-choose-date {
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

td.current-month.highlightDate{
	background: #A1E0F0;
}
td.current-month.highlightDate.disabled{
	background: none;
}

fieldset {
	padding:5px;
	border:1px solid #999999;
	margin-bottom:15px;
}

/* ----------------------------------------------
Tables
-----------------------------------------------*/

table.tablesorter {
	font-family:arial;
	background-color: #FFFFFF;
	padding:5px;
	margin:10px 0pt 15px;
	font-size:11px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, 
table.tablesorter tfoot tr th {
	background-color: #d4d1d1;
	border-bottom: 1px solid #999999;
	margin:0;
	font: bold 12px "Lucida Grande", verdana, arial , sans-serif;
	color:#666666;
	padding:0 5px 0 5px;
	border-right:1px dotted #999999;
	
}
table.tablesorter thead tr th {
	height:25px;
}
table.tablesorter tbody td {
	color: #595750;
	background-color: #FFF;
	vertical-align: top;
	padding:5px;
	margin:0;
	border-right:1px dotted #999999;
}
table.tablesorter tbody td img{
	border:1px solid #999999;
}
table.tablesorter tbody tr.not_enabled td {
	background-color:#999999;
}
