span.error
{
	color: Red;
	font-style: italic;
}
.error ul
{
	color: Red;
	padding-left: 12px;
	font-style: italic;
}
/* -- Common -- */
.nodisplay
{
	display: none;
}
.bold
{
	font-weight: bold;
}
.rightalign
{
	text-align: right;
}
.leftalign
{
	text-align: left;
}
.centeralign
{
	text-align: center;
}
.fullheight
{
	height: 100%;
}
.fullwidth
{
	width: 100%;
}
.whitefont
{
	color: White;
	text-decoration: none;
}
.graybackground
{
	background-color: #e1e1e1;
}
.blockdisplay {
	display:block;
}
/* -- Common -- */

/* ---------- Sign In ---------- */
.signin
{
	padding: 10px 10px 10px 10px;
}
.signin #password
{
	width: 155px;
	margin-top: 2px;
}
.signin #username
{
	width: 155px;
}
.signin .close
{
	display: block;
	height: 11px;
	width: 11px;
	background: url(images/close-red.gif) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	position: absolute;
	top: 11px;
	right: 11px;
}
.errormessage {	color: Red; width:420px; overflow:hidden; }
.successmessage { color: Green; width:420px; overflow:hidden; }
#dvForgetPassword .errormessage { border: solid 1px #e06767; width:100%; padding: 2px 2px 2px 15px; font-weight: bold; margin-top:2px; margin-bottom:2px; background: #ffe0e0 url(images/close-red.gif) no-repeat 2px center; }
#dvForgetPassword .successmessage { border: solid 1px #79b539; width:100%; padding: 2px 2px 2px 30px; font-weight: bold; margin-top:2px; margin-bottom:2px; background: #ddf0ca url(images/success-box-ico.gif) no-repeat 2px center; }
/* ---------- Sign In ---------- */


/* ----- Start Question Table ---- */
.toggle-table .sort
{
	background: #e0e0e0;
	padding: 4px 0;
	vertical-align: bottom;
	text-decoration: none;
	color: GrayText;
}
.toggle-table
{
	border: solid 1px #e1e1e1;
	line-height: 16px;
}
.toggle-table tr th
{
	background: #e0e0e0;
	color: #666;
	padding: 4px 0 4px 8px;
	vertical-align: bottom;
}
.toggle-table tr td
{
	border-bottom: solid 1px #b9d9f2;
	padding: 8px 0 8px 8px;
	background: #fff;
	vertical-align: top;
}
.toggle-table tr td.a-right, .toggle-table tr th.a-right
{
	padding-right: 8px;
	padding-left: 0;
}
.toggle-table tr td.a-center, .toggle-table tr th.a-center
{
	padding-left: 4px;
	padding-right: 4px;
}
.toggle-table tr th.last, .toggle-table tr td.last
{
	padding-left: 8px;
}
.toggle-table tr td.i, .toggle-table tr th.i
{
	width: 35px;
	text-align: center;
}
.toggle-table tr td.public, .toggle-table tr th.public
{
	width: 90px;
	text-align: center;
}
.toggle-table tr th.ad
{
	width: 230px;
}
.toggle-table tr.last td
{
	border-bottom: none;
}
.toggle-table tr td strong
{
	color: #999999;
}
.toggle-table tr td strong.or
{
	color: #e36f17;
}
.toggle-table tr td strong.gr
{
	color: #4e751e;
}
.toggle-table tr.tr-hover td strong
{
	color: #ccc;
}
.toggle-table tr.tr-hover td strong.gr
{
	color: #d5ecb6;
}
.toggle-table tr.tr-hover td strong.or
{
	color: #e7ba97;
}
.toggle-table a.info
{
	display: block;
	float: none;
	height: 16px;
	width: 16px;
	margin: 0 auto;
}
.toggle-table tr th .info-holder
{
	position: relative;
	height: 100%;
	padding-right: 10px;
}
.toggle-table tr th .info-holder a.info
{
	position: absolute;
	top: 7px;
	right: 5px;
}
.toggle-table tr.tr-hover td a.info, .toggle-table tr:hover td a.info
{
	display: block;
}
.toggle-table tr.toggler td
{
	background: url(images/tr-toggler.gif) repeat-x 0 0;
	padding: 0;
	line-height: 30px;
	cursor: pointer;
}
.toggle-table tr.toggler td p
{
	padding-left: 34px;
	background: url(images/white-plus.gif) no-repeat 8px center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.toggle-table tr.toggler-opened td p
{
	background: url(images/white-minus.gif) no-repeat 8px center;
}
.toggle-table tbody.toggled
{
	display: none;
}
.toggle-table tr td .mbutton
{
	float: right;
	display: inline;
}
.toggle-table .positioning .field
{
	display: block;
	width: 42px;
	padding: 2px 3px;
	border-color: #809eba;
	color: #343434;
	font-weight: bold;
}
.toggle-table .positioning .move
{
	display: block;
	width: 42px;
	padding: 1px;
	color: #666666;
	padding-left: 7px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 1px;
	line-height: 23px;
	background: url(images/positioning-arrow.gif) no-repeat right center;
}
.toggle-table .positioning .move:hover
{
	padding: 0 0 0 6px;
	border: solid 1px #e49919;
	background: #fbe9c5 url(images/positioning-arrow-hover.gif) no-repeat right center;
	color: #343233;
}
/* ----- End Question Table ---- */

/*----- How It works -----*/
ul.valueProps
{
	margin-left: 15px;
	margin-top: 15px;
}
/*----- /How It Works-----*/

#account-nav
{
	height: 36px;
	overflow-y: hidden;
	background: url(images/main-nav-bg.gif) repeat-x 0 0;
	border-top: solid 1px #e7f3da;
}
#account-nav ul li
{
	float: left;
	display: inline;
	line-height: 36px;
	background: url(images/main-nav-separator.gif) no-repeat right 0;
	padding-right: 1px;
}
#account-nav ul li a
{
	float: left;
	display: inline;
	padding: 9px 16px 10px 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 17px;
}
#account-nav ul li a.active
{
	background: url(images/main-nav-active.gif) repeat-x 0 0;
}
#account-nav ul li a span
{
	float: left;
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	height: 16px;
	margin-top: 1px;
	background-image: url(images/main-nav2.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#account-nav ul li.b-account a span
{
	background-position: 0 0;
	width: 80px;
}

#account-nav ul li.b-account a.active span
{
	background-position: 0 bottom;
}

#account-nav ul li a strong.arrow
{
	float: left;
	display: inline;
	margin-left: 8px;
	font-size: 0;
	line-height: 0;
	width: 14px;
	height: 16px;
	background: url(images/arrow-1.gif) no-repeat 0 0;
	cursor: pointer;
}
#account-nav ul li a.active strong.arrow
{
	background: url(images/arrow-1-active.gif) no-repeat 0 0;
}
#account-nav ul li a strong.bubble
{
	float: left;
	display: inline;
	margin-top: -4px;
	width: 24px;
	padding-left: 7px;
	height: 24px;
	background: url(images/todo-bubble.gif) no-repeat 0 0;
	line-height: 24px;
	text-align: center;
	margin-left: 5px;
}
#account-nav .search
{
	float: right;
	display: inline;
	margin-right: 10px;
	padding-top: 5px;
}
#account-nav .search .fieldplace
{
	float: left;
	display: inline;
	height: 26px;
	width: 260px;
	background: url(images/search-fieldplace.gif) no-repeat 0 0;
	padding-right: 11px;
}
#account-nav .search .fieldplace a
{
	float: right;
	display: inline;
	color: #333;
	text-decoration: none;
	line-height: 16px;
	margin-top: 5px;
	background: url(images/arrow-2.gif) no-repeat right 6px;
	padding-left: 9px;
	padding-right: 12px;
	border-left: solid 1px #949494;
}
#account-nav .search .button
{
	float: left;
	display: inline;
	width: 34px;
	height: 26px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	border: 0;
	cursor: pointer;
	margin-left: 9px;
	background: url(images/search-button.gif) no-repeat 0 0;
}
#account-nav .search .field
{
	border: 0;
	margin-top: 3px;
	margin-left: 5px;
	background: none;
	color: #222;
	width: 140px;
}

/*----- Start "Sub Navigation " -----*/
#accsubnav
{
	height: 31px;
	background: #ccc;
	border-bottom: solid 1px #999;
	padding-top: 3px;
	padding-left: 10px;
}
#accsubnav ul li
{
	float: left;
	display: inline;
	line-height: 27px;
	margin-right: 2px;
}
#accsubnav ul li a
{
	color: #4b4b4b;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	height: 27px;
	float: left;
	display: inline;
}
#accsubnav ul li a span
{
	float: left;
	display: inline;
	padding: 0 10px;
	height: 27px;
	cursor: pointer;
}
#accsubnav ul li a.active
{
	background: url(images/subnav-active.gif) no-repeat 0 0;
	color: #fff;
}
#accsubnav ul li a.active span
{
	background: url(images/subnav-active-span.gif) no-repeat right 0;
}
/*------ End "Sub Navigation " ------*/


/*----- Contests----*/
a.LinkOff, a.LinkOff:hover
{
	color: black;
	text-decoration: none;
	cursor: text;
	text-transform: none;
}
/*

.ajaxProcessing
{
	position:absolute; 
	clear:both; 
	z-index: 1; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	background-color: #404040;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

.ajaxMainProcessing
{
	position: relative;
}

.ajaxProcessingimg
{ 
	clear:both;
	float:left; 
	z-index: 5;
	position: absolute; 
	top: 10px; 
	left: 10px; 
}
.ajaxProcessing img
{
	height: 100%;
	width: 100%;
}

.ajaxContainer
{
	background-color: #404040;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
*/
/*----- Start "Loading Animation Code" -----*/
.ajaxProcessing
{
	position: absolute;
	clear: both;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: #404040;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	width: 100%;
	height: 100%;
}

.ajaxMainProcessing
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.ajaxProcessingimg
{
	clear: both;
	float: left;
	z-index: 5;
	position: absolute;
	top: 10px;
	left: 10px;
}
.ajaxProcessing img
{
	height: 100%;
	width: 100%;
}

.ajaxContainer
{
	position: relative;
}
/*------ End "Loading Animation Code" ------*/

.challenge-box .percent-box .percent
{
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.contest-pauseresume
{
	float: right;
	display: inline;
	line-height: 31px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	width: 40%;
}
.contest-pauseresume .button-pause
{
	float: right;
	display: inline;
	background: url(images/button-pause.gif);
	margin-left: 10px;
}
.contest-pauseresume .button-pause
{
	width: 80px;
	height: 31px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.contest-pauseresume span
{
	float: right;
	display: inline;
}

.contest-pauseresume
{
	float: right;
	display: inline;
	line-height: 31px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	width: 40%;
}
.contest-pauseresume .button-activate
{
	float: right;
	display: inline;
	background: url(images/button-activate.gif);
	margin-left: 10px;
	width: 90px;
	height: 31px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.contest-pauseresume span
{
	float: right;
	display: inline;
}


a.button-invite { display: block; width: 110px; height: 55px; background: url(images/button-invite.gif) no-repeat 0 0; font-size: 0; margin-top: 15px; }
a.button-invite-BoostCTRWriters { display: block; width: 184px; height: 82px; background: url(images/invite-BoostCTR-writer.gif) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; margin-top: 15px; }
a.button-invite-OtherWriters { display: block; width: 186px; height: 81px; background: url(images/invite-YouKnow-writer.gif) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; margin-top: 15px; }

.invitetopmargine { margin-top: -250px; }
.invitewritersbox { display:block; width:480px; padding:10px; background-color:#E0F0FF; border: solid 1px #7597DE; }

/*----- Start "Main Table Button" -----*/
.repscore { display: block; width: 180px; line-height: 23px; background: #ecf6dd; border-color: #afdb79; text-align: center; text-decoration: none; font-weight: bold; font-size: 13px; margin-bottom: 5px; }
.repscore { color: #666666 !important; border: solid 1px #cccccc; }
.repscore:hover { color: #333333 !important; }
.repscore-green:hover { background: #ecf6dd; border-color: #afdb79; }
.repscore-right { float: right; display: inline; margin-right: 10px; line-height: 25px; }
.repscore-left { float: left; display: inline; margin-left: 10px; line-height: 25px; }
/*------ End "Main Table Button" ------*/

#dvRepScoreDialog .close { width: 13px; height: 12px; display: block; font-size: 0; line-height: 0; text-indent: -4000px; }
#dvRepScoreDialog .close { background: url(images/bubble-close.gif); position: absolute; right: 6px; top: 6px; cursor: pointer; }

.repScorebox { position:absolute; top:100px; left:150px; z-index:99999; }
.repScorebox .content { background-color:#f7f7f7; padding:10px; }

.error-box .head { font-weight: bold; padding-bottom: 12px; font-size: 13px; }
.error-box li { font-weight: normal; padding-bottom: 12px; font-size: 13px; }
.error-box ul { padding-left: 15px; }
.error-box { border: solid 1px #e06767; line-height: 24px; padding: 15px 20px 15px 68px; margin-bottom: 10px; font-size: 15px; font-weight: bold; }
.error-box { background: #ffe0e0 url(images/close-red.gif) no-repeat 22px center; }

.error-boxnormal .head { font-weight: bold; padding-bottom: 12px; padding-top:15px; font-size: 13px; }
.error-boxnormal li { font-weight: normal; padding-bottom: 2px; font-size: 12px; }
.error-boxnormal ul { padding-left: 15px; }
.error-boxnormal { border: solid 1px #e06767; line-height: 15px; padding: 15px 20px 15px 20px; margin-bottom: 10px; font-size: 15px; font-weight: bold; background: #ffe0e0; }

.error-box1 .head { font-weight: bold; padding-bottom: 12px; font-size: 13px; }
.error-box1 li { font-weight: normal; padding-bottom: 12px; font-size: 13px; }
.error-box1 ul { padding-left: 15px; }
.error-box1 { border: solid 1px #e06767; line-height: 24px; padding: 15px 20px 15px 68px; margin-bottom: 10px; font-size: 15px; font-weight: bold; }
.error-box1 { background: #ffe0e0 url(images/close-red.gif) no-repeat 22px center; }

.forgetpassbox { background-color:#f7f7f7; }
.forgetpassbox .contentpane { background-color:#f7f7f7; padding:10px; height:180px; border-bottom:dotted 1px grey; }
.forgetpassbox .contentpane .leftpane { float:left; width:320px; }
.forgetpassbox .contentpane .rightpane { float:left; width:200px; border-left:solid 2px Orange; padding-left:5px; }
.forgetpassbox .bottompane { background-color:#f7f7f7; padding-left:20px; padding-top:5px; height:20px; }

.blackborder { border:solid 1px black }

.divdropdown { border: solid 1px #e0e0e0 !important; }
.divdropdown { position: relative; height: 100%; margin-bottom: -1px; }
.divdropdown { width: 100px; line-height: 20px; padding: 0 12px 0 5px; border: solid 1px #b9d9f2; border-bottom: 0; border-left-color: #e1e1e1; position: relative; z-index: 11; margin-bottom: -1px; cursor: pointer; background: #fff url(images/arrow-3.gif) no-repeat 95px center; background-color: #fff; }

.report-table { border-collapse: collapse; }
.report-table td, th { margin:0; padding:0; }
.report-table .sort { background: #e0e0e0; padding: 4px 0; vertical-align: bottom; text-decoration:none; color:GrayText; }
.report-table .sort:hover { background: #e0e0e0; padding: 4px 0; vertical-align: bottom; text-decoration:none; color:Gray; }
.report-table { border: solid 1px #e1e1e1; line-height: 16px; width:100%; }
.report-table tr th { background: #e0e0e0; color: #666; padding: 7px 0 7px 10px; vertical-align: bottom; }
.report-table tr td { border-bottom: solid 1px #b9d9f2; padding: 7px 0 7px 10px; background: #fff; vertical-align: top; }
.report-table tr td.a-right,
.report-table tr th.a-right { padding-right: 20px; padding-left: 0; }
.report-table tr td.a-center,
.report-table tr th.a-center { padding-left: 10px; padding-right: 10px; }
.report-table tr th.last,
.report-table tr td.last { padding-left: 10px; }
.report-table tr td.i,
.report-table tr th.i { width: 35px; text-align: center; }
.report-table tr td.public,
.report-table tr th.public { width: 90px; text-align: center; }
.report-table tr th.ad { width: 230px; }
.report-table tr.last td { border-bottom: none; }
.report-table tr td strong { color: #999999; }
.report-table tr td strong.or { color: #e36f17; }
.report-table tr td strong.gr { color: #4e751e; }
.report-table a.info { display: block; float: none; height: 16px; width: 16px; margin:0 auto; }
.report-table a.alertinfo { display: block; float: none; height: 16px; width: 16px; margin:0 auto; }
.report-table tr th .info-holder { position: relative; height: 100%; padding-right: 10px; }
.report-table tr th .info-holder a.info { position: absolute; top: 7px; right: 5px; }
.report-table tr.toggler td { background: url(images/tr-toggler.gif) repeat-x 0 0; padding: 0; line-height: 30px; cursor: pointer; }
.report-table tr.toggler td p { padding-left: 34px; background: url(images/white-plus.gif) no-repeat 8px center; color: #fff; font-size: 16px; font-weight: bold; }
.report-table tr.toggler-opened td p { background: url(images/white-minus.gif) no-repeat 8px center; }
.report-table tbody.toggled { display: none; }
.report-table tr td .mbutton { float: right; display: inline; }
.report-table .positioning .field { display: block; width: 42px; padding: 2px 3px; border-color: #809eba; color: #343434; font-weight: bold; }
.report-table .positioning .move { display: block; width: 42px; padding: 1px; color: #666666; padding-left: 7px; text-decoration: none; font-weight: bold; margin-top: 1px; line-height: 23px; background: url(images/positioning-arrow.gif) no-repeat right center; }
.report-table .positioning .move:hover { padding: 0 0 0 6px; border: solid 1px #e49919; background: #fbe9c5 url(images/positioning-arrow-hover.gif) no-repeat right center; color: #343233; }

.resetpassbox { background-color:#f7f7f7; border:solid 1px black; width:550px; height:250px;  margin:20px 20px 20px 20px; text-align:left; }
.resetpassbox .contentpane { padding:10px; }
.resetpassbox .contentpane .centerpane { width:400px; text-align:left; }
.resetpassbox .contentpane .fieldlable { float:left; width:150px; height:40px; }
.resetpassbox .contentpane .fieldbox { float:left; width:250px; height:40px; }
.resetpassbox .contentpane .leftpane { float:left; text-align:right; width:200px; }
.resetpassbox .contentpane .rightpane { float:left; padding-left:5px; }

span.signuperror 
{
	color: Red;
	font-style: italic;
}
.signuperror ul
{
	color: Red;
	padding-left: 12px;
	font-style: italic;
	list-style: none;
}

.reputescoremainblock { border: solid 1px #70a4d2; padding:10px; }
.dvBlueheader { padding-left:10px; background: url(images/tr-toggler.gif) repeat-x 0 0; line-height: 30px; border: solid 1px #70a4d2; border-bottom: 0; color: #fff; font-size: 16px; font-weight: bold; }
.dvBluedetail { padding:10px; line-height: 20px; border: solid 1px #70a4d2; }
.dvBluedetail ul { padding-left:20px; }

.WAD_overlayBG {
	background-color:#000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

* html #WAD_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#WAD_window {
	position: fixed;
	z-index: 102;
	text-align:left;
	top:10%;
	left:35%;
	padding:20px;
	background-color:White;
}

#WAD_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

* html #WAD_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.pager span { cursor:pointer; }
.pager span.pagenumbers { margin-right: 6px; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; display: inline; cursor:pointer; }
.pager span.active { background-color: #2a70b5; color: #fff; text-decoration: none; margin-right: 6px; width:10px; cursor:pointer; }

#admincontent { padding:10px; }

/*----- Start "Mainbox" -----*/
.setupmainbox { width: 948px; padding-left:2px; }
.setupmainbox .mainbox { width: 750px; }
.setupmainbox .mainbox .head { height: 31px; line-height: 31px; background: url(images/contest-adcontent-box.gif) no-repeat 0 0; padding: 0 10px; }
.setupmainbox .mainbox .head h3 { line-height: 31px; color: #fff; }
.setupmainbox .mainbox .content { border: solid 1px #ccc; border-top: 0; background: #fff; margin-bottom: 12px; }
.setupmainbox .mainbox .content .paging,
.setupmainbox .mainbox .content .main-table,
.setupmainbox .mainbox .content .warning { border-left: 0; border-right: 0; }
.setupmainbox .mainbox .content .paging { border-top: 0; }

.setupmainbox .mainbox .tabs ul { height: 31px; }
.setupmainbox .mainbox .tabs ul li { float: left; display: inline; list-style-type: none; background: url(images/mainbox-tabs-li.gif) no-repeat right 6px; font-weight: bold; }
.setupmainbox .mainbox .tabs ul li.last { background: none; }
.setupmainbox .mainbox .tabs ul li a { float: left; display: inline; line-height: 31px; padding-left: 10px; color: #fff; text-decoration: none; font-size: 13px; }
.setupmainbox .mainbox .tabs ul li a span { float: left; display: inline; padding-right: 10px; cursor: pointer; }
.setupmainbox .mainbox .tabs ul li a.active { background: url(images/mainbox-tabs.gif) no-repeat 0 0; color: #000; margin-left: -1px; }
.setupmainbox .mainbox .tabs ul li a.active span { background: url(images/mainbox-tabs.gif) no-repeat right 0; }

.setupmainbox a.info { margin-top:5px; }
/*------ End "Mainbox" ------*/

.setupmainbox #setupoption { background:#CECECE url(images/defending-side.gif) repeat-x scroll 0 0; border:solid 1px #C6C6C6; text-align:center; height:140px; padding-left:45px; }
.setupmainbox .optionbox { background:url(images/defending-side.gif) repeat-x scroll 0 0; position:absolute; left:770px; width:190px; text-align:center; height:171px; }
.setupmainbox .optionbox .head { height: 31px; line-height: 31px; background: url(images/contest-option-box.gif) no-repeat 0 0; padding: 0 10px; }
.setupmainbox .optionbox .head h3 { line-height: 31px; color: #fff; }
.mainbox .headbluestrip { height: 31px; line-height: 16px; background: url(images/full_page_blue_header.gif) no-repeat 0 0; color:White; }
.mainbox .headbluestrip-end { height: 16px; padding: 7px 11px 8px; background: url(images/bluebox-end.gif) no-repeat right 0; }

/*----- Start "Challenge Box" -----*/
.setupmainbox .challenge-box { background: #a9d975 url(images/challenger-side.gif) repeat-x 0 0;  position: relative; height: 140px; }
.setupmainbox .challenge-box .side { width: 358px; float: left; display: inline; height: 120px; position: relative; padding: 10px; }
.setupmainbox .challenge-box .side .info-block { color: #666; padding: 0 0 7px 0; height: 30px; }
.setupmainbox .challenge-box .side .info-block .title { color: #333; font-size: 13px; font-weight: bold; }
.setupmainbox .challenge-box .side .ico { float: left; display: inline; width: 43px; height: 43px; margin-right: 7px; font-size: 0; line-height: 0; text-indent: -4000px; position: relative; }
.setupmainbox .challenge-box .side .ico .bubble { width: 140px; position: absolute; bottom: 45px; left: -90px; font-size: 12px; line-height: 15px; text-indent: 0px; display: none;  }
.setupmainbox .challenge-box .side .ico .bubble { border: solid 3px #ffe135; background: #feffb3; color: #000; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.setupmainbox .challenge-box .side .ico .bubble .arrow { width: 22px; height: 14px; display: block; font-size: 0; line-height: 0; text-indent: -4000px; }
.setupmainbox .challenge-box .side .ico .bubble .arrow { background: url(images/bubble-arrow.gif); position: absolute; bottom: -14px; left: 100px; }
.setupmainbox .challenge-box .side .ico .bubble .close { width: 13px; height: 12px; display: block; font-size: 0; line-height: 0; text-indent: -4000px; }
.setupmainbox .challenge-box .side .ico .bubble .close { background: url(images/bubble-close.gif); position: absolute; right: 6px; top: 6px; cursor: pointer; }
.setupmainbox .challenge-box .side .ico .bubble .cnt { padding: 5px; }
.setupmainbox .challenge-box .side .ico .bubble .cnt strong { width: 80px; float: left; }
.setupmainbox .challenge-box .defending-side .ico { background: url(images/defender-ico.gif) no-repeat 0 0; }
.setupmainbox .challenge-box .challenger-side .ico { background: url(images/challenger-ico.gif) no-repeat 0 0; }
.setupmainbox .challenge-box .side .ctr { position: absolute; top: 8px; left: 212px; font-weight: bold; color: #666; font-size: 14px; }
.setupmainbox .challenge-box .challenger-side .ctr { left: 250px; }
.setupmainbox .challenge-box .side .ctr .percent { font-size: 20px; line-height: 24px; color: #333; }
.setupmainbox .challenge-box .side .ctr .percent span { font-size: 14px; line-height: 14px; }
.setupmainbox .challenge-box .side .boostab { position: absolute; bottom: 10px; left: 10px; }
.setupmainbox .challenge-box .side .close { display: block; width: 11px; height: 11px; font-size: 0; line-height: 0; text-indent: -4000px; background: url(images/close-red.gif); }
.setupmainbox .challenge-box .side .close { position: absolute; top: 10px; right: 5px; }
.setupmainbox .challenge-box .defending-side { border-right: solid 1px #cccccc; }
.setupmainbox .challenge-box .challenger-side { border-left: solid 1px #fff; padding-left: 58px; width: 300px; }
.setupmainbox .challenge-box .green-side { background: #a9d975 url(images/challenger-side.gif) repeat-x 0 0; }
.setupmainbox .challenge-box .grey-side { background: #cecece url(images/defending-side.gif) repeat-x 0 0; }
.setupmainbox .challenge-box .challenger-side .boostab { left: 58px; }
.setupmainbox .challenge-box .challenger-side .close { right: 5px;}
.setupmainbox .challenge-box .percent-box { width: 100px; height: 90px; position: absolute; top: 28px; left: 330px; }
.setupmainbox .challenge-box .percent-box { background: url(images/percent-box.png) no-repeat 0 0; z-index: 50; text-align: center; color: #ddd; font-weight: bold; padding-top: 10px; }
.setupmainbox .challenge-box .percent-box .percent { font-size: 20px; line-height: 22px; color: #fff; }
.setupmainbox .challenge-box .percent-box .percent span { font-size: 14px; line-height: 14px; }
/*------ End "Challenge Box" ------*/

.setupmainbox .challenge-box .percent-box .ico { width: 100px; height: 90px; font-size: 0; text-indent: -4000px; position: absolute; top: 0px; left: 0px; }
.setupmainbox .challenge-box .percent-box .ico .bubble { width: 350px; position: absolute; bottom: 92px; left: -90px; font-size: 12px; line-height: 15px; text-indent: 0px; display: none;  }
.setupmainbox .challenge-box .percent-box .ico .bubble { border: solid 3px #ffe135; background: #feffb3; color: #000; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.setupmainbox .challenge-box .percent-box .ico .bubble .arrow { width: 22px; height: 14px; display: block; font-size: 0; line-height: 0; text-indent: -4000px; }
.setupmainbox .challenge-box .percent-box .ico .bubble .arrow { background: url(images/bubble-arrow.gif); position: absolute; bottom: -14px; left: 100px; }
.setupmainbox .challenge-box .percent-box .ico .bubble .close { width: 13px; height: 12px; display: block; font-size: 0; line-height: 0; text-indent: -4000px; }
.setupmainbox .challenge-box .percent-box .ico .bubble .close { background: url(images/bubble-close.gif); position: absolute; right: 6px; top: 6px; cursor: pointer; }
.setupmainbox .challenge-box .percent-box .ico .bubble .cnt { padding: 5px; }
.setupmainbox .challenge-box .percent-box .ico .bubble .cnt strong { width: 80px; float: left; }



#header #link-signin { float: right; display: inline; color: #ffffff; font-size: 14px; font-weight: bold; }

#btnInvite { color:white;display:block;padding:.8em 0 .9em 0;text-decoration:none;font-size:16px;font-weight:bold;width:150px;border:0;background:transparent url('/content/images/green_button.gif') top center no-repeat; }

.button-signup { background:url(images/signupbutton.png); border:none; display:block; height:56px; width:123px; }

#dvblockNoChampion .boostab { border:dashed 1px; }
#dvblockNoChampion .boostab p { text-align:center; padding-top:30px; }
#dvblockNoChallenger .boostab { border:dashed 1px; }
#dvblockNoChallenger .boostab p { text-align:center; padding-top:30px; }

#tableAdwordAds .boostab { width: 208px; height: 68px; padding: 0 4px; border: solid 1px #c6d7cf; background: #fff; color: #000; font-size: 12px; line-height: 16px; }
#tableAdwordAds .boostab label { font-size:8pt; }
#tableAdwordAds .boostab #lnkHeadline { font-size:9pt; }
#tableAdwordAds .boostab #lnkDisplayUrl { font-size:7pt; }
#tableAdwordAds .boostab a { color: #0000cc !important; text-decoration: underline; }
#tableAdwordAds .boostab a.main { font-size: 16px; line-height: 18px; }
#tableAdwordAds .boostab a:hover { text-decoration: none; }
#tableAdwordAds .boostab a.site { color: #008000 !important; text-decoration: none; }

.button-writersignup { background:url(images/signupwriter.png) no-repeat; border:none; display:block; height:25px; width:180px; color:White; font-weight:bold; text-decoration:none; text-align:center; padding-top:7px; }




div.tall {border: 3px solid #3671A1;float: left;text-align: center;padding: 8px 10px 10px 10px;background-color: #fff;font-family: helvetica, arial, sans-serif;text-align:center;margin-bottom:10px; }
div.tall h1 { color:#000000;font-size:42px;line-height:1em;margin:0;padding:0;text-decoration:none;margin-bottom:5px; }
.rr_table 
{
    width:100%;
    padding:0;
    margin:0;
}
.rr_table th
{
    width:175px;
    border-bottom:1px solid #CCCCCC;border-top:1px solid #CCCCCC;color:#4582B5;font-size:16px;font-weight:bold;margin:0;padding:0 0 4px;padding-top:4px;text-transform:uppercase;
}
.rr_table tr
{
    width:180px;
    color:#4582B5;font-size:16px;font-weight:bold;margin:0;padding:0 0 4px;padding-top:4px;text-transform:uppercase;
}
.rr_td1 { text-align:center;margin:0;padding:8px 0 8px;font-size:16px;border-bottom:1px dotted #888888;color:#C33700;margin-left:6px;text-decoration:none;font-size:24px;margin-bottom:5px; }
.rr_td2 { text-align:center;margin:0;padding:8px 0 8px;font-size:16px;border-bottom:1px dotted #888888;color:#64503F;margin-left:6px;text-decoration:none;font-size:24px;margin-bottom:5px; }

.smallfont { font-size:10px; text-decoration:none; }

#validadworderror .close { position: absolute; right:20px; display: block; font-size: 0; line-height: 0; text-indent: -100px; width: 11px; height: 11px; }
#validadworderror .close { background: url(images/close-red.gif); cursor: pointer; }

#validpolicyerror .close { position: absolute; right:20px; display: block; font-size: 0; line-height: 0; text-indent: -100px; width: 11px; height: 11px; }
#validpolicyerror .close { background: url(images/close-red.gif); cursor: pointer; }

/* Start Pricing Page */

.header-main{
	color:#357dc1;
	font-size:40px;
	text-align:center;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:15px;
}
.header-sub{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	margin-bottom:50px;
}
.price-box{ 
	float:left;
	width:215px;
	background-color:#f4f4f4;
	border:4px solid #cccccc;
	margin:8px;
	text-align:center;
	font-size:12px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
}
.price-box-title{
	font-weight:bold;
	font-size:30px;
	margin-top:20px;
}
.price-box-price{
	margin:10px 15px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
}
.price-box-price span{
	font-size:26px;
}
.price-box-optimizations{
	margin-bottom:20px;
}
.price-box-optimizations .price-box-blue{
	margin-bottom:5px;
	margin-top:5px;
}
.price-box-submissions{
	margin-bottom:20px;
}
.price-box-submissions .price-box-blue{
	margin-bottom:5px;
}
.price-box-enterprise {
	margin-bottom:30px;
	margin-top:25px;
}
.price-box-enterprise .price-box-blue{
	margin-bottom:35px;
	font-size:20px;
}
.price-box-blue{
	color:#357dc1;
	font-size:30px;
	font-weight:bold;
}
.price-box-trial{
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}
.price-box-trial a{
	color:#333333;
}
.price-box-orange-btn{
	color:#ffffff;
	font-weight:bold;
	text-shadow: -1px -1px 0px #d69f3c;
	border:1px solid #d69f3c;
	margin:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius: 20px;	
	-moz-box-shadow: inset 0px 1px #fae3aa;
	-webkit-box-shadow: inset 0px 1px #fae3aa;
	box-shadow: inset 0px 1px #fae3aa;
	background-color: #e49b19;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7cf6e), to(#e49b19));
	background-image: -webkit-linear-gradient(top, #f7cf6e, #e49b19);
	background-image:    -moz-linear-gradient(top, #f7cf6e, #e49b19);
	background-image:     -ms-linear-gradient(top, #f7cf6e, #e49b19);
	background-image:      -o-linear-gradient(top, #f7cf6e, #e49b19);		
}
.price-box-orange-btn:hover{
	cursor:pointer;
	background-color:#c88b1e;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e49b19), to(#f7cf6e));
	background-image: -webkit-linear-gradient(top, #e49b19, #f7cf6e);
	background-image:    -moz-linear-gradient(top, #e49b19, #f7cf6e);
	background-image:     -ms-linear-gradient(top, #e49b19, #f7cf6e);
	background-image:      -o-linear-gradient(top, #e49b19, #f7cf6e);
}
.price-box-blue-btn{
	color:#ffffff;
	font-weight:bold;
	text-shadow: -1px -1px 0px #357dc1;
	border:1px solid #357dc1;
	margin:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius: 20px;	
	-moz-box-shadow: inset 0px 1px #aad7f7;
	-webkit-box-shadow: inset 0px 1px #aad7f7;
	box-shadow: inset 0px 1px #aad7f7;
	background-color: #357dc1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ebef7), to(#357dc1));
	background-image: -webkit-linear-gradient(top, #6ebef7, #357dc1);
	background-image:    -moz-linear-gradient(top, #6ebef7, #357dc1);
	background-image:     -ms-linear-gradient(top, #6ebef7, #357dc1);
	background-image:      -o-linear-gradient(top, #6ebef7, #357dc1);		
}
.price-box-blue-btn:hover{
	cursor:pointer;
	background-color:#1b5d9b;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#357dc1), to(#6ebef7));
	background-image: -webkit-linear-gradient(top, #357dc1, #6ebef7);
	background-image:    -moz-linear-gradient(top, #357dc1, #6ebef7);
	background-image:     -ms-linear-gradient(top, #357dc1, #6ebef7);
	background-image:      -o-linear-gradient(top, #357dc1, #6ebef7);
}
.price-box-conversions{
	margin-bottom:10px;
	padding-bottom:12px;
	color:#357dc1;
	font-weight:bold;
	font-size:12px;
	background: url(images/red_line.png) center bottom no-repeat;
}
.price-box-fancy{
	float:left;
	width:215px;
	border:4px solid #cccccc;
	margin:-10px 8px 8px;
	text-align:center;
	font-size:12px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;	
	-moz-box-shadow: inset 0px 1px #fff;
	-webkit-box-shadow: inset 0px 1px #fff;
	box-shadow: inset 0px 1px #fff;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff 10%);
	background-image:    -moz-linear-gradient(top, #e6e6e6, #ffffff 10%);
	background-image:     -ms-linear-gradient(top, #e6e6e6, #ffffff 10%);
	background-image:      -o-linear-gradient(top, #e6e6e6, #ffffff 10%);
}
.explanation-box{
	color:#666666;
	border:1px solid #cccccc;
	margin:8px;
	padding:15px 15px 0px 15px;
	font-size:12px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;	
	-moz-box-shadow: inset 0px 1px #fff;
	-webkit-box-shadow: inset 0px 1px #fff;
	box-shadow: inset 0px 1px #fff;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background-image:    -moz-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background-image:     -ms-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background-image:      -o-linear-gradient(top, #e6e6e6, #ffffff 27px);	
}
.ex-left div, .ex-right div{
	padding-bottom:15px;
}
.ex-left{
	float:left;
	width:450px;
}
.ex-right{
	float:right;
	width:450px;
}

.price-box a, .price-box-fancy a, price-box-enterprise a{
	text-decoration:none;
	cursor:default;
}
/* End Pricing Page */

/* Begin Slide Show */
/* Duplicate of what's in style.css */

.slideshow-container
{
	border-top:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
	padding:30px 0px 15px 0px;
	margin-bottom:26px;
	margin-top:26px;
}

.slide
{
	width:690px;
	float:left;
}

.slide p
{
	padding:4px 0 0 26px;
	margin:0px;
}

.slideshow
{
	width:665px;
	padding:0 0 0 25px;
	position:relative;
}

.slideshow img
{
	float:left;
	margin:0 9px 0 0;
}

.slideshow_arrow1
{
	width:15px;
	height:18px;
	position:absolute;
	top:50px;
	left:0px;
	background:url(images/arrow_left.jpg) no-repeat left top;
}

.slideshow_arrow2
{
	width:15px;
	height:18px;
	position:absolute;
	top:50px;
	right:0px;
	background:url(images/arrow_right.jpg) no-repeat left top;
}
.slideshow_arrow1 a, .slideshow_arrow2 a{
	display:block;
	width:20px;
	height:20px;
}

.cafe
{
	width:240px;
	float:right;
}

.cafe h2
{
	padding:0 0 6px 0;
	margin:0px;
}

.cafe p
{
	font-size:13px;
	color:#333;
	text-align:center;
	line-height:16px;
	padding:0px;
	margin:0px;
}

.cafe p span
{
	color:#666;
}
.center
.cafe p a
{
	text-decoration:underline;
	color:#2870b4;
}

/* End Slide Show */

/* General */
.container-whitebox{
	margin-bottom:10px;
	color:#666666;
	border:1px solid #cccccc;
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;	
	-moz-box-shadow: inset 0px 1px #fff;
	-webkit-box-shadow: inset 0px 1px #fff;
	box-shadow: inset 0px 1px #fff;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background-image:    -moz-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background-image:     -ms-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background-image:      -o-linear-gradient(top, #e6e6e6, #ffffff 27px);	
}

.keyword-bubble{
	padding:3px;
	margin:2px 0px;
	border:1px solid #9bc7ed;
	background-color: #e4f3ff;
	line-height:12px;
	color:#333333;
}
.keyword-bubble:hover{
	border:1px solid #357DC1;
	background-color:#6ebef7;
	color:#ffffff;
	cursor:default;
}
.prize-text{
	font-size:17px;
	line-height:17px;
}
.wysiwyg-container{

}
.wysiwyg{
	width:470px !important;
	float:left;
}
/* End General */

/* Facebook Contest Page */

#current-ad{
	width:285px;
	border:1px solid #cbcbcb;
	background-color: #ededed;
	padding:15px;
}
#landing-page{
	width:285px;
	border:1px solid #cbcbcb;
	background-color: #ededed;
	padding:15px;
	text-align:center;
}
#submission-summary{
	width:285px;
	border:1px solid #cbcbcb;
	background-color: #ededed;
	padding:15px;
	text-align:left;
}
#submission-summary ul{
	margin-left:17px;
}
.facebook-ad{
	background-color:#ffffff;
	min-height:121px;
}
.fbAdBox{
	width:244px;
	background-color:#ffffff;
	padding:10px;
	margin:0px auto;
}
.fbAdBox .fbheadline{
	padding-bottom:10px;
}
.fbheadline a {
	color: #0000cc;
	text-decoration:none;
}
.fbheadline a:hover {
	text-decoration:underline;
}


.customad-ad{
	background-color:#ffffff;
	min-height:121px;
}
.customadAdBox{
	width:244px;
	background-color:#ffffff;
	padding:10px;
	margin:2px;
	border: solid 1px #d9d9d9;	
}
.customadAdBox .customadheadline{
	padding-bottom:10px;
}
.customadheadline a {
	color: #0000cc;
	text-decoration:none;
}
.customadheadline a:hover {
	text-decoration:underline;
}

.adcenter-ad{
	background-color:#ffffff;
	min-height:121px;
}
.adcenterAdBox{
	width:244px;
	background-color:#ffffff;
	padding:10px;
	margin:0px auto;
}
.adcenterAdBox .adcenterheadline{
	padding-bottom:10px;
}
.adcenterheadline a {
	color: #0000cc;
	text-decoration:none;
}
.adcenterheadline a:hover {
	text-decoration:underline;
}

#landing-page .orange-btn{
	padding:5px 0px;
	margin: 0px 35px;
}
#landing-page .thumb{
	 margin-bottom: 10px;
}
#fb-preview{
	border:1px solid #cbcbcb;
	background-color: #ededed;
	padding:15px;
}
.container-whitebox-left{
	width:50%;
}
.container-whitebox-right{
	width:50%;	
}
.container-whitebox-split{
	margin-bottom:10px;
	color:#666666;
	border:1px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;	
	-moz-box-shadow: inset 0px 1px #fff;
	-webkit-box-shadow: inset 0px 1px #fff;
	box-shadow: inset 0px 1px #fff;
	background-color: #ffffff;
	background: url('images/grey-line-bg.png') repeat-y center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff));
	background: url('images/grey-line-bg.png') repeat-y center, -webkit-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background: url('images/grey-line-bg.png') repeat-y center, -moz-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background: url('images/grey-line-bg.png') repeat-y center, -ms-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background: url('images/grey-line-bg.png') repeat-y center, -o-linear-gradient(top, #e6e6e6, #ffffff 27px);	
}
.blue-nav{
	color:#ffffff;
	font-weight:bold;
	text-shadow: -1px -1px 0px #357dc1;
	border:1px solid #357dc1;
	padding:5px;
	font-size:12px;
	-moz-box-shadow: inset 0px 1px #aad7f7;
	-webkit-box-shadow: inset 0px 1px #aad7f7;
	box-shadow: inset 0px 1px #aad7f7;
	background-color: #357dc1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ebef7), to(#357dc1));
	background-image: -webkit-linear-gradient(top, #6ebef7, #357dc1);
	background-image:    -moz-linear-gradient(top, #6ebef7, #357dc1);
	background-image:     -ms-linear-gradient(top, #6ebef7, #357dc1);
	background-image:      -o-linear-gradient(top, #6ebef7, #357dc1);	
}


.blue-nav ul {height:23px;}
.blue-nav ul li { float: left; display: inline; list-style-type: none; margin-left:10px;}
.blue-nav ul li.last { background: none; }
.blue-nav ul li a { float: left; display: inline; line-height: 22px; color: #fff; text-decoration: none; padding-right: 10px; padding-left:10px; }
.blue-nav ul li a.active { 
	text-shadow:none;
	color:#333333 !important;
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #6ebef7;
	margin:-1px;
	margin-top:-4px;
	padding-top:4px;
	padding-bottom:6px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;	
	-moz-box-shadow: inset 1px 2px 2px #cccccc;
	-webkit-box-shadow: inset 1px 2px 2px #cccccc;
	box-shadow: inset 1px 2px 2px #cccccc;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
	background-image:    -moz-linear-gradient(top, #e6e6e6, #ffffff);
	background-image:     -ms-linear-gradient(top, #e6e6e6, #ffffff);
	background-image:      -o-linear-gradient(top, #e6e6e6, #ffffff);	
}
.blue-nav ul li a:hover{
	text-shadow:none;
	border-top:1px solid #357dc1;
	border-left:1px solid #357dc1;
	border-right:1px solid #357dc1;
	color:#ffffff !important;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin:-1px;
	margin-top:-4px;
	padding-top:4px;
	padding-bottom:6px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #6ebef7;
	background-image: none;	
}


#contest-details .content{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin-bottom:12px;
}

#contest-tabs{
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

#write-ad{
	align:center;
	padding:10px;
	border-right:solid 1px #cccccc;
}
#write-ad .orange-btn{
	width:200px;
	padding:10px;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
}
#CreativeBriefTab .content{
	padding:10px;
}
#targeting{
	padding:10px;
	overflow:auto;
}
#targeting h3{
	padding-bottom:10px;
}
#text-guidelines-content{
	margin:10px;
}
#tip-box{
	width:300px; 
	margin:0 auto;
	margin-bottom: 40px;
	text-align:center;
}
#container-guidelines{
	max-height:300px;
	overflow:auto;
	border:1px solid #cccccc;
	margin:10px;
}
#ad-summary .yellow-box{
	font-weight:bold;
	font-size:30px;
	line-height:30px;
}
#ad-summary .main-p{
	font-size:22px;
	line-height:26px;
	font-weight:bold;
}
#ad-summary .sub-p{
	font-size:18px;
	line-height:22px;
}
#ad-summary .link-p{
	font-size:12px;
	line-height:12px;
}
.ad-summary-actions{
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
}
#write-ad-image h3{
	margin-bottom:15px;
}
#write-ad-text h3{
	margin-bottom:15px;
}
.find-image-btn{
	margin-bottom:10px;
}
.find-image-btn a{
	margin-right:10px;
}
.find-image-btn span{
	font-style:italic;
	color:#666666;
}
.container-image-description{
	margin-bottom:10px;	
}
.container-fb-image-preview{
	margin:10px 0px;
}
.writer-submit-btns{
	margin:0 auto;
	width:120px;
}
#write-ad-default{
	padding:50px 0px 15px;
}
.writer-submit-btns .orange-btn-square{
	margin:0 auto;
	width:70px;
	padding:5px;
	text-align:center;
}
.container-ask-question{
	text-align:center;
	font-size:14px;
	padding-top:20px;
	padding-bottom:20px;
}
.container-ask-question a{
	text-decoration:none;
}
.container-ask-question a:hover{
	text-decoration:underline;
}
.writers-checklist p{
	margin-top:10px;
}
.writers-checklist p a{
	font-size:14px;
	text-decoration:none;
}
.writers-checklist p a:hover{
	text-decoration:underline;
}

.writer-submit-btns .orange-btn-square-disable{
	margin:0 auto;
	width:70px;
	padding:5px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#ffffff;
	font-weight:bold;
	text-shadow: -1px -1px 0px #c0c0c0;
	border:1px solid #c0c0c0;
	font-size:14px;	
	-moz-box-shadow: inset 0px 1px #eeeeee;
	-webkit-box-shadow: inset 0px 1px #eeeeee;
	box-shadow: inset 0px 1px #eeeeee;
	background-color:#cccccc;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e49b19), to(#f7cf6e));
	background-image: -webkit-linear-gradient(top, #eeeeee, #f7cf6e);
	background-image:    -moz-linear-gradient(top, #dddddd, #cccccc);
	background-image:     -ms-linear-gradient(top, #e49b19, #f7cf6e);
	background-image:      -o-linear-gradient(top, #e49b19, #f7cf6e);
}
#targeting p{
	height:25px;
}
/* End Facebook Contest Page */
/* AdWords Page */
.adwords-ad{
	background-color:#ffffff;
	padding:10px;
}
#adwords-preview{
	border:1px solid #cbcbcb;
	background-color: #ededed;
	padding:15px;
}
.adwordsAdBox{
	width:255px;
	background-color:#ffffff;
	padding:10px;
	margin:0px auto;
}
.container-adwords-preview{
		margin:15px 0px;
}
#write-ad-success{
	margin-top:30px;
}
/* End AdWords Page */
.more-less{
	margin-bottom:20px;
}
.more-block	{
	height:80px;
	overflow:hidden;
	margin-top:10px;
	
}
.more-less .continued{
	padding-bottom:10px;
}
#adwords-container .wysiswyg{
	width:auto !important;
}

.guidelinesPreview ul, .guidelinesPreview ol{
	margin-left:17px;
}
.guidelinesPreview{
	border:1px solid #cccccc; 
	margin: 5px 0px;
	padding: 5px;
	width:470px;
	background-color:#ffffff;
}
#text-guidelines-content ol, #text-guidelines-content ul{
	margin-left:17px;
}
/*******************************/
/* Landing Page Test 8/18/2011 */
/*******************************/
#p-container{
	background-color:#ffffff;
	padding:24px 0px;
}
.p-a {
	color:#2970B5;
	text-decoration:none;
	font-weight:bold;
}
.p-a:hover {
	text-decoration:underline;
}	
/* Banner */
.p-banner{
	margin-bottom:15px;
	text-align:center;
}
.p-banner h1{
	color:#2970B5;
	font-size:39px;
	line-height:39px;
}
.p-banner p{
	color:#333333;
	font-size:26px;
	font-weight:bold;
	line-height:44px;
}
.sub-heading{
	color:#888888;
	font-weight:bold;
	font-size:14px;
	text-shadow: 1px 1px 0px #f7f7f7;
}
.b-underline{
	background:url("images/banner_head_bg.jpg") no-repeat scroll 515px bottom transparent;
	padding:5px 0px;
}
/* How does it work */
.container-how{
	padding:10px 10px 30px 10px;
}
.container-how h2{
	color:#2970B5;
	font-size:24px;
	line-height:24px;
	margin-bottom:10px;
}
.container-steps{
	text-align:center;
	font-weight:bold;
	width:160px;
	height:180px;
	color:#666666;
	border-bottom:1px solid #666666;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;	
	-moz-box-shadow: inset 0px 1px #fff;
	-webkit-box-shadow: inset 0px 1px #fff;
	box-shadow: inset 0px 1px #fff;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background-image:    -moz-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background-image:     -ms-linear-gradient(top, #e6e6e6, #ffffff 27px);
	background-image:      -o-linear-gradient(top, #e6e6e6, #ffffff 27px);	
}

.container-steps-green{
	margin-bottom:10px;
	margin-right:10px;
	color:#666666;
	border:1px solid #4b741f;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;	
	-moz-box-shadow: inset 0px 1px #fff;
	-webkit-box-shadow: inset 0px 1px #fff;
	box-shadow: inset 0px 1px #fff;
	background-color: #689d32;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8dcd4f), to(#689d32));
	background-image: -webkit-linear-gradient(bottom, #689d32, #8dcd4f 20px);
	background-image:    -moz-linear-gradient(bottom, #689d32, #8dcd4f 20px);
	background-image:     -ms-linear-gradient(bottom, #689d32, #8dcd4f 20px);
	background-image:      -o-linear-gradient(bottom, #689d32, #8dcd4f 20px);		
}
.container-steps-green p{
	text-align:center;
	color:#ffffff;
	font-size:18px;
	text-shadow: -1px -1px 0px #4b8b1c;
	margin:5px;
	font-weight:bold;
}

/* Value Calculator */
.container-delivered{
	padding:10px 0px 30px 0px;
}
.container-delivered h2{
	color:#2970B5;
	font-size:24px;
	line-height:24px;
	margin-bottom:10px;
	padding-left:10px;
}
.container-delivered h3{
	color:#888888;
	margin:24px 0px 0px 0px;
	font-weight:normal;
	font-size:24px;
	line-height:24px;
	text-shadow: -1px -1px 0px #6f6f6f,1px 1px 0px #f7f7f7;
}
.container-stats input{
	font-size:20px;
	margin-bottom:6px;
	padding-left:3px;
	width:100px;
	border:1px solid #808080 !important;
	-moz-box-shadow: inset 0px 1px #fff;
	-webkit-box-shadow: inset 0px 1px #fff;
	box-shadow: inset 0px 1px #fff;
	background-color: #ffffff!important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff)) !important;
	background: -webkit-linear-gradient(top, #e6e6e6, #ffffff) !important;
	background: -moz-linear-gradient(top, #e6e6e6, #ffffff) !important;
	background: -ms-linear-gradient(top, #e6e6e6, #ffffff) !important;
	background: -o-linear-gradient(top, #e6e6e6, #ffffff) !important;		
}
.boost-number{
	padding:35px 0px 6px;
}
.container-value-calc{
	text-align:center;
	height:195px;
	border-top:1px solid #838383;
	border-bottom:1px solid #838383;
	background-color:#d6d6d6;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8dcd4f), to(#689d32));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #d6d6d6);
	background-image:    -moz-linear-gradient(top, #f0f0f0, #d6d6d6); 
	background-image:     -ms-linear-gradient(top, #f0f0f0, #d6d6d6);
	background-image:      -o-linear-gradient(top, #f0f0f0, #d6d6d6);	
}
.container-stats{
	border-right:1px solid #c1c1c1;
	height:100%;
	width:300px;
}
.container-amount{
	border-left:1px solid #eeeeee;
	border-right:1px solid #c1c1c1;
	height:100%;
	width:300px;
}
.container-value{
	border-left:1px solid #eeeeee;
	height:100%;
	width:370px;
}
.p-faqs{
	padding:10px 10px 0px 0px;
}
#boost-amount{ 
	color:#1186ca; 
	font-weight:bold;
	font-size:36px;
	text-shadow: -1px -1px 0px #06517c, 1px 1px 0px #f5fbff;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
	border-bottom-right-radius:15px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-br{
	border-bottom-left-radius:15px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-br{
	border-top-right-radius:15px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-br{
	border-top-left-radius:15px !important;
}
.ui-slider-horizontal{
	height:18px !important;
}
.ui-slider .ui-slider-handle{
	height:24px !important;
	width:24px !important;
}
.ui-state-hover, .ui-state-focus{
	border:1px solid #ffa600 !important;
}
.ui-widget-content{
	border:1px solid #808080 !important;
	-moz-box-shadow: inset 0px 1px #fff;
	-webkit-box-shadow: inset 0px 1px #fff;
	box-shadow: inset 0px 1px #fff;
	background-color: #ffffff!important;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#ffffff)) !important;
	background: -webkit-linear-gradient(top, #e6e6e6, #ffffff) !important;
	background: -moz-linear-gradient(top, #e6e6e6, #ffffff) !important;
	background: -ms-linear-gradient(top, #e6e6e6, #ffffff) !important;
	background: -o-linear-gradient(top, #e6e6e6, #ffffff) !important;	
}

#boost-slider .ui-widget-header{	
	-moz-box-shadow: inset 2px 5px 5px #ffc785;
	-webkit-box-shadow: inset 2px 5px 5px #ffc785;
	box-shadow: inset 2px 5px 5px #ffc785;
	border-top-left-radius:15px !important;
	border-bottom-left-radius:15px !important;
	background-color:#ff8105 !important;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8105), to(#ffa600)) !important;
	background-image: -webkit-linear-gradient(top, #ff8105, #ffa600) !important;
	background-image:    -moz-linear-gradient(top, #ff8105, #ffa600) !important; 
	background-image:     -ms-linear-gradient(top, #ff8105, #ffa600) !important;
	background-image:      -o-linear-gradient(top, #ff8105, #ffa600) !important;	
}
#value-delivered{
	background-color:#fff; 
	border:8px solid #f6931f; 
	padding:10px;
	border-radius: 10px;
	height:46px;
	overflow:hidden;	
}
#value-delivered p{
	color:#888888;
}
.value-callout{
	color:#333333 !important;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:5px;
}
.value-callout-p{
	color:#888888;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}
#savings-btn, #volume-btn{
	margin-top:10px;
	padding:5px 15px;
}

/* Clients */
.container-clients{
	padding:10px 10px 30px 10px;
}
.container-clients h2{
	color:#2970B5;
	font-size:24px;
	line-height:24px;
	margin-bottom:10px;
}
.container-clients .slideshow{
	padding:0px 0px 0px 15px;
}
.container-clients .cafe{
	padding:0px 25px 0px 0px;
}
/* Sign-Up */
.container-sign-up{
	padding:20px;
}
.p-sign-up{
	margin:0 auto;
	width:230px;
	padding:17px;
	font-size:22px !important;
	text-align:center;
}
/* End Landing Page Test 8/18/2011 */


.star{
	height:28px;
	width:26px;
	position:absolute;
	top:-8px;
	left:64px;
}
.novice { background:url(/content/images/star-sprite.png) no-repeat -87px 0px; }
.inkslinger { background:url(/content/images/star-sprite.png) no-repeat -60px 0px; }
.wordsmith { background:url(/content/images/star-sprite.png) no-repeat -33px 0px; }
.code { background:url(/content/images/star-sprite.png) no-repeat 0px 0px; }

.novice-small{background:url(/content/images/star-sprite-small.png) no-repeat -48px 0px;}
.inkslinger-small{background:url(/content/images/star-sprite-small.png) no-repeat -33px 0px;}
.wordsmith-small{background:url(/content/images/star-sprite-small.png) no-repeat -18px 0px;}
.code-small{background:url(/content/images/star-sprite-small.png) no-repeat 0px 0px;}

#topAlert { position:fixed; top:40px; left:0px; width:100%; z-index:99999; }
#topAlert .message { -moz-border-radius: 4px; -webkit-border-radius: 4px; margin:5px; padding:2px; border:1px solid #9bc7ed; background-color: #e4f3ff; line-height:12px; color:#333333; width:450px; font-weight:bold; line-height:140%; }

.authorbox { border:solid 1px #c4c4c4; background-color:#ddd;padding:5px; width:300px; height:103px; }
.authorbox #imgAuthor { background:url(/content/images/blankauthorpic.PNG) no-repeat; height:101px; width:101px; display:block; float:left; }
.authorbox #imgAuthor a { position:relative; float:right; width:30px; height:30px; }
.authorname { color:#148BDF; font-size:11pt; font-weight:bold; }

#StarGroup { color:#2770b4; }
#StarGroup a { text-decoration:none; }
#StarGroup .active { background-color:#2770B4; color:White; }
.starbox { display:inline-block; height:20px; padding:5px 10px 5px 0px; text-decoration:none; float:left; text-decoration:none; font-weight:bold; margin:2px; }
.AllStar { background:url(/content/images/allstar.png) no-repeat; }
.UnknownStar { background:url(/content/images/unknownstar.png) no-repeat; }
.WordsmithStar { background:url(/content/images/star1.png) no-repeat; }
.InkSlingerStar { background:url(/content/images/star2.png) no-repeat; }
.NoviceStar { background:url(/content/images/star3.png) no-repeat; }
.CodeStar { background:url(/content/images/star4.png) no-repeat; }

.overallbutton { background:url(/content/images/overallicon.png) no-repeat; padding-left:40px; border:solid 1px #D4D7C9; height:40px; vertical-align:middle; font-size:11pt; font-weight:bold; }
.googleadwordsbutton { background:url(/content/images/googleicon.png) no-repeat; padding-left:40px; border:solid 1px #D4D7C9; height:40px; vertical-align:middle; font-size:11pt; font-weight:bold; }
.adcenterbutton { background:url(/content/images/googleicon.png) no-repeat; padding-left:40px; border:solid 1px #D4D7C9; height:40px; vertical-align:middle; font-size:11pt; font-weight:bold; }
.facebookimageadbutton { background:url(/content/images/fbicon.png) no-repeat; padding-left:40px; border:solid 1px #D4D7C9; height:40px; vertical-align:middle; font-size:11pt; font-weight:bold; }
.facebooktextadbutton { background:url(/content/images/fbicon.png) no-repeat; padding-left:40px; border:solid 1px #D4D7C9; height:40px; vertical-align:middle; font-size:11pt; font-weight:bold; }
.customadimageadbutton { background:url(/content/images/fbicon.png) no-repeat; padding-left:40px; border:solid 1px #D4D7C9; height:40px; vertical-align:middle; font-size:11pt; font-weight:bold; }
.customadtextadbutton { background:url(/content/images/fbicon.png) no-repeat; padding-left:40px; border:solid 1px #D4D7C9; height:40px; vertical-align:middle; font-size:11pt; font-weight:bold; }
#adTypeOptions a { text-decoration: none; }
#adTypeOptions .active { background-color:#2770B4; color:White; }

.caution { background:url(/content/images/alert.jpg) no-repeat 5px 3px; padding: 3px 3px 3px 25px; margin:2px 0px; border:1px solid #CECBCB; background-color: #FFF5D5; line-height:12px; color:#555; font-size:8pt; }
.caution:hover{ border:1px solid #CECBCB; background-color:#FFF5D5;	color:#222; cursor:default; }
#TipsTable .up { background: url(/Content/images/arrow-up.gif) no-repeat; text-decoration:none; display:block; height:13px; width:14px; }
#TipsTable .down { background: url(/Content/images/arrow-down.gif) no-repeat; display:block; text-decoration:none; height:13px; width:14px; }

#targeting p { display:inline; }
#targeting div
{
	padding:3px;
	margin:4px 0px;
	border:1px solid #9bc7ed;
	background-color: #e4f3ff;
	line-height:14px;
	color:#333333;
	text-wrap: unrestricted;
	overflow:hidden;
}
#targeting div:hover 
{
	border:1px solid #357DC1;
	background-color:#6ebef7;
	color:#ffffff;
	cursor:default;
}

#targeting .smallround {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

