/****************************[ General ]******************************/
body {
	margin: 1% 0pt 0pt 0pt;
	font-family: Arial, Verdana;
	font-size: 10pt;
}

form {
	margin: 0px 0px 0px 0px;
}

pre {
	text-align: left;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

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 #6e94b7;
}

div.empty {
	height: 150px;
}
/****************************[ Cake Classes ]*************************/
/* Controller::flash, SessionHelper::flash */
.flash_message, #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;
}
.flash_message  a:hover,
.flash_message  a:visited,
.flash_message  a:link {
	color: #0387D2;
}

.error-message {
	width: 80%;
	font-weight: bold;
	border: 1px solid #D22528;
	padding: 5pt;
	margin: 4pt 0pt;
	background-color: #F6CBCA;
	text-align: left;
	color: #D22528;
	clear: both;
}

.cake-sql-log {
	width: 100%;
	text-align: left;
	font-family: "Courier New";
	font-size: 10pt;
}
.cake-sql-log  td, .cake-sql-log  th {
	padding: 5pt;
}
/*********************************************************************/
.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 #6e94b7;
	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;
}
/*********************************************************************/
.html_box {
	width: 100%;
	color: black;
	background-color: white;
	border: 1px solid #6e94b7;
	text-align: left;
	font-size: 10pt;
	margin-bottom: 2pt;
}
.html_box  .title_bar  td {
	color: white;
	background-color: #6e94b7;
	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.alt:link,
.html_box  .subtitle_bar  a.alt:visited,
.html_box  .subtitle_bar  a.alt: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;
}

.box_note {
	font-size: 9pt;
	text-align: left;
}
/*********************************************************************/
.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: #6e94b7;
	color: white;
}
.pagination a.current,
.pagination a.current:visited,
.pagination a.current:hover {
	background: #6e94b7;
	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;
}
/*********************************************************************/
.simulacrum_image {
	text-align: center;
}
.simulacrum_caption {
	text-align: left;
	padding-top: 4px;
	font-size: 8pt;
}

.simulacrum_left {
	float: left;
	margin-right: 7pt;
	margin-bottom: 7pt;
	text-align: center;
}

.simulacrum_right {
	float: right;
	margin-left: 7pt;
	margin-bottom: 7pt;
	text-align: center;
}

.simulacrum_center {
	width: 100%;
	margin-bottom: 7pt;
	text-align: center;
	clear: both;
}
.simulacrum_center  .simulacrum_caption {
	text-align: center;
}

.simulacrum_stack_left {
	float: left;
	margin-right: 7pt;
	margin-bottom: 7pt;
	text-align: center;
}

.simulacrum_stack_right {
	float: right;
	margin-left: 7pt;
	margin-bottom: 7pt;
	text-align: center;
}

.stack_controls  div {
	margin-bottom: 5pt;
}
.stack_controls  .count {
	float: right;
	text-align: right;
}
.stack_controls  .buttons {
	float: left;
	text-align: left;
}

.simulacrum_slideshow {
	width: 100%;
}

.simulacrum_gallery {
	width: 100%;
	margin-top: 30px;
	clear: both;
}
.simulacrum_gallery  td {
	padding-bottom: 25px;
}
.simulacrum_gallery  .simulacrum_caption {
	text-align: center;
	padding-top: 4px;
}
/*********************************************************************/
.multi_select_list {
	font-weight: normal;
	border: 1px solid #CCCCCC;
	margin-top: 4pt;
}
.multi_select_list  div {
	margin-bottom: 2px;
}
.multi_select_list  .selected_option {
	font-weight: bold;
}
.multi_select_list  .option {
	font-weight: normal;
}