#new-user-form-slide{
	height: 300px;
}

.login-input{
	width:160px;
}
#welcome{
	float: left;
	width: 717px;
}
#login-box{
	float: left;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 42px;
	right: 20px;
	width: 270px;
	height: 190px;
	padding: 1px;
	border: 1px solid #D5E7B3;
	background-color: white;
	z-index:1002;
	overflow: hidden;
}

#login-message{
	color: red;
	margin:0px;
	padding:9px 0 0 11px;
	font-size:12px;
}

#login-heading{
	color: #D5E7B3;
	padding: 0px 0px 0px 20px;
	margin:-10px;
}
#login-close-button{
	position: absolute;
	top: 0px;
	left: 94%;
}

#header ul{
	border-left:1px solid #6E8F2E;
	border-right:1px solid #2E3B13;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	position:absolute;
	right:20px;
	top:0pt;
}

#header {
	background:#324B13 url(../images/header_background.png) repeat-x scroll center top;
	border-bottom:1px solid #A1A6B1;
	height:40px;
	position:relative;
	z-index:1;
} 

#header li {
	display:block;
	float:left;
	margin:0pt;
	padding:0pt;
}

#header .width {
	max-width:100%;
}

#header a:hover, #footer a:hover {
	text-decoration:underline;
}

#header ul a{
	border-left:1px solid #2E3B13;
	border-right:1px solid #6E8F2E;
	color:white;
	display:block;
	float:left;
	font-family:verdana;
	font-size:10pt;
	height:16px;
	padding:12px 10px 9pt;
	text-decoration:none;
}

.header-in-content{
	border-left: #67862B solid 2px;
	border-right: #67862B solid 2px;
	margin-bottom: 5px;
}

.header-in-content-text{
	margin:0;
	padding:10px;
	line-height:20px;
	color: #ffffff;
	font-size:20px;
}

.search-button{
   font-size:18px;
   font-family:Verdana,sans-serif;
   font-weight:normal;
   color:#FFFFFF;
   width:150px;
   height:27px;
   background-color:#86AE38;
   border-style:solid;
}
.banner {
	background:#D5E7B3 none repeat scroll 0%;
	border-bottom:1px solid #8FBA3C;
	border-top:1px solid #8FBA3C;
	height:80px;
	margin-bottom:20px;
	margin-top:10px;
	padding-left:50px;
}

.banner-content h1{
	line-height: 80px;
	padding:0px;
	margin:0px;
}

.search-text{
	border: 0px none;
	padding-left: 5px;
	margin-top:7px;
	margin-left:26px;
	font-size:20px;
}

body {
	background:#FFFFFF none repeat scroll 0% 50%;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	margin:0pt;
	min-width:610px;
	padding:0pt;
	color: #666666;
}

#title{
	top:7px;
	font-size: 20px;
	color: white;
	left:20px;
	position:relative;
	text-decoration:none;
}

.gray-box{
	border: 1px solid #D2D2D2;
	background: #F9F7F7 url('../images/block-inner-bg.png');
	background-repeat: repeat-x ;
	background-position: left top;
	padding:10px;
}

.gray-box h3{
	color: #666666;
	font-size: 95%;
	margin: 5px;
}

.gray-box li{
	font-size:13px;
}

.gray-box td{
	font-size:13px;
}

.gray-box ul{
	margin:10px;
}

.gray-box p{
	margin: 5px;
}

.outer-gray-box{
	padding: 0px;
	background: #FFFFFF url('../images/block-bg.png');
	background-repeat: repeat-x ;
	background-position: left bottom;
	padding-bottom:7px;
}

.gray-box a, .gray-question-box a{
	text-decoration: none;	
	color: #8FBA3C; 
}
.gray-box a{
	padding-left: 10px;
}
.gray-question-box a{
	font-size: 1.2em;
}

.gray-box a:hover, .gray-question-box a:hover{
	text-decoration: underline;;	
	color: #597425; 
}

.center-container{
	padding: 10px;
}

.button{
	background:#F4FBE1 url(../images/bg_input_btn.png) repeat scroll 0% 0%;
	border-color:#C8C4BB rgb(171, 164, 152) rgb(171, 164, 152) rgb(200, 196, 187);
	border-style:solid;
	border-width:1px;
	color:#645A44;
	line-height:1em;
	margin-right:5px;
	padding:3px 6px;
	text-decoration:none;
	vertical-align:middle;
}

.button:hover{
	background:#F4FADF url(../images/bg_input_btn_hover.png) repeat scroll 0% 0%;
	border-color:#99CC00 rgb(128, 170, 0) rgb(128, 170, 0) rgb(153, 204, 0);
	border-style:solid;
	border-width:1px;
	color:#395500;
}

.welcome-para{
	padding-left:13px;
}

.error-box{
	background-color: #FFEBE8;
	border: solid 1px #DD3C10;
	display:none;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	width:250px;
	float:left;
}

#new-profile-box{
	
}

#new-profile-box input{
	width:280px;
}

#user-label{
	margin:10px;
}

.left-profile-container{
	width:200px;
	margin-right:10px;
	background-color:white;
	float:left;
}

.center-profile-container{
	background-color:white;
	float:left;
	width:790px;
}

#loader{
	display:none;
}

#category-list{
	
}

#category-list-container{
	padding-right:5px;
	float: left;
	width: 170px;
}

#category-list ul{
	margin: 0px;
	padding-left:0px;
	padding-top: 5px;
	list-style: none;
}

#idea-container{
	float: left;
	width:830px;
}

.question-user-image{
	float:left;
	padding: 10px;
}

.question-answer-container{
	float:right;
	padding: 10px;
}

.question-more-container a:hover{
	cursor: pointer;
	color: #75B0DD;
}

.question-more-container a{
	color: #3779B7;
}

.question-more-img{
	padding-left: 18px;
}

.question-text{
	float:left;
	width: 600px;
}

.outer-gray-question-box{
	padding: 0px;
	background: #FFFFFF url('../images/block-bg.png');
	background-repeat: repeat-x ;
	background-position: left bottom;
	padding: 0px 2px 7px 0px;
	float:left;
	width:100%;	
}

.gray-question-box{
	border: 1px solid #D2D2D2;
	background: #F9F7F7 url('../images/block-inner-bg.png');
	background-repeat: repeat-x ;
	background-position: left top;
	float:left;
	width:100%;
}

#ask-question-container{
	float:left;
	width:530px;
}

#question-preview-container{
	float:left;
	width: 830px;
	padding-left: 10px;
}
.question-more-container{
	padding-top:5px;
}

#ask-question-cat{
	width:248px;
}

#ask-question-table td{
	vertical-align:top;
}
#ask-question-form{
	margin:0px;
}
.ask-question-slide, .answer-text{
	background-color:#FFFFFF;
	border:1px solid #D2D2D2;
	padding: 5px;
	width:560px;
}
.ask-question-meta{
	padding-bottom:5px;
}

#category-list-header img{
	margin-bottom: -3px;
	border:none;
}
#category-list-header{
	color:#666666;
	line-height: 20px;
	vertical-align:middle;
}
#user-info-banner{
	padding: 0px 0px 0px 17px;
}
#user-profile-menu{
	padding-left:20px;
	
}
#answer-container{
	float:left;
	padding: 10px 0px;
	width:100px;
}
#answer-button-span{
	vertical-align:middle;
}

