/**
 * $Id: admin.css 49 2009-06-29 14:54:02Z jlencion $
 * @version $Revision: 49 $
 * @date $Date: 2009-06-29 09:54:02 -0500 (Mon, 29 Jun 2009) $
 */
 
a {
	outline: none;
}
#pageBody {
	background:#fff;
	margin-top: 0;
}
#pageContent {
	background-color: #fff;
}
#userMenu {
	text-align: right;
	position: absolute;
	right: 5px;
	top: -35px;
	font-size: .9em;
	line-height: 120%;
}
#menus {
	margin-bottom: 10px;
}
#mainMenu {
	background: #FFD55F url(images/menu-bg.gif) 0% 100% repeat-x;
	margin: 0 -9px -1px -10px;
	*margin-top: -12px; /* IE 7 */
	padding: 3px 5px 0 5px;
	border-top: 1px solid #fff;
}
#subMenu {
	background: #ffe293;
	margin: 0 -9px 0 -10px;
	position: relative;
	padding: 6px 5px 0 5px;
	border-bottom: 3px solid #fff;
}
#mainMenu ul, #subMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
}
#mainMenu ul li, #subMenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#mainMenu ul li a, #subMenu ul li a {
	height: 30px;
	line-height: 30px;
	padding: 2px 11px;
	margin: 0 1px;
	text-decoration: none;
	font-size: 1.4em;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #584c40;
}
#subMenu ul li a {
	font-size: 1em;
	padding: 1px 10px;
	height: 22px;
	line-height: 22px;
	width: auto;
}
#mainMenu ul li a {
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
}
#subMenu ul li a {
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
#mainMenu ul li a:hover {
	background: #ffda83;
}
#mainMenu ul li.selected a {
	background: #ffe293;
}
#subMenu ul li a:hover {
	background: #fff5d3;
}
#subMenu ul li.selected a {
	background: #fff;
}
#mainMenu ul li.selected a {
	border-width: 1px;
	border-style: solid;
	border-color: #ffefa3 #efc56f #ffe293 #ffefa3;
/*	-moz-border-radius: 9px 9px 0 0;*/
}
#subMenu ul li.selected a {
	border-width: 1px;
	border-style: solid;
	border-color: #efd58f #dfb55f #fff #efd58f;
/*	-moz-border-radius: 7px 7px 0 0;*/
}

#mainMenu ul li a.admin {
	background: #584c40;
	color: #FFD55F;
}
#subMenu ul li a.admin {
	background: #584c40;
	color: #ffe293;
}

#mainMenu ul li.selected a.admin, #subMenu ul li.selected a.admin {
	background: #b89c70;
}



#mainMenu ul li a.admin:hover, #subMenu ul li a.admin:hover {
	background: #000;
}

#reloadPage, #pageLoading {
	position: absolute;
	top:5px;
	right: 0;
}
#pageLoading {
	display: none;
}
img#adminLoading {
	background: #fff;
	padding: 25px;
	border: 4px solid #f6f6f6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: absolute;
	z-index: 500;
}
.message, .error, .fatal {
	border-width: 1px;
	border-style: solid;
	padding:12px 15px;
	margin: 15px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	clear: both;
}
.error {
	border-color: #e8d684;
	background-color: #f8f0a4;
	color: #543;
}
.message {
	border-color: #d6e884;
	background-color: #f0f8a4;
	color: #453;
}
.fatal {
	border-color: #e8a674;
	background-color: #f8c0a4;
	color: #543;
}
.message strong, .error strong, .fatal strong {
	font-size: 1.15em;
}
#categories {
	position: relative;
	margin-left: 35px;
}

.item {
	position: relative;
}
.itemTools {
	position: absolute;
	top: -6px;
	left: -47px;
	padding-right: 5px;
	visibility: hidden;
	background: #fff;
}
.itemTools a {
	padding: 3px 0 3px 4px;
	font-weight: normal;
	font-size: 10px;
}
.itemTools a.delete {
	position: relative;
	top: 2px;
}

table caption {
	font-size: 1.6em;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana, sans-serif;
	margin: .8em 0 .3em 0;
	color: #a98;
	font-weight: bold;
}

/* LOGIN FORM */
	#loginForm {
		width: 44%;
		background: #F6F8FF;
		border: 7px solid #E6ECF0;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		float: left;
		margin: 2em 2em 2em 0;
		color: #586A88;
	}
	#loginForm legend {
		color: #586A88;
		font-size: 2em;
		border: none;
	}
	#loginForm fieldset {
		border: none;
		padding: 0 2em;
	}
	#loginForm small {
		color: #629AB8;
		font-weight: normal;
	}
	#loginForm label {
		font-weight: bold;
	}
	#loginText {
		margin: 2em 0 0 0;
	}
	#loginForm input {
		font-size: 1.7em;
		font-family: Arial, Helvetica, sans-serif;
	}
	#loginForm .submit {
		border: none;
		margin-left: 2em;
	}
	input#rememberMe {
		float: left;
		margin-right: .75em;
	}

/* FORMS */
	form.ajax, form.noAjax {
		margin: 10px 0;
		padding: 5px 5px;
		border: 1px solid #ddd;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		background: #fdfcfa;
	}
	form.simple {
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	}
	
	form.big {
		margin: 0;
		padding: 0;
		border: none;
		background: transparent;
	}
	form.big table tr td label {
		display: inline;
		width: auto;
		float: none;
		text-align: left;
	}
	#pageContent{ 
		background: #fff;
	}
	div#pageContent form.big div h4 {
		background: #FFD55F url(images/menu-bg.gif) 0% 100% repeat-x;
		border-bottom: 4px solid #ffe293;
		color: #584c40;
		padding: 6px 5px 3px 10px;
		margin: -10px -10px 5px -10px;
		font-size: 1.3em;
	}
	div#pageContent form.big div.multi {
		padding-top: 0;
	}
	div#pageContent form.big div.multi h4 {
		margin-top: 10px;
	}
	div#pageContent form.big div.multi h4.first {
		margin-top: 0;
	}
	form.big div h4 label {
		display: inline;
		width: auto;
		float: none;
		text-align: left;
		color: #584c40;
	}
	form.big div.third input, form.big div.half input {
		width: 96%;
	}
	form.big div.third select {
		width: 98%;
	}
	form.big div.third {
		margin-bottom: 5px;
		margin-top: 5px;
		padding: 10px;
		background: #f8f6f4;
		border: 1px solid #f0eeda;
		-moz-border-radius: 0 0 8px 8px;
		-webkit-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		width: 29%;
	}
	form.big div.half {
		margin-bottom: 5px;
		margin-top: 5px;
		padding: 10px;
		background: #f8f6f4;
		border: 1px solid #f0eeda;
		-moz-border-radius: 0 0 8px 8px;
		-webkit-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		width: 46%;
	}
	form.big div.lastthird {
		margin-right: 0;
	}
	div.scrollbox {
		height: 150px;
		overflow: auto;
		margin: 0 -10px;
	}
	li form.ajax, li form.noAjax {
		margin-left: -30px;
	}
	div.tiny {
		width: 40px;
	}
	div.short, input.short {
		width: 60px;
	}
	div.med, input.med {
		width: 140px;
	}
	div.long, input.long {
		width: 220px;
	}
	div.full, input.full, div.big, input.big {
		width: 100%;
	}
	.textInput, .checkInput, .selectInput {
		width: 140px;
		float: left;
		margin: 2px 4px 2px 0;
	}
	div.textInput input, div.textInput textarea, div.selectInput select {
		width: 94%;
		font-size: 1.2em;
		padding: .15em;
		clear: none;
	}
	form.big div.textInput input, form.big div.textInput textarea {
		float: right;
		width: 81%;
	} 
	form.big div.selectInput select {
		float: right;
		width: 82%;
	}
	div.big input {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, sans-serif;
		font-size: 2.1em;
		width: 97%;
	}
	div.selectInput select {
		height: 1.75em;
	}
	div.selectInput select option {
		width: 100%;
	}
	div.checkInput input {
		display: block;
		margin: 6px 2px 5px 4px;
		height: 1.2em;
	}
	div.textInput label, div.checkInput label, div.selectInput label {
		font-size: .9em;
		padding-left: 2px;
	}
	.required label {
		color: #933;
	}
	form.ajax div.submit, form.noAjax div.submit {
		clear: both;
		text-align: left;
		background: #faf8f4;
		margin: 10px -4px -4px -4px !important;
		-moz-border-radius: 0 0 8px 8px;
		-webkit-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
		padding: 5px 1em;
	}
	form.simple div.submit {
		clear:none !important;
		margin: 0 !important;
		padding: 0 !important;
		background-color: #fff !important;
		border: 0 !important;
	}
	form.ajax div.submit input, form.noAjax div.submit input, form.ajax div.submit button, form.noAjax div.submit button {
		width: 140px;
		font-size: 1.65em;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, sans-serif;
	}
	form.simple div.submit input, form.simple div.submit button {
		width: inherit !important;
		font-size: 1em !important;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, sans-serif;
	}
	form.big div.submit input, form.big div.submit button {
		width: auto;
	}
	form.ajax div.submit div.reload, form.noAjax div.submit div.reload {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	
/* visual time cues */
td.now, td.minute, td.minutes, td.hour, td.hours, td.day, td.days, td.week, td.weeks, td.month, td.months, td.year, td.years, td.never {
	border-left: 10px solid #fff;
}
td.now {
	border-left-color: #000;
}
td.minute {
	border-left-color: #111;
}
td.minutes {
	border-left-color: #222;
}
td.hour {
	border-left-color: #444;
}
td.hours {
	border-left-color: #666;
}
td.day {
	border-left-color: #888;
}
td.days {
	border-left-color: #999;
}
td.week {
	border-left-color: #aaa;
}
td.weeks {
	border-left-color: #bbb;
}
td.month {
	border-left-color: #ccc;
}
td.months {
	border-left-color: #ddd;
}
td.year {
	border-left-color: #eee;
}
td.years {
	border-left-color: #fff;
}
td.never {
	border-left-color: transparent;
}
/* now minute minutes hour hours day days week weeks month months year years */


/* PAGINATED NAVIGATION (previous, 1, 2, 3..next) (also known as snuffle) */
ol.snuffleNav {
	list-style-type: none;
}
ol.snuffleNavTop {
	position: absolute;
	right: 0;
	margin-top: -30px;
	*margin-top: 5px;
	_margin-right: 10px;
}
ol.snuffleNavBottom {
	position: absolute;
	right: 0;
	margin-top: -5px;
	*margin-top: 20px;
	_margin-top: -70px;
	_margin-right: 10px;
	
}
ol.snuffleNav li {
	display: block;
    float: left;
    height: 25px;
	padding: 1px;
	line-height: 1.7em;
}
ol.snuffleNav li a, ol.snuffleNav li span.currentPage, ol.snuffleNav li span.disabledButton {
	color: #584c40;
	background-color: #ffd55f;
	border: 2px solid #ffd55f;
	width: 25px;
	height: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	text-align: center;
	font-weight:bold;	
	text-decoration:none;
}
ol.snuffleNav li span.disabledButton {
	color: #a89c70;
	background-color: #fff6e0;
	border: 1px solid #fff6e0;
}
ol.snuffleNav li span.currentPage {
	background-color: #ffe293;
	border-color: #da6;
	margin:0;
	padding:0;
}
ol.snuffleNav li a:hover {
	background-color: #ffda83;
}