* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
}
html { overflow: auto; }
body {
	background-color: white;
	padding: 0;
	margin: 0;
	color: black;
	font-family: arial, tahoma, verdana;
	font-size: 9pt;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:focus { outline: none; }
p { margin: 0 0 10px 0; }
p a, p a:hover { text-decoration: underline; color: red; }
img {
	border: 0 none transparent;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
h1 { font-weight: normal; font-size: 18px; margin-bottom: 15px; }
h2 { font-weight: bold; font-size: 15px; margin-bottom: 10px; clear: both; }
h3 { font-weight: bold; font-size: 12px; margin-bottom: 5px; }


















/** page structure **/
div.container { width: 930px; padding: 0px 0px 0px 0px; margin: 0px auto; }

div.header { border: 5px solid red; border-width: 0 0 5px 0; }

div.header .logo { float: left; margin: 5px 0 0 0; }
div.header .logo a { display: block; width: 268px; height: 65px; background-image: url('/images/logos/challengemix.png'); text-indent: -1000em; margin-left: 10px; }

div.header .logoVirtualTrainer { float: left; margin: 9px 0 0 0; }
div.header .logoVirtualTrainer a { display: block; width: 252px; height: 57px; background-image: url('/images/logos/virtual_trainer.gif'); text-indent: -1000em; margin-left: 10px; }

div.headerRHS { float: right; width: 400px; }

div.contentBody { padding: 10px 0; }

div.leftSide { float: left; width: 755px; }
div.rightSide { float: right; }

div.footer {
	background-color: #F2F2F2;
	color: #ADADAD;
	font-family: Verdana;
	font-size: 10px;
	height: 30px;
	margin: 10px auto;
	padding: 0px;
	text-align: center;
	width: 930px;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div.footerNav ul { clear: left; float: left; position: relative; left: 50%; text-align: center; margin: 0; padding: 0; height: 30px; }
div.footerNav ul li { position: relative; right: 50%; display: block; float: left; list-style: none; display: block; float: left; padding: 0 12px 0 12px; margin: 9px 0 0 0; color: #ADADAD; }
div.footerNav ul li a { color: #888888; font-weight: normal; }
div.footerNav ul li a:hover, a:active { color: red; }













/** navs **/
div.userNav { clear: none; color: black; float: right; height: 30px; margin: 4px 10px 0 0; }
div.userNav ul { display: block; float: left; margin: 0; padding: 0; }
div.userNav ul li { list-style: none; display: block; float: left; padding: 0 0 0 18px; }
div.userNav ul li a { font-weight: bold; text-decoration: none; }
div.userNav ul li a:hover, div.toolBar ul li a:visited { color: black; text-decoration: none; }


div.mainNav { float: right; margin: 11px 10px 0 0; }
div.mainNav ul.topLevel li {
	background-color: #4d4c4c;
	color: #000;
	cursor: pointer;
	display: inline;
	float: left;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	text-indent: -1000em;
}
div.mainNav ul.topLevel li:hover { opacity: 0.8; filter: alpha (opacity=80); }
div.mainNav ul.topLevel li a { padding: 5px 0; display: block; }

div.mainNav ul.topLevel li.home a { background-image: url('/images/nav/home.png'); width: 54px; }
div.mainNav ul.topLevel li.home a.selected { background-image: url('/images/nav/home_hi.png'); width: 55px; }
div.mainNav ul.topLevel li.challenges a { background-image: url('/images/nav/challenges.png'); width: 93px; }
div.mainNav ul.topLevel li.challenges a.selected {	background-image: url('/images/nav/challenges_hi.png'); width: 95px; }
div.mainNav ul.topLevel li.people a { background-image: url('/images/nav/people.png'); width: 64px; }
div.mainNav ul.topLevel li.people a.selected { background-image: url('/images/nav/people_hi.png'); width: 64px; }
div.mainNav ul.topLevel li.createChallenge {
	background-image: url('/images/nav/redbox.png');
	color: #fff !important;
	font-size: 10px;
	height: 26px;
	line-height: 12px !important;
	margin-left: 10px;
	padding-top: 2px;
	width: 84px;
	text-indent: 0em;
}
div.mainNav ul.topLevel li.createChallenge a { padding: 0px; color: #fff !important; text-decoration: none; }












/** popover related **/
.popoverElement { position: absolute; display: block; }
div.popoverBox1 {
	background-color: #EEEEEE;
	border: 2px solid #808080;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url('/images/logos/challengemix_small_popover.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #333333;
}
div.popover div.padding { padding: 15px 20px 25px 20px; }
div.popover div.titleBlock { padding: 5px; margin: 0; height: 20px; background-color: #666666; }
div.popover div.contentBlock { padding: 10px 0 5px 0; margin: 2px 0 0 0; background-color: #EEEEEE; }
div.popover h2 { display: block; float: left; margin: 0; color: white; font-size: 18px !important; text-transform: none !important; }
div.popover div.close { width: 20px; height: 20px; display: block; background-image: url('/images/icons/cancel.png'); background-repeat: no-repeat; cursor: pointer; float: right; margin: 1px 2px 0 0; }
div.popover div.close:hover { background-position-y: -20px; }








/** form related **/
.successMessage { font-weight: bold; color: green; }
.errorMessage { font-weight: bold; color: red; }

form.formBlock {
	border: 1px solid #CCCCCC;
	margin: auto;
	padding: 10px;;
}
div.formBlock {
	padding: 15px;
	background-color: #F7F7F7;
	margin: 0;
}
div.formBlock input {
	width: 200px;
}
label {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	float: left;
	width: 150px;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	text-align: right;
}
label.medium1 {	width: 180px;	}
div.field {
	clear: left;
	display: block;
	height: expression('1%');
	margin: 0 0 6px 0;
	padding: 1px 0;
}
input, textarea, select {
	background-color: #fff;
	border: 1px solid #ccd;
	color: #333;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	padding: 2px;
}
textarea {
	overflow: auto;
	width: 350px;
	height: 110px;
}
textarea.small {
	overflow: auto;
	width: 350px;
	height: 60px;
}
input.checkbox, input.radio { width: auto !important; background-color: transparent; border: 0px none transparent; }

fieldset { border: 0px none transparent; }

fieldset input { background-color: white; }
fieldset input.long { width: 300px; }
fieldset input.medium { width: 200px; }

fieldset div.submitBlock { margin: 10px 0 0 0; padding: 0; float: right; }

fieldset legend {
	font-size: 12px;
	color: #999;
	margin: 0 0 0 0;
	padding: 0 5px 10px 5px;
	line-height: 150%;
}

div.formMessage { display: none; font-weight: bold; color: red; margin: 0; padding: 10px 0 4px 0; text-align: center; }
div.pleaseWaitBlock { display: block; height: 20px; background-image: url('/images/ajax_loading.gif'); background-repeat: no-repeat; margin: 2px 10px 0 0; padding: 5px 10px 0 33px; }
fieldset div.pleaseWaitBlock { float: left; margin: 2px 0px 0 0; }

.button {
	background-color: #DBDBDB;
	border: 1px solid #999;
	color: black;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 1px 15px;
	min-width: 80px;
	height: 21px;
	padding: 0;
	text-align: center;
}
.button:hover { color: red; background-color: #E6E6E6; border: 1px solid #999; }
.button2 {
	background-color: #DBDBDB;
	border: 1px solid #999;
	color: black;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	margin: 5px;
	min-width: 80px;
	height: 21px;
	padding: 0;
	text-align: center;
}
.button2:hover { color: red; background-color: #E6E6E6; border: 1px solid #999; }

.popoverLeftSide { float: left; width: 450px; }
.popoverRightSide { float: right; }
.addCommentThumb {
	margin: 5px;
}

img.captcha { width: 175px; height: 45px; }


ul.tagMatches {
	display: block;
	margin: 5px 0 5px 160px;
}
ul.tagMatches li {
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
	padding: 1px 3px;
	background-color: lightgrey;
	color: black;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

/** auto-complete box
div.autoComplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autoComplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autoComplete ul li.selected { background-color: #ffb;}
div.autoComplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor: pointer;
}
/**/

.searchBox button, .searchBox button:hover {
	width: auto;
	min-width: 0;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0 none transparent;
	background-color: transparent;
}















/** challenge block related **/
.challengeItem {
	padding: 10px 20px;
	border: 1px dotted #999999;
	border-width: 0 0 1px 0;
	margin: 0;
	background-color: white;
	min-height: 86px;
	overflow-y: auto;
	overflow-x: hidden;
}

.challengeItem ul.detailsBlock {
	display: block;
	float: left;
	text-align: left;
	margin: 0;
	width: 430px;
}
.challengeItem ul.detailsBlock li {
	margin: 0;
}
.challengeItem ul.detailsBlock .challengeDescription a {
	color: red;
	text-decoration: underline;
}
.challengeItem ul.detailsBlock li {
	margin-bottom: 3px;
	text-align: left;
}
.challengeItem ul.detailsBlock li ul {
	float: left;
}
.challengeItem ul.detailsBlock li ul li {
	float: left;
	margin-right: 50px;
	font-size: 10px;
}
.challengeItem ul.detailsBlock li ul li img {
	vertical-align: bottom;
	padding-right: 7px;
}



.challengeItem .challengeTitle a {
	font-size: 14px;
	font-weight: bold;
	min-height: 17px;
	text-decoration: none;
}
.challengeItem .challengeDescription {
	color: #333333;
	font-size: 11px;
	overflow: hidden;
	min-height: 45px;
}





.challengeItem div.profileBlock {
	float: right;
	padding: 0;
	text-align: center;
	width: 115px;
}
.challengeItem div.thumbnailBlock {
	float: left;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	width: 132px;
	text-align: center;
	margin: 0 30px 0 0;
}
.challengeItem div.thumbnailBlock img.thumb { margin: 0; }



.challengeItem div.profileBlock {
	float: right;
}
.challengeItem div.profileBlock div.byTag {
	background-color: #F2F2F2;
	display: inline;
	float: left;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	width: 15px;
	font-size: 8px;

	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;

	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.challengeItem div.profileBlock div.profileImageBlock {
	float: right;
	background-color: #F2F2F2;
	width: 100px;
	text-align: center;

	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.challengeItem div.profileBlock div.profileImageBlock a { text-decoration: none; }
.challengeItem ul.detailsBlock li.summary ul {
}
.challengeItem ul.detailsBlock li.summary ul li {
	float: left;
	margin-right: 18px;
	background-repeat: no-repeat;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
}
.challengeItem ul.detailsBlock li.summary ul li.expires {
	background-image: url('/images/icons/tab_ends_in.png');
	padding: 0 0 0 60px;
}

.challengeItem ul.detailsBlock li.summary ul li.finished {
	padding: 0 0 0 60px;
}
.challengeItem ul.detailsBlock li.summary ul li.systemChallenge {
	padding: 0 0 0 60px;
}

.challengeItem ul.detailsBlock li.summary ul li.votes {
	background-image: url('/images/icons/tab_votes.png');
	padding: 0 0 0 61px;
}
.challengeItem ul.detailsBlock li.summary ul li.views {
	background-image: url('/images/icons/tab_views.png');
	padding: 0 0 0 60px;
}
.challengeItem ul.detailsBlock li.summary ul li.entries {
	background-image: url('/images/icons/tab_entries.png');
	padding: 0 0 0 67px;
}













/** member block related **/
.memberItem {
	padding: 10px 20px;
	border: 1px dotted #999999;
	border-width: 0 0 1px 0;
	margin: 0;
	background-color: white;
	min-height: 86px;
	overflow-y: auto;
	overflow-x: hidden;
}

.memberItem ul.detailsBlock {
	display: block;
	float: left;
	text-align: left;
	margin: 0;
	width: 430px;
}
.memberItem ul.detailsBlock li {
	margin: 0;
}
.memberItem ul.detailsBlock li {
	margin-bottom: 3px;
	text-align: left;
}


.memberItem .memberTitle a {
	font-size: 14px;
	font-weight: bold;
	min-height: 17px;
	text-decoration: none;
}






.memberItem div.thumbnailBlock {
	float: left;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	width: 132px;
	text-align: center;
	margin: 0 30px 0 0;
}
.memberItem div.thumbnailBlock img.thumb { margin: 0; }















/** other content **/
div.titleBox {
	background-color: #DBDBDB;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
div.titleBox h1 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin: 15px;
}
div.titleBox div.searchBox {
	float: right;
	margin: 15px;
}
div.titleBox div.searchBox input {
	float: left;
	width: 200px;
	margin-top: 2px;
}
div.titleBox div.searchBox button {	float: left; margin: 0; padding: 0;	}
div.titleBox div.searchBox button img {	margin-left: 5px; margin: 0 0 0 5px; padding: 0;	}

div.subTitleBox {
	padding: 0;
	margin: 0;
	background-color: white;
	border: 1px solid #CCCCCC;
	border-width: 1px 0;
}
div.subTitleBox h2 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 15px;
}
.optionBox {}
.optionBox:hover {
	background-color: #fff;
	cursor: pointer;
}
.optionBox h2 { clear: none; }

div.selectMediaSource { margin: 0pt auto 10px; width: 530px; }
div.selectMediaSource div { border: 1px solid #999999; padding: 2px; width: 250px; float: left; height: 60px; min-height: 60px; cursor: pointer; }
div.selectMediaSource div:hover { background-color: white; }
div.selectMediaSource div img { margin: 0 5px 0 0; }
div.selectMediaSource div h2 { padding: 5px 2px 5px 4px; font-size: 12px !important; background-color: #666666; }

div.youTubeBlock { border: 0px none transparent; width: 450px; margin: auto; text-align: left; height: 70px; }
div.youTubeBlock span { color: #999999; font-style: italic; }
div.youTubeBlock input { width: 440px; }

.separator { height: 0; line-height: 0; border-bottom: 1px solid #CCC; width: 100%; }

img.thumb {
	padding: 5px;
	background-color: white;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.noData {
	margin: 20px auto;
	padding: 15px;
	background-color: #F6F6F6;
	border: 2px dotted #E6E6E6;
	color: #999999;
	font-size: 18px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 300px;
}

/**
div.pagination {
	font-size: 10px;
}
div.pagination a {
	font-size: 10px;
	text-decoration: underline;
}
/**/
ul.pagination { text-align: center; margin: 0; padding: 10px; }
ul.paginationLeft { text-align: left; }
ul.paginationRight { text-align: right; }
ul.pagination li { margin: 0px 3px; }
ul.pagination a { margin: 0px; }
ul.pagination a:hover { color: red; background-color: #F8F8F8; font-size: 10px; }
ul.pagination li, ul.pagination a {
	font-size: 10px;
	text-decoration: none;
	display: inline;
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 3px 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
ul.pagination li.link {
	padding: 0px;
	border: 0px none transparent;
}
ul.pagination li.currentPage {
	background-color: #E0E0E0;
}
/**/

div.categoriesBox {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #999;
	margin: 0 0 10px 0;
	padding: 10px 4px;
	width: 155px;
	vertical-align: top;
	min-height: 163px;
}
div.categoriesBox h2 {
	color: #333333;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
div.categoriesBox ul { margin-left: 20px; }
div.categoriesBox ul li { list-style-type: square; list-style-image: url("/images/bullet_red.png"); margin: 0 0 2px 0; }
div.categoriesBox ul li a { font-size: 12px; font-weight: bold; text-decoration: none; }


div.adBox {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #999;
	margin: 0 0 10px 0;
	padding: 10px 4px;
	width: 155px;
	vertical-align: top;
}
div.adBox h2 {
	color: #333333;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
div.adBox ol { margin-left: 30px; }
div.adBox ol li { font-size: 10px; text-transform: uppercase; margin: 0 0 10px 0; }
div.adBox a.proveIt {
	display: block;
	width: 84px;
	height: 28px;
	background-image: url("/images/nav/redbox.png");
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	color: white;
	margin: auto;
	opacity: 1;
	filter: alpha (opacity=100);
	text-decoration: none;
}
div.adBox a.proveIt:hover {
	opacity: 0.8;
	filter: alpha (opacity=80);
}















/** utility **/
.clickable { cursor: pointer; }
.draggable { cursor: move; }
.dull { opacity: 0.25; filter: alpha (opacity=25); }
.hover { cursor: pointer; background-color: #F2F2F2; }

div.template { display: none; }

div.contentEnd {
	clear: both;
	overflow: hidden;
	text-indent: -1000em;
	height: 0;
	margin: 0;
}
.developmentNoticeBlock { background-color: red; color: black; padding: 2px; text-align: center; font-weight: bold; }
.developmentNoticeBlock em { color: white; }

