body {
	background: url('/img/body_bg.png') #395b72 repeat-y top right;
	color: #fff;
	font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	margin: 0;
}
img {
	border: 0
}
a {
	color: #003d4c;
	font-weight: 700;
	text-decoration: underline;
}
a:hover {
	background: #fff;
	color: #445d6c;
}
p {
	margin: 14px 0;
}
h1 {
	font-size: 22px;
	text-align: left;
	margin: 4px 0;
}
h2 {
	color: #444854;
	font-family: 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 18px;
	margin: .3em 0;
	padding-top: .4em;
}
h3 {
	color: #993;
	font-family: 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 15px;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: 400;
	padding-top: .5em;
}
ul,li {
	margin: 0 12px;
}
ul.check li {
	background: transparent url(../img/bullet.gif) no-repeat 0 2px;
	list-style-type: none;
	margin: 0 0 2px;
	padding: 2px 0 2px 21px;
	text-align: left;
}
.clear {
	clear: both;
}
#container {
	background: #fefefe;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 960px;
}
#topright {
	height: 8px;
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
}
#topleft {
	height: 8px;
	left: 0;
	position: absolute;
	top: 0;
	width: 8px;
}
#header {
	background: #195580;
	background: url('/img/header_gr.png') #195580;
	background-repeat: repeat-x;
	height: 80px;
	padding: 0px;
	position: relative;
}
#header h1 {
	background: url('/img/header_bg.png') no-repeat top left;
	color: #fff;
	padding: 30px 90px;
	height:80px;
	margin:0px;
}
#header h1 a {
	background: none;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
#header h1 a:hover {
	background: none;
	color: #fff;
	text-decoration: underline;
}
#content {
	background: #fefefe;
	border: 1px solid #ccc;
	border-bottom: 0;
	border-top: 0;
	clear: both;
	color: #333;
	min-height: 300px;
	overflow: auto;
	padding: 10px 20px 40px;
}
#menu {
	background: none;
	border: 1px solid #ccc;
	border-top: 0;
	color: #bbb;
	font-size: 14px;
	height: 21px;
	padding: 6px 32px;
	position: relative;
}
#footer {
	border: 1px solid #ccc;
	clear: both;
	font-size: 11px;
	padding: 6px 10px;
	text-align: right;
}
.column {
	margin: auto;
	width: 770px;
}
.icon {
	margin-top: -4px;
	position: relative;
	top: 4px;
}
#flashMessage, #authMessage {
	border: 1px solid #f3ecc0;
	padding: 4px;
	margin: 2px 0px;
	text-align:center;
	background: #fefce1;
}
.error-message {
	color: #aa3345;
	border: 1px solid #f8d9da;
	background: #fff7f8;
	display:block;
	width:400px;
	padding:4px;
	margin:2px 0px;
}
table {
	background: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
	clear: both;
	color: #333;
	margin-bottom: 10px;
}
table.horizontal {
	border: 1px solid #ccc;
}
th {
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
}
th a {
	background: #f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: none;
	color: #333;
	text-decoration: none;
}
tr {
	border: inherit;
}
table tr td {
	background: #fff;
	border: inherit;
	padding: 4px;
	vertical-align: top;
}
table.horizontal th {
	text-align: left;
	border:1px solid #ddd;
	padding-right:6px;
	background: #fbfbfb;
}
table.horizontal td {
	text-align: left;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0 6px;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
div.paging {
	background: #fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #000;
}

#header h1 {
	margin-top:0;
}

ul.check {
	padding:0px;
}

#content {
	position:relative;
}

#search-table {
	position:absolute;
	right:10px;
	top:12px;
	height:400px;
	background: white;
	padding-left: 4px;
}

.gray {
	color: #ccc;
}

.cake-sql-log {
	width:100%;
}
.hide {
	display:none;
}

.nowrap {
	white-space:nowrap;
	overflow:hidden;
}