﻿body 
{
	font-family:Arial;
	font-size:12px;
	padding:10px 10px;
}

h1
{
	font-size:18px;
	padding:10px 0;
}

h1.answer-extra-label
{
	font-size:18px;
	padding:10px 0;
	color:#02A307;
	margin-right:80px;
}

hr {
    margin-top: 15px;
    margin-bottom: 12px;
}

.answer-extra-spacer
{
	font-size:18px;
	color:#DCDCDC;
	padding:10px 0;		
}

.footer 
{
    padding-bottom: 100px;
}

.footnote
{
    display:block; 
    position: absolute; 
    bottom:0px; 
    width:95%; 
    text-align:center;
}

p
{
	padding:4px 0;
	line-height:14px;
}

a
{
	color:#4880CA;
}

a.small-link
{
	font-size:10px;
}

a.small-link.discreet
{
    text-decoration: none;
}

a.small-link .gray
{
    color: #BEBEBE;
}

a.small-link .intro
{
    padding-bottom: 5px;
    display: block;
}

.padded 
{
    display: block;
    padding-top: 4px;
}

a.inactive
{
	color: #BEBEBE;
	font-size:10px;
	text-decoration:underline;
}

.vote-up
{
	background-image: url(../images/thumbs-up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 10px;
	width: 62px;
	height: 29px;	
}

.vote-down
{
	background-image: url(../images/thumbs-down.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 62px; 
	height: 29px;
}

.vote-up a,
.vote-down a
{
	color:Black;
	text-decoration:none;
	text-align:center;
	display:block;
    height: 100%;
    width: 100%;
    padding-left: 12px;
    line-height: 30px;
    font-size: 13px;
}

.vote-up a:hover
{
	background-image: url(../images/thumbs-up-voted.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.vote-down a:hover
{
	background-image: url(../images/thumbs-down-voted.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.follow-container
{
	background-color: #EDF7EE;
	color:#000;
	border-top:1px solid #CECECE;
	border-bottom:1px solid #CECECE;
	padding:8px 15px;
	font-size:11px;
}

.follow-container-on
{
	background-color: #F9F9F9;
	color:#000;
	border-top:1px solid #CECECE;
	border-bottom:1px solid #CECECE;
	padding:8px 15px;
	font-size:11px;
}

.no-answer
{
	font-size:13px;
	padding: 10px 0;
}

.small-green
{
	color: #06BC07;
	font-size:10px;
}

.small-grey
{
	color: #676767;
    padding-top: 10px;
}

.small
{
	font-size:10px;
}

.bold
{
	font-weight:bold;	
}

.count
{
	color:#A2A2A2;
	font-size:10px;
    margin-top: 5px;
}

input[type="password"],
input[type="text"],
textarea
{
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	border:1px solid #BFBFBF;
	padding:2px 2px;
	font-size:1em;
	font-family:Arial;
}

#tags-container input[type="text"],
#ask-container input[type="text"],
#ask-container textarea
{
	width:90%;
	padding:6px 10px;
}

.nested-select select
{
	margin-bottom:10px;
}

/*FORM*/

.form
{
	
}

.form .row
{
	padding:5px 0;
	clear:left;
}

.form .row div
{
	width:120px;
	display:block;
	float:left;
    height: 22px;
    line-height: 22px;	
}

.form .row.checkboxes div {
    width: 450px;
}

.form .row.checkboxes div:nth-child(2) {
    margin-bottom: 10px;
}

.form .row input
{
	
}

.button-row
{
	padding-top:15px;
}

.validator
{
	font-size:12px;
}

/*CAPTCHA*/

.form-indent
{
	margin-left:120px;
}

/*CAPTCHA*/

/*FORM*/

.orcell 
{
    padding: 0 40px;
    vertical-align: middle;
}

.orword 
{
    background-color: white;
    margin-left: -10px;
    margin-top: 40px;
    padding: 5px;
    position: absolute;
    font-size:12px;
    font-weight:bold;
}

.orline 
{
    border-left: 1px solid #EBEBEB;
    height: 8em;
    margin: auto;
    width: 1px;
}

.left
{
	float:left;	
}

.right
{
	float:right;	
}

.clear
{
	clear:both;	
}

#footer .inner
{
	padding-top:15px;
}

/*TABS*/

/* root element for tabs  */
ul.tabs 
{
    margin:0 !important;
    padding:0;
    height:30px;
    border-bottom:1px solid #E2E2E2;
}

/* single tab */
ul.tabs li 
{
    float:left;
    padding:0;
    margin:0;
    list-style-type:none;

}

/* link inside the tab. uses a background image */
ul.tabs a 
{
    float:left;
    font-size:13px;
    display:block;
    padding:5px 30px;
    text-decoration:none;
    border:1px solid #E2E2E2;
    border-bottom:0px;
    height:18px;
    color:#000;
    margin-right:2px;
    position:relative;
    top:1px;
    outline:0;
    background-color:#F7F7F7;
    
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

ul.tabs a:hover 
{
    color:#000;
}

/* selected tab */
ul.tabs a.current 
{
    border-bottom:1px solid #fff;
    color:#000;
    cursor:default;
    background-color:#fff;
}

/* tab pane */
.panes 
{
    margin-top:10px;
}

/*TABS*/

/*AUTO COMPLETE STYLES*/
.autocomplete-w1 
{
    background: url("../../images/shadow.png") no-repeat scroll right bottom transparent;
    left: 0;
    margin: 8px 0 0 6px;
    position: absolute;
    top: 0;
}

.autocomplete 
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    cursor: default;
    margin: -6px 6px 6px -6px;
    max-height: 400px;
    overflow: hidden;
    text-align: left;
}

.autocomplete .selected 
{
    background: none repeat scroll 0 0 #F0F0F0;
}

.autocomplete div 
{
    line-height: 15px;
    padding: 5px 5px;
    white-space: normal;
}

.autocomplete strong 
{
    color: #3399FF;
    font-weight: normal;
}

.autocomplete .bottomrow-button, 
.autocomplete .bottomrow-link 
{
	border-top:1px solid #F2F2F2;
	padding:5px;
}

.autocomplete .bottomrow-link a
{
	text-decoration: none;
	font-size:10px;
	color:#4082B2;
}

/*AUTO COMPLETE STYLES*/

.breakout {
    line-height: 1.3em;
}

.breakout li
{
    list-style-type: disc;
	margin: 0px 0px 0px 20px;
}

a.thirdPartyLoginButton {
    display: block;
    width: 168px;
    height: 22px;
    padding-left: 28px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 11px;
    border-width: 0px;
    background-repeat: no-repeat;
    text-decoration: none;
}

a.thirdPartyLoginButton.google
{
    background-image: url(../../images/button_google.gif);
    color: #FFFFFF;
}

a.thirdPartyLoginButton.linkedin
{
    background-image: url(../../images/button_linkedin.gif);
    color: #000000;
}

a.thirdPartyLoginButton.twitter
{
    background-image: url(../../images/button_twitter.gif);
    color: #FFFFFF;
}

a.thirdPartyLoginButton.facebook
{
    background-image: url(../../images/button_facebook.gif);
    color: #FFFFFF;
}

.errors ul
{
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 10px;
    margin-top: 5px;
}
.errors li {
    color: red;
    line-height: 16px;
}
.post-as-private {
    margin-bottom: 20px;
}
#cpBody_usernameOrEmailLabel,
label[for=LoginViewModel_UsernameOrEmail] {
    display: block;
    line-height: 13px;
}

#recaptcha {
   display:block;
   margin: 5px 5px 5px 5px;
   width:304px; 
   height:78px
}

.input-validation-error, input.input-validation-error, textarea.input-validation-error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

#current-files
{
    margin-top: 20px;
}

#current-files li
{
    list-style-type: none;
    margin: 0px;
}

#current-files li img
{
    vertical-align: middle;
}