body {
	padding:0;
	margin:0;
	background-color: #2c2c2c;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url("/themed/client/img/helixdigital-background-body.gif");
}

a {
	text-decoration:none;
	color:#93D1F2;
}

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

h1, h, h3 {
	color:#fff
	font-family: Century Gothic,Arial,Helvetica,sans-serif;
}

.clear {
	clear:both;
	line-height:1px;
	height:1px;
}

#failureMessage, #authMessage, #successMessage {
	margin-top:-75px;
	margin-bottom:95px;
}

#header {
	height:304px;
	background:url("/themed/client/img/header_background.png") no-repeat 549px 10px;
}

#header #siteLogo {
	margin: 70px 0 0 70px;
}

#header div.homeLink {
	background:url("/themed/client/img/home_icon.png") no-repeat;
	height:72px;
	line-height:60px;
	padding-left:50px;
	margin-top:20px;
}

#header div.homeLink a {
	font-weight:bold;
}

#page {
	width:960px;
	margin:0 auto;
}

#WAContent {
	margin-top:-75px;
}

.topicStatus {
	font-style: italic;
}

/**
 * Comment count
 */ 
div.commentCount h3 {
	color:#fff;
	font-size:1.6em;
	font-family: Century Gothic,Arial,Helvetica,sans-serif;
}

/**
 * comment list
 */ 
div.commentList ol {
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}

div.commentList li {
	margin: -10px 0 10px 0;
	padding-top:10px;
}

div.commentList ol ol {
	padding-left:4em;
}

div.commentList div.avatar {
	border:2px solid #93D1F2;
	background: #fff;
	padding:3px;
	width:65px;
	height:65px;
	text-align:center;
	float:left;
	clear:both;
}


div.commentList div.content, div.commentList cite {
	border:2px solid #93d0f0;
	background: #e6e7e8;
	padding:10px;
	margin-left:100px;
	color: #2c2c2c;
}

div.commentList cite a, div.content a {
	color: #2E97D0 !important;
}

div.commentList cite {
	background:#e6e7e8 url("/themed/client/img/helixdigital-background-cite.gif");
	background-repeat: no-repeat;
	border-bottom:none;
	border-left:none;
	border-top:none;
	display:block;
	margin-left:86px;
	padding:12px 10px 10px 26px;
}

div.commentList cite .author {
	color:#2c2c2c;
	font-size:1.2em;
	font-weight:bold;
	font-style:normal;
}

div.commentList cite .date {
	font-size: 8pt;
	color: #666;
	display:block;
	margin-top: 5px;
} 

div.commentList div.content {
	border-top:none;
	font-size:0.9em;
}

div.commentList li.moderator cite, div.commentList li.moderator .content {
	background:#e7e8e9;
	border-color:#93d0f0;
}

div.commentList li.moderator cite {
	background:#e7e8e9 url("/themed/client/img/helixdigital-background-cite.gif") 0 -105px no-repeat;
}

div.commentList li.moderator cite .author {
	background:url("/themed/client/img/moderator_background.gif") no-repeat;
	background-position: left;
	padding-left:96px;
}

div.commentList li.closed .content, div.commentList li.closed .avatar, div.commentList li.closed cite .date, div.commentList li.closed ol {
	display:none;
}

div.commentList li.closed cite {
	background:#93d0f0;
	border:none;
	margin-left:0;
	padding:10px;
	height:auto;
}

div.commentList .list {
	float:left;
	width:740px;
	margin-bottom:20px;
}

div.commentList .voteOptions, div.commentList .showvote {
    float:right;
}
 
div.commentList .showvote, div.commentList .expand {
	font-size:0.9em;
	font-style:normal;
}

div.commentList .voteOptions a.vote {
	width:17px;
	height:17px;
	display:block;
	text-indent:-10000px;
	margin-left:3px;
	float:left;
	outline:none;
}

div.commentList .voteOptions a.vote.positive {
	background:url("/themed/client/img/button-positive.gif") no-repeat;
	background-position: left top;
	float: left;
	height: 33px;
	width: 33px;
	margin: 0;
}

div.commentList .voteOptions a.vote.negative {
	background:url("/themed/client/img/button-negative.gif") no-repeat;
	background-position: left top;
	float: left;
	height: 33px;
	width: 33px;
	margin: 0;
}

div.commentList #voteSpinner {
	float:right;
}

.tally {
	display: block;
	height: 33px;
	line-height: 31px;
	margin-right: 5px;
}

/**
 * Comment form
 */ 
div#commentForm {
	clear:both;
	background:#94d1f2;
	padding:10px 20px;
	border:1px solid #00568A;
	overflow:hidden;
	width:915px;
	background-image: url("/themed/client/img/helixdigital-background-commentForm.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#commentForm h3 {
	color:#00568A;
	margin:0;
	font-size:1.2em;
	line-height: 30px;
}

div#commentForm #emailTip a {
	border-bottom: 1px dotted;
	color: #00568A;
}
div#commentForm form {
	background:#fff;
	border:1px solid #00568A;
	width:50%;
	padding:10px;
	overflow:auto;
	float:left;
}

div#commentForm form label {
	display:block;
	float:left;
	font-size:0.9em;
	font-weight:bold;
	margin-right:5px;
	text-align:right;
	width:140px;
	color: #2c2c2c;
	}

div#commentForm form .input {
	margin-bottom:5px;
}

div#commentForm form input, div#commentForm form textarea {
	font-family:Arial,sans-serif;
}

div#commentForm form .input.checkbox {
	clear: both;
}

div#commentForm .charsLeft {
	float:left;
	font-size:0.8em;
	font-style:italic;
	height:26px;
	line-height:26px;
	margin-left:145px;
	color: #2c2c2c;
}

div#commentForm .submit {
	margin-left: 250px;
	display: inline-block;
	width: 120px;
}

div#commentForm .submit button {
}

div#commentForm .submit button:hover {
	background:url("/themed/client/img/button.gif") 0 -26px;
}

div#commentForm .emailInfo {
	display:none;
}

div#commentForm form textarea {
    height:100px;
}

div#commentForm #emailTip {
	float:left;
	margin-left:20px;
	width:44.6%;
}

div#commentForm #emailTip h3 {
	height:55px;
	background:url("/themed/client/img/tip.png") no-repeat;
	color: #00568A;
	padding-left:45px;
}

div#commentForm #emailTip h3 span {
	color:#00568A;
	font-style:italic;
	display:block;
	font-size:0.9em;
}

div#commentForm #emailTip p {
	font-size:0.85em;
}

div#commentForm .form-error {
	background:#FEEBEB;
}

div#commentForm .error-message {
	color: red;
	margin-left:110px;
	background:url("/img/icons/cross_small.gif") no-repeat;
	margin-top:2px;
	padding-left:18px;
}

#commentVoteForm label {
    font-weight:bold;
    display:block;
}

#commentVoteForm .text input {
    width: 200px;
    margin-bottom:2px;
    padding:4px;
}

#commentVoteForm .text {
    margin-bottom:10px;
}

#commentVoteForm .form-error {
    background:#FEEBEB;
    border:1px solid red;
}

#commentVoteForm .error-message {
    color:red;
    background:url("/img/icons/cross_small.gif") no-repeat;
    padding-left:18px;
    height:18px;
    line-height:18px;
}

/* Sidebar */

#sideBar {
	margin:10px 0 20px 0;
	width:200px;
	font-size:0.9em;
	float:right;
	overflow:hidden;
}

#sideBar h2 {
	margin-top:0;
	font-size:1.2em;
}

#sideBar .sponsor {
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:20px;
}

#sideBar .poweredBy {
	margin-top:50px;
	font-size:0.9em;
}

#sideBar .poweredBy ul {
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}

/*Footer */

#footer {
	clear:both;
	border-top:1px solid #fff;
	margin:20px 0 40px 0;
	font-size:0.75em;
	padding-top:20px !important;
	padding-top:10px;
	overflow:hidden;
	width:960px;
}  

#footer div.links {
	float:left;
	border-right:1px solid #fff;
	width:150px;
	height:100px;
	padding-left:9px;
	margin-bottom:40px;
}

#footer div.links h3 {
	font-family: Century Gothic,Arial,Helvetica,sans-serif;
	margin-top:5px;
	font-size:10pt;
}

#footer div.links ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer div.copyright {
	/*background:url("/themed/client/img/copyright_background.png");*/
	height:120px;
	width:292px;
	float:left;
	margin-left:8px;
}

#footer div.copyright p {
	margin-top:5px;
}

#footer div.copyright a{
}

#footer div.copyright a:hover {
}


/**
 * Archive page
 */ 
#WAForumTopicsArchive #topicArchiveHeading {
	margin:30px 0 5px 0;
}

#WAForumTopicsArchive .sortTopics {
	vertical-align:middle;
	font-size:1em;
	overflow:auto;
}

#WAForumTopicsArchive .sortTopics h3 {
	margin:0 5px 0 0;   
	float:left;
	color:#fff;
	font-size:1em;
}


#WAForumTopicsArchive .sortTopics ul {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
	font-size:1em;
}

#WAForumTopicsArchive .sortTopics ul li {
	float:left;
	border-left:1px solid #fff;
	padding:0 5px;
}

#WAForumTopicsArchive #topicsList {
	margin:40px 0;
}

#WAForumTopicsArchive .topic {
	position:relative;
	margin-bottom:20px;
	height:auto !important;
	height:104px;
	min-height:104px;
}

#WAForumTopicsArchive .topic h2 {
	margin:0 0 5px 0;
	font-size:1.4em;
	font-family: Century Gothic,Arial,Helvetica,sans-serif;
}

#WAForumTopicsArchive .topic .openDate {
	display:block;
}

#WAForumTopicsArchive .topic .topicHeading, #WAForumTopicsArchive .topic cite, #WAForumTopicsArchive .topic .topicInfo, #WAForumTopicsArchive .topic .openDate,
#WAForumTopicsArchive .topic .topicContent {
	margin-left:165px;
}

#WAForumTopicsArchive .topic .topicContent {
	margin-top: 10px;
}

.topicHeading h2 {
	font-family: Century Gothic,Arial,Helvetica,sans-serif;
	color: #fff;
}

#WAForumTopicsArchive .topic .topicImage {
	position:absolute;
	border:2px solid #00568A;
	height:100px;
	line-height:100px;
	width:150px;
	background:#FFFFFF;
	text-align:center;
	top:0;
	left:0;
	overflow:hidden;
}

#WAForumTopicsArchive .topic .topicImage img {
	bottom:0;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0;
}

/***** Paginator links *****/
div.basicPaginatorLinks { margin: 1em 0; }

div.basicPaginatorLinks div { display: inline; }

div.basicPaginatorLinks span a {
    margin-right: 0.1em;
    padding: 0.05em 0.3em;
    border: 1px solid #FFAA00;
}

div.basicPaginatorLinks span.current {
	background: #FFAA00 none repeat scroll 0 0;
	border: 1px solid #FFAA00;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 0.1em;
	padding: 0.05em 0.3em;
}

div.basicPaginatorLinks div.previous a, div.basicPaginatorLinks div.next a {
    margin-right: 0.1em;
    padding: 0.05em 0.3em;
    border: 1px solid #FFAA00;	
}

div.basicPaginatorLinks div.previous .disabled, div.basicPaginatorLinks div.next .disabled {
    border: 1px solid #B3B3B3;
    margin-right: 0.1em;
    padding: 0.05em 0.3em;
    color: #B3B3B3;	
}

div.basicPaginatorLinks a {
	color: #FFAA00;
}

div.basicPaginatorLinks a:hover {
	text-decoration:none;
	background:#FFAA00;
	color:#FFFFFF;
}

body#Topics_iframe {
     background:transparent;  
}

#Topics_iframe #WAContent {
	margin:0;
}

#WAForumTopicsIframeView .viewArchive a, #WAForumTopicsIframeView .commentNow a {
	background-image:url("/themed/client/img/button.gif");
	background-position:0 0;
	border:medium none;
	color:#fff;
	display:block;
	height:25px;
	line-height:26px; 
	margin:12px auto;
	text-align:center;
	width:125px;
}

#WAForumTopicsIframeView .topicDetails, #WAForumTopicsIframeView  .topicSummary {
	color: #2c2c2c !important;
}

#WAForumTopicsIframeView .viewArchive a:hover, #WAForumTopicsIframeView .commentNow a:hover {
	background-position:0 -25px;
	text-decoration:none;
}

#WAForumTopicsView .topicImage img {
	display: none;
}

#WAForumTopicsIframeView h3 {
	font-size:1.2em;
	margin: 0 0 0.5em 0;
}

#WAForumTopicsIframeView p {
	margin: 0.5em 0;
}

#WAForumTopicsIframeView h3 a {
	color: #036BA3 !important;
}

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

/* ---------- Alert - Message ---------- */

#alert_message {
	display:none;
	background: #f6f3c4;
	border-bottom:1px solid #F9EC31;	
	font-weight:bold;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;	
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	color: #2c2c2c;
	font-weight: nonrmal;
}

#alert_message a {
	position: absolute;
	top: 15px;
	right: 15px;
	text-decoration: underline;
}

#alert_message a:hover {
	color: #2c2c2c;
}

#alert_message p {
	margin-left: 15px;
}
