html, body { 
	padding:0;
	margin:0;
	background-color: #CCCCCC;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 10pt;
	}

a, area {
	text-decoration: none;
	cursor: pointer;
	-moz-user-focus: none;
}

a:hover {
	text-decoration: underline;
}

a:link {
	border: 0
	}

a:active {
	outline: none;
	-moz-outline: none;
	}

a, img {
	border: 0;
	border-width: 0;
	}

.Clear {
	clear: both;
	}

.hidden {
	display: none;
	}

h1 {
	margin: 0;
	padding: 15px;
	text-align: center;
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial;
	font-weight: bold;
	font-size: 22pt;
}

h2 {
	margin: 0;
	padding: 0;
	color: #DE8751;
	font-weight: bold;
	font-size: 22pt;
	margin-top: 15px;
	margin-left: 50px;
	width: 200px;
	float: left;
}

h5 {
	display: inline;
	margin: 0;
	padding: 0;
	color: #DE8751;
}

#Container { 
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333;
	background-image: url(/icons/bg_crudlines.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: left;
	color: #FFFFFF;
	}

#Header {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 8px solid #DE8751;
	background-color: #999999;
	background-image: url(/icons/bg_login.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 0px solid #DE8751;
	}

#Header a{
	color: #FFFFFF;
	}

#HeaderLinks {
	width: 300px;
	float: right;
	margin-top: 0px;
	}

#HeaderLinks ul {
	margin: 0;
	padding: 0;
	width: 120px;
	float: right;
	list-style-image: url(/icons/bullet.gif);
	}

#HeaderLinks li a {
	color: #333333;
	font-weight: bold;
	}
	
#HeaderNav {
	margin-left: 10px;
}

#HeaderNav a {
	display: block;
	float: left;
}

#HeaderNav1 { background: url('/icons/header_off_01.gif') 0 0 no-repeat; width: 199px; height: 70px; }
#HeaderNav1:hover { background: url('/icons/header_on_01.gif') 0 0 no-repeat; }
#HeaderLogin1 { background: url('/icons/header_login_01.gif') 0 0 no-repeat; width: 199px; height: 70px; }
#HeaderLogin1:hover { background: url('/icons/header_login_01.gif') 0 0 no-repeat; }
#HeaderNav2 { background: url('/icons/header_off_02.gif') 0 0 no-repeat; width: 190px; height: 70px; }
#HeaderNav2:hover { background: url('/icons/header_on_02.gif') 0 0 no-repeat; }
#HeaderNav3{ background: url('/icons/header_off_03.gif') 0 0 no-repeat; width: 204px; height: 70px; }
#HeaderNav3:hover{ background: url('/icons/header_on_03.gif') 0 0 no-repeat; }
#HeaderNav4 { background: url('/icons/header_off_04.gif') 0 0 no-repeat; width: 205px; height: 70px; }
#HeaderNav4:hover{ background: url('/icons/header_on_04.gif') 0 0 no-repeat; }
#HeaderLogin4 { background: url('/icons/header_login_04.gif') 0 0 no-repeat; width: 205px; height: 70px; }
#HeaderLogin4:hover{ background: url('/icons/header_login_04.gif') 0 0 no-repeat; }
#HeaderNav5{ background: url('/icons/header_off_05.gif') 0 0 no-repeat; width: 172px; height: 23px; }
#HeaderNav5:hover { background: url('/icons/header_on_05.gif') 0 0 no-repeat; }
#HeaderNav6{ background: url('/icons/header_off_06.gif') 0 0 no-repeat; width: 172px; height: 24px; }
#HeaderNav6:hover { background: url('/icons/header_on_06.gif') 0 0 no-repeat; }
#HeaderNav7{ background: url('/icons/header_off_07.gif') 0 0 no-repeat; width: 172px; height: 23px; }
#HeaderNav7:hover { background: url('/icons/header_on_07.gif') 0 0 no-repeat; }

#HeaderBottom {
	height: 20px;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #351B0A;
	}

#Content {
	margin-top: 15px;
	padding-bottom: 15px;
	}

#Footer {
	background-color: #333333;
	background: url(/icons/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: auto;
	text-align: center;
	}

#Right {
	width: 310px;
	float: right;
	margin-right: 15px;
	.margin-right: 7px;
	}

#RightUserList {
	height: 350px;
	margin-top: 10px;
	overflow-x: hidden;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical !important;
	}
	
#Left {
	width: 640px;
	float: left;
	margin-left: 15px;
	.margin-left: 7px;
	}

.LinkList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	}

.LinkList li {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
	}

.LinkList a {
	color: #CCCCCC;
	text-decoration: none;
	}

.LinkList a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#VideoContent {
	width: 640px;
	float: left;
	margin-left: 15px;
	background-image: url(/icons/video_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
	}

#VideoContent a {
	color: #FFFFFF;
	text-decoration: none;
	}

#VideoContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#VideoInfo {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12pt;
	}

#VideoInfo span {
	color: #DE8751;
	}

#VideoDownload {
	float: right;
	width: 25px;
	height: 25px;
	}

#VideoPlayer {
	border-top: 1px solid white;
	}

#VideoEmbedBox {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #666666;
	font-size: 8pt;
	}

#VideoEmbedBox input {
	width: 425px;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #666666;
	border: 0;
	}

#VideoCommentColumn {
	width: 325px;
	height: 600px;
	float: left;
	color: #333333;
	background-color: #EEE9B8;
	}

#VideoRatingScore {
	margin-left: 14px;
	margin-top: 20px;
	margin-right: 15px;
	font-weight: bold;
	color: #73645B;
	}

#VideoLinks {
	overflow: auto;
	background-color: #666666;
	font-size: 8pt;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	}

#VideoLinksRight {
	float: right;
	text-align: right;
	}

#HomeLinkContent {
	width: 640px;
	float: left;
	margin-left: 15px;
	}

.HomeLinks {
	float: left;
	width: 310px;
	margin-top: 15px;
	}

.HomeLinksStyle a {
	color: #CCCCCC;
	}

.HomeLinks  h4 {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 10pt;
	}

.HomeLinks h4 a {
	color: #DE8751;
	}
	
h3 {
	margin: 0;
	padding: 0;
	width: 309px;
	height: 32px;
	background-image: url(/icons/bg_title.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	}

h3 a {
	color: #333333;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	margin-left: 5px;
	}

h3 a:hover {
	color: #E6E6E6;
	text-decoration: none;
	}

h3 div {
	color: #333333;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	margin-left: 5px;
	}

.inputButton {
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	border: 1px solid #666666;
	background-color: #333333;
	color: #DE8751;
	}

.inputField {
	width: 400px;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	}

#sumMessages {
	text-align: center;
	}

.comment_field {
	border: 1px solid #86857C;
	background-color: #DEDCC9;
	width: 280px;;
	}

#TableList {
	font-size: 8pt;
	}

#TableList a {
	color: #CCCCCC;
	}

#TableList a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.OrangeLink {
	color: #DE8751;
	}

.OrangeLink hover {
	text-decoration: underline;
	}

.PlainTable a {
	color: #DE8751;
	}

.PlainTable a:hover {
	text-decoration: underline;
	}

.TableBoxGrid {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #666666;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.TableBoxGrid a {
	color: #DE8751;
	}

.TableBoxGrid a:hover {
	text-decoration: underline;
	}

.TableBoxGrid table th {
	text-decoration: underline;
	cursor: pointer;
}

.TableBoxGrid table td {
	vertical-align: top;
}

.TableBoxForm {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #666666;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.TableBoxForm a {
	color: #DE8751;
	}

.TableBoxForm a:hover {
	text-decoration: underline;
	}

.TableBoxForm table td {
	vertical-align: top;
}

#TableGridPager {
	font-size: 9pt;
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#TableGridPager span {
	cursor: pointer;
}

.pagesize {
	font-size: 9pt;
}

.pagedisplay {
	width: 75px;
}

.ChallengeVideos {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ChallengeVideos li {
	float: left;
	margin: 0;
	padding: 2px;
	margin-left: 3px;
	margin-top: 3px;
	display: block;
	color: #DE8751;
	background-color: #666666;
	margin-top: 3px;
	cursor: move;
	width: 310px;
	height: 35px;
	overflow: hidden;
	font-size: 10pt;
}

.ChallengeLink-hover {
	background-color: #999999;
}

.ChallengeLink-active {
	background-color: #999999;
}

.ChallengePlayer {
	width: 470px;
	height: 280px;
	background-color: #000000;
	border: 1px solid #000000;
	z-index: 50;
}

.ChallengePlayer-hover {
	border: 1px solid #DE8751;
}

.ChallengeVideoInfo {
	width: 470px;
}

.VoteSpot {
	float: left;
	width: 142px;
	height: 65px;
	border: 2px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	margin-left: 11px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 3px;
	text-align: center;
	overflow: hidden;
	font-size: 9pt;
}

.VoteSpot-hover {
	border: 2px solid #DE8751;
}

#theForm label {
	width: 100px;
	float: left;
}

#theForm .Clear {
	margin-top: 15px;
}

.FormSegment {
	float: left;
	width: 600px;
	margin-top: 30px;
	padding-bottom: 15px;
	margin-left: 50px;
	border-bottom: 1px solid #CCCCCC;
}

.optional {
	width: 75px;
	float: right;
	color: #DE8751;
	text-align: right;
}

.ChallengeSegment {
	float: left;
	width: 600px;
	padding-bottom: 15px;
	margin-left: 50px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 16pt;
}

.ChallengeUser {
	padding-top: 30px;
	clear: both;
}

#newsticker {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

#newsticker a {
	color: white;
	text-decoration: underline;
}

#newsticker a:hover {
	color: #000000;
	text-decoration: underline;
}