﻿body 
{
	/*background-color: #d7ae60;/*	background: #F9F6E2 url(/design/images/body.jpg) no-repeat scroll left top; */
	/*background-image: url(/design/images/background.jpg); /*bgTile.jpg);*/
	background-image: url(/design/images/bgTile.jpg);
	background-color: #b1956e;
	padding: 0px;
	margin: 0px auto;
	font-family: Tahoma;
	font-size: 12px;
	padding-bottom:20px;
}
a
{
	color: #6da2cf;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #35315e;
	text-decoration: underline;
}
h1
{
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
}
h2
{
	font-size: 12px;
	margin-bottom: 10px;
}
.TextBold
{
	font-weight: bold;
}
#prepage
{/*
	height: 9px;
	background-image: url(images/bordertop.png);
	background-color: #63a4db;
	background-repeat: repeat-x;*/
	height: 20px;
}

/* Content */
#content
{
	margin: 0px auto;
	margin-top: 10px;
	width: 830px;
	border: solid 1px Black;/* #ccc;*/
	margin-bottom: 20px;
}
#contentFrame
{
	background-color: #feffff;/*#f6f5f5;*/
	padding: 15px;
}

/* Header */
#header
{
	margin-bottom: 5px;
	color: #3e3e3e;
}
#headerFrame
{
	padding: 15px;
	padding-bottom: 5px;
	background-color: White;
	border-bottom: solid 1px #ccc;
}

/* Footer */
#footerFrame
{
	border-top: solid 1px #ccc;
	background-color: White;
	padding: 15px;
	text-align: center;
	font-size: 11px;
	color: Gray;
}


#left
{
	float:left;
	padding-right: 10px;
	width: 475px;
}
#right
{
	margin-left: 495px;
}
.clearer
{
	clear: both;
}

/* Videos */
.videoBlock, .newsBlock
{
	width: 480px;
	height: 150px;
	margin-bottom: 12px;
	background-color: White;
}
.videoBlock
{
	background-repeat: repeat-x;
	background-image: url(/design/images/videoBg.jpg);
}
.newsBlock
{
	width: 303px;
	height: 145px;
	background-image: url(/design/images/newsBoxBg.jpg);
	background-repeat: repeat-x;
}
.newsBlockLarge
{
	width: 477px;
	height: 151px;
	background-image: url(/design/images/NewsBoxLarge.jpg);
	background-repeat: no-repeat;
}
.videoBlock h2, .newsBlock h2, .newsBlockLarge h2
{
	margin: 0px;
	margin-top: 13px;
	margin-left: 5px;
	height: 24px;
	color: Black;
	margin-bottom: 7px;
}
.videoBlock h2
{
	margin-right: 100px;
	float: left;
}
.newsBlock h2, .newsBlockLarge h2
{
	height: 20px;
	margin-left: 10px;
	padding-top: 12px;
}
.videoThumb
{
	float: left;
	margin-left: 55px;
	margin-right: 10px;
	margin-top: 4px;
	border: solid 1px #ebe8d8;
	padding: 1px;
}
.videoCount
{
	float:left;
	margin: 0px;
	width: 27px;
	text-align: right;
	padding-top: 13px;
	margin-left: 5px;
	margin-right: 17px;
	height: 24px;
	color: Black;
}
p.videoShortText
{
	padding: 0px;
	margin: 0px;
	margin-left: 150px;
	margin-right: 10px;
	height: 80px;
	margin-top: 5px;
}
p.videoDetails
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: Gray;
	text-align: right;
	margin-right: 15px;
}


/* Pictures */
.pictureBlock, .pictureBlockLarge
{
	border: solid 1px #ebe8d8;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: White;
}
.pictureBlock
{
	width: 295px;
}
.pictureBlockLarge
{
	width: 450px;
}
.picturesThumb
{
	border: solid 1px #ebe8d8;
	padding: 1px;
	margin-bottom: 10px;
	overflow: hidden;
}
.ContentPicture
{
	margin-left: 10px;
	margin-bottom: 10px;
}

/* News */
.newsBlock h2
{
	margin: 0px;
	margin-left: 10px;
}
.newsText
{
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	height: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.newsDetails
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: Gray;
	text-align: right;
	margin-right: 10px;
}

/* Ads */
#adSidebox
{
	width: 300px;
	height: 250px;
	margin-bottom: 13px;
	margin-top: 20px;
}

/* Menu */
#menu
{
	background-image: url(/design/images/menuBg.gif);
	background-repeat: repeat-x;	
	height: 26px;
	color: White;
	padding-top: 7px;
	border-top: solid 1px #555555;
	margin-top: 15px;
}
#menu a
{
	font-size: 13px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	border-right: solid 1px White;
	padding: 10px;
}
#menu a:hover
{
	color: #efc956;
	text-decoration: underline;
}
#menuShadow
{
	background-image: url(/design/images/menuShadow.gif);
	background-repeat: repeat-x;
	height: 10px;
}
#headerSider
{
	float: right;
	text-align: right;
	margin-right:15px;
}
#headerSiderLinks
{
	height: 50px;
	padding-left: 15px;
	border-left: dotted 1px Gray;
	margin-bottom: 6px;
}
#headerSearch
{
}
.SearchBoxNoEntry, .SearchBoxEntry
{
	width:150px;
}
.SearchBoxEntry
{
	color: Black;
}
.SearchBoxNoEntry
{
	color: Gray;
}

/* Rating */
.RatingItem
{
	float: right;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background-image: url(/design/images/rating/star.gif);
}
.RatingItem:hover
{
	background-position: 0px 26px;
}

/* Profile */
.ProfileTable tr
{
	vertical-align: top;
}
.ProfileTable textarea,.ProfileTable .wide
{
	width: 300px;
}
.ProfileBirthday
{
	width: 80px;
}

/* Pager */
.pager
{
	margin-top: 10px;
	border: solid 1px #ccc;
	background-color: White;
	padding: 1px;
	float:left;
}
.pagerpagesum
{
	background-color: #76aa5f;
	float:left;
	padding:3px;
	color: White;
	padding-right:5px;
}
.pagercontent
{
	background-color: #f9f6ef;
	float:left;
}
.pagerpage
{
	padding: 3px;
	float:left;
	width:14px;
	text-align: center;
}

/* Partner */
.partnerList
{
	list-style-image: none;
	list-style-type: none;
	padding: 2px;
}

