*,body,html{
    font-size: 12px;
    font-family: Arial;
    margin: 0;
    padding: 0;
}
.hidden {
    display:none;
}
.voting.cancellation {
    opacity: 0.3;
}
.voting.cancellation img{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity = 30)";/* IE8 */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 30); /* IE5+ */
    filter: alpha(opacity=30);/* IE4- */
}

img{
    border: 0;
}
#you_got_answers_div{
    display:none;
}
#ask_a_question_a{
    display:inline-block;
    width:140px;
    height:26px;
    background: url('/static/images/gadget/ask_a_question_140x26.gif') 0 0 no-repeat transparent;
    text-decoration: none;
}
#you_got_answers_a{
    display:inline-block;
    padding-right: 12px;
    width:128px;
    height:26px;
    line-height:26px;
    background: url('/static/images/gadget/you_got_answers_140x26.gif') 0 0 no-repeat transparent;
    font-family:Tahoma;
    font-size: 12px;
    color:#ffffff;
    text-decoration: none;
    text-align: right;
}

.section {
	width: 604px;
	background: #f6f8fa;
	margin: 30px 0 20px 0;
}
ul.minitabs {
	height: 36px;
	line-height: 27px;
	list-style: none;
	background: #f6f8fa url(/static/images/new/tab-bg.gif) no-repeat right bottom;
	margin:0;padding:0;
}
.minitabs li {
	width:124px;
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	color: #fff;
	cursor: pointer;
	background: #777777 url(/static/images/new/tab-top-1.gif) no-repeat left top;
	position: relative;
	text-align:center;
}
.minitabs li:hover {
	color: #fff;
	background: #434343 url(/static/images/new/tab-top-0.gif) no-repeat left top;
}
.minitabs li.current {
	color: #fff;
	background: #434343 url(/static/images/new/tab-top-0.gif) no-repeat left top;
}
.box {
	display: none;
	background: #434343 url(/static/images/new/login-form-bg.gif) no-repeat left bottom;
	padding: 30px;
	width: 544px;
	color:white;
}
.box.visible {
	display: block;
}
.inv-tab{
	background: #f6f8fa !important;
	line-height: 13px;
	width:90px !important;
	}
.inv-tab a img{border:none;}

.gray-table{
	border:none;
	}
.gray-inp{
	border: 2px #7e7e7e solid;
	background:#e4e4e4;
	color: black;
	margin: 6px 0;
	padding:4px;
	width: 250px;
	}
.gray-inp2{margin: 6px ;}
.gray-inp:focus, .gray-inp:hover{border: 2px #356fcb solid;background:white;}
.blue-button,.blue-button2{
	border: 1px solid #0c3982;
	background: #356fcb;
	padding: 8px 32px;
	margin: 12px 0;
	color: white;
	text-align:center;
	text-shadow: 1px 1px 1px #275abd;
	font-weight:bold;
    cursor:pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.4);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}
.blue-button:hover, .blue-button:focus{
	margin: 13px 0 11px 0;
	background: #4a85e3;
	text-decoration:none !important;
	}

.blue-button2:hover, .blue-button2:focus {
    background: #4a85e3;
    text-decoration: none !important;
}
.fr{
	text-align:right;
	width: 180px;
	padding-right: 18px;

	}
/* ask a Q */
.ask-title{
	padding-bottom: 16px;
	font-size:20px;
	color:#434343;
	font-weight:normal;
	}
.ask-title a{
    font-size:20px;
    font-weight:normal;
}
#ask-full{
    width: 547px;
    padding: 30px 20px;
    margin: 30px 0 30px 0
    height: 1%;
     background: #f8f8f8;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     border-radius: 6px;
	 border:1px solid #ececec;
 }
 .ask-sel{
     width:545px;
     padding: 5px;
     border: 1px #7e7e7e solid;
     background:#fff;
     margin: 5px 0 10px 0;
 }
 #labels_container ul {
     list-syle:none!important;
     padding:8px!important;
     background:white!important;
}
#ask-full:after{
    content: '';
    display: block;
    clear: both;}
#ask-full label{
     font: normal 12px Arial;
     color: #6d6d6d;
     line-height:10px;
 }
#ask-full label.error{
    color: #CC0000;
    display: block;
}
.box label.error{
    color: #FF6666;
    display: block;
}
.ask-inp{
     width:545px;
     padding: 5px;
     border: 1px #7e7e7e solid;
     background:#fff;
     margin: 5px 0 10px 0;
 }
.ask-inp2{
    width:444px;
    padding: 5px;
    border: 1px #7e7e7e solid;
    background:#fff;
    margin: 5px 0 10px 0;
}
.ask-inp:hover, .ask-inp:focus,
.ask-inp2:hover, .ask-inp2:focus{
     border:1px solid #7e7e7e;
     background:white;
 }
.comment-label, .answer_link, .thank-label {
    margin:15px 10px 0 0;
	color: #356FCB;
	font-weight:bold;
}

.mark-as-best{
    margin:0 10px 0 0;
}

.comment-tarea{
    width:530px;
    height:120px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #7E7E7E;
    margin: 10px 0 5px 0;
    padding: 5px;
}
.ask-tarea{
    width:545px;
    height:150px;
    padding: 5px;
    border: 1px #7e7e7e solid;
    background:#fff;
    margin: 5px 0;
 }
.ask-description{
    height:auto;
}
.comment-tarea:focus, .ask-tarea:focus{
     border:1px solid #7e7e7e;
     background:white;
 }

.question-edit-tarea {
    width:400px;
    height:100px;
    padding: 5px;
    border: 1px #7e7e7e solid;
    background:#f9faff;
    margin: 5px 0;
}
.comment-edit-tarea {

}
.answer-edit-tarea {

}

.comment-container{
    display:none;
}
/*question page*/
.header{
    height:45px;
    width:580px;
    margin: 10px 0 0 10px;
}
.logodiv{
    float:left;
}
.logotext{
    font-family: Arial;
    font-size: 11px;
    color:#356FCB;
}
.titlediv{
    float:right;
    line-height: 45px;
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
}
.clearer, .spacer{
    clear: both;
}
.the_question{
    background-color: #F0F5FE;
    border-radius: 5px;
    width:580px;
    margin: 15px 0 0 10px;
}
.questioner_info{
    float:left;
    width:110px;
    overflow: hidden;
    margin: 10px 0 10px 10px;
}
.question_body{
    float:left;
    width:450px;
    margin: 10px 10px 10px 0;
}
.question_body h1{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #028FF1;
}
.answers_count{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color:#0066FF;
    clear:both;
    margin: 10px 0 10px 10px;
}
.answer_item{
    width:580px;
    margin: 10px 0 20px 10px;
    clear:both;
}
.answer_info{
    float:left;
    width:120px;
    overflow: hidden;
}
.answer_body{
    float:left;
    width:450px;
    margin: 0 10px 0 0;
}
.username{
    font-family: Arial;
    font-size: 12px;
    color:#263C86;
}
.rating{
    font-family: Arial;
    font-size: 11px;
    color:#7A7B80;
}
.rating .numvalue{
    font-family: Arial;
    font-size: 11px;
    color: #000;
}
.posting_date{
    font-family: Arial;
    font-size: 11px;
    color:#7A7B80;
}
.statistic{
    font-family: Arial;
    font-size: 12px;
    color:#767575;
    background-color: #D4E9FF;
    margin:10px 10px 0 0;
    border-radius: 5px;
    line-height: 17px;
    padding: 8px;
}
.statistic .highlight{
    font-family: Arial;
    font-size: 12px;
    color:#366ECB;
}
.comment_body{
    border-top: 1px solid #D7E0E7;
    color: #656565;
    float: right;
    margin: 10px 10px 0 0;
    padding-top: 10px;
    width: 450px;
}
.comment_footer{
    float: right;
    width: 450px;
    margin: 0 10px 10px 0;
}
.pagination{
    text-align: right;
    width:580px;
}
.pagination li{
    display: inline-block;
    margin-left: 5px;
    padding: 5px;
    border: 1px solid #C4CCDA;
    border-radius:3px;
    color:#0066FF;
}
.pagination li a{
    color:#0066FF;
    text-decoration: none;
}
.pagination li a:hover{
    text-decoration: underline;
}

.pagination li.active_page{
    background-color: #D4E9FF;
    border-color: #9BC8F6;
}
.button_block{
    font-family: Arial;
    font-size: 11px;
    color:#888888;
    margin-top: 10px;
}
.labels_title{
    font-family: Arial;
    font-size: 11px;
    line-height: 20px;
}
.tag span{
    display:block;
    font:11px Arial;
    color:#0B1847;
    background-color:#DEE5F3;
    padding:3px 5px 3px 5px;
    border-radius:4px;
    -moz-border-radius:4px;
    white-space: nowrap;
    text-decoration:none;
}
.button_block .tag{
    float:left;
    margin:0 0 5px 5px;
}

a {
    color: #366ECB;
}
a:visited {
    color: #366ECB;
}







