body {
	background: url(images/background.png) repeat-x #e6e6cf;
	margin: 0 0 10px 0;
}
body, table, td, th {
	font-family: "Tahoma";
	font-size: 12px;
	vertical-align: top;
}
td.odd
{
    background: url(images/forum-odd.png);
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a:active, a:link, a:visited {
	color: #9b2c30;
}
a.normal {
	text-decoration: none;
}
a img {
	border: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.half {
	width: 50%;
}
.justify {
	text-align: justify;
}
.image-border {
	float: right;
	border: 1px solid #92372c;
	background: #ffffff;
	padding: 3px;
}
.center {
	text-align: center;
}
.newLine {
	margin-top: 7px;
}
.spacer {
	height: 7px;
	width: 100%;
}

#wrapper {
	width: 900px;
	overflow: hidden;
	margin: 0px auto;
}
#outer-wrapper {
	width: 939px;
	margin: 0px auto;
	overflow: hidden;
}
#inner-wrapper1 {
	width: 900px;
	float: left;
	overflow: hidden;
}
#inner-wrapper2 {
	width: 39px;
	float: right;
}
#header {
	background: #ffffff;
	height: 60px;
	overflow: hidden;
}
#logo {
	padding: 10px;
	float: left;
}
#search-wrapper {
    float: right;
    margin: 8px 8px 0px 0px;
	text-align: right;
}
#search-wrapper img {
    float: left;
}
#search-advanced {
    padding-top: 2px;
}
#search-advanced a {
    text-decoration: none;
    color: #9c7576;
}
#search {
    background: url(images/search-background.png);
    width: 308px;
    height: 20px;
    padding: 5px 0;
    margin-bottom: 2px;
	float: left;
}
#search input {
    border: none;
    background: none;
    font-family: "Tahoma";
    font-size: 12px;
    outline: none;
    margin-right: 5px;
    float: left;
}
#search input.dark {
    color: #cccccc;
    font-weight: bolder;
}
#search .dropdown {
    font-weight: bold;
    color: #000000;
    outline: none;
    background: #f2f2f2;
    float: right;
    margin-top: 2px;
}
#menubar {
	background: url(images/menubar.png);
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
}
#menubar a {
	float: left;
	padding: 12px 16px 12px 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	background: url(images/menubar-splitter.png) right no-repeat;
}
#menubar a.last {
	background: none;
}
#content {
	background: #ffffff;
	min-height: 400px;
	overflow: hidden;
}
#content .notices-top-borders {
	background: url(images/notices-top-borders.png);
	height: 5px;
}
#content .notices-bottom-borders {
	background: url(images/notices-bottom-borders.png);
	height: 7px;
	margin-bottom: 10px;
}
#content .notices {
	background: url(images/notices-background.png);
	padding: 0 7px 5px 7px;
}
#content .notices ul, #content .errors ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#content .notices li, #content .errors li {
	padding-top: 7px;
}
#content .errors-top-borders {
	background: url(images/errors-top-borders.png);
	height: 5px;
}
#content .errors-bottom-borders {
	background: url(images/errors-bottom-borders.png);
	height: 7px;
	margin-bottom: 10px;
}
#content .errors {
	background: url(images/errors-background.png);
	padding: 0 7px 5px 7px;
}
#content .block, #content .block-dark, #content .block-font {
	background: url(images/content-block-background.png);
	padding: 2px 7px;
	overflow: hidden;
}
#content .block-dark {
    background: url(images/content-block-dark-background.png);
}
#content .block .long {
    width: 150px;
}
#content .block-font
{
    width: 445px;
}
hr {
	height: 1px;
	border-width: 0;
	color: #ba8484;
	background-color: #ba8484;
	margin: 7px 0;
}
#content .paging {
	text-align: center;
}
#content .block-tabs {
    font-family: "Trebuchet MS";
	color: #92372c;
	background: url(images/content-block-tabs-background.png);
	padding: 7px;
}
#content .block-half {
	width: 316px;
}
#content .block h1 {
	margin: 0;
	font-family: "Trebuchet MS";
	color: #92372c;
	font-size: 14px;
	font-weight: bold;
}
#content h2 {
	margin: 0 0 7px 0;
	font-family: "Trebuchet MS";
	color: #633631;
	font-size: 12px;
	font-weight: bold;
}
#content h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0;
	color: #633631;
}
#content p {
	margin: 0 0 7px 0; 
	padding: 0;
}
#content .quote {
    background: url(images/table-header.png);
    padding: 7px;
    margin: 7px 0 0 0;
    width: 532px;
}
#content .quote .quote {
    width: 518px;
}
#content .quote .quote .quote {
    width: 504px;
}
#content .quote span {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    background: url(images/table-header.png) bottom repeat-x;
}
#content .signature {
	width: 656px;
	max-height: 100px;
	overflow: hidden;
}
#content .block ul.side {
	float: left;
	list-style: none;
	margin-right: 7px;
	color: #633631;
	margin-bottom: -3px;
}
#content .block .side li {
	margin-bottom: 3px;
}
#content .block label {
	width: 75px;
	float: left;
	margin-bottom: 7px;
	color: #633631;
}
#content .block .label-property {
    float: left;
}
#content .block p {
	padding: 0;
	margin: 0;
}
#content .legend {
	text-decoration: none;
	font-weight: bold;
}
#content .letter {
	font-family: "Trebuchet MS";
	color: #633631;
	font-size: 12px;
	font-weight: bold;
}
#content .forums table {
	caption-side: bottom;
}
#content table {
	margin-top: 7px;
}
#content table th {
	background: url(images/table-header.png);
	text-align: left;
	padding: 3px 5px;
}
#content table th .border {
	height: 2px;
	background: url(images/table-header.png);
	margin: 3px -5px -3px -5px;
}
#content table td {
	padding: 3px 5px;
}
#content .block-half-top, #content .block-dark-half-top {
	background: url(images/content-block-half-top-borders.png) no-repeat;
	height: 5px;
}
#content .block-half-bottom, #content .block-dark-half-top {
	background: url(images/content-block-half-bottom-borders.png) no-repeat;
	height: 7px;
	margin-bottom: 10px;
}
#content .block-top, #content .block-dark-top, #content .block-font-top {
	background: url(images/content-block-top-borders.png) no-repeat;
	height: 5px;
}
#content .block-dark-top {
    background: url(images/content-block-dark-top-borders.png) no-repeat;
}
#content .block-bottom, #content .block-dark-bottom, #content .block-font-bottom {
	background: url(images/content-block-bottom-borders.png) no-repeat;
	height: 7px;
	margin-bottom: 10px;
}
#content .block-dark-bottom {
    background: url(images/content-block-dark-bottom-borders.png) no-repeat;
}
#content .block-font-top {
    width: 460px;
    background: url(images/content-block-front-top-borders.png) no-repeat;
}
#content .block-font-bottom {
    width: 460px;
    background: url(images/content-block-front-bottom-borders.png) no-repeat;
}
#content .block ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#content-borders {
	background: url(images/content-borders.png);
	height: 12px;
}
#content-wrapper {
	width: 670px;
	padding: 10px 10px;
	float: right;
}
#sidebar {
	float: left;
	width: 210px;
}
#sidebar .box {
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 7px 0px;
	background: url(images/sidebar-box-bottom.png) no-repeat bottom #ffcaa3;
}
#sidebar .box .image-border {
	margin: 7px 7px 0 0;
}
#sidebar .box a {
	text-decoration: none;
	color: #400d0c;
}
#sidebar .box h1 {
	background: url(images/sidebar-box-top.png) no-repeat;
	font-family: "Trebuchet MS";
	color: #92372c;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 7px 0px 7px;
	margin: 0px;
}
#sidebar .box p {
	padding: 7px 7px 0px 7px;
	margin: 0px;
}
#sidebar .box label {
	color: #997962;
}
#sidebar .box .text {
	padding: 3px;
	margin-top: 5px;
	width: 175px;
	font-family: "Tahoma";
	font-size: 12px;
}
#sidebar .box .button {
	border: 0;
	background: url(images/sidebar-box-button.png);
	padding: 4px 0px 5px 0px;
	text-align: center;
	width: 75px;
	height: 25px;
	color: #ffffff;
	font-family: "Tahoma";
	font-size: 12px;
}

#topbar {
    float: right;
    width: 210px;
}
#topbar .box {
    margin: 10px 0px 10px 10px;
    padding: 0px 0px 7px 0px;
    background: url(images/sidebar-box-bottom.png) no-repeat bottom #ffcaa3;
}
#topbar .box .image-border {
    margin: 7px 7px 0 0;
}
#topbar .box a {
    text-decoration: none;
    color: #400d0c;
}
#topbar .box h1 {
    background: url(images/sidebar-box-top.png) no-repeat;
    font-family: "Trebuchet MS";
    color: #92372c;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 7px 0px 7px;
    margin: 0px;
}
#topbar .box p {
    padding: 7px 7px 0px 7px;
    margin: 0px;
}
#topbar .box label {
    color: #997962;
}
#topbar .box .text {
    padding: 3px;
    margin-top: 5px;
    width: 175px;
    font-family: "Tahoma";
    font-size: 12px;
}
#topbar .box .button {
    border: 0;
    background: url(images/sidebar-box-button.png);
    padding: 4px 0px 5px 0px;
    text-align: center;
    width: 75px;
    height: 25px;
    color: #ffffff;
    font-family: "Tahoma";
    font-size: 12px;
}
#maskot-1 {
	float: right;
}
#maskot-2 {
	float: right;
}
#maskot-3 {
	margin-top: 105px;
}
#copyright {
	float: left;
	width: 100%;
	color: #99998a;
	text-align: center;
	margin-top: 10px;
}



/* For auto complete */
.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

/* Validator */
input.invalid 
{
    border: 1px solid red;
}
span.invalid 
{
    margin-left: 10px;
    color: red;
}

/* Image Slideshow */
#imageholder
{
    position:relative;
}
#slidshow
{
    position:absolute;
    top: 0px;
    left: 1px;
    right: 1px;
    padding: 5px;
    background: url(images/black-background.png);
}
#slidshow a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
blockquote { color:#939494; font-style:italic; }
blockquote .wrap { border:1px dotted #939494; margin:2px; padding:8px; max-width: 500px; }

