/*Common*/
body {
	font-family: Tahoma;
	font-size: 62.5%;
	color: #cccccc;
	margin: 0px;
	text-align:justify;
	background-image: url('../images/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}
	.Left {
		float: left;
	}
	.Right {
		float: right;
	}
	.Clear {
		clear: both;
	}
h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
small {
	font-size: 10px;
	color: #cccccc;
	font-weight: normal;
}
h1 {
	font-size: 1em;
	color: #fff;
margin: 0px;
padding: 0px;
}
h2 {
	font-size: 1.4em;
	color: #5081B5;
margin: 0px;
margin-bottom: 5px;
}
input, textarea {
		background-color: #dfdddd;
		border: 1px solid #4f4f4f;
		padding: 5px;
		color: #3e3e3e;
		margin-bottom: 5px;
}
a {
	color: #95BEF3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
	.Thumbnail {
		border: 1px solid #aaa;
	}

/*Layout*/
.Position {
	width: 1000px;
	font-size: 1.2em;
	margin: 0 auto 10px auto;
}
.Header {
	height: 160px;
}
.Header h1 {
	text-indent: -50000px;
}
.ContentLeft {
	width: 200px;
	margin-right: 5px;
}
	.ContentLeft .ContentArea {
		padding: 5px 10px;
		background-color: #3e3e3e;
	}
	.Partners a {
		padding-left: 10px;
		display: block;
		height: 22px;
		line-height: 22px;
		background: url(images/navigation_bullet.jpg) left center no-repeat;
	}
	.Buttons {
		text-align: center;
		border: 1px solid #bbb;
		padding: 5px 8px 10px 8px;
	}
	.Buttons img {
		float: left;
		margin: 5px 0 0 0;
	}
	.ButtonsSpacer {
		float: left;
		width: 2px;
	}
.ContentMiddle {
	width: 590px;
	margin-right: 5px;
	background-color: #3e3e3e;
}
.ContentRight {
	width: 200px;
}
	.ContentHeader {
		background: url(images/content_header_arrow.jpg) #6c6c6c right no-repeat;
		height: 23px;
		line-height: 23px;
		color: #fff;
		padding-left: 10px;
		margin-bottom: 3px;
		font-weight: bold;
		font-size: 1em;
	color: #fff;
	}
	.ContentArea {
		border: 1px solid #bbb;
	}
	.ContentRight .ContentArea {
		padding: 10px 8px 0 8px;
		background-color: #3e3e3e;
	}
.NavigationLink {
	padding-left: 10px;
	display: block;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px dotted #aaa;
	background: url(images/navigation_bullet.jpg) left center no-repeat;
}
.FeaturedScreensaver {
	margin: 10px 25px 10px 25px;
	padding: 5px;
	width: 140px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	font-weight: bold;
}
.Box, .Box2 {
	margin: 0 0 10px 0;
	padding: 4px;
	width: 170px;
	height: 160px;
	background-color: #4f4f4f;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	
}
.Box2 {
	height: 170px;
}
.Box a {
	color: #cccccc;
}
	.Spacer {
		float: left;
		width: 5px;
		height: 120px;
		margin: 10px 0;
		padding: 4px;
	}
.Thumbnail {
	width: 160px;
	border: 1px solid #888;
	margin-left: 5px;
}
.Thumb {
	height: 127px;
	display:table-cell;
	vertical-align: middle;
}
.Thumb2 {
	height: 127px;
	display:table-cell;
	vertical-align: middle;
}
.Footer {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}
#tooltip, #tooltip2 {
		position: absolute;
		z-index: 3000;
		border: 1px dashed #ccc;
		background-color: #4f4f4f;
		padding: 10px;
		opacity: 0.85;
}
#tooltip h6, #tooltip div { margin: 0; font-weight: normal; color: #cccccc; font-size: 12px;}

div.watermark
{
	position: relative;
	-moz-user-select: none;
}

div.watermark div
{
	position: absolute;
	cursor: default;
	color: White;
	margin: 4px;
	line-height: 20px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	opacity: .5;
	-moz-opacity: .5;
	right: 5px;
	bottom: 0;
}
