* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-color: #FFF;
	color: #333;
	font-size: x-small;
	font-family: "verdana";
}
a {
	background-color: inherit;
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background-color: inherit;
	color: #333;
	text-decoration:none;
}
a:visited {
	background-color: inherit;
	color: #333;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight:normal;
}
h1 {
	color: #EEE;
	font-size: 140%;
	font-weight:bold;
	margin: 0.1em 0;
}
h2 {
	color: #990000;
	font-size: 140%;
	font-weight:bold;
	margin: 0em 0;
	padding-top: 0em;
}
h3 {
	color: #990000;
	font-size: 120%;
	font-weight:bold;
	padding-top: 2em;
}
h4 {
	color: #990000;
	font-size: 110%;
	font-weight:bold;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	background-color: #000;
	padding: 5px 10px 5px 10px;
	border-top: 2px solid #333;
	border-bottom: 5px solid #990000;
}
#content{
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 0px 10px 10px 10px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

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

th a {
	display: block;
	padding: 0px 2px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 2px;
}
.cakeSqlLog table {
	background: #f4f4f4;
}
.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #333;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #999;
	display: inline;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
/*	width: 30%; */
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #2C6877;
	font-size: 120%;
	font-weight: bold;
}
form div {
	clear: both;
	margin-bottom: 0em;
	padding: 0.2em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.optional, form div.input {
	color: #444;
}
/*
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
*/
label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 100%;
	padding: 2px;
/*	width: 100%;
*/
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
}
option {
	font-size: 100%;
	padding: 0 0px;
}
input[type=checkbox] {
	clear: none;
	float: left;
	margin: 5px 0px 0px 0px;
	width: auto;
}
input[type=submit] {
	font-size: 100%;
	display: inline;
	width: auto;
}

/* Notices and Errors */
div.message, p.error, div.error-message {
	color: #900;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 120%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}

/*  Nav & Actions */
div.nav {
	text-align: left;
	position: absolute;
	top: 9em;
	left: 60%;
}
div.nav ul li a {
	display: block;
	background: #fff;
	color: #003d4c;
	padding: 3px 8px;
	text-decoration: none;
}
div.nav ul {
	background: #003d4c;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.nav ul li a {
	background: #fff;
	color: #003d4c;
	padding: 3px 8px;
	text-decoration: none;
}
div.nav ul li a:hover {
	background: #003d4c;
	color: #fff;
}

/*  Actions  */
div.actions {
	clear: both;
	margin-top: .2em;
	text-align: left;
}
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	margin: 0 2em 0 0;
	padding: 0;
}
div.actions ul li a {
	background: #fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	background: #003d4c;
	color: #fff;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake_debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

.sortable-list {
list-style-type : none;
margin : 0;
}
.sortable-list li {
border : 1px solid #333;
cursor : move;
margin : 2px 0 2px 0;
padding : 1px;
background : #FFF;
width : 300px;
}

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 1px solid #ddd; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
width: 100%;
background-color:#FFF;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 10px Verdana;
color: black;
text-decoration: none;
margin: 0 1px 0; 0; /*Margin between each menu item*/
padding: 4px 8px 4px 8px; /*Padding within each menu item*/
background-color: #e9e9e9; /*Default menu color*/
border-bottom: 5px solid #FFF;
}

.invertedshiftdown2 a:hover{
background-color: #990000; /*Highlight red color theme*/
padding-top: 5px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #990000; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

