@CHARSET "ISO-8859-1";

/*  General  */
h2 {
	font-size: 1.6em;
}

/*  Layout  */
.admin #content {
	width: auto;
	margin: 0px auto;
	background: #fff;
	left: 0px;
	right: 0px;
	padding: 0px 10px 10px;
}

.admin #header {
	position: relative;
	z-index: 100;
}

.admin #wrapper {
	position: relative;
	z-index: 50;
}

#adminPage {
	font-size:8px;
}
#adminhome { 
background: white;
height:400px;
width: 600px;

}
	
#adminhome ul ul{
	position:relative;
	border: 1px solid black;
	height: 130px;
	padding:5px;
}
#adminhome li{
	float:left;
	width: 164px;
}

#adminhome li:before {
	content: "\00BB \0020";
	}
#adminhome li.secondary{
	width: 135px;
	background: url(/img/bullets/arrow-blue.gif) no-repeat scroll 0 6px;
}

#adminhome .external{
	margin-left: 5px;
	position:relative;
	border: 1px solid black;
	height: 130px;
	width: 128px;
	padding:5px;
}

#adminhome .external li{
	text-decoration: none;
	background: none;
}

#adminhome .logout{
	display:none;
}
#content #adminPage ul li {
	background: none;	
	font-weight: bold;
	font-size: 1.2em;
}


#content #adminPage ul li ul {
	margin-top: 0px;
	padding-left: 8px;
	margin-bottom: 2em;
}

#content #adminPage ul li ul li {
	font-weight: normal;	
	font-size: 1em;
	background: transparent url('/img/bullet-arrow-grey.gif') no-repeat 1px 5px;
}


/* Navigation */
#adminNav {
	padding: 1px 10px;
	background: transparent url('../img/admin_bar_bg.png') repeat-x 0% 100%;
	height: 25px;
	position: relative;
	z-index: 100000;
}

#adminNav ul {	
	width: 100%;
	display: block;
}

#adminNav ul li {
	float: left;
	margin: 0px 13px 0px 0px;
	padding: 2px 7px 15px 10px;
	color: #fff;
	background: transparent;
	position: relative;	
	background: transparent url('/img/bullets/arrow-grey.gif') no-repeat 2px 8px;
	border: 1px solid transparent;
}

#adminNav ul li:hover {
	background: #383838 url('/img/bullets/arrow-red-down.gif') no-repeat 2px 8px;	
	border: 1px solid #888;
}

#adminNav ul li ul {
	display: none;
	position: absolute;
	background: #383838;
	z-index: 999;
	padding: 0px;
	width: 150px;
	left: -1px;
	top: 23px;
	border: 1px solid #888;
	border-top: none;
}

#adminNav ul li ul li {
	width: 150px;	
	padding: 3px 0px;
	display: block;
	border: 0px;
	background: transparent url('/img/bullets/arrow-grey.gif') no-repeat 4px 8px;
}

#adminNav ul li ul li:hover {
	background: #777 url('/img/bullets/arrow-red.gif') no-repeat 4px 8px;	
	border: 0px;
}

#adminNav ul li ul li a {
	color: #fff;	
	padding-left: 11px;
	display: block;
	text-decoration: none;
}

#adminNav ul li ul li a:hover {
}

#adminNav ul li:hover ul {
	display: block;
}

#adminNav ul li.logout {
	float: right;	
	background: transparent;
}

#adminNav ul li.logout a {
	color: #fff;	
}

#adminNav ul li.logout:hover {
	background: transparent;
	border: 1px solid transparent;	
}

#adminNav ul li.logout a:hover {
	text-decoration: underline;	
}


/*  Actions  */

div.actions {
}

#content .actions ul {
	margin: 0px;
	position: relative;
	top: 0px;
	left: -10px;
}

/* IE7 then IE6 fix*/
*:first-child+html #content .actions ul,
* html #content .actions ul {
	top: 1px;
}

div.actions ul {
	margin: 0px 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 3px;
	border-right: 1px dotted #9D3D23;
	border-bottom: 1px dotted #9D3D23;
	display: inline;
	background: #DDD;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
	background: #ccc;
}

#content ul li {
	font-size: 1.1em;
}

div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

#content div.actions ul li {
	background: transparent url('/img/bullets/arrow-blue.gif') no-repeat 0px 4px;	
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	padding: 0px;
}
th {
	background: #D2D2D2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

table th {
	text-align: center;	
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #FFF;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}

table tr td img {
	margin: 0px auto;
	display: block;	
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Forms */
form {
	clear: both;
	text-align: center;	
}
fieldset {
	border: 1px solid #325B37;
	margin-top: 30px;
	padding: 16px 20px;
	display: inline;
	text-align: left;
}
fieldset legend {
	background:#fff;
	color: #7E361E;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {

	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */

.clear {
	clear: both;
	line-height: 0px;
	position: absolute;
	left: -999px;
}

.clear span {
	line-height: 0px;
}

div.message {
	font-size: 1.2em;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #E8933E;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #606062;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #606062;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

#admin-eventdates {
	width: 	850px;
}

#admin-eventdates, #admin-eventdates td{
	border: 0px;
}

#admin-eventdates li {
	text-align: left;
}

#admin-eventdates label {
	text-align: left;	
}

#admin-eventdates .checkbox {
	padding-left: 10px;	
}

#admin-eventdates h4 {
	text-align: left;	
}

#admin-eventdates h4, #admin-eventdates ul {
	 margin-left: 100px;	
}

table ul li {
	text-align: left;
}

.calendar-heading {
	text-align: center;
}

.calendar-heading h3 {
	display: inline;	
	padding: 0px 10px;
}

.days_of_week .day {
	text-align: left;	
}

.quicknote-wrapper {
	padding: 10px 0 10px;
}

.quicknotes textarea {
	border: 1px solid #aaa;	
	background: #fff url('/img/info-bg.png') repeat-x 0% 100%;
	width: 500px;
}

.quicknotes {
	margin-top: 8px;
	position: relative;
}

.quicknotes form {
	text-align: left;	
	display: none;
}

.quicknotes #quicknote-save {
	margin-left: 5px;	
}

.quicknotes .input {
	margin: 0px;	
}

.quicknotes #info-icon {
	position: absolute;
	left: 0px;
	top: 0px;
	background: transparent url('/img/information_frame.png') no-repeat 0 0;
	z-index: 999;
	width: 100px;
	height: 16px;
	
	cursor: pointer;
}

.quicknotes #quicknote-status {
	width: 200px;
}

div.grippie {
	background:#EEEEEE url(/img/grippie.png) no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:0px;
	overflow:hidden;
	
	width: 494px;;
}
