/*****Basic Elements*****/  

body {
	background: #3c0c09;
	text-align: center;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;	
	/* font-family: Lucida Sans Unicode, Trebuchet MS, Arial, sans-serif; */
	font-size: 12px;
	color: #5a4942;
	font-weight: normal;
	min-width: 940px;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #784e3d;
	margin: 0px 0px 10px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

a {
	text-decoration: none;
	color: #aa6447;
}

a:hover {
	color: #6c4637;
}

p, pre {
	margin-bottom: 10px;	
}

strong {
	color: #3d2f29;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

ul, ol {
	margin: 0px 0px 10px;
}

ol li ol, ul li ul {
	color: #8d807b;
	margin: 0px 0px 0px 16px;
}

#content img {
	
	background: #ffffff;
	border: none;/*1px solid #d4d0cf;
/*	margin-top: 2px;
	padding: 1px;*/
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e5d9d4;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
} /* use this div with a class "hr" instead of the standart hr element */

.clear {
	clear: both;
	}

fieldset {
	border: 3px solid #e3d6d1;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #947e76;
	font-weight: bold;
}

label {
	display: block;
	margin-bottom: 8px;
}

input, textarea {
	margin-bottom: 3px;
	border: 1px solid #d7cbcc;
	/*
	background: #f9ede8 url(../images/input_bg.gif) repeat-x top left;
	*/
	padding: 2px;
	color: #42312a;
}

.3textarea, input.large {
	/*width: 550px;*/
	width: 300px;
}

input.small {
	width: 190px;
}

input.medium {
	width: 270px;
}

p.description {
	color: #7e6b63;
	font-size: 10px;
	margin-top: -10px;
}

table {
	background: #fff;
	width: 100%;
}

table thead {
	background: #decfc9 url(../images/thead.gif) repeat-x;
	padding:10px 8px;
}

table thead tr th {
	font-weight: bold;
	font-size: 13px;
	color: #71564c;
	padding: 15px 22px;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
}

table td {
	/*vertical-align: middle;*/
	text-align: center;
	padding: 0px 10px;
	/*border-bottom: 1px solid #ddcdc7;*/
}

table th {
	font-weight: bold;
	color: #6e574d;
	padding: 0 0 0 10px;	
}

table tr.odd {
	background: #f7e3db;
}

table tr.even {
	background: #f7ece8;
}

/*****Generic Classes*****/ 

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 940px; /* 96% */
	margin: 0 auto;
	text-align: left;
	/*position: relative;*/
	overflow: hidden;
}

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

#header {
	background: #4c3023 url(../images/header_bg.gif) no-repeat top center;
}

#header h1 {
	background: url(../images/logo.png) no-repeat 0 50%;
	text-indent: -9999px;
	width: 366px;
	height: 126px;
	float: left;
	margin: 0px;
}

#header #right-col {
	float: right;
	overflow: hidden;
	position: relative;
}

#header #right-col #search-box, #header #right-col #user-area {
	float: left;
}

/**** Search Box ****/

#search-box {
	background: url(../images/search.gif) no-repeat;
	margin: 48px 18px 0px 0px;
	overflow: hidden;
	position: relative;
}

#search-box p {
	margin: 10px 0px 0px;
}

#search-box fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 177px;
}

#search-box fieldset input {
	background: none;
	border: 0px solid black;
	color: #c0a89e;
	padding: 0px;
	font-size: 11px; 	
}

#search-box fieldset input#search-field {
	float: left;
	margin: 8px 7px 0 18px;
	width: 118px;
}

#search-box fieldset input#search-button {
	float: left;
	text-indent: -9999px;
	cursor: pointer;
	width: 17px;
	margin: 7px 0 0 5px;
}

#search-box p {
	text-transform: uppercase;
	font-size: 9px;
	color: #51372c;
	text-align: right;
}

#search-box p a {
	color: #846152;
}

#search-box p a:hover {
	color: #d7bdb3;
}

#search-box p#change_layout, #search-box p#change_layout a {
	color: #5f4035;
}

#search-box p#change_layout a:hover, #search-box p#change_layout a.active {
	color: #836050;
}

/**** User Area ****/

#user-area {
	background: url(../images/separator.gif) no-repeat left 10px;
	padding: 25px 0 15px 18px;
	font-size: 11px;
	position: relative;
}

#user-area p {
	margin-bottom: 5px;
	color: #784e3d;
}

#user-area p strong {
	color: #9a7667;
	font-weight: normal;
}

p#welcome img, p#messages img, p#logout img {
	border: 0px;
	margin: -3px 6px 0px 0px;
	vertical-align: middle;
}

p#welcome, p#messages {
	color: #ab8574;
}

p#welcome strong, p#messages strong {
	color: #ba9889;
	font-weight: bold;
}

p#user-menu {
	color: #784e3d;	
}

p#user-menu a {
	color: #aa6447;
}

p#user-menu a:hover {
	color: #ebc8ba;	
}


/*** Main Menu ***/
ul#main-menu, ul#main-menu ul, .form-fields .top ul {
	list-style-type: none;
}

ul#main-menu {
	margin: 12px 0px 0px;
	overflow: hidden;
}

ul#main-menu li {
	display: inline;
}

ul#main-menu li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #cfbfb9;
}

ul#main-menu > li > a {
	background: url(../images/main_menu_li.gif) no-repeat top right;
	display: block;
	padding: 10px 20px 0px 0px;
	float: left;
	height: 40px;
	margin-right: 10px;
}

ul#main-menu > li > a > span {
	background: url(../images/main_menu_li.gif) no-repeat top left;
	display: block;
	height: 40px; 
	padding-right: 20px;
	margin-top: -10px;
	float: left;
}

ul#main-menu li > a:hover {
	color: #ffffff;	
}

ul#main-menu li.active li a {
	color: #b58773;
}

ul#main-menu li.active {
	height: 35px; 	
	margin: 10px 0px 0px;
}

ul#main-menu li.active > a {
	background: url(../images/li_active_bg.gif) no-repeat top right;
	display: block;
	padding: 15px 20px 0px 0px;
	float: left;
}

ul#main-menu li.active > a > span {
	background: url(../images/li_active_bg.gif) no-repeat top left;
	display: block;
	height: 40px; 
	padding-right: 20px;
	margin-top: -15px;
	float: left;	
}

ul#main-menu li.active li.selected a, ul#main-menu li.active li a:hover {
	color: #e5d1c8;
}

ul#main-menu li.active li.selected {
	background: url(../images/ul_second_menu_selected.gif) no-repeat bottom center;
}

ul#main-menu li.active a, ul#main-menu li.active > a:hover {
	color: #FFFFFF;
}

ul#main-menu li > ul {
	display: none;
}

ul#main-menu li.active > ul {
	display: block;
	position: absolute;
	top: 69px;
	left: 13px;
	margin: 0px;
}

ul li.active > ul li {
	padding: 0px 13px 22px;
	position: relative;
}

ul#main-menu li#view-site {
	position: absolute;
	top: 0px;
	right: 0px;
}

ul#main-menu li#view-site a {
	background: url(../images/view_site.gif) no-repeat top left;
	float: none;
	width: 67px;
	height: 28px;
	padding: 11px 0 0 34px;
	margin: 0px;
}

/*** Content ***/

#content_wrapper {
	background: #FFFFFF url(../images/bottom_bg.gif) repeat-x bottom left;
}

#content {
	background: url(../images/main_top_bg.gif) repeat-x top left;	
    overflow: hidden;
/*	position: relative;
*/	padding-bottom: 20px;
}

#main-content {
	margin-top: 61px;
	float: left;
	width: 620px;
	clear: both;
	padding-bottom:10px;
}
.main-content-wide {
	width: 684px !important;
	}
.main-content-wide h1 {
	float: left;
	width: 350px !important;
	}

#sidebar {
	margin-top: 68px;
	float: right;
	width: 285px;
}
.sidebar_narrow {
	margin-top: 68px;
	float: right;
	width: 221px !important;
}

#tango_search_btn {
	text-align: center;
	padding-top: 20px;
	}
	#tango_search_btn img {
	background: none;
	border: none;
		}
		

/**** Form fields / Table ****/

.form-fields {
	background: #f9f1f0 url(../images/form_bg.gif) repeat-x top left;
	margin-top: 15px;
}

.form-fields, .table {
	border-color: #d7cbcc;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 15px;
}

.form-fields .top, .table .top {
	/*
	background: #f9f1f0 url(../images/form_bg.gif) repeat-x;
	border-bottom: 1px solid #BB9B8B;
	*/
	padding: 5px 5px 5px;
		/*padding: 17px 13px 17px;*/
	overflow: hidden;
	position: relative;
}

/* ##################### NOTE_BOX ######################## */
.note_box {
	padding: 50px;
	border: 1px solid #e7e1df;
	text-align: center;
	font-size: 16px;
	color: #784e3d;
	}
	.note_box p {
		font-size: 16px;
		color: #784e3d;
		}

/* ##################### TOP_RIGHT_ITEMS ######################## */
#top_right_items {
	float: right;
	width: 300px;
	}
#top_right_items img {
	border: none;
	}
#top_right_items a {
	width: 137px;
	}
#top_right_items span {
	float:right;
	font-size:15px;
	font-weight:bold;
	padding-top:14px;
	color: #60292a;
	}
.btn_topright {
	height:52px;
	margin-top:10px;
	}

/* ############ CONTENT-MENU ############ */
ul#content-menu, ul#content-menu ul, .form-fields .top ul {
	list-style-type: none;
}
ul#content-menu {
	margin: 12px 0px 0px;
	overflow: hidden;
}
ul#content-menu li {
	display: inline;
}
ul#content-menu li a {
	font-size: 11px;
	text-transform: uppercase;
	color: #6e574d;
}
ul#content-menu > li > a {
	background: url(../images/content_menu_bg.png) no-repeat top right;
	display: block;
	padding: 5px 8px 0px 0px;
	float: left;
	height: 25px;
	margin-right: 5px;
}
ul#content-menu > li > a > span {
	background: url(../images/content_menu_bg.png) no-repeat top left;
	display: block;
	height: 30px; 
	padding-right: 8px;
	margin-top: -5px;
	float: left;
}
ul#content-menu li > a:hover {
	color: #ba4e55;	
}
ul#content-menu li.active li a {
	color: #b58773;
}
ul#content-menu li.active {
	height: 25px; 	
	margin: 10px 0px 0px;
}
ul#content-menu li.active > a {
	background: url(../images/content_menu_bg_active.png) no-repeat top right;
	display: block;
	padding: 5px 8px 0px 0px;
	float: left;
}
ul#content-menu li.active > a > span {
	background: url(../images/content_menu_bg_active.png) no-repeat top left;
	display: block;
	height: 30px; 
	padding-right: 8px;
	margin-top: -5px;
	float: left;	
}
ul#content-menu li.active li.selected a, ul#content-menu li.active li a:hover {
	color: #e5d1c8;
}
ul#content-menu li.active li.selected {
	background: url(../images/ul_second_menu_selected.gif) no-repeat bottom center;
}
ul#content-menu li.active a, ul#content-menu li.active > a:hover {
	color: #FFFFFF;
}
ul#content-menu li > ul {
	display: none;
}
ul#content-menu li.active > ul {
	display: block;
	position: absolute;
	top: 69px;
	left: 13px;
	margin: 0px;
}
ul li.active > ul li {
	padding: 0px 13px 22px;
	position: relative;
}


/* ############ CONTENT-BOX ############ */
.content_box {
	margin-top: 15px;
	display: block;
	}
.content_box img {
	border: none !important;
	background: none !important;
	}
.content_box_title {
	background: #ede0db url(../images/content_box_tr.gif) no-repeat 100% 0;
	height: 38px;
	}
	.content_box_title span {
		background: url(../images/content_box_tl.gif) no-repeat 0 0;
		padding-left: 14px;
		height: 38px;
		}
	.content_box_title h3 {
		width: 80%;
		margin: 0;
		line-height: 35px;
		color: #9f4d53;
		}
	.content_box_title span, .content_box_title h3 {
		float: left;
		}
.content_box_body_wrapper {
	background: #ede0db;
	}
	.content_box_body {
		border: 1px solid #cccccc;
		background: #fff;
		margin: 0 10px;
		}
	.content_box_body .asterisk {
		color: #9f4d53;
		}
	.content_box_body td {
		text-align: left;
		border: none;
		}
	.content_box_body th, .content_box_body td {
		line-height:14px;
		padding:7px 5px;
		vertical-align:top;
		}
	.content_box_body .even {
		background: #f3f0ef;
		}
#content_note_box {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 2px;
	}

/* Buttons */
.content_box_btns {
	padding: 20px;
	overflow: hidden;
	vertical-align:top;
	padding-right:200px;
	}
	.content_box_btns a {
		display:block;
		margin-right:10px;
		height: 29px;
		float:right;
		}
	.content_box_btns_float_right a {
		float: right;
		}
	.content_box_btns .btn_edit {
		background: url(../images/btn_edit.gif) no-repeat 50% 50%;
		width: 59px;
		}
	.content_box_btns .btn_back {
		background: url(../images/btn_back.gif) no-repeat 50% 50%;
		width: 66px;
		}
	.content_box_btns_itinerary {
		text-align: center;
		}
		.content_box_btns .btn_itinerary {
			background: url(../images/btn_itinerary.png) no-repeat 0 0;	
			width: 189px;
			margin: 0 auto;
			}
	.content_box_btns_myphotos {
		text-align: center;
		}
		.content_box_btns .btn_uploadphotos {
			background: url(../images/btn_uploadphotos.gif) no-repeat 50% 50%;
			width: 120px;
			margin: 0 auto;
			}
	.content_box_btns_addcity {
		text-align: center;
		}
		.content_box_btns .btn_addcity{
			background: url(../images/btn_addcity.png) no-repeat 50% 50%;
			width: 121px;
			margin: 0 auto;
			}
	.content_box_btns_updatesearchtangopreferences {
		text-align: center;
		}
		.content_box_btns .btn_update {
			background: url(../images/btn_update.png) no-repeat 50% 50%;
			width: 80px;
			margin: 0 auto;
			}

		

	
/* Basic Profile */
#tbl_basicprofile td {
	width: 50%;	
	}
	#tbl_basicprofile .content_box_btns a {
		float: right;
		}
/* My Photos */
#tbl_myphotos {
	padding: 10px;
	}
/* Change Password */
#tbl_changepassword {
	padding: 10px;
	}
	.label_changepassword {
		width: 30%;
		}
	#tbl_changepassword .content_box_btns a {
		float: right;
		}
/* Tango Iterenerary */
#tbl_itinerary {
	padding: 10px;
	}
/* About Me */

/* Account Details */
#tbl_accountdetails {
	padding: 10px;
	}

/* Events */
#tbl_events td, #tbl_events th {
	}
	.btn_addevent img {
		border: none !important;
		}
	.suggest_event_text {
		padding: 10px 10px 0 0;
		}
	#tbl_events th {
		background: #f3f0ef;
		}

/* Festivals */
#tbl_festivals {
	}

/* Search */
#tbl_search {
	padding: 4px;
	border: 1px solid #d0d0d0;
	margin: 20px 2px;
	}
	.content_box_title_search_height {
		height: 50px;
		}
	#link_updatesearchpreferences {
		float: left;
		width: 210px;
		height: 29px;
		padding: 11px 0 0;
		}
		#link_updatesearchpreferences a {
			display: block;
			}
			#link_updatesearchpreferences a img {
				margin: 0;
				padding: 0;
				}
	#search_panel {
		margin: 0;
		}
	#search_panel li {
		list-style: none;
		float: left;
		}
	#search_panel .label_additionals1 {
		line-height: 30px;
		padding-right: 5px;
		}		
	#search_panel li ul {
		margin: 0;
		}
	#search_panel li ul li a {
		text-transform: none;
		font-size: 12px;
		}
	#search_panel li ul .active {
		margin: 0 !important;
		}
	#search_panel .label_additionals2 {
		line-height: 30px;
		padding-left: 10px;
		}
	.iconlink_additionals {
		padding: 5px 0 0 5px;
		}

.grided_tbl {
	border-top: 1px solid #d0cece;
	border-left: 1px solid #d0cece;
	}
.grided_tbl td, .grided_tbl th {
	border-bottom: 1px solid #d0cece;
	border-right: 1px solid #d0cece;
	}

.current_page_label {
	padding:0 20px 20px !important;
	text-align:right !important;
	}
	
	
.content_box_additionals {
	padding: 10px;
	}
.width_30_percent {
	width: 30%;
	}

.float_left {
	float: left;
	}
.float_right {
	float: right;
	}
	
.content_box_bottom {
	background: #ede0db url(../images/content_box_br.gif) no-repeat 100% 100%;
	height: 20px;
	}
	.content_box_bottom span {
		background: url(../images/content_box_bl.gif) no-repeat 0 100%;
		padding-left: 14px;
		height: 20px;
		display: block;
		}
	


/* PAGE NAVIGATION STYLING */
#page_nav td {
	border: none;
	padding: 0;
	}
#page_nav img {
	border: none;
	}
#page_nav p {
	margin: 0;
	}
	
#page_nav .maintxt {
	text-align: center;
	}
	
.table {
	background: #f9f1f0;
	color: #503d36;
}

.form-fields .inner-area ul#form_topmenu {
	position: absolute;
	right: 20px;
	top: -33px;
}

.form-fields .inner-area ul#form_topmenu li {
	display: inline;
}

.form-fields .inner-area ul#form_topmenu li a {
	font-size: 10px;
	text-transform: uppercase;
	color: #996f5e;
}

.form-fields .inner-area ul#form_topmenu li a:hover {
	color: #6e574d;
}

.form-fields .top h2 {
	float: left;
	width: 40%;
}

.form-fields .top h2, .table .top h2 {
	color: #71564c;
	font-size: 16px;
	margin: 0px;
}

.form-fields .inner-area ul#form_topmenu li a {
	display: block;
	background: url(../images/form_tab_deactive.gif) no-repeat top right;	
	padding: 6px 10px 0px 0px;
	float: left;
	height: 26px;
	margin-right: 10px;	
}

.form-fields .inner-area ul#form_topmenu li a span {
	background: url(../images/form_tab_deactive.gif) no-repeat top left;
	display: block;
	height: 32px; 
	padding-right: 10px;
	margin-top: -6px;
	float: left;
}

.form-fields .inner-area ul#form_topmenu li.ui-tabs-selected a {
	display: block;
	background: url(../images/form_tab.gif) no-repeat top right;	
	padding: 10px 10px 0px 0px;
	float: left;
	height: 22px;
	margin-right: 10px;	
	color: #6e574d;
}

.form-fields .inner-area ul#form_topmenu li.ui-tabs-selected a span {
	background: url(../images/form_tab.gif) no-repeat top left;
	display: block;
	height: 32px; 
	padding-right: 10px;
	margin-top: -10px;
	float: left;
}

.form-fields .inner-area {
	/*	
	background: #f9f1f0 url(../images/form_bg.gif) repeat-x top left;
	*/
	padding: 0 25px 25px 25px;
	color: #6e574d;
	position: relative;
}

.ui-tabs .ui-tabs-hide {
	display:none !important;
}

p#submit {
	margin-bottom: 0px;	
}

p.label_name {
	margin-bottom: 8px;
}

span.feedback {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 22px;
	font-size: 12px;
	position: relative;
}

span.feedback.positive {
	background: url(../images/positive_feedback-trans.png) no-repeat top left;
	color: #00cc33;
}

span.feedback.negative {
	background: url(../images/negative_feedback-trans.png) no-repeat top left;
	color: #b4300f;
}

p#submit input {
	background: url(../images/submit.gif) no-repeat;
	width: 87px;
	height: 29px;
	border: 0px;
	color: #ddcdc7;
	margin-bottom: 0px;
	padding: 0px 3px 3px 0px;
	cursor: pointer;
}

input.input_checkbox {
	padding: 0px;
	border: none;
	background: none;
}

ul.action {
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
}

ul.action li {
	float: left;
	margin-right: 12%;
}

ul.action li:last-child {
	margin: 0px;
}

ul.action .actions {
	padding: 5px 0px 5px 20px;
	font-size: 11px;
	display: block;
}

ul.action .actions.edit {
	background: url(../images/action_edit-trans.png) no-repeat left 5px;
	color: #1191bb;
}

ul.action .actions.edit:hover {
	color: #124859;
}

ul.action .actions.add:hover {
	color: #024c14;
}

ul.action .actions.favorite:hover {
	color: #9d7e01;
}

ul.action .actions.delete:hover {
	color: #531201;
}

ul.action .actions.add {
	background: url(../images/action_add-trans.png) no-repeat left 5px;
	color: #009525;
}

ul.action .actions.favorite {
	background: url(../images/action_fav-trans.png) no-repeat left 5px;
	color: #ffcc00;
}

ul.action .actions.delete {
	background: url(../images/action_delete-trans.png) no-repeat left 5px;
	color: #b32400;
}

div.first_row, div.second_row {
	overflow: hidden;
}

div.first_row {
	padding-top: 5px;
}

div.second_row {
	padding-bottom: 5px;
}

div.additional {
	background: url(../images/corner-trans.png) no-repeat bottom right;
	float: right;
	margin: 10px -11px 3px 0px;
	padding: 0px 0px 7px;
	position: relative;
}

div.additional ul {
	list-style-type: none;
	background: #e2dfdf url(../images/additional.gif) repeat-x top left;
	padding: 8px 0px 8px 20px;
	border-color: #b5a6a0 #afa39f #bfb6b3 #c4b5b0;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
}

div.additional ul li {
	display: inline;
	margin: 0px 20px 0px 0px;
}

div.additional ul li a {
	color: #614d47;
}

div.additional ul li a:hover {
	color: #1b1412;
}

div.additional ul li a.delete-sel {
	color: #b62400;
}

div.additional ul li a.delete-sel:hover {
	color: #801900;
}

div.pagenavi {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #916858;
	padding: 5px 0px 15px;
}

div.pagenavi span.current, div.pagenavi a#prev:hover, div.pagenavi a#next:hover {
	color: #ddcdc7;
	background: #8c6352;
	padding: 0px 3px;
	border: 1px solid #926a59;
	font-weight: normal;
}

div.pagenavi a:hover {
	font-weight: bold;
	letter-spacing: -1px;
}

div.pagenavi a#prev {
	margin-right: 15px;
}

div.pagenavi a#next {
	margin-left: 15px;
}

div.pagenavi a#prev, div.pagenavi a#next {
	color: #b08777;
}

p.message {
	color: #64473a;
	border: 1px solid #eeeeee;
	padding: 15px;
}

#content p.message img {
	vertical-align: middle;
	background: none;
	border: 0px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

p.message.success {
	background: #b5f6c4 url(../images/success_bg.gif) repeat-x;
}

p.message.tip {
	background: #b4e8f9 url(../images/tip_bg.gif) repeat-x;
}

p.message.error {
	background: #fcb09d url(../images/error_bg.gif) repeat-x;
}

p.message.warning {
	background: #fede5f url(../images/warning_bg.gif) repeat-x;
}

/*** Sidebar ***/

#sidebar .block ul, #sidebar .block ol{
	margin: 0px;
}

#sidebar h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

#sidebar .block {
	background: url(../images/block_bg.gif) repeat-y;
	padding: 10px 10px 10px 20px;
	color: #7d706c;
}

#sidebar .block p:last-child {
	margin-bottom: 0px;
}

#sidebar .block.categories, #sidebar .block.notes {
	padding: 1px 10px 11px 0px;
}

#sidebar .block-top {
	background: url(../images/block_top-trans.png) no-repeat;
	height: 17px;
}

#sidebar .block-bottom {
	background: url(../images/block_bottom-trans.png) no-repeat;
	height: 17px;
	margin-bottom: 25px;
}

#sidebar .block ul li {	
	color: #7d706c;
	margin: 0;
	list-style: none;	
}

#sidebar .block ul li a {
	background: url(../images/side_bullet.gif) no-repeat 15px 50%;
	padding-left: 30px;
	color: #7d706c;
	line-height: 30px;
}

#sidebar .block ul li a:hover {
	color: #3b322f;
}

#sidebar .block ol {
	padding: 8px 0px 0px;
	margin-left: -20px;
}
	
#sidebar .block ol li {
	padding: 8px 0px 8px 20px;
}

#sidebar .block ol li.even,
#sidebar .block ul li.even {
	background: url(../images/ol_even.gif) repeat-y;	
}

#sidebar .block ul#photos {
	list-style-type: none;
	overflow: hidden;
}

#sidebar .block ul#photos li a{
	background:none;
	padding:0px;
}

#sidebar .block ul#photos li {
	padding: 0px 15px 15px 0px;
}

#sidebar .block ul#photos div {
	overflow: hidden;
	position: relative;
	padding: 0px 5px;
	font-size: 11px;
}

#sidebar .block ul#photos div a.approve {
	float: left;
	color: #009525;
}

#sidebar .block ul#photos div a.delete {
	float: right;
	color: #b82500;
}

#sidebar .block ul#photos div a.delete:hover {
	color: #821b02;
}

#sidebar .block ul#photos div a.approve:hover {
	color: #015015;
}

#sidebar .block.latest_photos {
	padding: 3px 10px 0px 20px;
}

#sidebar .block.info strong {
	font-weight: normal;
	color: #68605d;
}


#bottom_ad_block {
	background: #f9f1f0 url(../images/form_bg.gif) repeat-x top left;
	margin-top: 0px;
	text-align: left;
	padding: 0px 0;
	}
#bottom_ad_block a {
	margin: 0 auto;
	}

/*** Footer ***/

#footer {
	background: url(../images/footer_bg.gif) repeat;
	padding: 20px 0px;
	overflow: hidden;
	position: relative;
}

#footer p#log {
	color: #5f443a;
}

#footer p#log strong {
	color: #ab8574;
	font-weight: normal;
}

#footer p#log a:hover {
	color: #d99e86;
}

#footer h5 {
	color: #4a2f24;
	font-size: 14px;
	margin: 0px;
}

div#bottom_nav {
	font-size: 11px;
	text-transform: uppercase;
}

div#bottom_nav a {
	color: #6e574d;
}

div#bottom_nav a.active, div#bottom_nav a:hover {
	color: #a28b8b;	
}

div#logo_repeat {
	background:transparent url(../images/logo_bottom.gif) no-repeat scroll 50% 0;
	display:block;
	height:51px;
	margin:0 0 20px;
	text-indent:-9999px;
	width:240px;
}

#footer h6 {
	color: #766158;
	font-size: 11px;
}

/** LogIn Page **/

body#login-page {
	background: #3d2216;
}

body#login-page #wrapper {
	width: 463px;
	margin: 160px auto 0px auto;
	text-align: left;
}

body#login-page #wrapper h1#logo {
	background: url(../images/login_logo.gif) no-repeat;
	width: 248px;
	height: 61px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

body#login-page #wrapper #login_box {
	background: url(../images/login_box.gif) no-repeat;
	width: 463px;
	height: 255px;
}

body#login-page #wrapper #login_box h2 {
	font-size: 22px;
	color: #9e8478;	
}

body#login-page #wrapper #login_box h2 span {
	font-size: 14px;
	color: #9e8478;	
}

body#login-page #wrapper #login_box #inner-content {
	padding: 35px 60px 60px 60px;
}

body#login-page #login_box #inner-content p {
	overflow: hidden;
}

body#login-page #login_box #inner-content label {
	width: 85px;
	text-transform: lowercase;
	color: #885b3e;
	font-size: 14px;
}

body#login-page #login_box #inner-content input#name, body#login-page #login_box #inner-content input#password {
	width: 247px;	
}

body#login-page #login_box #inner-content label, body#login-page #login_box #inner-content input {
	float: left;
}

body#login-page #login_box #inner-content input.input_checkbox, body#login-page #login_box #inner-content label#remember, body#login-page #login_box #inner-content input#submit {
	float: none;	
}

body#login-page #login_box #inner-content input#check {
	margin: 0px 4px 0px 0px;
	vertical-align: middle;
}

body#login-page #login_box #inner-content label#remember {
	font-size: 11px;
	color: #c2b0a4;	
	display: inline;
	margin: 0px;
	width: 100%;
}

body#login-page #login_box #inner-content input#submit {
	background: #59382a;
	border: 0px;
	color: #d3bcac;
	font-size: 14px;
	font-weight: 700;
}



/* ########################### HOME PAGE STYLING ###########################  */

#music-area {
	padding: 25px 0 15px 18px;
}

#home_banner {
	background: #000 url(../images/banner_home_bg.jpg) repeat-x 50% 50%;
	}
#home_banner .container {
	background: url(../images/banner_home.jpg) no-repeat 50% 50%;
	height: 431px;
	display: block;
	}
	#banner_signup {
		float: left;
		}
		#banner_signup_inside {
			width: 300px;
			padding-top: 60px;
			padding-left: 20px;
			}
		#banner_signup_inside strong {
			color: #d6d6d6;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: normal;		
			}
		#banner_signup_inside form {
			margin-top: 20px;
			}
		#banner_signup_inside label {
			color: #b3a2a2;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			margin: 0;
			line-height: normal;
			}
		#banner_signup_inside input {
			background: #ccc6c6;
			margin:6px 0 13px;
			}
		#banner_signup_inside label, #banner_signup_inside input {
			display: block;
			}
		#banner_signup_inside #login_btn {
			background: url(../images/banner_login.png) no-repeat;
			border: none;
			width: 61px;
			height: 24px;
			color: #fff;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			}
		#forgot {
			color: #fff;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			text-decoration: underline;
			}
		#forgot:hover {
			text-decoration: none;
			}
			
			
	#banner_startnow {
		float: right;
		margin-top: 90px;
		}
		#banner_startnow_inside {
			width: 300px;
			color: #fff;
			font-size: 15px !important;
			line-height: 20px;
			}
			#banner_startnow_inside p {
				color: #fff;
				font-size: 14px !important;
				line-height: 20px;
				}
			#start_btn_wrapper {
				text-align: center;
				padding-top: 40px;
				}				
			#startnow_btn {
				background: url(../images/startnow_btn.png) no-repeat;
				display: block;
				width: 180px;
				height: 42px;
				margin: 0 auto;
				}

#tagline {
	color:#FFFFFF;
	display:block;
	margin-bottom:50px;
	margin-top:50px;
	text-align:center;
	font-weight: normal;
	}
#home_content {
	background: url(../images/home_center_bg_wrap.gif) repeat;
	}
	#home_content .container {
		background: url(../images/home_center_bg.gif) no-repeat 50% 0;
		}
.home_blocks {	
	float: left;
	color: #dfc9c7;
	margin-bottom: 20px;
	}
	
	.home_blocks_new {	
	float: left;
	color: #dfc9c7;
	margin-bottom: 20px;
	width:250px;
	}
	.home_blocks_new a {
		color: #dfc9c7;
		text-decoration: underline;
		}
	.home_blocks_new h3 {
		color: #ba4e55;
		font-size: 25px;
		font-family: Georgia, "Times New Roman", Times, serif;	
		}	
.home_block_1, .home_block_2 {
	border-right:1px #772A2B solid; height:300px;
	padding-right: 20px;
	margin-right: 20px;		
	}
.home_blocks_inside {
	width: 280px;
	}
	.home_blocks a {
		color: #dfc9c7;
		text-decoration: underline;
		}
	.home_blocks h3 {
		color: #ba4e55;
		font-size: 25px;
		font-family: Georgia, "Times New Roman", Times, serif;	
		}	
	.home_block_2 ul li {
		list-style: none;
		margin-bottom: 5px;
		}
	.home_block_2 ul #social_facebook a {
		background: url(../images/social_facebook.gif) no-repeat 50% 0;
		display: block;
		width: 265px;
		height: 35px;
		}
	.home_block_2 ul #social_facebook a:hover {
		background: url(../images/social_facebook.gif) no-repeat 50% 100%;
		}
	.home_block_2 ul #social_twitter a {
		background: url(../images/social_twitter.gif) no-repeat 50% 0;
		display: block;
		width: 265px;
		height: 35px;
		}
	.home_block_2 ul #social_twitter a:hover {
		background: url(../images/social_twitter.gif) no-repeat 50% 100%;
		}
	.home_block_2 ul #social_linkedin a {
		background: url(../images/social_linkedin.gif) no-repeat 50% 0;
		display: block;
		width: 265px;
		height: 35px;
		}
	.home_block_2 ul #social_linkedin a:hover {
		background: url(../images/social_linkedin.gif) no-repeat 50% 100%;
		}
	.home_block_3 li {
		background: transparent url(../images/home_blocks_bullet.gif) no-repeat scroll 0 6px;
		list-style: none;
		padding-left: 14px;
		}
	.home_block_3 li a:hover {
		text-decoration: none;
		}
		
		
		
		/*new*/
		
		
		
		
		.hometabledisp {
	margin-bottom: 3px;
	border: 1px solid #d7cbcc;
	/*
	background: #f9ede8 url(../images/input_bg.gif) repeat-x top left;
	*/
	padding: 5px;
	color: #42312a;
}
.hometabledisp td { vertical-align:top;  line-height:normal; }


	.contentmessages_box_body {
		border: 1px solid #cccccc;
		background: #fff;
		line-height:1em;
		}
	.contentmessages_box_body .asterisk {
		color: #9f4d53;
		}
	.contentmessages_box_body tr{
		padding:0;
		margin:0;
		border:0;
	}
	.contentmessages_box_body td{
		text-align: left;
		vertical-align:top;
		padding:0 0 0 3px;
		margin:0;
		border:0;
		}
	.contentmessages_box_body .test{
		padding:0px;
		margin:0px;
		border:0px;
	}
	.contentmessages_box_body .even {
		background: #f3f0ef;
		}
		
		
		
addinput, textarea {
	margin-bottom: 3px;
	border: 1px solid #d7cbcc;
	/*
	background: #f9ede8 url(../images/input_bg.gif) repeat-x top left;
	*/
	padding: 2px;
	color: #42312a;
}

.addtextarea, addinput.large {
	width: 300px;
}

   .BorderBlack {
	BORDER: #cccccc 1px solid;	
	
   }
   
      .BorderRightBlack {
	border-right:1px #cccccc solid;	
   }
    .BorderBottomBlack {
	border-bottom:1px #cccccc solid;	
   }
   
      #BorderBottom{
	text-align:left;
	border-bottom:1px #CFCFCF solid;
}

.preference-type{
	width:100%;
}
.preference-type table{
	width:auto;
}
.preference-type td{
	padding:0px;
}
.profile-pic{
	border:1px #CCD0D3 solid; text-align:center; width:100px; margin:0 0 0px 0; vertical-align:middle; height:104px; background-color:#f7ece8;
}



.norecords{ color:#CCCCCC;
}

#scrollingContainer{
        width:300px;
		height:120px;	/* Height of box */
		float:left;	/* I want the text to wrap around the box */
		margin-right:10px;	/* Right margin of 10 pixels */
		font-size:1.0em;	/* Smaller font size than the rest of the page */
		overflow:hidden;	/* Hide overflow content */
	}
	
	.content_box_title_forgot {
	background: #ede0db url(../images/content_box_tr.gif) no-repeat 100% 0;
	height: 38px;
	}
	.content_box_title_forgot span {
		background: url(../images/content_box_tl.gif) no-repeat 0 0;
		padding-left: 14px;
		height: 38px;
		}
	.content_box_title_forgot h3 {
		width: 80%;
		margin: 0;
		line-height: 35px;
		color: #9f4d53;
		}
	.content_box_title_forgot span, .content_box_title h3 {
		float: left;
		}
		
		.content_box_body_forgot {
		border: 1px solid #cccccc;
		background: #fff;
		margin: 0 10px;
		}
	.content_box_body_forgot .asterisk {
		color: #9f4d53;
		}
	.content_box_body_forgot td {
		text-align: left;
		border: none;
		}
	.content_box_body_forgot th, .content_box_body td {
		line-height:14px;
		padding:7px 5px;
		vertical-align:top;
		}
	.content_box_body_forgot .even {
		background: #f3f0ef;
		}
		#main-content_forgot {
	margin-top: 61px;
	float: left;
	width: 400px;
	clear: both;
}

	.txterromsg {
		color: #FF0000;
		}
		
		.HeadingsTitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size : 13px;
	font-weight: bold;
	color: navy;
}

/* Home page news styles */ 
#listnews_tbl {
	margin-top: 6px;
	border: 1px solid #fff;
	clear:both;
	}
#listnews_tbl th {
	background:#B693B9 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:5px;
	text-align:center;
	border: 1px solid #fff;
	}
#listnews_tbl td {
	background: #FBF0F6;
	padding: 5px;
	vertical-align:top;
	border: 0px solid #fff;
	}
#listnews_tbl .light_td {
	background: #e9edf4;
	}


#content_inner{
	width:630px;
	padding:0px 30px 30px 0px;
	float:left;
	}
	
	
	
	
/* dynamic transparent buttons */
a.buttons span{
	display: inline-block; 
	cursor: pointer; 
	cursor: hand;
	float:left;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
	
/* large buttons */
a.large{
	font-size:25px; 
	font-weight:bold;
}
a.large .button-left .button-text{
	padding: 0 0px 0px 15px; 
	color:#ffffff;
	
}
a.large:hover .button-left{
	background-position: 0px -62px;
}
a.large:hover .button-right{
	background-position: 0px -62px
}
a.large:active .button-text{
	padding-top:20px;
}	
	
	
/* large buttons 

a.large-lightblue .button-left{
	background:url('../images/large-lightblue-left.png') no-repeat; 
	height:61px; 
	line-height:61px; 
	float:left;
}
a.large-lightblue .button-right{
	background:url('../images/large-lightblue-right.png') no-repeat; 
	width:30px; 
	color:#fff; 
	height:61px; 
}

*/
 a.large-lightblue .button-left{
	background:url('../images/large-lightblue-left.png') no-repeat; 
	height:59px; 
}
a.large-lightblue .button-right{
	background:url('../images/large-lightblue-right.png') no-repeat; 
	width:30px; 
	height:59px; 
}

/*end large buttons */		
	
	