/* defaults */
body {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 9px;
	color: #ddd1b3;
	background-color: #000000;
	margin-top: 0px;
	scrollbar-arrow-color: #ecc765;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #ecc765;
	scrollbar-face-color: #882a2c;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #333333;
}

a:link {
	color: #ecc765;
	text-decoration: none;
}

a:visited {
	color: #ecc765;
	text-decoration: none;
}

a:hover {
	color: #ecc765;
}

a:active {
	color: #ecc765;
}

td {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	color: #ddd1b3;
}

.searchResultText {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	color: #ddd1b3;
}

.pageHeader {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

.articleHeader, .searchHeader {
	font-size: 11px;
	font-weight: bold;
	color: #ddd1b3;
}

.articleText {
}

.thumbnailText{
	color: #ecc765;
	font-size: 9px;
}

.thumbnailText:link, .thumbnailText:visited, .thumbnailText:hover, .thumbnailText:active {
	font-size: 9px;
	color: #ecc765;
	font-weight: bold;
	text-decoration: none;
}

.contactFields {
	border: #ecc765 1px solid;
	background: #882a2c;
	color: #ddd1b3;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
}

.contactFieldsRecommend {
	border: #ecc765 1px solid;
	background: #882a2c;
	color: #ddd1b3;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
}

.contactFieldsRadio, .contactFieldsCheckbox {
	font-size: 12px;
}

.contactFieldsError {
	border: #990000 1px solid;
	background: #ecc765;
	color: #990000;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
}

input.contactFields:focus, input.contactFieldsRecommend:focus {
	background-color : #6a1f21;
}

textarea.contactFields:focus {
	background-color : #6a1f21;
}

.contactSubmit {
	border: #ecc765 3px double;
	background: #6a1f21;
	color: #ddd1b3;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
}

.error {
	color: #ecc765;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
}

.info {
	font-family: Verdana, Helvetica, Arial, Geneva;
	padding-left: 10px;
	font-size: 10px;
	color: #ddd1b3;
}

.setcardTitle {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.setcardTopNickname {
	font-family: Times, Verdana, Helvetica, Arial;
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #ecc765;
	font-weight: bold;
	font-style: italic;
}

.setcardTopText {
	font-family: Verdana, Helvetica, Arial, Geneva;
	padding-left: 5px;
	font-size: 10px;
	color: #ddd1b3;
}

.setcardContent {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	color: #ddd1b3;
}

.setcardInfoLabel {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	color: #ddd1b3;
}

.setcardInfo {
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}

.setcardRatingCreated {
 	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 9px;
	font-weight: bold;
 	white-space: nowrap;
 }

.quickSearchForm {
	border: #ecc765 1px solid;
	background: #882a2c;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 9px;
	font-weight: normal;
	width: 140px;
	height: 15px;
}

.quickSearchFormGeo {
	border: #ecc765 1px solid;
	background: #882a2c;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 9px;
	font-weight: normal;
	width: 140px;
	height: 15px;
}

.quickSearchLabel {
	color: #ddd1b3;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 9px;
	font-weight: bold;
	padding-left: 50px;
}

.quickSearchSubmit {
	border-color: transparent;
	background: transparent;
	color: #ecc765;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

/* newsticker */
.tickerField {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica;
	background: transparent;
	border-color: transparent;
	border-width: 0px;
	border-style: solid;
	padding-left: 1px;
	padding-right: 1px;
	overflow:hidden;
	width: 160px;
	height: 110px;
	cursor:pointer;
}

/* banner block */
div.bannerBlock {
	width: 375px;
	overflow: visible;
}

div.bannerBlock h1 {
	font-size: 12px;
	border-bottom: 1px solid #ddd1b3;
}

div.bannerBlock img {
	margin-top: -10px;
	position: absolute;
	z-index: 99;
}

div.bannerBlock>img {
	margin-top: 5px;
}

div.bannerBlock span {
	display: block;
	background-color: white;
	color: #000000;
	border: 1px solid #000000;
	padding: 2px;
}

.terms th {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #cccccc;
	color: #000000;
}

.terms th.start {
	border-top: 0px;
	background-color: transparent;
	text-align: left;
	font-weight: normal;
}

.terms th.right {
	text-align: right;
}

.terms td {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	font-size: 12px;
}

.terms td.start {
	border-left: 1px solid #ffffff;
	background-color: #cccccc;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

.terms td.right {
	text-align: right;
}

.terms td.none {
	text-align: right;
	border: 0px;
}

#paymentTypes {
	position: absolute;
	margin: 40px;
	margin-left: 150;
	padding: 3px;
	width: 400px;
	height: 100px;
	border: 1px solid red;
	z-index: 10;
	visibility: hidden;
	display: block;
	background-color: #2b3537;
}

#paymentTable{
	z-index: 5;
}

.userHeader {
  	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
	padding: 3px;
}
 
.legendText {
	font-size: 10px;
	color: #ddd1b3;
}

.loginInput {
	border: #ecc765 1px solid;
	background: #882a2c;
	color: #ddd1b3;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 11px;
	width: 100px;
	height: 21px;
}

input.loginInput:focus {
	background-color : #6a1f21;
}

.loginSubmit {
	border: #ecc765 3px double;
	background: #6a1f21;
	color: #ddd1b3;
	font-family: Verdana, Helvetica, Arial, Geneva;
	font-size: 10px;
	height: 21px;
}


