/* ------------------------------------- Search bar ----------------------------------- */
#search {
border-bottom: 1px solid #7F4441;
height:35px;
}
#search img {
	display: none;
}
#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width:496px;
	height:320px;
	overflow:hidden;
	z-index:400;
}
#ajaxSearch_input{
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #7F4441;
	border-left: 1px solid #7F4441;
	border-bottom: 1px solid #7F4441;
	border-right: 1px solid #7F4441;
	height: 21px;
	width:150px;
	color:#000;
	font-size:14px;
	padding-left:4px;	
	margin:4px;
	margin-left:39px;
	background: #e6efc5;
}
#username{
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #7F4441;
	border-left: 1px solid #7F4441;
	border-bottom: 1px solid #7F4441;
	border-right: 1px solid #7F4441;
	height: 21px;
	width:150px;
	color:#000;
	font-size:14px;
	padding-left:4px;	
	margin:4px;
	margin-left:39px;
	background: #e6efc5;
}
#search select {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	height: 22px;
}
#search textarea {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	height: 21px;
	background-color:#003300;
}
#ajaxSearch_submit {
	border: 1px solid #9EA865;
	background: #EEF9D9;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7F4441;
	font-size:16px;
	margin-bottom:1px;
	cursor: pointer;
}
#ajaxSearch_output {
			background-color:#323C38;
			background-repeat: no-repeat;
			background-position: center center;
			color: #ffc;
			position: absolute;
			top: 34px;
			left: 0px;
			width: 178px !important;
			z-index: 9000;
			border-right: 1px solid #2f2f2f;
			border-top: 1px solid #2f2f2f;
			border-left: 1px solid #2f2f2f;
			border-bottom: 1px solid #2f2f2f;
			padding: 5px;
				color:#FFFFCC;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size:12px;
				text-transform: uppercase;	
			margin: 0;
        }
        #ajaxSearch_output a:hover{
			display: block;
			width: 93% !important;
			z-index: 800;
			padding: 5px;
			text-decoration:underline;
		}
		#ajaxSearch_output a,#ajaxSearch_output a:link,#ajaxSearch_output a:visited{
			font-weight:600;
			text-decoration:none;
			background-repeat: no-repeat !important;
			text-align: left;
			z-index: 15;
			width: 172px;
			background-position: left center;
			display: block;	
			width: 93% !important;
			padding: 5px;
			color:#FFFFCC;
				font-family:Arial, Helvetica, sans-serif;
				font-weight:bold;
				font-size:12px;
				text-transform: uppercase;
	}
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
			color: #F96;
			z-index: 18;
            margin-bottom: 3px;			
			border-bottom: 1px solid #2f2f2f;
        }
        .AS_resultLink {
            text-decoration: underline;
        }
        .AS_resultDescription{
            color: #F00;

        }
        .AS_ajax_more {
            color: #555;
        }

		.AS_intro { display: none;}
/*-------------------------------------------------------------Login --------------------------------------------------------*/

#WebLoginLayer0{
width:510px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#WebLoginLayer0 label{
}
form, fieldset{
	border: none;
	padding: 0px;
}
#username, #password{
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #7F4441;
	border-left: 1px solid #7F4441;
	border-bottom: 1px solid #7F4441;
	border-right: 1px solid #7F4441;
	height: 21px;
	width:150px;
	color:#000;
	font-size:14px;
	padding-left:4px;	
	margin:4px;
	margin-right:16px;
	background-color:#EEF9D9;
}
#checkbox_1, .checkbox {	
	float: right; 
	border: 0;
}
#login h3 {
display: none;
}

.loginButton{
	border: 1px solid #9EA865;
	background-color:#EEF9D9;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7F4441;	
	font-size:16px;
	cursor: pointer;
}

#forgotpsswd {
	/*display: block;*/
	float: left;
	padding-right:25px;
}

#join {
position: relative;
}



#join-inp {
margin-top: 5px;
width: 158px;
height: 18px;
}

#join-btn {
margin-top: 5px;
width: 120px;
height: 21px;
}
