﻿.cwHeader
{
	background: url(http://a.img-dpreview.com/images/boxbackground/new3d_newsbox_01.gif) no-repeat;
	padding-top: 2px;
	height: 21px;
	text-align: center;
}

.cwHeader a
{
	color: #ffffff;
	text-decoration: none;
}

.cwBody
{
	padding-right: 10px;
	padding-left: 10px;
	background: url(http://a.img-dpreview.com/images/boxbackground/new3d_newsbox_02.gif) repeat-y;
	text-align: center;
}

.cwBody .cwText
{
	background: #333;
	text-align: center;
}

.cwBody .cwText .cwChallengeLink
{
	cursor: pointer;
}

.cwBody .cwText .cwChallengeLink .cwThumbnailContainer
{
	width: 140px;
	height: 140px;
	border: solid 1px #333;
	text-align: center;
}

.cwBody .cwText .cwChallengeLink .cwThumbnailContainer .cwThumbnail
{
	display: block;
	border: solid 1px white;
	margin-left: auto;
	margin-right: auto;
}

.cwBody .cwText .cwChallengeLink .cwThumbnailContainer .cwNoThumbnail
{
	width: 120px;
	height: 120px;
	background-color: #222222;
	text-align: center;
	font-weight: normal;
	display: none;
	border: solid 1px white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.cwBody .cwText .cwChallengeLink .cwThumbnailContainer .cwNoThumbnailText
{
	display: block;
	padding-top: 50px;
}

.cwBody .cwText .cwChallengeLink .cwThumbnailContainer .animationBackground
{
	background-color: #666666;
	border: 1px solid #888888;
	margin-left: auto;
	margin-right: auto;
}

.cwBody .cwText .cwTitle
{
	color: #aaffaa;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.cwBody .cwText .cwNavigation
{
	padding-top: 5px;
	display: none;
}

.cwBody .cwText .cwNavigation #prevChallenge
{
	float: left;
	padding-left: 20px;
	cursor: pointer;
}

.cwBody .cwText .cwNavigation #nextChallenge
{
	float: right;
	padding-right: 20px;
	cursor: pointer;
}

#noChallenge
{
	display: none;
}

.cwFooter
{
	background: url(http://a.img-dpreview.com/images/boxbackground/new3d_newsbox_03.gif) no-repeat;
	height: 26px;
}

