/*--------------------------------------------------------
DROP DOWN STYLES ---------------------------------------*/

/* NEW ones -- */
.median_dropdown {
    left:0px;
    width:202px;
    overflow:hidden;
    background-image:url(../assets/Medium_drop_down_box.gif);
    background-repeat:no-repeat;
    border:none;    
    font-family: Tahoma; 
    font-size: 12px;
     color: #5e7d9c;
    font-weight: none;     
}
.median_dropdown select {
    width:202px;
    overflow:hidden;
    margin-top:8px;
    background-color: #ffffff;
    font-family: Tahoma; 
    font-size: 11px;
     color: #000000; 
    font-weight: none; 
    border: none;
    background-repeat:no-repeat;
    filter:alpha(opacity: 0);
    opacity: 0;
    cursor: pointer;
    z-index:2;
    position:relative;
    left: 0px;
    top: -21px;
}
.median_value{
    margin-left:10px;
    margin-top:4px;
    width:180px;
    font-family: Tahoma; 
    font-size: 12px;
     color: #5e7d9c; 
    font-weight: none;
    z-index:1;
}

.small_dropdown {
    left:0px;
    width:108px;
    overflow:hidden;
    background-image:url(../assets/Small_drop_down_box.gif);
    background-repeat:no-repeat;
    border:none;    
    font-family: Tahoma; 
    font-size: 12px;
     color: #5e7d9c;
    font-weight: none;     
}
.small_dropdown select {
    width:108px;
    overflow:hidden;
    margin-top:8px;
    background-color: #ffffff;
    font-family: Tahoma; 
    font-size: 11px;
     color: #000000; 
    font-weight: none; 
    border: none;
    background-repeat:no-repeat;
    filter:alpha(opacity: 0);
    opacity: 0;
    cursor: pointer;
    z-index:2;
    position:relative;
    left: 0px;
    top: -21px;
}
.small_value {
    margin-left:10px;
    margin-top:4px;
    width:80px;
    font-family: Tahoma; 
    font-size: 12px;
     color: #5e7d9c; 
    font-weight: none;
    z-index:1;
}

/* new texfields */

.median_textfield_holder{

    left:0px;
    width:194px;
    height:26px;
    overflow:hidden;
    background-image:url(../assets/Medium_input_text_box.gif);
}

.median_textfield_input{

    left:0px;
    margin-left:5px;
    margin-top:5px;
    width:150px;
    overflow:hidden;
    background-color: #f6f7f9;
    font-family: Tahoma; 
    font-size: 12px;
     color: #5e7d9c; 
    font-weight: bold; 
    border:none;
}

/* -- * end of NEW ones */
/* SEARCH SCOPE -------------------------------------------------*/




.search_scope_dropdown {
	left:0px;
	width:156px;
	overflow:hidden;
	background-image:url(../assets/dropdown_search_scope.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c;
	font-weight: none; 
}

.search_scope_dropdown select {
	width:156px;
	overflow:hidden;
	margin-top:8px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}

.search_scope_value{
	margin-left:10px;
	margin-top:4px;
	width:120px;
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none;
	z-index:1;
}

/* SEARCH BY -------------------------------------------------*/
.search_by_dropdown {
	left:0px;
	width:216px;
	overflow:hidden;
	background-image:url(../assets/dropdown_search_by.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
}

.search_by_dropdownOLD {
    left:0px;
    width:216px;
    overflow:hidden;
    background-image:url(../assets/dropdown_search_by.gif);
    background-repeat:no-repeat;
    border:none;    
    font-family: Tahoma; 
    font-size: 11px;
     color: #5e7d9c; 
    font-weight: none; 
}

.search_by_dropdown select {
	width:216px;
	overflow:hidden;
	margin-top:9px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}

.search_by_value{
	margin-left:10px;
	margin-top:5px;
	width:120px;
	height:15px;
	overflow:hidden;
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none;
	z-index:1;
}

/* FAMILY MEMBER DROP DOWN -------------------------------------------------*/
.family_member_dropdown {
	left:0px;
	width:138px;
	overflow:hidden;
	background-image:url(../assets/family_member_search_by.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
}

.family_member_dropdown select {
	width:136px;
	overflow:hidden;
	margin-top:9px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}

.family_member_value{
	margin-left:10px;
	margin-top:5px;
	width:120px;
	height:15px;
	overflow:hidden;
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none;
	z-index:1;
}

/* FOLLOW UP DROP DOWN -------------------------------------------------*/
.follow_up_dropdown {
	left:0px;
	width:326px;
	overflow:hidden;
	background-image:url(../assets/dropdown_followup.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 11px;
 	color: #5e7d9c; 
	font-weight: none; 
}

.follow_up_dropdown select {
	moz-width:326px;
	overflow:hidden;
	margin-top:9px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}

.follow_up_value{
	margin-left:10px;
	margin-top:5px;
	width:300px;
	height:15px;
	overflow:hidden;
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none;
	z-index:1;
}



/* TOPIC DROP DOWN -------------------------------------------------*/

.topic_dropdown {
	left:0px;
	width:346px;
	overflow:hidden;
	background-image:url(../assets/dropdown_346px.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
}

.topic_dropdown select {
	/*moz-width:346px;*/
	width:346px;
	overflow:hidden;
	margin-top:9px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}

.topic_value{
	margin-left:10px;
	margin-top:5px;
	width:310px;
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none;
	z-index:1;
}

.month_dropdown {
	left:0px;
	width:56px;
	overflow:hidden;
	background-image:url(../assets/dropdown_month.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
}
.month_dropdown select {
	/*moz-width:346px;*/
	width:56px;
	overflow:hidden;
	margin-top:9px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}

.year_dropdown {
	left:0px;
	width:66px;
	overflow:hidden;
	background-image:url(../assets/dropdown_year.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
}

.year_dropdown select {
	/*moz-width:346px;*/
	width:66px;
	overflow:hidden;
	margin-top:9px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}


.anonymous_dropdown {
	left:0px;
	width:132px;
	overflow:hidden;
	background-image:url(../assets/dropdown_med.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
}

.anonymous_dropdown select {
	/*moz-width:346px;*/
	width:132px;
	overflow:hidden;
	margin-top:9px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}
/* Location DROP DOWN -------------------------------------------------*/

.location_dropdown {
	left:0px;
	width:190px;
    height:24px;
border-style:solid;
	overflow:hidden;
	background-image:url(../assets/dropdown_location.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
}

.location_dropdown select {
	/*moz-width:346px;*/
	width:190px;
	overflow:hidden;
	margin-top:9px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}

.location_value{
	margin-left:10px;
	margin-top:5px;
	width:120px;
	height:30px;
	overflow:hidden;
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none;
	z-index:1;
}

/*--------------------------------------------------------
TEXT FIELDS STYLES ---------------------------------------*/

.textfield_largest_holder{

	left:0px;
	width:523px;
	height:31px;
	overflow:hidden;
	background-image:url(../assets/textfield_largest.gif);

}


.textfield_largest_input{

	left:0px;
	margin-left:5px;
	margin-top:5px;
	width:500px;
	overflow:hidden;
	background-color: #f6f7f9;
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
	border:none;
}



.textfield_medium_holder{

	left:0px;
	width:326px;
	height:24px;
	overflow:hidden;
	background-image:url(../assets/textfield_medium.gif);
}

.textfield_medium_input{

	left:0px;
	margin-left:5px;
	margin-top:5px;
	width:280px;
	overflow:hidden;
	background-color: #f6f7f9;
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
	border:none;
}

.textfield_small_holder{

	left:0px;
	width:286px;
	height:24px;
	overflow:hidden;
	background-image:url(../assets/textfield_small.gif);
}

.textfield_small_input{

	left:0px;
	margin-left:5px;
	margin-top:5px;
	width:266px;
	overflow:hidden;
	background-color: #f6f7f9;
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
	border:none;
}


.textfield_smaller_holder{

	left:0px;
	width:155px;
	height:24px;
	overflow:hidden;
	background-image:url(../assets/textfield_smaller.gif);
}

.textfield_smaller_input{

	left:0px;
	margin-left:5px;
	margin-top:5px;
	width:135px;
	overflow:hidden;
	background-color: #f6f7f9;
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
	border:none;
}




/*--------------------------------------------------------
TEXT AREA STYLES ---------------------------------------*/



.textarea_holder{

	left:0px;
	width:776px;
	height:133px;
	overflow:hidden;
}

.textarea_holder textarea {

	left:15px;
	margin-left:5px;
	margin-top:5px;
	width:756px;
	height:120px;
	overflow:auto;
	background-color: #f6f7f9;
	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
	border:none;
}

/*--------------------------------------------------------
FILE UPLOAD STYLES ---------------------------------------*/

.file{
	height:20px;
	width:300px;
	background-color: #f6f7f9;
	border:1px solid;
	border-color:#979fb7 ;
	
	font-family: Tahoma; 
	font-size: 10px;
 	color: #5e7d9c; 

}
.textfield_smallest_holder{

 left:0px;
 width:138px;
 height:31px;
 overflow:hidden;
 background-image:url(../assets/textfield_very_small.gif);
}

.textfield_smallest_input{

 left:0px;
 margin-left:5px;
 margin-top:5px;
 width:118px;
 overflow:hidden;
 background-color: #f6f7f9;
 font-family: Tahoma; 
 font-size: 12px;
  color: #5e7d9c; 
 font-weight: none; 
 border:none;
}

/*  Messages   -------------------------------------------------*/   

.required{
 font-family: Tahoma; 
 font-size: 12px;
 color: #9a5fab; 
}


.error_message{
 font-family: Tahoma; 
 font-size: 12px;
 color: #9a5fab;
 background-color: #f6f7f9;
 padding-top:4px;
 padding-left:5px;
 padding-bottom:4px;
 margin-bottom:5px;
 font-weight: none; 
  
}
.textarea_holder_comment{

	left:0px;
	width:553px;
	height:180px;
	overflow:hidden;
	background-image:url(../assets/text_area_commentNEW.gif);
}

.textarea_holder_comment textarea , .textarea_holder_comment_without_bg textarea{

	left:15px;
	margin-left:5px;
	margin-top:5px;
	width:543px;
	height:171px;
	overflow:hidden;
	background-color: #f6f7f9;
	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
	border:none;
}

textarea_holder_comment_without_bg{
left:0px;
	width:553px;
	height:180px;
	overflow:hidden;
}


.entries_by_dropdown {
	left:0px;
	width:134px;
	overflow:hidden;
	background-image:url(../assets/dropdown_entries_by.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
}

.entries_by_dropdown select {
	width:134px;
	overflow:hidden;
	margin-top:8px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}

.alerts_table
{ 
	border-bottom-color:#bcc7d3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	border-top-color:#bcc7d3;
	border-top-style:solid;
	border-top-width:1px;
}

.alerts_dropdown {
	left:0px;
	width:186px;
	overflow:hidden;
	background-image:url(../assets/dropdown_alerts.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 12px;
 	color: #5e7d9c; 
	font-weight: none; 
}

.alerts_dropdown select {
	width:186px;
	height:36px;
	overflow:hidden;
	margin-top:8px;
	background-color: #ffffff;
	font-family: Tahoma; 
	font-size: 11px;
 	color: #000000; 
	font-weight: none; 
	border: none;
	background-repeat:no-repeat;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	z-index:2;
	position:relative;
	left: 0px;
	top: -21px;
}


/* ------------code antiRobot-------------------*/
.bg_codeAntirobo {
	left:0px;
	height:40px ;
	width:100px;
	overflow:hidden;
	background-image:url(../images/bg_captcha.gif);
	background-repeat:no-repeat;
	border:none;	
	font-family: Tahoma; 
	font-size: 117px;
 	color: #5e7d9c; 
	font-weight: none; 
}

.txt_codeAntirobo{
	margin-left:23px;
	margin-top:8px;
	width:80px;
	height:30px;
	overflow:hidden;
	font-family: Tahoma; 
	font-size: 17px;
 	color: #5e7d9c; 
	font-weight: none;
	z-index:1;
}


