@import url("blueprint/screen.css");

/* Blueprint Overrides - Global Styles */
body {
	background: #000;
}

.body {
    background: #FFFFFF none repeat scroll 0%;
    border: 10px solid #CCCCCC;
    padding: 15px 20px 10px;
}

ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.ul {
	margin: 0 0 0.8em 0.8em;
    list-style-type: disc;
}

.error {
	padding-bottom: 0;
}

textarea.textarea {
	width: 300px !important;
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
}

button.disabled, button.disabled:hover {
	background-color: #F5F5F5 !important;
    border: 1px solid #DEDEDE !important;
    color: #ccc !important;
}

fieldset legend {
	font-size: 2em;
}

.inline {
	width: auto;
}

.return {
	text-align: right;
    padding: 3px;
}
.return, .return a {
	color: #fff;
}

dt {
	margin-top: 18px;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	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: 2px 4px;
	text-decoration: none;
}

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

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	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 6px;
}
.cakeSqlLog table {
	background: #f4f4f4;
}
.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}