

/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: verdana, arial, sans-serif ;
	font-size: 14px ;
	letter-spacing: -1px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #000;
}

p {
	margin: 14px 0px; /* top and bottom padding should match font-size */
}

p, 
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 42px ;
	font-weight: normal ;
	color: #4D3318 ;
	margin-top: 0px; 
	letter-spacing: -3px ;
}

h2 {
	font-size: 28px ;
	font-weight: normal ;
	color: #4D3318 ;
	margin-top: 0px; 
	letter-spacing: -1px ;
}

h3, .inline_h {
	font-size: 14px ;
	font-weight: bold ;
	margin-top: 0px; 
	letter-spacing: -1px ;
	color: #4D3318 ;
}

h4 {
	font-size: 1.5em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 1.25em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

/* set anchor styles */
a:link {
	color: #4D3318;
}

a:active, 
a:visited {
	color: #000;
}

a:hover {
	color: #ACA783;
	text-decoration: none; 
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	interpolation-mode: bicubic; 
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding:0;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

/*	template styles	*/

body {
	background-color: #ACA783 ;
	/*background-image: url(/images/page_bg.png) ;
	background-repeat: repeat-x;*/
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 10px; 
}

.container {
	width: 980px;
	margin: auto;
	border: solid 1px #ccc;
}

.page_top {
	background-color: #145163;
	border-bottom: solid 1px #ccc;
}

.page_top a img {
	border: 0px; 
}

.info_bar {
	background-color: #711028;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #711028;
	border: solid 0px #ccc;
}

.page_body_div {
	border-top: solid 1px #ccc;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #145163;
	width: 250px;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content_cell {
	background-color: #fff;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content {
	padding: 20px ;
}

/* nav button styles */

a.button:link, 
a.button:active, 
a.button:visited {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	background-color: #ACA783 ;
	background-position: left center ;
	padding: 8px 12px 8px 36px ;
	color: #fff ;
	font-size: 14px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	text-decoration: none ;
}

a.button:hover {
	background-color: #4D3318 ;
}

/* share this */

.shareThis {
	float: right ;
	margin-left: 20px ;
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.shareThis a:hover {
	text-decoration: underline ;
}

/* footer styles */

.foot, 
a.foot:link, 
a.foot:active, 
a.foot:visited, 
a.foot:hover {
	color: #ccc; 
}

/* link_white */

.foot, 
.foot a:link,
.foot a:active,
.foot a:visited,
a.link_white:link, 
a.link_white:active, 
a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

.foot a:hover,
a.link_white:hover {
	text-decoration: underline ;
}

/* misc standard styles */

img.img_float {
	clear: right; 
	float: right;
	border: solid 1px #145163;
	margin: 0px 0px 10px 10px; 
}

.box {
	border: solid 1px #ccc; 
}

.box_h {
	border: solid 1px #fff; 
	background-color: #ccc;
	color: #fff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.action_end {
	border: solid 1px #666;
	background-color: #ccc;
	padding: 10px; 
	color: #ccc;
	margin: 10px 0px; 
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #4D3318 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #4D3318;
}

a:hover img {
	border-color: #ACA783;
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td {
	vertical-align: top; 
}

.tar {
	text-align: right; 
}

.important {
	color: #711028;
}

.required {
	text-align: center;
	color: #711028;
}

.even_row, 
.row_0 {
	background-color: #eee;
}

.odd_row, 
.row_1 {
	background-color: #fff;
}

.good, 
.status1 {
	color: #456314;
}

.bad, 
.status0 {
	color: #711028;
}


.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.content {
		width: 100%; 
		margin: 0px; 
		float: none;
	}
	
}
.float {
	float: right ;
	margin: 0px 0px 5px 20px ;
	clear: right ;
}

.border {
	border: 1px solid #4D3318 ;
}

.bigButton {
	font-size: 24px ;
	letter-spacing: -1px ;
}