body {
	width: 100%;
	text-align: center;
	background-image: url('../img/bg.jpg');
	padding: 0;
	margin: 20px 0 20px 0;

	font-family: arial, sans-serif;
	font-size: 12px;
	color: #153758;
}

html {
	width: 100%;
}

h1 {
	font-size: 16px;
	margin: 5px 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	margin: 5px 0;
	padding: 0;
}

a,
a:link,
a:active,
a:visited {
	color: #153758;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 752px;
	border: 1px solid #84AFD9;
	text-align: left;
	margin: 0 auto;
}

#content {
	background-color: #fff;

	/* border-left: 1px dotted #1C4B78; */
	background-image: url('../img/borderTile_tl.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#left {
	width: 248px;
	background-color: #A9C6E4;
}

#left .container {
	background-image: url('../img/leftbg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	padding: 8px 5px;
}

#left h1 {
	text-transform: uppercase;
	background-image: url('../img/blip_left.gif');
	background-repeat: no-repeat;
	font-size: 15px;
	font-family: arial;
	color: #143965;
	padding-left: 18px;
	margin: 5px 5px 5px 0;
}

ul {
	list-style-image: url('../img/blip_li.gif');
	margin: 0 10px;
	padding: 0 0px 0 12px;
}

ul li {
	font-size: 11px;
	color: #153758;
	padding: 3px 0;
}

#left .button {
	padding: 2px 0;
	text-align: center;
}

#main {
	padding: 15px;
	font-size: 11px;
	color: #153758;

	/* border-bottom: 1px dotted #1C4B78; */
	background-image: url('../img/borderTile_br.gif');
	background-repeat: repeat-x;
	background-position: bottom left;

}

#main h1 {
	color: #EA9B11;
	font-size: 14px;
}

#bottom {
	/*
	border-top: 1px dotted #1C4B78;
	background-image: url('../img/borderTile_tl.gif');
	background-repeat: repeat-x;
	background-position: top;
	*/
}

#bottom .whats_new {
	background-color: #E6E7E9;
	padding: 19px 7px 8px 7px;

	/* border-right: 1px dotted #1C4B78; */
	background-image: url('../img/borderTile_br.gif');
	background-repeat: repeat-y;
	background-position: right;

	width: 50%;
}

#bottom .customer_care {
	background-color: #ACD2E7;
	padding: 19px 7px 8px 7px;
	width: 50%;
}

#bottom .content {
	font-size: 11px;
	color: #153758;
	vertical-align: top;
	padding: 10px 15px;
}

#bottom .lcontent {
	font-size: 11px;
	color: #153758;
	vertical-align: top;
	padding: 10px 15px;

	/* border-right: 1px dotted #1C4B78; */
	background-image: url('../img/borderTile_br.gif');
	background-repeat: repeat-y;
	background-position: right;
}

#bottom h1 {
	text-transform: uppercase;
	background-image: url('../img/blip_left.gif');
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: arial;
	color: #143965;
	padding-left: 18px;
	margin: 5px 5px 5px 0;
}

#footer {
	background: #1F5284;
	width: 752px;
	color: #D3E2F1;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border-top: 6px solid #84AFD9;
}

#footer .container {
	padding: 15px;
}

div.navigation_bottom {
	float: right;
	display: inline;
	text-align: right;
	text-transform: uppercase;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #D3E2F1;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#copyright {
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
	color: #153758;
}

/* end of layout styles */

/* Tables */
	.tablelist {
		width: 100%;
		border-collapse: collapse;
		border: 2px solid #26537F;
	}

	.tablelist tr th {
		padding: 8px 5px;
		color: #fff;
		text-align: left;
		background-color: #41709E;
		background-image: url('../img/thbg.gif');
		background-repeat: repeat-x;
		background-position: bottom;
		font-family: verdana;
		font-weight: bold;
		font-size: 12px;
	}

	.tablelist tr th a {
		color: #ffffff;
	}

	.tablelist tr th a:hover {

	}

	.tablelist tr td {
		padding: 5px;
		border-right: 1px solid #eee;
	}

	.tablelist tr {
		font-family: verdana;
		font-weight: normal;
		font-size: 12px;
		background-color: #ffffff;
	}

	.tablelist tr.odd {
		background-color: #EBEEF6;
	}

	.tablelist tr.over {
		background-color: #F9EBD6;
	}

	.center {
		text-align: center;
	}

	input.over {
		background-color: #FEFFDC;
	}

	select.over {
		background-color: #FEFFDC;
	}

	textarea.over {
		background-color: #FEFFDC;
	}

.tablec {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f0f0f0;
	width: 100%;
	border: 1px solid #ddd;
}

.tablec tr th {
	font-weight: bold;
	padding: 3px 7px 3px 3px;
	white-space: nowrap;
}

#cakeSqlLog {
	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%;
}
#cakeSqlLog th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
	text-align: center;
}


#cakeSqlLog tr td {
	background: #fff;
	border-bottom: 2px solid #ccc;
	padding: 4px 8px;
	text-align: left;
}

#cakeSqlLog tr.altrow td {
	background: #f4f4f4;
}


a img {
	border: 0;
}

.submit {
	display: inline;
}

/* Paging */
div.paging {
	/* color: #ccc; */
}
div.paging div.disabled {
	color: #999;
	display: inline;
}

/* Forms */
form {
	margin: 0;
	width: 100%;
}

input.text {
	background-color: #fff;
	font-weight: normal;
}

input.text_over {
	background-color: #FFFFCC;
}

.select, .select option, .select_over option {
	background-color: #fff;
}

.select_over {
	background-color: #fff;
	background-color: #FFFFCC;
}

input, textarea {
	font-family: "frutiger linotype", "lucida grande", "helvetica", "arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
}

select,option {
	font-family: "frutiger linotype", "lucida grande", "helvetica", "arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.form-error {
	background-color: #FFE2E2;
}

.form-error_over {
	background-color: #E5D8C8;
}

div.error-message {
	font-size: 12px;
	color: #990000;
}

div.crumbs {
	/* background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 5px;*/
	color: #999;
	width: 100%;
}

div.crumbs a {
	color: #999;
}

.flash_success {
	background-color: #C9ECC6;
	border: 1px solid #32C023;
	padding: 7px 3px 7px 3px;
}

.flash_notice {
	background-color: #ECEBC6;
	border: 1px solid #C0BA23;
	padding: 7px 3px 7px 3px;
}

.flash_error {
	background-color: #ECC6C6;
	border: 1px solid #C02323;
	padding: 7px 3px 7px 3px;
}

fieldset {
	background-color: #fbfbfb;
	background-image: url('../img/fieldset.jpg');
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #333;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 15px;
}

legend {
	color: #EA9B11;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.input {
	padding: 5px;
}

label {
	width: 120px;
  float:left;
  margin-right:0.5em;
  padding-top:0.2em;
  border-right: 2px solid #ddd;
  padding-right: 5px;
  text-align:right;
}

.input .field {
  padding-top:0.2em;
  color: #333;
}

.note {
	margin-left: 150px;
	padding-left: 5px;
  padding-top:0.2em;
  font-weight: normal;
  color: #333;
}


.error-message {
	margin-left: 150px;
	padding-left: 5px;
  padding-top:0.2em;
  font-weight: normal;
}

.required {
	font-size: 12px;
	color: #153758;
	font-weight: bold;
}

/* Debugging */
pre {
	padding: 1em;
}

pre.cake_debug {
	margin: 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace {
	margin: 2px 2px 0 2px;
	font-size: 12px;
	line-height: 18px;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	padding: 2px 0 2px 5px;
	margin: 0px 4px 5px 5px;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 0;
	padding: 0 0 10px 0;
}

div.cake-code-dump pre {
	padding: 7px 8px;
	margin: 1px 4px 2px 6px;
}

div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}

div.crumbs a, div.crumbs a:link, div.crumbs a:active, div.crumbs a:visited {
	color: #999;
}

div.crumbs a:hover {
	color: #333;
}

#overDiv {
	background: #fff;
	color: #333;
	padding: 2px;
	border: 1px solid #666;
}


