body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { 
	font-family: "Palatino Linotype"; 
	color: #88A2C2; 
	border-bottom: 1px solid #88A2C2;
	padding-bottom: 5px;
}
h2 {
	font-size:1em;
	color:#555;
}
a {
	color: #587AA3;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
table {
	border: 1px solid #ccc;
}
th {
	text-align: left;
	padding: 3px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
	color:#666;
}
th.subH1 {
	font-size: .9em;
	text-align: left;
	padding: 3px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
	color:#666;
}
td {
	text-align: left;
	padding: 3px;
	font-size:12px;
	color:#555;
}
td .smallmsg {
	font-size:9.5px;
	color:#444;
}

/**** MAIN CONTAINERS ****/

#layout {
	width:99%;
	margin: 0px;
	border: none;
	background:transparent;
	padding: 0px;
}
#messages {
	background:transparent;
}
#content {
	width:650px;
}
#content h1 {
	font-size: 2em;
}
#rightContent {
	width: 0px;
	display:none;
}
/***** HEADER *****/
#header {
	display: none;
}
/***** MENU *****/
#menu {
	display:none;
}

.tblForm {
	border: 1px solid #ccc;
}
.tblForm th {
	background: #ccc;
	text-align: right;
	padding: 5px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
	color:#666;
}
.tblForm td {
	background: #eee;
	text-align: left;
	padding: 5px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
.tblForm td.required {
	background: #E9C0C0;
	text-align: left;
	padding: 5px;
	border: 1px solid;
	border-color: #ddd #999 #999 #ddd;
}
.tblForm th.required {
	background: #E9C0C0;
}
.tblForm td .smallmsg {
	font-size:9.5px;
	color:#444;
}
.tblForm td.buttons {
	text-align: center;
}
.tblForm span.required {
	color:#F00;
	font-weight:bold;
}

/**** MAIN CONTENT ****/

ul.submenu {
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style:none;
	
}
ul.submenu li {
	display:inline;
	border-right: 1px solid #ccc;
	padding:0px 5px;
	color:#ccc;
	font-weight:bold;
}
ul.submenu a {
	font-weight:bold;
}
.actions {
	margin: 15px 0px 5px 0px;
}
.btn_action {
	border: 1px solid #8CC241;
	margin: 2px;
}

.created {
	font-size: 9px;
}
.description {
	line-height: 1.25em;
}
/**** MESSAGE CONTAINERS ****/
.message_ok {
	background: #ccffcc;
	border: 1px solid #009900;
	color: #009900;
	padding: .5em;
	font-size: 1em;	
	margin:0px;
}
.message_err {
	background: #ffcccc;
	border: 1px solid #990000;
	color: #990000;
	padding: .5em;
	font-size: 1em;	
	margin:0px;
}

.error_message {
	color: #900;
	font-weight: bold;
	padding: 5px 0px;
}

/**** TABLE LAYOUTS ****/
table.two_column {
	border: none;
	background: transparent;
	padding:0px;
	margin:0px;
	width:98%;
}
table.two_column td.col {
	width:50%;
	background:transparent;
	border: none;
	margin: 0px;
	padding: 10px;
	vertical-align:top;
}
table.two_column table {
	width: 100%;
}
table.two_column table td {
	width: 50%;
}
td.btn_new {
	padding-left: 25px;
	background-image: url(../img/ico_new.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
td.btn_list {
	padding-left: 25px;
	background-image: url(../img/ico_list.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
td.btn_history {
	padding-left: 25px;
	background-image: url(../img/ico_history.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
td.btn_view {
	padding-left: 25px;
	background-image: url(../img/ico_view.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
td.btn_edit {
	padding-left: 25px;
	background-image: url(../img/ico_edit.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
td.btn_del {
	padding-left: 25px;
	background-image: url(../img/ico_delete.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
td.btn_pdf {
	padding-left: 25px;
	background-image: url(../img/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
td.btn_pdf a.header {
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color:#c00;
}
td.btn_pdf a.header:hover {
	text-decoration:underline;		
}
td.red {
	padding-left: 25px;
	background-image: url(../img/ico_red.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #ffcccc;
}
td.green {
	padding-left: 25px;
	background-image: url(../img/ico_green.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #ccffcc;
}

/****** DEBUG ******/
.cakeSqlLog {
	display:none;
}