@CHARSET "ISO-8859-1";
/***** Forced Reset *****/
* {
	margin:0;
	padding:0;
}
html {
	border: 0;
}
body {
	height:100%;
	width:100%;
	border:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	font-family:verdana,'lucida grande',helvetica,arial,sans-serif;
	font-size:11pt;
}
a img {
	border:none;
}
/***** Layout *************/
#root {
	height:100%;
	width:100%;
	border:0;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
/*
#header {
	border-bottom:1px solid black;
}*/
#main {
	clear:both;
	width:100%;
}
#mainLeft {
	background:#F6F6F6; ccccfe;
	float:left;
	width:200px;
	display:inline;
}
#mainRight {
	float:right;
	width:200px;
	display:inline;
}
#mainCenter {
	padding:0;
}
#content {
	font-size:10pt;
	margin: 0 210px 0 210px;
	padding:15px 10px 5px 10px;
	
	clear:none;
	float:none;
}
#footer {
	background:#ccccfe;
	border-top:3px solid #fff;
	height:40px;
	clear:both;
}
div.message {
	margin:auto;
	width:auto;
	padding:10px;
	background:#ffff66;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin-bottom:15px;
}
/***** Headers ************/
h1 {
	font-size:14pt;
}
h2 {
	font-size:14pt;
}
h3 {
	font-size:13pt;
}
h4 {
	font-size:12pt;
}
h5 {
	font-size:11pt;
}
h6 {
	font-size:10pt;
}
/***** Links **************/
a:link {
	color:#6665fe;
}
a:visited {
	color: #6665fe;
}
a:hover {
	color: #9a99ff;
	text-decoration:none;
}
/***** Button  *************/
button {
	font-size:9pt;
	cursor:default;
	float:right;
	background-color:#fff;
	vertical-align:middle;
	/* IE Padding/Margin Fix */
	width:0;
	overflow:visible;
}
/* IE Padding/Margin Fix */
button[class] {
	width: auto;
}
button table {
	width:1%;
}
button table tr td {
	font-size:9pt;
	padding:1px 2px 1px 2px;
}
/***** Paging *************/
div.paging {
	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 {
}
/***** Table *************/
table {
	float:right;
	width:100%;
	border-collapse:collapse;
	border:0;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:11pt;
}
tr.evenRow {
	border:0;
}
tr.oddRow {
	border:0;
	background-color:#E0FFFF;
}
th {
	font-size:10pt;
	text-align:left;
	border:0;
	border-bottom:1px dotted #D3D3D3;
}
td {
	font-size:10pt;
	border:0;
}
table .actions {
	text-align:right;
}
/**** Footer  ************/
#footer ul {
	padding:0;
	margin:auto;
	list-style-type:none;
	width:300px;
}
#footer ul li {
	float:left;
	position:relative;
	padding:5px;
}
#footer a {
	font-size:10pt;	
}
/**** TinyMCE ************/
.mceEditor table {
	float:none;
}
#tinyMCE, #tinymce {
	background-color:#fff;
	background-image:none;
	text-align:left;
}
/**** CakePHP ************/
.cake-sql-log table {
	background: #f4f4f4;
	width:500px;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}