/****************************[ General ]******************************/
body {
	margin: 1% 0pt 0pt 0pt;
	background-color: #f5f5f5;
	font-family: Arial, Verdana;
	font-size: 10pt;
}

form {
	margin: 0;
}

pre {
	text-align: left;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

a:link, a:active, a:hover {
	color: #1F1F1F;
}
a:visited {
	color: #1946CD;
}
a:hover {
	text-decoration: none;
}

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 {
	width: 100%;
	text-align: center;
	padding: 20pt 0pt 20pt 0pt;
	font-size: 12pt;
	font-weight: bold;
}
/****************************[ 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;
}
.problem {
	color: #D22528;
	font-weight: bold;
	font-size: 12pt;
}
/*********************************************************************/
.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: #ddd;
}
.html_form  .input_tip {
	font-size: small;
	font-weight: normal;
}

.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,
.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  .title_bar  a.alt:link,
.html_box  .title_bar  a.alt:visited,
.html_box  .title_bar  a.alt:active {
	text-decoration: none;
}
.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;
}
.html_box  .line1 {
	font-size: 10pt;
}
.html_box  .line2 {
	font-size: 9pt;
	padding-top: 3px;
	padding-left: 15px;
}
/*********************************************************************/
.pgbox {
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	padding: 10px;
	font-size: 12pt;
}
.pgbox ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pgbox li {
	display: inline-block;
}
.pgbox .pagination {
	display: inline-block;
	padding: 10px;
}
.pgbox .pagination a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
}
.pgbox .pagination .active a {
	font-weight: bold;
	cursor: default;
}
.pgbox .pagination a:hover {
	font-weight: bold;
}
.pgbox .jumpbox {
	display: inline-block;
	padding: 10px;
}
.pgbox input[type=text] {
	width: 40px;
	text-align: center;
	font-size: 12pt;
}
.pgbox .limits {
	font-size: 10pt;
}
.pgbox .limits a {
	display: block;
	padding: 0 4px;
	text-decoration: none;
}
.pgbox .limits .current {
	font-weight: bold;
}

a.sort_asc {
	font-size: 10pt;
	background-image: url('../img/sort_black_up.gif');
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 15px;
}
a.sort_desc {
	font-size: 10pt;
	background-image: url('../img/sort_black_down.gif');
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 15px;
}
/*********************************************************************/
.image_gallery_editor  .cell {
	padding: 5pt 0pt 5pt 5pt;
}
.image_gallery_editor  .cell  .i_name {
	font-weight: bold;
	clear: both;
	margin-bottom: 4px;
}
.image_gallery_editor  .cell  .i_image {
	float: left;
}
.image_gallery_editor  .cell  .i_options {
	text-align: left;
	float: left;
	margin-left: 4pt;
}
.image_gallery_editor  .g_submit {
	border-top: 1px solid #6e94b7;
	padding-top: 5px;
	margin: 0px 5px 5px 5px;
}

.image_gallery_browser  .cell {
	padding: 5pt 0pt 5pt 5pt;
}
.image_gallery_browser  .cell  .i_name {
	font-weight: bold;
	margin-bottom: 4px;
}
.image_gallery_browser  .cell  .i_owner {
	margin-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;
}

ul.ary {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.ary li {
	position: relative;
	padding: 5px;
	padding-left: 180px;
}
ul.ary li:nth-child(odd) {
	background: #B2B2B2;
}
ul.ary li:nth-child(even) {
	background: #D9D9D9;
}
ul.ary .key {
	position: absolute;
	top: 5px;
	left: 5px;
	font-weight: bold;
}


/****************************[ Core Module Styles ]*******************/
.mod_list {
	margin-bottom: 20pt;
}
.mod_list  .field {
	font-weight: bold;
	font-size: 10pt;
}
.mod_list  .value {
	font-weight: normal;
}
.mod_list  .actions {
	font-size: 9pt;
	padding-top: 10px;
}

/****************************[ Layout Styles ]*******************/
.page_title {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	background-color: white;
	border: 1px solid #6e94b7;
	margin-bottom: 10px;
	position: relative;
}
.page_title tr:last-child td {
	padding: 10px 10px;	
}

.admin-logout,
.admin-logout:active,
.admin-logout:link,
.admin-logout:visited {
	position: absolute;
	right: 0px;
	top: -24px;
	display: block;
	text-align: center;
	padding: 2px 0 0;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	background: #848687;
	color: white;
	text-decoration: none;
	border: 1px solid white;
}
.admin-logout:hover {
	background: #9B9B9B;
}

iframe.mail-monitor {
	height: 100px;
}