/* Global Settings */	
body {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px !important;
	min-width: 980px;
	/*min-height: 800px;*/
	min-height: 430px;
}

input, table, div, p, font, td, a { font-family: Helvetica, sans-serif, Arial; }
td { vertical-align: middle !important;  }

.ui-dialog-titlebar, .ui-widget-header  { display:none; }
	
#wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* Header */
#header_wrapper {
	position: absolute;
	left: 0px; 
	top: 0px;
	height: 68px;
	width: 100%;
	min-width: 980px;
	background: url(../img/banda_header.png) repeat-x; 
	border-bottom: 1px solid black;
	z-index: 10;
}

#home_link {
	cursor: pointer;
	margin-left: 29em;
	padding-top: 5px;
	float: left;
}
	
#header table{ width: 100%; }
	
#header table tr td{
	vertical-align: middle !important;
	font-weight: bold;
	font-size: 13px;
}

#header li{
	float: left;
	list-style-type: none;
}

/*Header Buttons*/
ul.header_sports li, ul.header_sport_types li {
	float: left;
	margin-bottom: 0px;
	padding-top: 14px;
}

ul.header_sports li input, ul.header_sport_types li input {
	border: none;
	display: block;
	cursor: pointer;
	height: 42px;
	width: 42px;
	margin-left: 5px;
	font-size: 0px;
	line-height: 0px;
	text-align: left;
}

ul.header_sport_types li input { height: 33px;}
ul.header_sports, ul.header_sport_types { vertical-align: middle !important; }

ul.header_sports_static li {
	float: left;
	margin-bottom: 0px;
}

ul.header_sports_static li input{
	border: none;
	display: block;
	cursor: pointer;
	height: 42px;
	width: 42px;
	margin-left: 5px;
	font-size: 0px;
	line-height: 0px;
	text-align: left;
}

.tar{
    text-align: right!important;
}
.tac{
    text-align: center!important;
}

ul.header_sports_static { vertical-align: middle !important; }

#hike_button { background: url("../img/hike.png") no-repeat scroll 0 0 transparent; }
#ski_button { background: url("../img/ski.png") no-repeat scroll 0 0 transparent; }
#skydiving_button { background: url("../img/skydvg.png") no-repeat scroll 0 0 transparent; }
#land_button {
    background: url("../img/landing.png") no-repeat scroll 0 0 transparent;
    width: 45px;
}

#land_button:HOVER {
	background: url("../img/landing_hover.png") no-repeat scroll 0 0 transparent;
}

#hike_button:HOVER, #ski_button:HOVER, #skydiving_button:HOVER {
	background-position: 0px -46px;
}

#wish_it_type_button { background: url("../img/wish_it_button.png") no-repeat scroll 0 0 transparent; }
#did_it_type_button { background: url("../img/did_it_button.png") no-repeat scroll 0 0 transparent; }

#logout {
	background: url("../img/logout.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	height: 70px;
	width: 48px;
	right: 15px;
	top: 0px;
	text-align: right;
}

#hike_selected_static,
#ski_selected_static,
#skydiving_selected_static{
    display: block;
    clear: both;
    margin: 0 0 0 -4px;
}

#logout:hover { background: url("../img/logout_hover.png") no-repeat scroll 0 0 transparent; }

#admin_option{
    position: absolute;
    right: 150px;
    top: 18px;
    background: url("../img/tools.png") no-repeat;
    width: 32px;
    height: 32px;
    padding-top: 27px;
    display: block;
    text-align: center;
    color: #9d7777;
    text-decoration: none;
}

#tickets{
    position: absolute;
    right: 115px;
    top: 18px;
    background: url("../img/tickets_icon.png") no-repeat;
    width: 32px;
    height: 32px;
    padding-top: 27px;
    display: block;
    text-align: center;
    color: #9d7777;
    text-decoration: none;
}

#shoping_cart{
    position: absolute;
    right: 75px;
    top: 18px;
    background: url("../img/shopping_cart_icon.png") no-repeat;
    width: 32px;
    height: 32px;
    padding-top: 27px;
    display: block;
    text-align: center;
    color: #9d7777;
    text-decoration: none;
}

.ticket_pdf { background: url("../img/imgIconPdf.gif") no-repeat; }

.user_updates_icon, .system_icon, .feedback_icon, .ads_icon, .combine_icon, 
.update_sitemap_icon, .claim_icon, .pencil_icon, .sub_admin_options_icon, .config_icon  {
     width: 32px;
     height: 32px;
     margin: 18px 15px 0 0;
     float: right;
}

.user_updates_icon {background: url("../img/user_updates_icon.png") no-repeat; }
.system_icon {background: url("../img/system_icon.png") no-repeat; }
.feedback_icon {background: url("../img/feedback_icon.png") no-repeat; }
.ads_icon { background: url("../img/ads_icon.png") no-repeat; }
.combine_icon { background: url("../img/combine_icon.png") no-repeat; }
.update_sitemap_icon { background: url("../img/update_sitemap_icon.png") no-repeat; }
.claim_icon { background: url("../img/claim_icon.png") no-repeat; }
.pencil_icon { background: url("../img/pencil_edit.png") no-repeat; }
.sub_admin_options_icon {background: url("../img/sub_admin_options.png") no-repeat; }
.config_icon { background: url("../img/config_icon.png") no-repeat; }

.lc_field_admin span{
    display: block;
    width: 170px;
    padding: 26px 0 0 0;
    float: right;
}

.header_buttons {
	margin-right: 15px !important;
	text-align: right;
	padding-top: 20px !important;
}

.header_buttons a, .header_buttons font { vertical-align: sub !important; }

#retrieve_password { vertical-align: middle !important; }
#forgot_pass_wrapper {
	position: absolute;
	top: 69px;
	left: 0
}

#description-ad-content{
    width: 100%!important;
}

#sign_in {
    background:url("../img/signin.png") no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    height: 30px;
    width: 115px;
    font-size: 0px;
    line-height: 0px;
    text-align: right;
    color: white;
}

#sign_in:HOVER { background-position: 0px -60px; }

#sign_in_selected {
    background:url("../img/signin_selected.png") no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    height: 30px;
    width: 115px;
    font-size: 0px;
    line-height: 0px;
    text-align: right;
    color: red;
}

#sign_in_blue {
    background: url("../img/sign_in_blue.png") no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    font-size: 0px;
    width: 92px;
    height: 27px;
}

#remember-me {
    background-color: #F8F8F8;
    border: 1px solid #E4E4E4;
    -moz-border-radius: 3px;
    cursor: pointer;
    height: 15px;
    margin: 1px 5px 0 0;
    width: 15px;
}

#signin_dialog {
	-moz-border-radius: 10px 0 10px 10px;
	-moz-box-shadow: 1px 1px 1px #4B4A48;
	border-radius: 10px 0 10px 10px;
	border: 5px solid #4B4A48;	
	width: 288px !important;
	height: 218px !important;
	position: absolute;
	right: 16px;
	top: 47px;
	z-index: 100;
	background-color: #4B4A48;
	z-index: 9999
}

#fp_mb {
	-moz-border-radius: 8px;
}

#sign_in_wrapp {
	z-index: 9999
}

.rounded_and_white {
	-moz-border-radius: 5px;
	background-color: white;
}	
	
/*Left content*/
#lc_wrapper {
	background-color: #AFC795; 
	position: absolute;
	left: 0;
	width: 249px;
	height: 100%;
	border-right: 1px solid #87A069;
	/*-moz-box-shadow: 0px 0px 3px #87A069;*/
	/*min-height: 800px;*/
	min-height: 430px;
    z-index: 9;
}

#lc { padding-top: 70px;}	

#lc_search_wrapper {
	background: url("../img/bg_search_wrapp.png") repeat-x scroll 0 0 #ABB99A; 	
	width: 100%;
	height: 72px;
	position: relative;
	border-bottom: 1px solid #758E59;
}

#lc_search_tickets {
	background: url("../img/bg_search_wrapp.png") repeat-x scroll 0 0 #ABB99A;
	width: 100%;
	height: 67px;
	position: relative;
        padding-top: 5px;
	border-bottom: 1px solid #758E59;
}

#hand_glass {
	position: relative;
	margin-left: 50px;
	color: #8DA372;
	width: 150px !important;
	font-size: 18px;
	font-weight: bold;
	font-stretch: narrower;
	vertical-align: middle !important;
	text-align: center;
}

.hand_glass_img{
	height: 136px;
	width: 136px;
}

#button_compare:hover, #button_sort:hover { background-position: 0px -27px; }

#button_sort {
	background: url("../img/button_sort.png") no-repeat scroll 0 0; 	
	float: left;
	margin-left: 10px;
	width: 115px;
	height: 27px;
}

.close {
	background: url('../img/close_button.png') no-repeat scroll 0 0;
	position: absolute;
	right: -13px;
	top: -13px;
	width: 27px;
	height: 27px;
	cursor: pointer;
	z-index: 1;
}

.addthis_button {
	position: absolute;
	top: 7px;
	right: 25px
}

.modified_selected:HOVER, .modified_disabled:HOVER, .original_selected:HOVER, .original_disabled:HOVER { cursor: pointer}

.confirmation_switch {
    text-decoration: none;
    font-size: 0;
    font-style: 0;
    width: 16px;
    height: 16px;
}

.modified_selected {
    background: url("../img/accept.png") no-repeat scroll -1px 0 transparent;
    padding: 0 5px 0 5px;
    border: 0;
}
.modified_disabled, .accept_disabled {
    background: url("../img/accept.png") no-repeat scroll transparent;
    padding: 0 5px 0 5px;
    border: 0;
}

.accept{
    background: url("../img/confirm_16.png") no-repeat scroll transparent;
    display: block;
    width: 16px;
    height: 16px;
}

.reject{
    background: url("../img/cancel_16.png") no-repeat scroll transparent;
    display: block;
    width: 16px;
    height: 16px;
}

.delete{
    background: url("../img/trash_16.png") no-repeat scroll transparent;
    display: block;
    width: 16px;
    height: 16px;
}

.original_selected {
    background: url("../img/reject.png") no-repeat scroll 0 0 transparent;
    border: 0;
    padding: 0 5px 0 5px;
}

.original_disabled, .reject_disabled {
    background: url("../img/reject.png") no-repeat scroll -16px 0 transparent;
    border: 0;
    padding: 0 5px 0 5px;
}

#search_left {
	background: url("../img/search_left.png") no-repeat scroll 0 0; 	
	float: left;
	width: 46px;
	height: 27px;
}

#search_right {
	background: url("../img/search_right.png") no-repeat scroll 0 0; 	
	float: left;
	width: 196px;
	height: 27px;
}

#reset-search {
    background: url("../img/greenx.png") no-repeat scroll 0 0 transparent;
    width: 20px;
    height: 20px;
    float: right;
    margin: 4px;
}

#ns-keywords {
	background-color:transparent;
	border:0 none;
	color:#374A20;
	height:22px;
	margin:2px 0px 0px 5px;
	width:155px;
}

.saveZip {
	background: url("../img/orange_bg.png") repeat-x scroll 50% 50% #FDF5CE;
	-moz-border-radius: 3px;
	border: 1px solid #FBCB09; 
	font-size: 12px;
	font-weight: bold;
	width: 105px;
	height: 20px;
	cursor: pointer;
	margin-top: 10px;
	padding-top:7px;
}

.black_arrow {
	background: url("../img/black_arrow.png") no-repeat scroll 0 0;
	width: 18px;
	height: 10px;
	position: absolute;
	top: -15px;
	left: 16px;
	z-index: 2;
}

.cbox_0 { background-position: 0px -17px !important; }
.cbox_1 { background-position: 0px 0px !important; }
.hike_icon { background-position: 0px 0px !important; }
.ski_icon {background-position: 0px -18px !important; }
.skydiving_icon { background-position: 0px -36px !important; }

.act_name {
	color: #374A20;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	width: 200px;
	position: absolute;
	top: 10px;
	left: 25px;
}

.act_name:hover {
	overflow: visible;
	white-space: nowrap;
	z-index: 100;
}



.did_it_act_name, .wish_it_act_name {
	color: #959595; 
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

.small_field {
	overflow: hidden;
	white-space: nowrap;
	width: 150px; 
}

.act_wish_it {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 23px;
	background: url("../img/act_wish_it.png") no-repeat scroll 0 0;
}

.act_did_it {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 23px;
	background: url("../img/green_check_mark.png") no-repeat scroll 0 0;
}

#search_field, #search_buttons {
	top: 6px; 	
	height: 27px;
	position: absolute;
	margin-left: 3px;
}

#search_buttons { top: 39px;	}	

.trail_operation {
	width: 225px;
	position: absolute;
	right: 10px !important;
    z-index: 10;
}

.blue_button{
	background: url("../img/blue_button.png") no-repeat scroll 0 0;
	margin: 0;
	border: 0;
	float: left;
	width: 74px;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	padding: 0 0 6px 0;
	cursor: pointer;
}

.dark_blue_button{
	background: url("../img/darker_blue_button.png") no-repeat scroll 0 0;
	margin: 0;
	border: 0;
	float: left;
	width: 74px;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	padding: 0 0 6px 0;
	cursor: pointer;
}

.buttons {
	background: url("../img/buttons.png") no-repeat scroll 0 0; 	
	float: left;
	width: 120px;
	height: 27px;
	color: #374A20;
	border: none;
	font-weight: bold;
}

.buttons:HOVER {
	background-position: 0px -27px;
	color: white; 
}

.long_button {
	background: url("../img/textbox.png") no-repeat scroll 0 0; 	
	float: left;
	width: 170px;
	height: 27px;
	color: #374A20;
	border: none;
	font-weight: bold;
}

.long_button:HOVER {
	color: white; 
}

.button_inv_conf, .button_inv_rej { 	
	float: left;
	width: 120px;
	height: 27px;
	color: #374A20;
	border: none;
	font-size: 0;
}

.button_inv_conf{
	background: url("../img/button_confirm.png") no-repeat scroll 0 0;
}

.button_inv_conf:HOVER{
	background: url("../img/button_confirm_hover.png") no-repeat scroll 0 0;
}

.button_inv_rej{
	background: url("../img/button_reject.png") no-repeat scroll 0 0;
}

.button_inv_rej:HOVER{
	background: url("../img/button_reject_hover.png") no-repeat scroll 0 0;
}

.buttons_selected {
	background-position: 0px -54px; 	
}

.save_button {
	background: url("../img/save_button.png") no-repeat scroll 0 0; 	
	float: left;
	width: 120px;
	height: 30px;
	color: #374A20;
	border: none;
	font-size: 0;
	cursor: pointer;
}

.button {
	background: url("../img/button.png") no-repeat scroll 0 0; 	
	float: left;
	width: 120px;
	height: 30px;
	color: #374A20;
	border: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0;
	padding-right: 27px;
	cursor: pointer;
}

.button3 {
        display: block;
	background: url("../img/button.png") no-repeat scroll 0 0;
	float: left;
	width: 99px;
	height: 22px;
	color: #374A20;
	border: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
        margin: 2px 2px 2px 2px;
	padding-right: 0;
	cursor: pointer;
        text-align: center;
        text-decoration: none;
}

.button3:hover{
    background: url("../img/button_light.png") no-repeat scroll 0 0;
}

.button3-light {
    display: block;
	background: url("../img/button_light.png") no-repeat scroll 0 0;
	float: left;
	width: 99px;
	height: 22px;
	color: #374A20;
	border: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 7px;
    margin: 2px 2px 2px 2px;
	padding-right: 0;
	cursor: pointer;
    text-align: center;
}

.button_small_add{
    background: url("../img/add.png") no-repeat scroll 0 0;
    font-size: 0;
    width: 16px;
    height: 19px;
    border: 0;

    text-decoration: none;
}

.button2 {
	background: url("../img/button.png") no-repeat scroll 0 0;
	width: 120px;
	height: 30px;
	color: #374A20;
	border: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0;
	padding-right: 27px;
	cursor: pointer;
}

.button-red {
	background: url("../img/button_red.png") no-repeat scroll 0 0;
	float: left;
	width: 120px;
	height: 30px;
	color: #374A20;
	border: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0;
	padding-right: 27px;
	cursor: pointer;
}

.button_gray {
	background: url("../img/button_gray.png") no-repeat scroll 0 0; 	
	float: left;
	width: 120px;
	height: 30px;
	color: black;
	border: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0;
	padding-right: 27px;
	cursor: pointer;
}

/*Compare box*/

#compare_header {
	display: -moz-inline-box !important;
}

#button_compare {
	background: url("../img/button_compare.png") no-repeat scroll 0 0; 	
	float: left;
	width: 120px;
	height: 27px;
}

#cb_right_content, #weather-ad-content-sub {
	padding: 0;
	display: block;
	_overflow: hidden;
	float: left;
	padding: 0;
}

#cb_wrapper {
	position: absolute;
	top: 25px; 
	left: 20px;
	z-index: 8;
	width: 80%
}

#compare-box {
	height: 100%;
}

.comp-column {
	width: 150px !important;
	max-width: 150px !important;
}

.goButton {
	background: url("../img/go.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 16px;
	width: 23px; 
	margin: 3px 0 0 2px;
}

.lc_field {
	background: url("../img/bg_lc_field.png") repeat-x scroll 0 0 #ABB99A; 
	height: 66px;	
	position: relative;
	border-bottom: 1px solid #99B07E;
	border-top: 1px solid #DFECD0;
	position: relative;
	cursor: pointer;
	width: 240px
}

.user_lc_field {
	background: url("../img/user_info.png") no-repeat scroll 0 0; 
	position: relative;
	margin: 10px 0 0 10px;
	height: 130px;
	width: 230px;
	cursor: pointer;
}

.lc_field_tb {
	position:absolute; 
	top: 50px; 
	left:115px;
}

.cs_lc_field_tb {
	position:absolute; 
	top: 45px; 
	left:115px;
}

.act_map {
	position: relative;
	top: 100px;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
}

.act_map a:HOVER {
	/*text-decoration: underline;*/
	color: black;
}

.lc_field_static {
	background: url("../img/bg_lc_field.png") repeat-x scroll 0 0 #ABB99A; 
	height: 66px;	
	position: relative;
	border-bottom: 1px solid #99B07E;
	border-top: 1px solid #DFECD0;
	position: relative;
	cursor: pointer;
	width: 240px
}



.lc_field_admin {
	background: url("../img/bg_lc_field.png") repeat-x scroll 0 0 #ABB99A;
    font-size: 14px;
    color: #516538;
    font-weight: bold;
	height: 66px;
	position: relative;
	border-bottom: 1px solid #99B07E;
	border-top: 1px solid #DFECD0;
	position: relative;
	cursor: pointer;
	width: 248px
}

.lc_field_ticket, .ticket_title {
    background: url("../img/bg_lc_field.png") repeat-x scroll 0 0 #ABB99A;
    font-size: 14px;
    color: #516538;
    font-weight: bold;
	height: 66px;
	position: relative;
	border-bottom: 1px solid #99B07E;
	border-top: 1px solid #DFECD0;
	position: relative;
	cursor: pointer;
	width: 248px;
	
}

.ticket_special{
	background: url("../img/bg_lc_special_field.png") repeat-x scroll 0 0 #ABB99A !important;
}

#lc_list_wrapper {
	min-height: 270px;
}

#lc_list_wrapper_sub {
	overflow: auto;
	overflow-x: hidden;
}

#lc_list_wrapper_sub .active {
	background-position: 0px -66px;
}

.compare_type{
	background: url("../img/sport_icon2.png") no-repeat scroll 0 0; 
	width: 18px;
	height: 18px;
	position: absolute;
	top: 8px;
	left: 4px;
}

.lc_checkbox {
	background: url("../img/lc_checkbox.png") no-repeat scroll 0 0;
	width: 16px;
	height: 17px;
	left: 4px; 
}

.lc_white_arrow {
	background: url("../img/lc_white_arrow.png") no-repeat scroll 0 0;
	width: 19px;
	height: 32px;
	position: absolute;
	left: -1px;
	z-index: 2;
}

#lc_more {
	width: 100%;
	/*height: 50px;*/
	height: 50px;
	border-bottom: 1px solid #99B07E;
	border-top: 1px solid #DFECD0;
	background-color: #C2D5AA;
	position: absolute;
	/*position: absolute;*/
	bottom: 56px;
	left: 0;
}


#lc_surroundings {
	width: 100%;
	/*height: 50px;*/
	height: 50px;
	border-bottom: 1px solid #99B07E;
	border-top: 1px solid #DFECD0;
	background-color: #C2D5AA;
	position: absolute;
	/*position: absolute;*/
	bottom: 56px;
	left: 0;
}

#no_act {
	margin: 5px 0;
}

#list_all {
	padding: 5px 0 0 30px;
	color: #6E7F5A;
}

#no_list_all {
	color: #6E7F5A;
	position: absolute;	
	left: 60px;
	top: 23px;
}

#loading_more {
	color: #7D955F;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	width: 190px;
	position: absolute;
	top: 4px;
	left: 40px;
}

.load_more {
	padding-left: 30px;
	background: url("../img/loading_more.png") no-repeat scroll 0 0 transparent;
	height: 20px;
	cursor:pointer;
}

.load_more:HOVER {
	opacity: 0.6;
	cursor: pointer;	
}

#load_more_bubble {
	background: url("../img/load_more_bubble.png") no-repeat scroll 0 0 transparent;
	width: 170px;
	height: 33px;
	position: absolute;
	top: 30px;
	left: 74px;
	cursor: pointer;
	padding-top: 20px;
	color: #646464;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	z-index: 999;
}

#pag_prev, #pag_page, #pag_pages, #pag_next {
	margin-left: 5px;
} 

#lcf_text {
	color: #485F32;
	font-size: 13px;
	font-weight: bold;
	margin: 16px 25px 10px;
}		
	
#lc_footer {
	position: absolute;
	right: 1px;
	bottom: 1px;
    /*top: 51px;*/
	background: url("../img/bg_lc_footer.png") repeat-x scroll 0 0 #ABB99A;
	width: 100%;
	height: 56px;
	z-index: -1;
}

/*Right content*/
#rc_wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}

#rc {
	padding-top: 70px;
	padding-left: 250px;
}

.menu_list {
	font-size: 13px;
	font-weight: bold;
	padding-top: 6px;
}

.menu_border {
	border-left: 1px solid #959595;
	height: 29px;
	-moz-border-radius: 3px;
	padding-right: 15px;
}

.border_right {
	border-right: 1px solid #959595;
	-moz-border-radius: 3px;
	height: 80%;
	padding-left: 15px;
}

.menu_li {
	cursor: pointer;
	color: #959595 !important;	
}

#up li {
    width: 105px !important;
    text-align: center;
}

#up_menu_new_inv, #up_menu_new_mess {
	color: #6A729E;
	font-size: 14px;
	font-weight: bold;
	float: right;
	height: 35px;
	vertical-align: center;
	margin: -17px -14px;
}

.ml_arrow { padding-left: 12px;	}

.scroll{ height: 290px; }

.mb_wrapper {
	background: url(../img/gradient_transparent.png);
	z-index: 10;
	width: 100%;
	height: 100%;
	/*min-height: 630px;*/
	min-height: 360px;
	min-width: 730px;
}

#transp_wrapper {
	background: url(../img/gradient_transparent.png);
	z-index: 8;
	position: absolute;
	top: 0px;
	min-width: 730px;
    width: 100%;
    height: 100%;
}

#transp_wrapper2 {
	background: url(../img/gradient_transparent.png);
	z-index: 8;
	position: absolute;
	top: 0px;
	min-width: 730px;
    width: 100%;
    height: 100%;
}

#messagebox_wrapper {
	position: absolute;
	top: 70px;
	left: 0;
}

#mb_mb {
	-moz-border-radius: 8px;
	width: 500px;
}

#mb_content {
	height: 100px;
}

.transp_wrapper_all_page {
	background: url(../img/gradient_transparent.png);
	z-index: 8;
	position: absolute;
	top: 69px;
}

.mb {
	-moz-border-radius: 7px 7px 0 0;
	-moz-box-shadow: 0px 1px 1px #E4E4E4;
	background-color: white;
	border: 1px solid #E4E4E4;
	border-bottom: 0px;
}

#ad_wrapper, #up_wrapper, #ad_wrapper_ticket, #add_act_wrapper {
	padding: 17px !important;
	position: absolute;
	left: 252px;
	top: 75px;
	z-index: 8;
	min-width: 700px;
    width: 70%;
}

.admin_list_wrapper {
	position: absolute;
	left: 265px;
	top: 85px;
	width: 70%;
	z-index: 9;
	min-width: 700px;
    -moz-border-radius: 14px;
}

.admin_list_table thead{
    text-align: left;
}
.header{
    background-image: url("../img/bg3.gif");
     background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
}
.header:hover{
    background-color: #F4F8FB;
}
.headerSortDown{
    background-image: url("../img/desc.gif");
    background-position: left center;
    background-repeat: no-repeat;
}
.headerSortUp{
    background-image: url("../img/asc.gif");
    background-position: left center;
    background-repeat: no-repeat;
}


.admin_list_table {
   width: 95%
}

.admin_list_table tr{
    cursor: pointer;
}

.admin_list_table tr:hover{
    cursor: pointer;
    background-color: #F8F9F0;
}

.admin_list_table td, .admin_list_table th{
    padding: 6px 15px 6px 17px;
    vertical-align: middle;
    text-align: left;
}

.blue_big_title{
    color: #547C9C;
    font-size: 20px;
    padding: 6px 12px 6px 12px;
}

.activity_name, .like_this, .add_types {
	color: #547C9C;
	font-size: 20px;
	padding: 17px 0 17px 17px;
	font-weight: bold;
	background-color: #F4F8FB;
	min-height: 35px;
}

.add_types { padding: 12px 0 12px 17px !important;}

#add_act_menu {
	font-size: 15px;
	font-weight: bold;
	margin-left:15px;
	padding: 8px;
	color: #547C9C;
}

.up_user_name {
	font-size: 20px;
	margin: 30px 17px 0;
	font-weight: bold;
	min-height: 50px;
}

.user_actions_arrow {
	left: 10px;
	width: 45px;
	height: 25px;
	background: url("../img/drop_triangle.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	float: left;
}

#user_actions_wrapper {
	position: absolute;
	left: 15px;
	top: 51px;
	width: 160px;
	z-index: 8;
}


#up_menu_act_buttons {
	position: absolute;
	padding-top: 5px;
	right: 20px;
}

.activity_name_static{
	color: #547C9C;
	font-size: 20px;
	padding: 17px 0 17px 17px;
	font-weight: bold;
	background-color: #F4F8FB;
	min-height: 35px;
}

.like_this_wrapp {
	background-color: #F4F8FB;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
	
.activity_content {
	border-top: 1px solid #D9D9D9;
}

.mb_header {
	background-color: #F8F9F9;
	-moz-border-radius: 7px 7px 0 0;
	height: 30px;
	border-bottom: 1px solid #D9D9D9;  
	color: #2F2F2F;
	font-size: 12px;
	position: relative;
}

#up_header {
	height: 50px;
	background-color: #EEE8F4;
}

#up { padding-top: 10px; }
#up li div a { font-size: 16px; }
#up .menu_border{ height: 35px !important; }
#up li div .center_arrow { 
	margin-top: 13px !important; 
	background: url("../img/medium_arrow.png") no-repeat scroll 0 0 transparent !important;
}

.mb_content {
	background-color: white;
	position: relative;
}

.mb_footer{
	background-color: #F8F9F9;
	-moz-border-radius: 0 0 7px 7px;
	height: 50px;
	border: 1px solid #D9D9D9; 
	position: relative 
}

.act_rating {
	background: url("../img/difficulty_levels.png") no-repeat scroll 0 0 transparent;
	bottom: 10px;
	height: 23px;
	left: 3px; 
	position: absolute;
	width: 119px;
}

.star0 { background-position: 0px 0px; }
.star1 { background-position: 0px -22px; }
.star2 { background-position: 0px -45px; }
.star3 { background-position: 0px -68px; }
.star4 { background-position: 0px -91px; }
.star5 { background-position: 0px -114px; }

.act_info {
	background: url("../img/act_info.png") no-repeat scroll 0 0 transparent;
	height: 23px;
	position: absolute;
	bottom: 10px;
	/*right: 3px;*/
	right: -2px;
	width: 120px
}

.info_title, .info_value {
	color: #757576;
	font-size: 10px;
	margin-top: 6px;
}

.title {
	color: #53565D;
	font-size: 17px;
	font-weight: bold;
}

.info_title {
	font-weight: bold;
	margin-left: 10px;
	text-transform: uppercase;
}

.info_value { margin-left: 35px; }

.button_done, .button_wish_it, .button_do_it {
	position: absolute;
	bottom: 10px;	
}

.button_done:HOVER, .button_wish_it:HOVER, .button_do_it:HOVER {
	background-position: 0px -23px;
}
	
.button_done {
	background:url("../img/button_done.png") no-repeat scroll 0 0 transparent;
	height: 23px;
	width: 79px;
	left: 3px;
}

.button_wish_it {
	background:url("../img/button_wish_it.png") no-repeat scroll 0 0 transparent;
	height: 23px;
	width: 79px;
	left: 84px;
}

.button_do_it {
	background:url("../img/button_do_it.png") no-repeat scroll 0 0 transparent;
	height: 23px;
	width: 79px;
	left: 166px;
}

.fl, .left { float: left }
.fn {float: none !important;}
.fr { float: right }
.cl { clear: left; }
.cb { clear: both; }
.db { display: block; }
.lc_field:HOVER, .lc_field_admin:HOVER, .lc_field_ticket:HOVER, .ticket_special:HOVER { background-position: 0px -66px !important;}
.ovfh { overflow: hidden; }
.dn { display: none !important; }
.decoration_none { text-decoration: none !important; }
.opacity_set { opacity: 0.3; }
.greyed_out_background {
	background:url("../img/pixel_gri_transparent_02.png") repeat-x scroll 0 0;
	height: 58px;
	margin: -55px 0 0 -14px;
	position:relative;
	width: 250px;
	z-index: 5;
}

	
/* Black border window */
.bb_wrapp {
	-moz-border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 1px 1px 1px 1px #4B4A48;
	background-color: #000;
	border: 5px solid #000;
	position: absolute;
	z-index: 100;
}


#bb_search {
	position: absolute;
	left: 47px;
	top: 69px;
	width: 265px;
}

#bb_sort_by {
	left: 243px;
	top: -40px;
	width: 220px;
}

/*#ns_content{ padding: 6px 11px 2px 16px; }*/
#sb_content{ padding: 6px 11px 2px 16px; }

.sb-order {
	cursor: pointer;
	height: 18px;
}

.bb {
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: white;
	width: 100% !important;
	height: 100% !important;
}

.bb_content { padding: 5px; }

/* tabs */
.tab_header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #8DA5FF;
	margin-bottom: 2em;
}

.tab_header ul {
	margin: 0;
	list-style: none;
}

.tab_header li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 0px;
}

.tab_header a {
	float: left;
	display: block;
	background-position: right top;
	padding: 0.2em 10px 0.2em 0;
	text-decoration: none;
	font-weight: bold;
	color: #333366;
}

#landing {
	position: absolute;
	background: url(../img/myadvzone_login.png) no-repeat scroll 0 0 transparent; 
	height: 235px;
	width: 315px;
	text-align: center;
}

#landing_buttons { padding-top: 135px; }

#landing_buttons input {
	height: 53px;
	width: 53px;
	border: 0;
	margin-left: 40px;
}

#landing-hike{ background: url("../img/landing_buttons.png") no-repeat scroll 0 0 transparent; }
#landing-ski { background: url("../img/landing_buttons.png") no-repeat scroll -53px 0px transparent; }
#landing-skydiving { background: url("../img/landing_buttons.png") no-repeat scroll -106px 0px transparent; }

#landing-hike:HOVER { background-position: 0px -54px; }
#landing-ski:HOVER { background-position: -53px -54px; }
#landing-skydiving:HOVER { background-position: -106px -54px; }

#landing-hike, #landing-ski, #landing-hike {cursor: pointer; }

#add_activity_button {
	background: url("../img/addbutt_blue.png") no-repeat scroll 0 0 transparent;
	margin-top: 8px;
}

#add_activity_button:HOVER {
	background: url("../img/addbutt_blue_hover.png") no-repeat scroll 0 0 transparent;
}

#draggable_wrapper {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 99%; 
	height: 99%;
}

.center_arrow { 
	width: 10px;
	height: 6px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url("../img/small_arrow.png") no-repeat scroll 0 0 transparent;
}

#loading-map {
	display: none;	
}	

.loading-div {
	background-color: #FFFFFF;
	border: 1px solid gray;
	color: gray;
	font-size: 25px;
	height: 40px;
	left: 300px;
	margin: 10px;
	padding: 10px;
	position: absolute;
	top: 200px;
	width: 156px;
}

#map_wrapper {
	position: absolute;
	left: 250px;
	top: 69px;
	min-width: 730px; 
}

#map{
	position: relative;
	width: 100%; 
	height: 100%;
}

#weather-map {
	background-color: #FFFFFF !important;
	color: gray;
	/*font-size:25px;
	height:70px;
	left:10px;
	position:absolute;
	width:130px;*/
	padding-left: 3px;
}

.ajax-loader2 {
	background-image: url(../img/ajax-loader2.gif);	
	width: 32px;
	height: 32px;
}
	
#overlay-map {
	position: absolute;
	top: 0px;
	left: 0px;
	/*background:url("../img/ui/ui-bg_diagonals-thick_20_666666_40x40.png") repeat scroll 50% 50% #666666;*/
	opacity: 0.5;
	width: 100%;
	height: 100%;
}

.dragg {
	border: 3px solid black !important;
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #4B4A48;
	width: 100%;
	height: 100%;
}

#sb_dragg {
	position: absolute; 
	width: 130px;
	height: 110px;
	bottom: 25px; 
	right: 20px;
}

#sub_sb_dragg {
	width: 120px;
	height: 120px;
}

#mv_dragg {
	position: absolute; 
	width: 130px;
	height: 110px;
	top: 25px; 
	right: 20px;
}

#sub_mv_dragg {
	width: 120px;
	height: 120px;
}

.dragg_header {
	height: 21px;
	padding-top: 7px;
	padding-left: 7px;
	position: relative;
}

.dragg_content {
	border-top: 3px  solid #D9D6D6;
	padding-top: 5px !important;
}

.infoTab {
	margin-top: 5px;
}

.infoWindow {
	min-width: 200px;
	padding: 10px;
}

.popuptitle{
    display: inline-block;
    min-width: 230px;
}

.infoTab, .infoTab th, .infoTab td {
	border-collapse: collapse;
	padding: 2px;
	text-align: center
}
.infoTab th {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}	

.min_max {
	width: 13px;
	height: 13px;
	position: absolute;
	right: 5px;
	cursor: pointer;
}

.min { background: url("../img/min_max.png") no-repeat scroll 0 -13px transparent; }
.max{ background: url("../img/min_max.png") no-repeat scroll 0 0 transparent; }

.block{
    display: block;
}

#wm_dragg {
	width: 160px;
	height: 110px;
	position: absolute;
	bottom: 25px; 
	left: 20px	
}

#sub_wm_dragg{
	height: 100px;
	width: 150px;
}

.day-title {
	color: #000000;
	font-size: 12px;
	font-weight :bold;
	margin: 5px;
}
	
/*Background*/
.bg_white{ background-color: white !important; }
.bg_lightblue { background-color: #e3eff1; }
.bg_gray {background-color: #F4F4F4 !important;}
.bg_green {background-color: #AFC795 !important;}
.bg_lightgreen {background-color: #C1DC62 !important;}
.bg_mauve { background-color: #d6d8e3 !important}

.bg_tansparent {
	background: url(../img/gradient_transparent.png) repeat-x scroll 0 0;
	height: 100%;
	position: relative;
	width: 100%;
}

/*Fonts*/
.fwhite { color: white; }
.fgreen { color: green; }
.fred { color: red !important;}
.fgray { color: #898989; }
.fdarkgray { color: #646464 }
.flightgray { color: #959595; }
.fdarkgreen { color: #7D955F; }
.forange_red { color: #C77405; }
.flightorange {color: #FBCB09 }
.fblue { color: #1264D3; }
.flightblue { color: #7E9EB8; }
.flightblack { color: #2F2F2F; }
.fmauve { color: #A792C1; }
.fblue_gray {color: #6A729E !important; }
	
/*Font size*/
.font9 { font-size: 9px !important;}
.font10 { font-size: 10px !important;}
.font11 { font-size: 11px !important; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font17 { font-size: 17px !important; }
	
/*Text Align*/
.txt_c { text-align: center !important; }
.txt_l { text-align: left !important; }
.txt_r { text-align: right !important; }	

/*Text Vertical Align*/
.vAlignTop {vertical-align: top!important; }

/*Width*/
.max_width { width: 100% !important; }
.minWidth30{ min-width: 30px!important; }
.minWidth110 { min-width: 110px; }
.minWidth196 { min-width: 196px!important; }
.minWidth200 { min-width: 200px!important; }
.w8 { width: 8px !important; }
.w20 { width: 20px !important; }
.w99 { width: 99px !important; }
.w25 { width: 25px !important; }
.w30 { width: 30px !important; }
.w35 { width: 35px !important; }
.w50 { width: 50px !important; }
.w55 { width: 55px !important; }
.w65 { width: 65px !important; }
.w75 { width: 75px !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.w95 { width: 95px !important; }
.w100 { width: 100px !important; }
.w115 { width: 115px !important; }
.w120 { width: 120px !important; }
.w125 { width: 125px !important; }
.w150 { width: 150px !important; }
.w155 { width: 155px !important; }
.w170 { width: 170px !important; }
.w180 { width: 180px !important; }
.w190 { width: 190px !important; }
.w200 { width: 200px !important; }
.w230 { width: 230px !important; }
.w240 { width: 240px !important; }
.w255 { width: 255px !important; }
.w280 { width: 280px !important; }
.w300 { width: 300px !important; }
.w345 { width: 345px !important; }
.w455 { width: 455px !important; }
.w500 { width: 500px !important; }

.w70pc{ width: 70%; }

/*height*/
.max_height { height: 100% !important; }
.minHeight50 { min-height: 50px; }
.h6 { height: 6px !important; }
.h15 { height: 15px !important; }
.h16 { height: 16px !important; }
.h18 { height: 18px !important; }
.h20 { height: 20px !important; }
.h22 { height: 22px !important; }
.h24 { height: 24px !important; }
.h25 { height: 25px !important; }
.h28 { height: 28px !important; }
.h29 { height: 29px !important; }
.h30 { height: 30px !important; }
.h33 { height: 33px !important; }
.h35 { height: 35px !important; }
.h36 { height: 36px !important; }
.h40 { height: 40px !important; }
.h45 { height: 45px !important; }
.h65 { height: 65px !important; }
.h80 { height: 80px !important; }
.h100 { height: 100px !important; }
.h110 { height: 110px !important; }
.h120 { height: 120px !important; }
.h300 { height: 300px !important; }
.h325 { height: 325px !important; }
.h70pc{ height: 70%!important; }

.mh390 { max-height: 390px!important;}
/*Paddings*/
.p_0  { padding: 0!important; }
.p_3  { padding: 3px; }
.p_4  { padding: 4px; }
.p_5  { padding: 5px; }
.p_10 { padding: 10px; }
.p_15 { padding: 15px; }

.pb_2 { padding-bottom: 2px !important; }
.pb_7 { padding-bottom: 7px !important; }
.pb_10 { padding-bottom: 10px !important; }

.pt_0 { padding-top: 0px !important; }
.pt_1 { padding-top: 1px !important; }
.pt_2 { padding-top: 2px !important; }
.pt_3 { padding-top: 3px !important;}
.pt_5 { padding-top: 5px !important; }
.pt_7 { padding-top: 7px !important; }
.pt_8 { padding-top: 8px !important; }
.pt_10 { padding-top: 10px !important; }
.pt_12 { padding-top: 12px !important; }
.pt_15 { padding-top: 15px !important; }
.pt_20 { padding-top: 20px !important; }
.pt_24 { padding-top: 24px !important; }
.pt_25 { padding-top: 25px !important; }
.pt_40 { padding-top: 40px !important; }
.pt_69 { padding-top: 69px !important; }

.pl_0 { padding-left: 0px !important;}
.pl_4 { padding-left: 4px !important;}
.pl_5 { padding-left: 5px !important;}
.pl_10 { padding-left: 10px !important; }
.pl_15 { padding-left: 15px !important; }
.pl_20 { padding-left: 20px !important; }
.pl_30 { padding-left: 30px !important; }
.pl_50 { padding-left: 50px !important; }
.pl_251 { padding-left: 251px !important; }

.pr_4 { padding-right: 4px !important;}
.pr_10 { padding-right: 10px !important; }
.pr_13 { padding-right: 13px !important; }
.pr_15 { padding-right: 15px !important; }
.pr_20 { padding-right: 20px !important; }
.pr_30 { padding-right: 30px !important; }

/*Margin*/
.m_0 { margin: 0!important; }
.m_10 { margin: 10px !important; }
.m_15 { margin: 15px !important; }
.m_20 { margin: 20px !important; }
.m_30 { margin: 30px !important; }

.mt_n13 { margin-top: -13px; }
.mt_n5 { margin-top: -5px; }
.mt_0 { margin-top: 0px; }
.mt_3 { margin-top: 3px !important; }
.mt_5 {	margin-top: 5px !important; }
.mt_10 { margin-top: 10px !important; }
.mt_12 { margin-top: 12px !important; }
.mt_15 { margin-top: 15px !important; }
.mt_20 { margin-top: 20px !important; }
.mt_30 { margin-top: 30px !important; }
.mt_50 { margin-top: 50px !important; }
.mt_69 { margin-top: 69px !important; }

.ml_n4 { margin-left: -4px !important; }
.ml_2 {	margin-left: 2px !important; }
.ml_3 {	margin-left: 3px !important; }
.ml_5 {	margin-left: 5px !important; }
.ml_10 { margin-left: 10px !important; }
.ml_15 { margin-left: 15px !important; }
.ml_18 { margin-left: 18px !important; }
.ml_20 { margin-left: 20px !important; }
.ml_30 { margin-left: 30px !important; }
.ml_40 { margin-left: 40px !important; }
.ml_45 { margin-left: 45px !important; }
.ml_70 { margin-left: 70px !important; }
.ml_90 { margin-left: 90px !important; }
.ml_150 { margin-left: 150px !important; }
.ml_120 { margin-left: 120px !important; }
.ml_250 { margin-left: 250px !important; }

.mb_0 {	margin-bottom: 0px !important; }
.mb_3 { margin-bottom: 3px !important; }
.mb_5 { margin-bottom: 5px !important; }
.mb_10 { margin-bottom: 10px !important; }
.mb_15 { margin-bottom: 15px !important;}
.mb_20 { margin-bottom: 20px !important; }

.mr_3 { margin-right: 3px !important; }
.mr_5 { margin-right: 5px !important; }
.mr_6 { margin-right: 6px !important; }
.mr_10 { margin-right: 10px !important; }
.mr_15 { margin-right: 15px !important; }
.mr_20 { margin-right: 20px !important; }
.mr_30 { margin-right: 30px !important; }
.mr_45 { margin-right: 45px !important; }
.mr_50 { margin-right: 50px !important; }
.mr_75 { margin-right: 75px !important; }

.t70 { top: 70px !important; }
.l250 {	left: 250px !important; }

.line_height20 { line-height: 20px !important; }
.line_height24 { line-height: 24px !important; }
.line_height25 { line-height: 25px !important; }
.line_height30 { line-height: 30px !important; }
.line_height40 { line-height: 40px !important; }



.text_input_rounded {
	background-color: #F8F8F8;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 7px;
}

/*Borders and hr*/
.borderNone { border: none!important; }
.border_top_white { border-top: 1px solid #ffffff; }
.border_right_white { border-right: 1px solid #ffffff !important; }
.border_bottom_blue { border-bottom: 1px solid #cee0e3; }
.border_bottom_gray { border-bottom: 1px solid #D9D9D9; }

.hr_blue {
	background-color: #DFE9F1;
	border: 0;
	height: 1px;	
}

.bold { font-weight: bold; }

.first_upper:first-letter { text-transform: uppercase !important; }
.caps { text-transform: uppercase; }

.check {
	background-color: #F8F8F8;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 7px;
	width: 15px;
	height: 15px;
}

/*photos*/
.image_frame {
	width: 120px;
	min-height: 100px;
	border: 1px solid #cee0e3;
	background: #ffffff;
	color: gray;
	float: left;
	font-size: 10px;
	margin: 5px 0px 10px 5px;
	padding: 5px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.legend {
	font-size:16px;
	font-weight:bold;
	margin-left: 10px;
	width: 500px;
}

/*weather_frame*/
.weather_frame {
	width: 93px;
	height: 140px;	
	border: 1px solid #cee0e3;
	background: #ffffff;
	color: gray;
	float: left;
	font-size: 10px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}

.weather-row1 {
	text-align: left; 
	width: 50px !important;	
	height: 15px;	
}

.weather-row-n1 {
	text-align: left;
	height: 15px !important;
	width: 70px !important;
	line-height: 12px !important;	
}

/*reviews*/
.report_helpful {
	color: #0076a3;
	font-size: 10px;
}

.report_wrapper {
	padding: 3px;
	position: relative;
	width: 435px;
}

.report_container del{
    color: #f00;
}
.report_container ins{
    color: #1f1;
}

.report {
	background-color: #ffffff;
	border: 1px solid #cee0e3;
	padding: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}

#dialog-add-review form fieldset label{
    float: left;
}

.report_container, #edit-description {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
    background-color: #e3eff1;
    /* white-space: pre-wrap;       CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}

.report_container p, .text_description {
	color: #39586e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	margin: 0px;
	text-align: justify;
}

.sport-button{
    display: inline-block;
    height: 42px;
    width: 42px;
    text-decoration: none;
    font-size: 0;
}

.report_container h2 {
	color: #0076a3;
	font-size: 14px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px;
}

.report_container em { margin-right: 10px; }

.report_container span {
	color: #747171;
	font-size: 10px;
}

.report_container a {
	color: #0072bc;
	text-decoration: none;
}

.report_container a:hover { text-decoration: underline; }

.date {
	color: #747171;
	display: block;
	font-size: 12px;
	text-align: right;
	margin: 10px 5px 0px 0px;
	text-shadow: 0px 1px 0px #ffffff;
}

.button_delete, .button_view, .button_edit {
	position: absolute;
	top: 6px;
	border: none;
	display: block;
	height: 16px; width: 16px;
	text-align: left;
	text-indent: -9999px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
}

.button_view { 
	background: url(../img/page_green.png) no-repeat; 
	left: 20px;
}

.button_edit { 
	background: url(../img/pencil.png) no-repeat; 
	left: 40px;
}

.button_delete { 
	background: url(../img/delete.png) no-repeat; 
	left: 60px;
}

.c_pointer { cursor: pointer; }

/*activity footer*/
.last_update {
	position: absolute;
	left: 20px;
	top: 18px;
}

.act_buttons {
	position: absolute;
	right: 0;
	top: 13px;
}

.checked {
	background: url(../img/check.gif) no-repeat; 
	width: 15px;
	height: 15px;
}
.unchecked {
	background: url(../img/uncheck.gif);
	width: 15px;
	height: 15px;
}

/*Register user*/
#register_wrapper {
	position: absolute;
	background-color: #E1E6EC;
	height: 377px;
	width: 500px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 5px 5px 23px #96A2A6;
}

/*#register_wrapper {
	position: absolute;
	height: 377px;
	width: 500px;
}*/

#message_wrapper {
	position: absolute;
	background-color: #E1E6EC;
	height: 328px;
	width: 500px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 5px 5px 23px #96A2A6;
    left: 470px;
    top: 126px;
}

/*horizontal scroll*/
#main {
	width: 510px;
	margin: 0 auto;
}

#content-slider {
	width: 60%;
  	height: 6px;
  	background: #BBBBBB;
  	position: relative;
  	left: 180px;
}

.ui-slider-handle {
  	width: 8px;
  	height: 14px;
  	position: absolute;
  	top: -4px;
  	background: #478AFF;
  	border: solid 1px black;
}

#content-scroll { overflow: hidden; }

#content-scroll-weather { overflow: hidden; }
#content-holder-weather { width: 875px; }

#content-slider-weather {
	width: 490px;
  	height: 6px;
  	background: #BBBBBB;
  	position: relative;
  	left: 50px;
}

/*Review popup container*/
#edit-review-content {
	background: url(../img/gradient_transparent.png);
	z-index: 9;
	position: absolute;
	top: 69px;
	left: 250px;
}

.textarea_medium {
	width: 260px;
	height: 170px;
}

/*Scroll*/
.verticalScroll { overflow-y: scroll; }
.horizontal-only { height: auto; }
.jspTrack, .jspVerticalBar { width: 7px !important;}
.scroll-pane, .scroll-pane-admin, .narrow-scroll-panel { overflow: auto; max-height: 1000px; }
.up-scroll-pane {
	width: 100%;
	max-height: 1000px;
	overflow: auto;
}

.jspHorizontalBar{ height: 7px !important; }
.jspHorizontalBar, .jspVerticalBar, .jspCorner { background: #aaa !important;}

/*list style*/
.circleList {
	list-style-type: circle;
	list-style-position: inside;
}
		
#feedback {
	position: fixed;
	right: 0;
	top: 313px;
	height: 94px;
	width: 29px;
	background: url(../img/feedback.png);
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	cursor: pointer;
	z-index: 100;
}

#sn-wrapper {
	position: fixed;
	right: 0;
	top: 250px;
	height: 32px;
	width: 29px;
	cursor: pointer;
	z-index: 100;
}

.textarea_1 {
	width: 260px;
	height: 170px;
}

#facebook {
	height: 32px;
	width: 29px;
	background: url(../img/facebook2.png);
	cursor: pointer;
	z-index: 100;
	margin-right: 5px;
}

#tweeter {
	height: 32px;
	width: 29px;
	background: url(../img/tweeter2.png);
	cursor: pointer;
	z-index: 100;
	margin-right: 5px;
}

#myspace {
	height: 32px;
	width: 29px;
	background: url(../img/myspace2.png);
	cursor: pointer;
	z-index: 100;
	margin-right: 5px;
}

.like {
    width: 100px;
    float: left;
}

/* adds*/
#add1 {
    float: right;
    position: relative;
    top: -25px;
}

#adds-form li{ margin: 5px; }

#ads_list { padding: 40px 0 0 0; }
#ads_list table tr td.ad_name { min-width: 40%; }
#ads_list table tr td.ad_url { min-width: 30%; }
#ads_list table tr td.ad_delete { min-width: 15px; }

.alertmsg{
    color: #800517;
}

#ad1 img {
    height: 38px;
    width: auto;
}

#dialog-feedback { height: 233px!important; }

#feedback-view .mb_content { padding: 20px 20px 20px 20px; }

#landing-content {
   width: 95%;
   height: 90%;
   z-index: 9;
   margin: 0 20px 0 20px;
   color: #8F8E8F;
   border-left: 1px solid #D9D9D9;
   border-right: 1px solid #D9D9D9;
}

#landing-breadcrumb {
    width: 95%;
    z-index: 9;
    margin: 20px 20px 0 20px;
    height: 22px;
    padding: 10px 0 0 0;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

#landing-breadcrumb a:first-letter, td.name a:first-letter { text-transform: uppercase; }

.breadcrumb-separator {
    width: 2px;
    float: left;
}

#landing-breadcrumb a, #landing-breadcrumb-view a {
    color: #9AA7BE;
    min-width: 30px;
    text-decoration: none;
    display: inline-block;
    float: left;
    margin: -10px 0 0 0;
    padding: 10px 15px 0 15px;
    text-align: center;
}

#landing-content a {
    text-decoration: none;
    color: #8F8E8F;
}

#landing-content tbody {
    text-decoration: none;
    color: #474747;
}

#landing-content tbody td a:hover, #landing-breadcrumb a:hover { color: #000000; }

#landing-content table {
    font-size: 15px;
    position: relative;
    width: 100%;
    text-align: right;
    margin: 0 0 10px 0;
}

#landing-content thead {
    background: #F4F8FB;
    height: 25px;
}

#landing-content tbody .name { 
	text-align: left; 
	font-weight: bold;	
}
#landing-content thead th { padding: 5px 10px 0 20px; }
#landing-content thead th.name { width: 100px; }

#landing-content tbody td {
    height: 20px;
  	padding: 10px 20px 0 20px;
}
#landing-content tbody td.total, #landing-content tbody td.deals { width: 85px; }

#buble-breadcrumb-div {
    height: 40px;
    color: #ffffff;
    width: 100%;
    z-index: 9;
}

.rowcol1, .rowcol11 { background: #F4F8FB; }

.rowcol1:hover,
.rowcol2:hover,
.rowcol11:hover,
.rowcol12:hover {
    background: #E9E9E9;
    cursor: pointer;
    color: black;
}

.rowcolhover {
    background: #E9E9E9;
}

#landing-footer-maz {
    z-index: 9;
    width: 95%;
    margin: 0 20px 0 20px;
}

.breadcrumb-separator {
    background: url(../img/separator-breadcrumb.png) no-repeat scroll 0 0 transparent;
    width: 11px;
    height: 33px;
    margin: -10px 0 0 0;
}

#bubble-breadcrumb {
    background: url(../img/bubble-breadcrumb.png) no-repeat scroll 0 0 transparent;
    position: absolute;
    top: -8px;
    width: 129px;
    height: 45px;
}

/*marker popup*/
.popup_wrapper {
	width: 400px;
	height: 300px;
}

#mp { -moz-border-radius: 7px !important; }

#show_surroundings {
    background: url("../img/loading_more.png") no-repeat scroll 0 0 transparent;
	color: #7D955F;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	width: 170px;
	padding-left: 30px;
	position: absolute;
	top: 12px;
	left: 45px;
	cursor: pointer;	
}
#show_surroundings a {
    text-decoration: none;
    color: #485F32;
}

#static-title {
    font-size: 18px;
    padding: 13px 0 0 10px;
    color: #9AA7BE;
    height: 45px;
}

/*User profile*/
.no_profile_image {
	background: url("../img/user_icon.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	height: 44px;
	width: 44px;
	right: 15px;
	top: 7px;
	text-align: right;
}

#user_menu {
	position: absolute;
	right: 10px;
	width: 60px;
	height: 75px;
}

#user_menu_wrapper {
	position: absolute;
	right: 15px;
	top: 75px;
	width: 160px;
	z-index: 8;
}

.um_mb {
	-moz-border-radius: 7px;
	-moz-box-shadow: 0px 1px 1px #959595;
	background-color: white;
	border: 1px solid #959595;
}

#user_menu_content, .user_actions_content {
	-moz-border-radius: 10px;
	margin: 10px;
}

.navigation li, #logout_href {
	background-color: white !important;
	height: 25px;
	cursor: pointer;
}
.navigation li:HOVER, #logout_href:HOVER { background-color: #EBE8EF !important }

.navigation li a, #logout_href {
	color: #959595;
	text-decoration: none;
	font-weight: bold;
	vertical-align: sub;
}

.down_mauve_arrow {
	position: absolute;
	right: 6px;
	margin-top: 57px;
	width: 35px;
	height: 33px;
	background: url("../img/down_mauve_arrow.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
}

.down_mauve_arrow:HOVER { 
	background: url("../img/down_mauve_arrow_hover.png") no-repeat scroll 0 0 transparent; 
	height: 33px !important;
	width: 35px !important;	
	margin-top: 45px !important;
	right: 18px !important;
	position: absolute !important;
}

.lc_user_arrow {
	background: url("../img/lc_user_arrow.png") no-repeat scroll 0 0;
	width: 19px;
	height: 32px;
	position: absolute;
	right: 2px;
	top: 2px;
	Filter: FlipH;
}

.lc_user_arrow:HOVER { background: url("../img/lc_user_hover_arrow.png") no-repeat scroll 0 0; }

#landing-breadcrumb-view{
 padding: 10px 0 0 0;
 height: 24px;
}

.open-close{ margin: 3px 14px 0 0; }

.up_img {
	position: absolute;
	right: 50px;
	top: 5px;
}

.button_change_password { 
	width: 122px; 
	background: url(../img/button_change_password.png) no-repeat;
	border: none;
	display: block;
	font-size: 0px;
	height: 25px;
	line-height: 0px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	width: 120px;
}

.button_change_password:HOVER {
	background: url(../img/button_change_password.png) no-repeat;
	background-position: 0px -25px;
	cursor: pointer;
}

.upload_photo {
	position: absolute;
	right: 220px;
	top: 25px;
}

.cs_user_img {
	max-width: 88px;
}

.letter_icon {
	cursor: pointer;
	margin-right: 15px;
}

.fr_img {
	position: absolute;
	top: 5px;
	right: 28px;
	width: 23px;
	height: 30px;
	background: url("../img/friends.png") no-repeat scroll 0 0;
}

.fr_img_popup {
	background: url("../img/friends.png") no-repeat scroll 0 0;
	width: 23px;
	height: 30px;
}

.of {
	font-size: 10px;
	margin: 0 3px 0 3px; 
}

.paginator a{
    color: #8F8E8F;
    text-decoration: none;
    font-weight: bold;
}

.paginator a:hover{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.paginationControl {
    padding-left: 40px;
}

#scroll-confirm {
    width: 860px!important;
}

#not_available{
    margin: 16px 0 5px 0;
    float: right;
}

.disp_block{
    display: block;
}

#details-ticketadd, #form-ticket-add{
    display: block;
    
}

#details-ticketadd tr td:first-child{
    border-right: 1px solid #959595;
    text-align: right;
}

#details-ticketadd td{
    padding-left: 15px;
    padding-right: 15px;
}

#captcha-input{
    display: block;
    margin-top: 9px;
}

.gen-scroll{
    width: 100%;
	height: 200px;
	overflow: auto;
}

.special_ticket{
    margin: 5px 5px 5px 5px;
    height: 130px;
    background: #F4F8FB;

}

.normal_ticket{
    margin: 5px 5px 5px 5px;
    height: 140px;
    background: #F4F8FB;

}

.info{
    margin: 10px;
}

.import_text_blue16{
    color: #547C9C;
	font-size: 16px;
    font-weight: bold;
}

.import_text_blue13{
    color: #547C9C;
	font-size: 13px;
    font-weight: bold;
}

.import_text_green16{
    color: #374A20;
	font-size: 16px;
    font-weight: bold;
}

.ticket_description{
    margin:5px;
}
.ticket_disclaimer{
    margin:5px;
}

.captcha {
    margin: 0 0 -12px 0;
}

.border_down{
    border-bottom: 1px solid #959595!important;
    padding-bottom: 4px!important;
    margin-bottom: 4px!important;
}

#details-ticketadd hr {
    color: #959595;
    border: 1px solid;
}

.alertmsg{
    border-style: none!important;
    border-bottom: 0px!important;
    border-bottom: none!important;

}

#suggest_box{
    position: absolute;
    top: 70px;
    left: 0px;
    width: 250px;
    height: 200px;
    background-color: #ABB99A;
    
    z-index: 10;
}

#suggest_box .title{
    font-weight: bold;
    font-size: 15px;
    color: #485F32;
    text-align: center;
    padding: 5px;
}

#suggest_box .row{
    font-size: 15px;
    color: #485F32;
    text-align: center;
    padding: 5px;
}
#suggest_box hr{
    background-color: #485F32;
    color: #485F32;
    height: 1px;
    border: 0;
    width: 80%;
}


.button-custom {
    display: block;
    background: url("../img/textbox1.png") no-repeat scroll 0 0;
    float: left;
    width: 150px;
    height: 28px;
    color: #374A20;
    border: none;
    font-weight: bold;
    font-size: 14px;
    padding-top: 7px;
    margin: 2px 2px 2px 2px;
    padding-right: 0;
    cursor: pointer;
    text-align: center;
}

.buttonSmall {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
        font-weight: bold;
        width: 77px;
        height: 22px;
        padding: 7px 1px 0;
}
.buttonSmall:hover {
	text-decoration: none;
}
.buttonSmall:active {
	position: relative;
	top: 1px;
}

.green-g {
    color: #374A20;
    background: url("../img/greenbutt.png") no-repeat scroll 0 0;
}

.green-g:hover, .green-g-selected {
    background: url("../img/greenbutt_hover.png") no-repeat scroll 0 0;
}

.tickets-sort-group {
    color: #374A20;
    padding: 0 0 0 30px;
}

.tickets-view-group {
    color: #374A20;
    padding: 10px 0 0 46px !important;
}
