/****************************[ General ]******************************/
body {
	margin: 2% 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;
}

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 #6e94b7;
}
/****************************[ Cake Classes ]*************************/
/* Controller:flash */
.flash_message {
	margin-top: 100pt;
	font-size: 18px;
}

/* SessionHelper::flash */
#flashMessage {
	padding: 0pt 0pt 10pt 0pt;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: red;
}

.error_message {
	color: red;
}

.cakeSqlLog {
	width: 80%;
	text-align: left;
	font-family: "Courier New";
	font-size: 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 #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.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;
}
/*********************************************************************/
.html_pagination {
	font-size: 10pt;
	text-align: right;
	float: left;
}
.html_pagination  a:link,
.html_pagination  a:visited,
.html_pagination  a:active {
	text-decoration: none;
}
.html_pagination  a:hover {
	text-decoration: underline;
}
.html_pagination  .info {
	width: 100px;
	text-align: left;
}
.html_pagination  .first {
	width: 50px;
	text-align: left;
}
.html_pagination  .prev {
	width: 45px;
	text-align: left;
}
.html_pagination  .current {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	text-align: center;
}
.html_pagination  .number {
}
.html_pagination  .number  a {
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}
.html_pagination  .next {
	width: 45px;
	text-align: right;
}
.html_pagination  .last {
	width: 50px;
	text-align: right;
}

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_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;
}

