@charset "utf-8";
/* CSS Document */

body, html {
	background: #300;
	color: #300;
	font: 14px "Times New Roman", Times, serif;
}

input[readonly] {
	border: 1px solid #ABADB3;
	background: #CCC;
}

#header {
	width: 900px;
	height: 118px;
	margin: 0 auto;
	padding-top: 15px;
}

#logo {
	float: left;
}

#header_buttons {
	margin: 40px 0;
	float: right;
}

#container {
	margin: 0 auto;
	width: 890px;
	background: #FBF7F1 url(/backend/images/main_background.gif) no-repeat;
	padding: 5px;
}

#border_container {
	border: 1px solid #300;
	padding: 12px 18px;
}

#navigation {
	border-top: 1px solid #300;
	border-bottom: 1px solid #300;
}

#navigation img {
	margin-right: 45px;
}

#navigation img.last {
	padding: 0;
	margin: 0;
}

#content {
	text-align: left;
	margin-top: 15px;
	min-height: 300px;
}

.script_A {
	margin: 0 -3px -6px -10px;
}

.script_V {
	margin: 0 -11px -5px -9px;
}


p {
	padding: 12px 0;
	clear: left;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

.large_photo {
	position: relative;
	float: right;
	right: -81px;
	z-index: 10;
	margin: 0 0 15px -66px;
	width: 629px;
	height: 527px;
	background: url(photos/canvas.png) no-repeat;
}

.spacer {
	margin: -6px 135px 0;
}

.description {
	float: right;
	position: relative;
	right: 65px;
	top: 30px;
}

#footer {
	width: 900px;
	margin: 0 auto;
	height: 18px;
	padding-bottom: 15px;
}

.blend img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
	display: none;
}

.blend {
	position: relative;
	top: 10px;
	left: 10px;
}

#privacy {
	float: left;
}

#copyright {
	float: right;
}

.first_icon {
	float: left;
	clear: left;
}

.second_icon {
	float: left;
}

.narrow_icon {
	margin: 0 22px;
}

a, div,
img {
	behavior: url(iepngfix.php)
}

.left_240_clear {
	float: left;
	width: 240px;
	clear: left;
}

ul li {
	color: #300;
	list-style: disc;
	margin-left: 15px;
}

.quote_box {
	width: 45%;
	float: left;
	margin: 25px 15px 20px 0;
	padding: 12px;
	background: #fbdfbd;
	/*#FBF7F1*/
}

.issue_thumb {
	float: left;
	margin: 0 10px 10px 0;
}

.issue_title {
	float: left;
	clear: both;
	font: bold 16px "Times New Roman", Times, serif;
	width: 150px;
}

.issue_front {
	width: 150px;
	float: left;
}
	
.issue_text {
	width: 650px;
	float: left;
	padding-top: 21px;
}

#slideshow {
	width: 600px;
	height: 403px;
}

.right_img {
	float: right;
	margin: 0 0 15px 15px;
}

.left_img {
	float: left;
	margin: 0 15px 15px 0;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #300;
}

h3 {
	font-weight: bold;
	font-size: 18px;
	color: #002157;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	color: #002157;
}

.la_belle_france {
	font-variant: small-caps;
}

label, .label {
	width: 115px;
	float: left;
	clear: both;
}

.label {
	margin: 0 0 8px;
}

label:after {
	content: ':';
}

textarea,
select,
input[type='text'] {
	float: left;
	margin: 0 0 10px;
	background: #FBE5C4;
}

textarea,
select,
input,
button {
	float: left;
	margin: 0 0 10px;
}
div td,
div th {
	border: 1px solid #333;
	border-collapse: collapse;
}

.left_div_100,
.left_div_150,
.left_div_200,
.left_div_70,
.left_div_60,
.left_div_50,
.left_div_45,
.left_div_40,
.left_div_33,
.left_div_30,
.left_div_25,
.left_div_20,
.left_div_3 {
	float:left;
	text-align: left;
}

.left_div_100 {
	width: 100px;
}
.left_div_150 {
	width: 150px;
}

.left_div_200 {
	width: 200px;
}

.left_div_70 {
	width: 70%;
}

.left_div_60 {
	width: 60%;
}

.left_div_50 {
	width: 50%;
}

.left_div_45 {
	width: 45%;
}

.left_div_40 {
	width: 40%;
}

.left_div_33 {
	width: 33%;
}

.left_div_30 {
	width: 30%;
}

.left_div_25 {
	width: 25%;
}

.left_div_20 {
	width: 20%;
}

.left_div_3 {
	width: 3%;
}

.right_div_60,
.right_div_50,
.right_div_45,
.right_div_40,
.right_div_35,
.right_div_30,
.right_div_25 {
	float:right;
	text-align: left;
}

.right_div_60 {
	width: 60%;
}

.right_div_50 {
	width: 50%;
}

.right_div_45 {
	width: 45%;
}

.right_div_40 {
	width: 40%;
}

.right_div_35 {
	width: 35%;
}

.right_div_30 {
	width: 30%;
}

.right_div_25 {
	width: 25%;
}

.clear_spacer {
	clear: both;
}

.clear_spacer_0 {
	clear: both;
	height: 0;
}

.clear_spacer_5 {
	clear: both;
	padding-top: 5px;
}

.clear_spacer_8 {
	clear: both;
	padding-top: 8px;
}

.clear_spacer_10 {
	clear: both;
	padding-top: 10px;
}

.clear_spacer_20 {
	clear: both;
	padding-top: 20px;
	display: block;
}

.lefty {
	float: left;
}

.righty {
	float: right;
}

dd {
	float: left;
}

dt {
	float: left; clear: left;
	padding-right: 5px;
}

dt:after {
	content: ": ";
}


.paging div,
.paging a,
.paging div span,
.paging {
	display: inline;
}


div.paging {
	background:#FBF7F1;
	color: #BBB;
	margin: 1em 0 2em;
	clear: both;
	float: left;
}
div.paging div.disabled {
	color: #BBB;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

.tab, .current_tab {
	float: left;
	margin-right: 35px;
}


/*.tab,
.current_tab {
	border: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 10px 35px;
	padding-bottom: 5px;
	float: left;
	margin-right: 1px;
	background: #FBF7F1;
	position: relative;
	top: 2px;
}

.tab {
	border-bottom: 1px solid #444;
	position: relative;
	top: 1px;
}

.tab:hover {
	border: 2px solid #444;
	border-bottom: none;
	padding: 9px 34px;
	padding-bottom: 5px;
	float: left;
	position: relative;
	top: 1px;
}

.current_tab {
	border-bottom: none;
}
*/

/*
.tab_bar {
	border-bottom: 1px solid #444;
	height: 33px;
}
*/

.tab_bar {
	height: 25px;
	background: url(/backend/images/bar_background.gif) repeat-x;
}

#flashMessage {
	padding: 10px 0;
}

#welcome {
	position: relative;
	top: -5px;
	text-transform: uppercase;
}

legend,
.legend {
	font: bold 18px "Times New Roman", Times, serif;
	padding-bottom: 15px;
}

.important {
	color: #000;
	font-weight: bold;
}

.cake-sql-log {
	color: #000;
	background: #FFF;
}

.hidden {
	display: none;
}

.column-1 {
	text-align: left !important;
}

.error-message {
	clear: both;
	padding: 5px 0 10px;
	color: #B00;
}

.cost_box {
	position: absolute;
	left: 210px;
	top: -30px;
	float: left;
	*left: 210px;
}

.cost_box td {
	padding: 1px 2px 1px 2px;
	width: 80px;
	border: none !important;
}

.td_label {
	background: #FBE5C4;
}

.cost_box td.td_label {
	width: 80px;
}

.bigger {
	font-size: 1.25em;
}