/****************************[ General ]******************************/
body {
	font-family: Arial, Verdana;
	font-size: 10pt;
}

form {
	margin: 0px 0px 0px 0px;
}

pre {
	text-align: left;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

a:link, a:visited, a:active {
}

img.border {
	border: 1px solid black;
}

img.noborder {
	border: 0px;
}

div.hr {
	clear: both;
	height: 0px;
	font-size: 1px;
	margin: 2px 0pt 2px 0pt;
	border-bottom: 1px solid #4E0000;
}
/****************************[ Cake Classes ]*************************/
/* SessionHelper::flash */
#flashMessage {
	border: 2px solid #B5D3FF;
	background-color: #F7FAFD;
	color: #0387D2;
	padding: 10px 5px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}

.error_message {
	color: red;
}

.cakeSqlLog {
	width: 100%;
	text-align: left;
	background-color: white;
	font-family: "Courier New";
	font-size: 10pt;
}
.cakeSqlLog  td {
	padding-right: 10pt;
	padding-bottom: 10pt;
}
/*********************************************************************/
.html_form {
	width: 100%;
	text-align: left;
}
.html_form  .field {
	font-weight: bold;
}
.html_form  .sect_head {
	font-size: 11pt;
	font-weight: bold;
	border-bottom: 1px solid #4E0000;
	padding-bottom: 2pt;
	margin-bottom: 5pt;
}
.html_form  .sect_spacer {
	clear: both;
	font-size: 15pt;
	height: 15pt;
}
.html_form  .note {
	font-weight: normal;
}
.html_form  .readonly {
	background: #eeeeee;
}

.mce_note {
	padding-top: 5pt;
	text-align: left;
}

input.dbutton {
	width: 90px;
	border: 1px solid black;
	background: transparent;
	color: black;
	font-size: 8pt;
	text-align: center;
}

a.dbutton:link, a.dbutton:visited, a.dbutton:active {
	display: block;
	width: 90px;
	padding: 1pt 0pt 1pt 0pt;
	border: 1px solid black;
	background: transparent;
	color: black;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
}

/*********************************************************************/
.html_box {
	width: 100%;
	color: black;
	background-color: white;
	border: 1px solid #4E0000;
	text-align: left;
	font-size: 10pt;
	margin-bottom: 2pt;
}
.html_box  .title_bar  td {
	color: white;
	background-color: #4E0000;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}
.html_box  .title_bar  input,
.html_box  .title_bar  select {
	font-size: 8pt;
	border: 1px solid black;
}
.html_box  .title_bar  .title {
	float: left;
	text-align: left;
}
.html_box  .title_bar  .links {
	float: right;
	text-align: right;
}
.html_box  .title_bar  .links  a:link,
.html_box  .title_bar  .links  a:visited,
.html_box  .title_bar  .links  a:active {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
.html_box  .title_bar  .links  a:hover {
}
.html_box  .subtitle_bar  td {
	color: black;
	background-color: #afc6db;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}
.html_box  .subtitle_bar  .title {
	float: left;
	text-align: left;
}
.html_box  .subtitle_bar  .links {
	float: right;
	text-align: left;
}
.html_box  .subtitle_bar  .links  a:link,
.html_box  .subtitle_bar  .links  a:visited,
.html_box  .subtitle_bar  .links  a:active {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}
.html_box  .subtitle_bar  .links  a:hover {
}
.html_box  .subtitle_bar  a.alter:link,
.html_box  .subtitle_bar  a.alter:visited,
.html_box  .subtitle_bar  a.alter:active {
	text-decoration: none;
}
.html_box  .heading_bar  td {
	color: black;
	background-color: #c5daeb;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}
.html_box  .heading_bar  a:link,
.html_box  .heading_bar  a:visited,
.html_box  .heading_bar  a:active {
	color: black;
	text-decoration: underline;
}
.html_box  .row1 {
	background-color: white;
}
.html_box  .row1  td {
	padding: 2px 5px 2px 3px;
}
.html_box  .row2 {
	background-color: #eeeeee;
}
.html_box  .row2  td {
	padding: 2px 5px 2px 3px;
}
/*********************************************************************/
.pagination {
	text-align: right;
	padding: 6px;
	margin: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
}
.pagination a {
	display: inline;
	padding: 2px 5px;
	text-decoration: none;
	background: #c5daeb;
	color: black;
	border: 1px solid #663300;
	margin-left: 4px;
}
.pagination a:visited {
	color: black;
}
.pagination a:hover {
	background: #4E0000;
	color: white;
}
.pagination a.current,
.pagination a.current:visited,
.pagination a.current:hover {
	background: #4E0000;
	color: white;
	font-weight: bold;
	border: 1px solid #663300;
}
.pagination .disabled {
	display: inline;
	padding: 2px 5px;
	background: #e5e5e5;
	color: #666666;
	border: 1px solid #cccccc;
	margin-left: 4px;
}

span.sort_desc {
	background-image: url('../img/sort_black_down.gif');
	background-position: center center;
	background-repeat: no-repeat;
	padding-left: 12px;
}
span.sort_asc {
	background-image: url('../img/sort_black_up.gif');
	background-position: center center;
	background-repeat: no-repeat;
	padding-left: 12px;
}
/*********************************************************************/
.x_image {
	clear: both;
	text-align: center;
}
.x_caption {
	text-align: left;
	padding-top: 4px;
}

.image_stack_controls  div {
	margin-bottom: 5pt;
}
.image_stack_controls  .count {
	float: right;
	text-align: right;
}
.image_stack_controls  .buttons {
	float: left;
	text-align: left;
}

.image_basic_left {
	float: left;
	margin-right: 7pt;
	margin-bottom: 7pt;
	text-align: center;
}

.image_basic_right {
	float: right;
	margin-left: 7pt;
	margin-bottom: 7pt;
	text-align: center;
}

.image_basic_center {
	width: 100%;
	margin-bottom: 7pt;
	text-align: center;
	clear: both;
}
.image_basic_center  .x_caption {
	text-align: center;
}

.image_stack_left {
	float: left;
	margin-right: 7pt;
	margin-bottom: 7pt;
	text-align: center;
}

.image_stack_right {
	float: right;
	margin-left: 7pt;
	margin-bottom: 7pt;
	text-align: center;
}

.image_slideshow {
	width: 100%;
}

.image_gallery {
	width: 100%;
	margin-top: 30px;
	clear: both;
}
.image_gallery  td {
	padding-bottom: 25px;
}
.image_gallery  .x_caption {
	text-align: center;
}
