* { padding: 0; margin: 0; }
	
body {
	background: url("../images/body_background.jpg") repeat;
	font: 0.85em Georgia, Times New Roman, Times, serif;
	color: #181c01;
	font-family: 'Palatino-Roman', 'Palatino', 'serif';
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	text-align: left;
}

a:link, a:visited {
	text-decoration: underline;
	color: #507096;
}

a:hover, a:active {
	text-decoration: none; 
	color: #f90;
}

h1, h2, h3, h4 { text-align: center; margin: 0; padding: 0; }

hr {
	background: url("../images/editor/image/hr.png") no-repeat;
	height: 9px;
	width: 71px;
	border: 0px;
	margin: 10px auto;
}

p {
	margin: 12px 0;
}

#bwd-wrapper { 
	margin: 15px auto;
	width: 650px;
	background-color: white;
	background-image: url("../images/border_outside.jpg");
	background-repeat: repeat-y;
	padding: 0 24px;
}

#bwd-border-top {
	height: 29px;
	margin: 0 -24px;
	background-image: url("../images/border_top.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#bwd-header {
	width: 650px;
	height: 95px;
	margin: 0 4px;
	text-align: center;
	background-image: url("../images/header_bg.gif");
	background-repeat: no-repeat;
	background-position: 0 -65px;
	background-color: white;
}
#bwd-header h1 {
	color: #6a6f75;
	font-size: 29px;
	padding: 10px 0;
	background-image: url("../images/header_lines.gif");
	background-repeat: no-repeat;
	background-position: 5px 50px;
}
#bwd-header h1, #bwd-header li a, #bwd-content h2 {
	font-family: 'Palatino-Bold', 'Palatino', 'serif';
	letter-spacing: 0.16em;
	text-transform: uppercase;
	line-height: 42px;
}
#bwd-header.blue {
	background-image: url("../images/header_bg_blue.gif");
}
#bwd-header.blue h1 {
	background-image: url("../images/header_lines_blue.gif");
}
#bwd-header.green {
	background-image: url("../images/header_bg_green.gif");
}
#bwd-header.green h1 {
	background-image: url("../images/header_lines_green.gif");
}
#bwd-header.red {
	background-image: url("../images/header_bg_red.gif");
}
#bwd-header.red h1 {
	background-image: url("../images/header_lines_red.gif");
}

#bwd-header ul { list-style: none; }
#bwd-header li { display: inline; position: relative; padding: 4px 7px; list-style: none; }
#bwd-header li a { 
	color: #969696; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#bwd-header li a:hover, #bwd-header li a.current { color: #000; }
#bwd-header li ul { display: none; position: absolute; border: 1px solid black; background-color: #f8f1c8; border-top: 0; margin-top: -10px; left: 0px; }
#bwd-header li ul li { float: none; padding: 0; text-align: left; }
#bwd-header li ul li a { line-height: 16px; background-color: inherit; color: #000; padding: 3px 4px 2px; margin: 0; display: block; font-weight: 100; width: 150px; color: #404c5a; }
#bwd-header li ul li a:hover { background-color: #2161a1; color: #216; }
#bwd-header li ul li:hover>a { background-color: #2161a1; color: #fff; }
#bwd-header li > ul { top: auto; right: auto; }
#bwd-header li ul li ul { position: absolute; left: 158px; margin-top: -17px; border-top: 1px solid #aaaaaa; }
#bwd-header li:hover>ul { display: block; }
#bwd-header li.over ul, #bwd-header ul li.over ul, #bwd-header ul ul li.over ul, #bwd-header ul ul ul li.over ul, #bwd-header ul ul ul ul li.over ul, #bwd-header ul ul ul ul ul li.over ul, #bwd-header ul ul ul ul ul ul li.over ul { display: block; }
#bwd-header li.over ul ul, #bwd-header li.over ul ul ul, #bwd-header li.over ul ul ul ul, #bwd-header li.over ul ul ul ul ul, #bwd-header li.over ul ul ul ul ul ul, #bwd-header li.over ul ul ul ul ul ul ul, #bwd-header li.over ul ul ul ul ul ul ul ul { display: none; }

table#bwd-top-photos {
	width: 645px;
	margin: 5px 5px 0 4px;
}
.bwd-sidebar {
	background-color: #eadac7;
	color: #5e3b1a;
	font-family: 'Palatino-Italic', 'Palatino', 'serif';
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin: 0;
	padding: 0 8px;
	width: 170px;
	vertical-align: top;
}
.bwd-sidebar a { color: black; text-decoration: none; }
.bwd-sidebar a:hover { color: #a7663d; text-decoration: underline; }
.bwd-sidebar p { margin: 10px 0; }

#bwd-content {
	padding: 15px 4px;
}
#bwd-content h2 {
	color: #a7663d;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: inherit;
}
#bwd-content h3 {
	color: #444;
	font-size: 18px;
	line-height: 22px;
}

#bwd-border-bottom {
	height: 100px;
	margin: 5px -24px 0;
	background-image: url("../images/border_bottom.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}



/* ERRORS */
.errors-alert, .errors-error, .errors-notice, .errors-help {
	text-align: center;
	padding: 1px;
	font-weight: bold;
	color: white;
	border: 1px black dashed;
}

.errors-alert {	background-color: #004d84; }
.errors-error {	background-color: red; }
.errors-notice { background-color: green; }
.errors-help { 
	background-color: yellow;
	color: black;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*
*{padding: 0; margin: 0;}
html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #cf6406;
	text-align:left;
}
#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	width: 85%;
}
#TB_title{
	background-color: #630;
	height: 62px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}
#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#TB_iframeContent{
  border:none;
  clear:both;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
div#TB_closeAjaxWindow a#TB_closeWindowButton {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.special fieldset {
  margin-bottom: 10px;
  border: 1px #999 solid;
}
.special legend {
	padding: 4px 6px;
	margin: 0 5px 10px 5px;
	font-weight: bold;
	font-size: .95em;
	background-color: #cddefe;
	color: #6a6f75;
	text-transform: uppercase;
}
.special legend a {
	font-weight: normal;
	color: #fff;
	letter-spacing: .1em;
}
.special legend.sub {
	background-color: #666;
	padding: 2px 5px;
	margin: 6px;
	/*filter: alpha (opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;*/
}
.special fieldset label {
  display: -moz-inline-box; /* Fixes Firefox */
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: auto;
}
.special fieldset ol {
  margin: 0;
  padding: 0;
}
.special fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.special fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.special fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
	background-color: transparent;
	color: #444;
	font-size: 1em;
	margin-left: 25px;
}
.special fieldset fieldset label {
  display: block;
  width: auto;
}
.special em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.special fieldset label {
	min-width: 140px;
  width: auto; /* Width of labels */
}
.special fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
.special fieldset li small {
	display: block;
	font-size: 0.9em;
	padding-left: 30px;
}
.special .submit {
	text-align: right;
}
.special .submit input {
	background-color: #ececec;
	color: #6a6f75;
	border: 1px #6a6f75 solid;
}
.special .submit input:hover {
	background-color: #6a6f75;
	color: #ececec;
	border: 1px #ececec solid;
}
.special li input, .special li textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
	color: #85441b;
}

