/* POPUP BOXES FOR SMOOTHBOX */
html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

div, td {
}

/* TOOL TIPS */
.tip {
	color: #fff;
	width: 220px;
	z-index: 13000;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #fffeeb;
	text-align: left;
	font-size: 11px;
	padding: 4px 8px 8px;
}
.tip-text {
	display: none;
}
.tip-top {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}
 
.tip-bottom {

}

.Tips1 {
	vertical-align: middle;
}



/* GLOBAL STYLES */

html { 
	min-height: 100%;
	margin-bottom: 1px; 
}
body {
	background: #DDD;
	position: relative;
	text-align: center;
	font-size: 9pt;
	margin: 0px; 
	padding:0;
}
h1, h2, h3, h4{
	line-height:1.3em;
}

table.body {
	width: 925px; // changed from 900 to 925 - dax
	margin: auto;
}

p {
	margin: 0px;
	padding: 0px;
}
p.p{margin-bottom:7px;}
a img{
	border:0;
}
div, td {
	font-size: 12px;
	color: #555555;
	line-height: 140%;
}
input[type="checkbox"]{
	margin-right:5px;
}
td.top_menu {
	background-image: url(../images/topbar_bg.gif); 
	background-repeat: repeat-x; 
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #BBBBBB;
}

td.top_menu2 {
	width: 20%; 
	text-align: right; 
	border-right: 1px solid #CCCCCC; 
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #BBBBBB; 
	background-image: url(../images/topbar_bg.gif); 
	background-repeat: repeat-x;
}

div.top_menu_link_container, div.top_menu_link_container_end {
	float: right;
}

div.top_menu_link_container_end {
}

div.top_menu_link {
	font-weight: bold;
	margin-right:10px;
	
}

div.top_menu_link_loggedin {
	/*height: 25px;*/
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	/*padding: 6px 0px 0px 10px;*/
	float:right;
}

div.menu {
	width: 150px; 
	border: 1px solid #CCCCCC; 
	border-left: 3px solid #7391a8;
	background: #EEEEEE; 
	padding: 0px 0px 10px 10px;
	margin-right: 10px;
}

div.menu_header {
	margin-top: 10px;
	margin-bottom: 7px;
}

td.menu_user {
	background-image: url(../images/menu_user.gif); 
	background-repeat: repeat-x; 
	background-color: #FFFFFF;
	padding: 5px 10px 5px 10px; 
	border: 1px solid #CCCCCC; 
	border-top: none; 
	text-align: left;
}

div.menu_item {
	float: left;
	padding-right: 10px;
	font-weight: bold;
	background: none;
}

div.menu_sep {
	padding: 2px 0px 0px 10px;
	float: left;
	background: none;
}

img.menu_icon {
	display: block;
	float: left; 
	margin-right: 4px;
}

img.menu_icon2 {
	margin-bottom: -3px;
	margin-right: 4px;
}

div.menu_arrow {
	padding: 2px;
	float: left;
}

div.menu_item_dropdown a {
	padding: 3px 40px 5px 7px;
	font-weight: normal;
	border-left: 3px solid #DDDDDD;
	display: block;
	background: #FFFFFF;
}

div.menu_item_dropdown a:hover {
	padding: 3px 40px 5px 7px; 
	font-weight: normal;
	background: #F2F2F2;
	border-left: 3px solid #BBBBBB;
	text-decoration: none;
	display: block;
}

div.menu_dropdown {
	border: 1px solid #CCCCCC; 
	border-top: none; 
	background: #FFFFFF; 
	position: absolute; 
	margin-top: 6px;
	margin-left: -20px;
	z-index: 99;
	width: auto; 
	white-space: nowrap; 
}

td.topbar1 {
	padding-bottom: 5px;
}

td.topbar2, td.topbar2_right {
	background-image: url(../images/menu_bg.gif); 
	background-repeat: repeat-x; 
	font-weight: bold; 
	font-size: 11pt; 
	padding: 10px 10px 8px 15px; 
	color: #FFFFFF;
	border-bottom: 1px solid #31537D;
}

td.topbar2_right {
	font-weight: normal;
	padding: 10px 15px 8px 10px; 
	text-align: right;
}

td.content {
	vertical-align: top;
	text-align: left;
	background: #FFFFFF;
}

div.content {
	width: 1000px;  // changed from 900 to 925 - dax; then from 925-950 - liz
	padding: 5px 0px 20px 0px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	background:#fff /*url(../images/stripe_bg.gif) repeat-y*/;
	clear:both;
}
/* Controls which pages have the striped bg */
#page_home.content, #page_events.content, #page_music.content, #page_tickets.content, #page_giveaways.content, #page_articles.content, #page_user_home.content{
	background:#fff url(../images/stripe_bg.gif) repeat-y;
}
.content_inner{
	width:100%;
	height:100%;
	background:#fff url(../images/stripe_bg_left.gif) repeat-y;
}
.content_inner_right{
	width:100%;
	height:100%;
	background:#fff url(../images/stripe_bg_right.gif) repeat-y right top;
}
div#bread_crumbs{
	background:#DDDDDD none repeat scroll 0 0;
	clear:left;
	margin:0 auto;
	padding:5px 0 5px 10px;
	text-align:left;
	width:990px;
	text-transform:uppercase;
}
div#bread_crumbs a{
	color:#555555;
}
div#bread_crumbs span{
	color:#FF6600;
}

div.copyright {
	background: #EEEEEE; 
	padding: 4px; 
	text-align: right; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px; 
	color: #444444;
	border-top: 1px solid #AAAAAA;
}

div.page_header {
	font-size: 15pt;
	color: #555555;
	margin-bottom: 0px;
}
div.page_header a{
	font-size:15pt;
}

#content.about_us div.page_header, #content_right.about_us div.page_header, #content.form_page div.page_header, #content.albums div.page_header{
	padding:0;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}

.tos p{
	margin:0 0 10px 0;
}

#content .header, #content h2{
	font-size: 12pt;
	color: #555555;
	margin-bottom: 0px;
	padding:0;
	border-bottom:1px solid #555;
	background:#FFF;
}
#content h2{border:0;}
#content .header a{
	color:#336699;
	text-transform:capitalize;
}

h1.myheader{
	background:#0099FF;
	color:#FFF;
	text-transform:uppercase;
	padding:4px 10px;
	font-size:13px;
	letter-spacing:1px;
}
h1.myheader a{
	color:#FFF;
	text-transform:lowercase;
}
div.myheader {
	padding: 3px 5px 2px 5px;
	/*border: 1px solid #DDDDDD;*/
	font-weight: bold;
	/*background-image: url(../images/header.gif);
	background-image:url(../images/table_header.gif);
	background-repeat: repeat-x;*/
	color: #333333;
	background:#a4d9fd;
	border:1px solid #0099FF;
	border-bottom-width:3px;
	border-left-width:1px;
}
.mybox{
	padding:7px;
	border:1px solid #a4d9fd;
	margin-bottom:3px;
	background:#FFF;
}
.content_inner #rt_col .mybox{
	margin:0;
}
/*.black_header{
	padding: 4px 7px;
	font-weight: bold;
	background:#000;
	color: #FFF;
	margin:0 3px;
}
.black_header a{
	color:#FF6600;
}
.black_header a:hover{
	color:#FFF;
}
*/
.header, .black_header, #left_col div.green_header {
	padding: 4px 7px;
	/*border-bottom: 1px solid #FF6600; */
	font-weight: bold;
	font-size:12px;
}
.header, .black_header, #left_col div.purple_header {
	padding: 4px 7px;
	/*border-bottom: 1px solid #FF6600; */
	font-weight: bold;
	font-size:12px;
}
#left_col div.header, #rt_col div.header{
	margin-top:5px;
}
.content_inner #rt_col div.header{
	margin:0;
}

div.header a{
	color:#FFF;
	font-weight:normal;
}
div.header .right{
	color:#FFF;
	font-weight:normal;
}
div.newupdates {
	position: absolute; 
	height: 24px; 
	width: 122px; 
	/*background-image: url(../images/newupdates.gif);*/
	background-image:url(../images/updates_bubble.png); 
	background-repeat: no-repeat;
	top:50px;
	/*left:90px;*/
	right:0;
	margin:0;
}

div.newupdates_content {
	text-align: left; 
	padding: 5px 0 0 10px; 
	color: #FFFFFF;
}
a.newupdates{
	font-size: 10px;
}
#notify_total{
	font-size: 10px;
}

div.box {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
}
#content_right #content div.box{
	margin-bottom:10px;
}
#content_right #left_col div.box, #content_right #rt_col div.box{
	margin:0;
}


div.box.full{
	border-top:1px solid #DDDDDD;
}

td.shadow {
	background-image: url(../images/shadow.gif); 
	background-repeat: repeat-x; 
	padding-bottom: 5px;
}

input.text, input.text_small {
	border: 1px solid #AAAAAA;
	font-size: 9pt;
	color: #333333;
	vertical-align: middle;
	padding: 3px;
}

input.text_small {
	font-size: 8pt;
}

input.search {
	vertical-align: middle; 
	background-image: url(../images/search.gif); 
	background-repeat: no-repeat; 
	color: #555555; 
	font-size: 12pt; 
	padding-left: 23px; 
	font-weight: bold;
}

input.button {
	font-size: 8pt;
	padding: 3px;
	color: #333333;
	font-weight: bold;
	background: #EEEEEE;
	vertical-align: middle;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777;
}

input.radio, input.checkbox {
	vertical-align: middle;
}
input[type='radio'], input[type='checkbox']{
	margin-right:5px;
}

textarea {
	border: 1px solid #AAAAAA;
	color: #333333;
	padding-left: 2px;
	font-size: 10pt;
}

select, select.small {
	color: #333333;
	font-size: 9pt;
	vertical-align: middle;
	margin-top: 1px;
	padding-right: 10px;	
}
select.small {
	font-size: 8pt;
}
.icon {
	vertical-align: top;
	margin-right: 5px;
}
.icon2 {
	vertical-align: top;
	margin-right: 1px;
}
.icon_big {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

img.photo {
	max-width: 200px;
	border: 1px solid #DDDDDD;
}

#rt_col img.photo{
	margin:0px 6px;
}


font.small {
	font-size: 7pt;
}

font.big {
	font-size: 9pt;
	font-weight: bold;
}

font.bold {
	font-weight: bold;
}

font.disabled {
	color: #AAAAAA;
}

form {
	margin: 0px;
}

div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.error {
	vertical-align: middle;
	color: #FF0000;
}

div.spacer10 {
	margin-top: 10px;
	height: 0px;
	font-size: 1pt;
}

img.button {
	display: block;
	float: left; 
	margin-right: 4px;
}

a:link { color: #336699; text-decoration: none; }
a:visited { color: #336699; text-decoration: none; }
a:hover { color: #3399FF; text-decoration: underline; }

a.top_menu_item:link { color: #777777; text-decoration: none; }
a.top_menu_item:visited { color: #777777; text-decoration: none; }
a.top_menu_item:hover { color: #444444; text-decoration: underline; }

a.menu_item:link { color: #3c718f; text-decoration: none; }
a.menu_item:visited { color: #3c718f; text-decoration: none; }
a.menu_item:hover { color: #60b1df; text-decoration: underline; }

#top_menu_links a.newupdates { color: #F2F2F2; text-decoration: none; }
#top_menu_links a.newupdates:hover { color: #FFFFFF; text-decoration: underline; }

a.copyright:link { color: #336699; text-decoration: none; }
a.copyright:visited { color: #336699; text-decoration: none; }
a.copyright:hover { color: #3399FF; text-decoration: underline; }

a.portal_signup:link { color: #336699; text-decoration: none; }
a.portal_signup:visited { color: #336699; text-decoration: none; }
a.portal_signup:hover { color: #437ab1; text-decoration: none; }

/*label:hover { color: #3399FF; text-decoration: underline; }*/










#tabs_container{
	padding:0 3px 0px 10px;
	background:#FFF;
	margin:0 0 -1px 0;
}
table.tabs {
	margin-bottom: 10px;
	background:#FFF;
}
td.tab {
	background: #FFFFFF;
	padding-left: 1px;
	border-bottom: 1px solid #CCCCCC;
}
td.tab0 {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 1px solid #CCCCCC;
}
td.tab1 {
	border: 1px solid #CCCCCC;
	border-top: 3px solid #AAAAAA;
	border-bottom: none;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}
td.tab2 {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
}
td.tab3 {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding-right: 12px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}













table.list {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-bottom: none;
}

td.list_header {
	background: #EEEEEE;
	font-weight: bold;
	padding: 3px 5px 3px 7px;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: middle;
}

tr.list_item1 {
	/*padding: 5px 7px 5px 7px;
	border-bottom: 1px solid #DDDDDD;*/
}

tr.list_item2 {
	padding: 5px 7px 5px 7px;
	background: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}

td.form1 {
	padding: 12px 0px 5px 10px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
td.form2 {
	padding: 10px 0px 5px 10px;
}

div.form_desc {
	font-size: 8pt;
	margin: 2px 0px 5px 0px;
}
div.form-container div.form_desc{
	margin: 2px 0 5px 170px;
}
div.form-container .nolabel{
	margin-left:170px;
}
div.form_error {
	margin-bottom: 10px;
	color: #FF0000;
}
div.success {
	line-height: 16pt;
}
td.button {
	text-align: left;
	border: 1px solid #DDDDDD;
	border-left: 5px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
	font-weight: bold;
}
div.button {
	font-weight: bold;
}
td.result {
	font-weight: bold;
	text-align: center;
	border: 1px dashed #CCCCCC;
	background: #FFFFFF;
	padding: 7px 8px 7px 7px;
}
td.error {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 7px 8px 7px 7px;
	background: #FFF3F3;
}
td.success {
	font-weight: bold;
	padding: 7px 8px 7px 7px;
	background: #f3fff3;
}
.dupchecking .list_item{border-top-width: 1px;}
.dupchecking a.claimdupe{text-decoration:none;display:block; font-size:13px; background:#0099FF; color:#FFF; padding:6px;}
.dupchecking a.claimdupe:hover{text-decoration:underline;}

/* STYLES FOR AD BANNERS */
#left_col img{
	max-width:210px;
}
div.ad_top {
	padding: 0px;
	text-align: left;
}
div.ad_belowmenu {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
div.ad_left {
	padding: 10px 10px 10px 0px;
	vertical-align: top;
	text-align: center;
}
div.ad_right {
	padding: 0 0 10px 0px;
	vertical-align: top;
	text-align: center;
}
div.ad_bottom {
	padding: 3px 3px 0px 0px;
	float:right;
}

/* STYLES FOR RECENT ACTION */
.recentaction_div_media {
	padding: 10px 10px 10px 20px;
}
.recentaction_div_media img {
	max-width: 300px;
	width: expression(this.width > 300 ? 300: true);
}
img.recentaction_media {
	float: left;
	margin: 3px; 
	border: solid 1px #777777;
}
.recentaction_div {
	padding: 10px 20px 10px 20px;
	position: relative; 
	max-height: 125px;
	max-width: 300px; 
	overflow: auto;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .recentaction_div {
	overflow: visible;
	overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
	height: expression(this.scrollHeight > 125? "125px" : "auto" );
	width: expression(this.scrollWidth > 300? "300px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .recentaction_div {
	overflow: visible;
	overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
	height: expression(this.scrollHeight > 125? "125px" : "auto" );
	width: expression(this.scrollWidth > 300? "300px" : "auto" );
}
.recentaction_div img {
	max-width: 300px;
	width: expression(this.width > 300 ? 300: true);
}




/* STYLES FOR FRIEND SUGGEST FEATURE */
.suggest_item a {
	padding: 3px 3px 3px 5px; 
	background: #F7F7F7; 
	border-bottom: 1px solid #CCCCCC;
	width: 181;
	display: block;
}
.suggest_item a:hover {
	background: #003366;
	color: #FFFFFF;
}
div.suggest {
	position: absolute; 
	background-color: #FFFFFF; 
	text-align: left; 
	border: 1px solid #AAAAAA;
	padding: 0px;
	display: none;
} 
a.suggest:link { color: #555555; text-decoration: none; }
a.suggest:visited { color: #555555; text-decoration: none; }
a.suggest:hover { color: #FFFFFF; text-decoration: none; }



/* LOGIN PAGE */
td.login_middle {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 16pt;
}
td.login_right {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
}
img.openid_image{
	width:100px;
}



/* Login Required Pop-up*/
#login_required label{
	font-weight:bold;
	margin-bottom:3px;
	display:block;
}
#login_required p{
	padding:0;
	margin-bottom:5px;
}
#login_required h2{
	margin-bottom:20px;
	font-size:16px;
}
#login_required h3{
	font-size:13px;
}
#login_required ul{
	margin:0 0 20px 15px;
	font-size:13px;
	line-height:1.5em;
}
#login_required li{
	margin:5px 0;
}	


/* PORTAL PAGE (HOME.PHP) */
div.portal_spacer {
	height: 5px;
}
div.portal_content, #left_col .green_content {
	padding:0 7px;
/*	background: #EEE;
	border:1px solid #999;*/
	
}
div.portal_content, #left_col .purple_content {
	padding:0 7px;
/*	background: #EEE;
	border:1px solid #999;*/
	
}
#rt_col div.portal_content, #left_col div.portal_content{
	margin:0px 0 20px 0;
}
#content_right #rt_col div.portal_content{
}
div.portal_content a, #left_col div.green_content a{
	color:#666;
}
div.portal_content a, #left_col div.purple_content a{
	color:#666;
}
div.portal_content p{
	margin-bottom:7px;
}
td.portal_text {
	vertical-align: top; 
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 10px;
}
div.portal_login {
	padding: 25px 10px 25px 10px;
	background: #FFFFFF; 
	text-align: center;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
td.portal_member {
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

td.portal_member a{
	color:#333;
	font-weight:normal;
}
div.portal_action {
	padding: 6px 6px 6px 6px; 
	border-top: 1px solid #DEDEDE; 
}
div.portal_action_top {
	padding: 6px 6px 6px 6px; 
}
div.portal_action_date {
	float: right; 
	color: #999999;
	padding-left: 5px;
}
div.portal_whatsnew {
	border: 1px solid #669900;
	padding: 4px 10px 4px 10px;
	overflow:hidden;
}
div.portal_signup a, div.portal_signup a:hover {
	font-size: 14pt; 
	line-height: 0px;
	text-align: center; 
	padding: 8px 15px 5px 7px; 
	background-image: url(../images/portal_join_bg.gif); 
	background-repeat: repeat-x;
	border: 1px solid #FFFFFF;
	display: block;
}
div.portal_signup_container1 {
	border: 1px solid #CCCCCC;
}
div.portal_signup_container1:hover {
	border: 1px solid #AAAAAA;
}






/*Login Div*/

.login{
	padding:0;
	background:#FFF;
	color:#FFF;
}
.login a{
	color:#FFF;
}
.login .tabs{
	list-style:none;
	margin:0;
	padding:0;
}
.login .tabs li{
	float:left;
	list-style:none;
	padding-left:0;
	margin-left:0;
}
.login .tabs li a{
	display:block;
	padding:6px 7px;
	background:#999999;
	margin-right:1px;
	color:#FFF;	
	border-bottom:1px solid #FFF;
}
.login .tabs li a.active{
	background:#343434;
	border-bottom:1px solid #343434;
}
.login_inner{
	background:#343434;
	float:left;
	padding:10px 7px;
	clear:left;
	height:85px;
	width:230px;
	font-size:10px;
}

*html #login_inner{
	width:230px;
}
#tab_login_using #login_inner{
	padding-bottom:0;
	height:90px;
}
.login .text{
	color:#666;
	padding:2px;
	margin-bottom:10px;
	height:15px;
}
.login label{
	color:#FFF;
}
.login .email{
	width:200px;
}
.login .password{
	width:160px;
	margin-right:7px;
}
.login .button{
	background:#0099FF;
	border:0;
	color:#FFF;
	margin:0;
	padding:3px 4px;
	vertical-align:top;
	height:21px;
}
#forgot_pw{
	margin-left:15px;
	white-space:nowrap;
}
#rememberme{
	margin-right:0;
}
.login .login_logo{
	float:left;
	width:66px;
	margin:0px 12px 7px 0;
	padding-top:22px;
	text-align:center;
}
.login .login_logo.last{
	margin-right:0;
}


.login #logo_twitter{
	background:url(../images/brands/logo_twitter_small.gif) no-repeat center top;
}
.login #logo_facebook{
	background:url(../images/brands/logo_facebook_small.gif) no-repeat center top;
}
.login #logo_myspace{
	background:url(../images/brands/logo_myspace.jpg) no-repeat center top;
}
.login #logo_google{
	background:url(../images/brands/logo_google_small.gif) no-repeat center top;
}
.login #logo_yahoo{
	background:url(../images/brands/logo_yahoo.jpg) no-repeat center top;
}
.login #logo_windows{
	background:url(../images/brands/logo_live_small.gif) no-repeat center top;
}


/*Autocomplete styles*/
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
}
	      

/*Upcoming Events Box*/

#events_upcoming{
	margin:0;
	background:#FFF;
}
#events_upcoming .date_tabs{
	
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	border: 0 none;
}
.date_tabs .ui-state-default{
	background: #4e4e4e url(/images/bg_datetab.gif) repeat-x;
}
.date_tabs .ui-state-active{
	background: #008bea url(/images/bg_datetab_active.gif) repeat-x;
}
#events_upcoming.ui-widget-content{
	border:0 none;
	padding:0;
}

#events_upcoming .date_tabs li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	border: 0 none;
}

#events_upcoming .date_tabs li a{
	display:block;
	padding:5px;
	width: 42px;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	/*background: url(/images/tab_bg.gif) repeat-x 50% 50%;*/
}
#events_upcoming .date_tabs li.ui-state-active a{
	border-bottom:0;
	outline: none;
}
#events_upcoming .date_tabs li a:hover{
	text-decoration: underline;
}
#events_upcoming.home_events_upcoming .date_tabs li a{
	width: 65px;
}
#events_upcoming .date_tabs li a.active{
	/*background:#C10E61;*/
}
#events_upcoming.home_events_upcoming .date_tabs li a.active{
	width:66px;
}
#events_upcoming .date_tabs li a.last{
	border-right:0;
}
#events_upcoming .date_tabs li a span{
	display:block;
}

#events_upcoming .events_upcoming_inner{
	clear:left;
	width:auto;
	padding:0;
	margin-right:2px;
}
.events_upcoming_inner ul, .events_upcoming_inner li{
	padding-left:0;
	margin-left:0;
	list-style:none;
}
.events_upcoming_inner li{
	margin-bottom:3px;
}
.events_upcoming_inner .more{
	color:#0099FF;
}

/* WHATS NEW PAGE */
td.home_left {
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}
td.home_right {
	vertical-align: top;
}
td.home_stats {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
td.home_menu {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
td.home_menu1 {
	font-weight: bold;
}
td.home_notification {
	text-align: left;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
}
div.home_photo {
	border: 1px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
td.home_box {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 8px;
	background: #FFFFFF;
}
table.home_menu {
	border: 1px solid #DDDDDD;
	border-bottom: none;
	margin-bottom: 10px;
}
td.home_menu1 a {
	background-color: #FFFFFF;
	background-image: url(../images/menu_bg1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
}
td.home_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
}
div.home_action {
	padding: 6px 6px 6px 6px; 
	border-top: 1px solid #DEDEDE; 
}
div.home_action_top {
	padding: 6px 6px 6px 6px; 
}
div.home_action_date {
	float: right; 
	color: #999999;
	padding-left: 5px;
}
div.home_whatsnew {
	padding:7px;
	border:1px solid #669900;
	margin-bottom:3px;
}
div.home_updated {
	font-size: 7pt;
	color: #888888;
	padding-top: 2px;
}












/* WHATS NEW - MY NETWORK PAGE */
div.network_content {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 8px;
}















/* VIEW PROFILE PAGE */
td.profile {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.profile_leftside {
	padding-top: 5px;
	vertical-align: top;
}
td.profile_rightside {
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
}
div.profile_field_value {
	max-width: 500px;
	overflow: auto;
}
div.profile_friend_photo {
	float: left; 
	width: 90px; 
	text-align: center; 
	border: 1px solid #DDDDDD;
}
div.profile_friend_info {
	float: left; 
	padding-left: 10px;
}
div.profile_friend_options {
	text-align: right; 
	padding-left: 10px;
}
div.profile_friend_name {
	font-size: 10pt;
	font-weight: bold;
}
div.profile_friend_details div {
	color: #888888;
	font-size: 7pt;
}
div.profile_image {
	float: left;
	padding: 5px;
	text-align: center;
	width: 111px;
}
div.profile_bar {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
td.profile_item1 {
	padding: 5px 0px 5px 0px;
	text-align: center;
	vertical-align: top;
}
td.profile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

/* Profile Nav as buttons*/

table.profile_menu, ul.profile_menu {
	border: none;
}

ul.profile_menu, ul.profile_menu li{
	list-style:none;
	margin-left:0;
	padding-left:0;
	margin-top:0;
	padding-top:0;
}

td.profile_menu1 a, li.profile_menu1 a, div.nolink {
	/*background:#666 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	margin-bottom:1px;
	padding:5px 5px 5px 7px;
	border-right:10px solid  #888;*/
	display: block; 
	font-size: 12px; 
	line-height: 21px; 
	padding:0px 13px; 
	color:#1C1F1F; 
	border:1px solid #CCC; 
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #FFF,  #e3e3e3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#e3e3e3');
	margin:3px 0;
}

td.profile_menu1 a:hover, li.profile_menu1 a:hover {
	background: -moz-linear-gradient(top,  #e3e3e3,  #FFF); 
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#FFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#FFF'); 
	text-decoration: none;
}
a.btn, button.btn{
	display: inline-block; 
	font-size: 11px; 
	line-height: 21px; 
	padding:0px 13px; 
	color:#1C1F1F; 
	border:1px solid #CCC; 
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #FFF,  #e3e3e3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E3E3E3',GradientType=0 );
	cursor:pointer;
}
button.btn{
	padding:3px 13px;
}
a.btn:hover{
	background: -moz-linear-gradient(top,  #e3e3e3,  #FFF); 
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#FFF));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E3E3', endColorstr='#FFFFFF',GradientType=0 );
	text-decoration: none;
}
.page_header a.btn{font-size: 11px;}
/* There shouldn't be any of these for now ->

td.profile_menu2 a, li.profile_menu2 a {
	background-image: url(../images/menu_bg1.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
	border-left:10px solid #DDD;
}
td.profile_menu2 a:hover, li.profile_menu2 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
	text-decoration: none;
	border-left:10px solid #DDD;
}*/


/*Profile menu inside portal_content (as in right search column) */

.portal_content table.profile_menu, .portal_content ul.profile_menu, #smoothbox_container ul.profile_menu {
	border: 1px solid #DDDDDD;
	border-bottom: none;
}

.portal_content ul.profile_menu, .portal_content ul.profile_menu li, #smoothbox_container ul.profile_menu li{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

.portal_content td.profile_menu1 a, .portal_content li.profile_menu1 a, .portal_content div.nolink, #smoothbox_container li.profile_menu1 a {
	background-image: url(../images/menu_bg1.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
	color:#555;
	font-weight:normal;
	border-right:0;
	margin:0;
}


.portal_content td.profile_menu1 a:hover, .portal_content li.profile_menu1 a:hover, #smoothbox_container li.profile_menu1 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
	text-decoration: none;
	color:#555;
	font-weight:normal;
	border-right:0;
	margin:0;
}
.portal_content td.profile_menu2 a, .portal_content li.profile_menu2 a {
	background-image: url(../images/menu_bg1.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
	border-left:10px solid #DDD;
	color:#555;
	font-weight:normal;
	border-right:0;
	margin:0;
}
.portal_content td.profile_menu2 a:hover, .portal_content li.profile_menu2 a:hover {
	background-color: #F5F5F5;
	background-image: url(../images/menu_bg2.gif);
	text-decoration: none;
	border-left:10px solid #DDD;
	color:#555;
	font-weight:normal;
	border-right:0;
	margin:0;
}

/*Profile Menu on info page*/

#info_page .profile_menu1 a{
	background-image: none;
	background-color: #FFFFFF;
	border-bottom: none;
	padding: 0px 0px 10px 0px;
	font-size: 8pt;
	display: block;
}


#info_page .profile_menu {
	border: none;
}

#info_page #content .box, #content_right #content .portal_content{
	background:#FFF;
	border:0;
	padding:5px 0;
} 


/*End profile nav*/

td.profile_photo {
	vertical-align: middle; 
	text-align: center; 
	border: 0px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	height: 150px;
}
div.profile_photo{
	background:#EFEFEF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	text-align:center;
}

.profile_photo img{
	width:280px;
	max-width:280px;
	margin:5px 10px 0px 0;
}
div.profile_action {
	padding: 0px 0px 5px 0px; 
	border-bottom: 1px solid #EAEAEA; 
	margin-bottom: 5px;
}
div.profile_action_bottom {
	padding-bottom: 2px;
}
div.profile_action_date {
	color: #999999;
	float: right;
	padding-left: 5px;
}




td.profile_tab a {
	background-color: #EEEEEE;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA; 
	border-left: none;
	font-weight: bold; 
	display: block;
	white-space:nowrap;
}
td.profile_tab a:hover {
	background-color: #F4F4F4;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA; 
	border-left: none;
	font-weight: bold; 
	display: block;
}
td.profile_tab2 a {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 8px 10px;
	border: 1px solid #AAAAAA; 
	border-left: none;
	border-bottom: none;
	font-weight: bold; 
	display: block;
}
td.profile_tab2 a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 8px 10px;
	border: 1px solid #AAAAAA; 
	border-left: none;
	border-bottom: none;
	font-weight: bold; 
	display: block;
}
#profile_tabs_profile { 
	border-left: 1px solid #AAAAAA;
}
td.profile_tab_end {
	border-bottom: 1px solid #AAAAAA;
}








div.profile_content, div.event_content #content {
	padding: 10px; 
	margin-bottom:3px;
}
div.profile_headline, div.profile_headline2 {
	font-size: 10pt; 
	margin-bottom: 7px;
	font-weight: bold;
}
div.profile_headline2 {
	margin-top: 10px;
}
.event_content #content .page_header{
	padding-left:0;
}
#event_content .profile_photo{
	border:none;
	background:#FFF;
	float:left;
	margin:0;
}
#event_content .profile_photo img{
	margin:0 15px 10px 0;
}













/* BROWSE PAGE */
td.browse_field {
	padding: 5px;
}
div.browse_field_radio {
	padding: 0px 5px 0px 1px;
	margin-top: 1px;
}
div.browse_fields {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.browse_header {
	padding: 5px 5px 3px 7px;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background: #EEEEEE;
}
td.browse_result {
	vertical-align: top;
	text-align: center;
	width: 150px;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
}
div.browse_pages {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	background: #EEEEEE;
	padding: 5px 0px 5px 0px;
}

/* SEARCH PAGE */
td.search {
	width: 475px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
div.search_header {
	font-weight: bold;
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 5px 5px 5px 10px;
	font-size: 9pt;
}
div.search_results {
	padding: 0px 10px 10px 10px;
}
div.search_result1 {
	padding: 10px;
	background: #F5F5F5;
}
div.search_result2 {
	padding: 10px;
}
div.search_result_text {
	font-size: 9pt;
	font-weight: bold;
	padding-left: 3px;
}
div.search_result_text2 {
	font-weight: normal;
	font-size: 7pt;
	color: #777777;
}
div.search_context {
	color: #555555;
}
div.search_url {
	color: #115599;
}
td.search_pages_bottom {
	padding-top: 8px;
	padding-right: 12px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}

/* HELP PAGES */
div.faq {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	border-left: 3px solid #DDDDDD;
}
div.faq_questions {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 5px 7px 5px 8px;
}


/* MESSAGES */
table.messages_table {
	border: 1px solid #DDDDDD;
}
td.messages_header {
	padding: 4px 5px 5px 6px;

	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
td.messages_left {
	width: 493px;
	text-align: left;
	vertical-align: middle;
}
td.messages_right {
	text-align: right;
	vertical-align: top;
	width:227px;
}
tr.messages_unread {
	background: #F5F5F5;
	font-weight: bold;
}
tr.messages_read {
	background: #FFFFFF;
}
td.messages_message {
	border-top: 1px solid #CCCCCC;
	padding: 7px 5px 7px 7px;
	vertical-align: top;
}
td.messages_photo {
	border-top: 1px solid #CCCCCC;
	padding: 7px 0px 7px 7px;
	vertical-align: top;
}
td.messages_view2 {
	background: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view2_bottom {
	background: #FFFFFF;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view1 {
	vertical-align: top;
	padding-right: 15px;
}
div.messages_author {
	padding-bottom: 5px;
	font-weight: bold;
}
div.messages_date {
	font-size: 7pt;
	color: #777777;
}
td.messages_authorbox {
	width: 100px;
	text-align: right; 
	vertical-align: top; 
	padding: 5px 10px 0px 0px;
}



/* MY FRIENDS */
div.friends_search {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
td.friends_sort {
	padding-top: 5px;
}
div.friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin: 5px 0;
	background: #FFFFFF;
}
div.friends_result1{
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin: 5px 0;
	background: #F4F4F4;
}
td.friends_result0 {
	padding: 5px;
}
td.friends_result1 {
	vertical-align: top;
	padding: 5px;
}
td.friends_result2 {
	padding: 5px;
	vertical-align: top;
	text-align: right;
}
div.friends_name {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
}
div.friends_stats div {
	color: #888888;
	font-size: 7pt;
}


/* BROWSE FRIENDS */
td.browse_friends_sort {
	padding-top: 5px;
}
div.browse_friends_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}
td.browse_friends_result0 {
	padding: 5px;
}
td.browse_friends_result1 {
	padding: 5px;
}
td.browse_friends_result2 {
	padding: 5px;
	text-align: right;
}


/* EDIT PROFILE */
td.editprofile_photoleft {
	text-align: center;
	padding-right: 10px;
}
td.editprofile_photo img{
	max-width:210px;
}
td.editprofile_photoright {
	vertical-align: top;
}
td.editprofile_photo {
	height: 150px;
	vertical-align: middle; 
	text-align: center; 
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
}
table.editprofile_options {
	margin-left: 10px;
}
div.editprofile_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.editprofile_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.editprofile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.editprofile_examplecss, div.editprofile_examplecss:hover {
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	float: left;
	border: 1px solid #DDDDDD;
}
div.editprofile_examplecss:hover {
	border: 1px solid #BBBBBB;
}
div.editprofile_examplecss_selected {
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	float: left;
	border: 1px solid #AAAAAA;
	background: #EEEEEE;
}


/* EDIT ACCOUNT SETTINGS */
td.account1 {
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}
td.account2 {
	padding: 7px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	border-top: none;
}



/* SIGNUP PAGE */
img.signup_code {
	vertical-align: middle;
}
div.signup_header {
	/*width: 500px;*/
	padding: 6px 9px 6px 9px;
	background: #F1F1F1;
	font-weight: bold;
	font-size: 9pt;
	margin-bottom: 10px;
}
div.signup_photo_desc {
	padding: 5px 5px 5px 0px;
}
td.signup_photo {
	padding: 10px; 
	background: #FFFFFF; 
	border: 1px solid #CCCCCC;
}



/* PROFILE PHOTOS STYLES */
div.media {
	border: 1px solid #DDDDDD; 
	background: #F2F2F2; 
	padding: 10px;
}
div.media img{
	max-width:650px;
}
#album_file{
	text-align:center;
	padding:0 10px 0 0;
}
#album_file div.media{
	text-align:center;
}

div.media_caption {
	text-align: left; 
	padding: 0px 5px 0px 5px; 
	margin-left: auto; 
	margin-right: auto;
}
div.media_title {
	margin-bottom: 2px;
	font-weight: bold;
}
div.media_date {
	margin-top: 10px; 
	font-size: 7pt; 
	color: #777777;
}



/* CAROUSEL */
td.carousel_item_active {
	border: 1px solid #BBBBBB; 
	background: #EEEEEE;
	padding: 5px;
}
td.carousel_item {
	padding: 5px;
}
td.carousel_item:hover {
	border: 1px solid #CCCCCC;
	padding: 4px;
}



/* styles for the debugger */
div#se_debug_window_container
{
}

table#se_debug_window
{
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 500px;
  height: 400px;
}

td#se_debug_window_menu
{
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
  cursor: move;
}

div#se_debug_window_body_container
{
  width: 500px;
  height: 375px;
  overflow: auto;
}

/* styles for main menu and profile tab dropdowns */

div.top_menu_main_link_container
{
  text-align: left;
}

div.menu_main_dropdown
{
	border: 1px solid #CCCCCC;
	border-top: none;
	position: absolute;
	margin-top: 7px;
	margin-left: -1px;
	z-index: 100;
	width: auto;
	white-space: nowrap;
}

div.menu_main_item_dropdown a
{
  color:#777777;
	padding: 3px 40px 5px 7px;
	font-weight: bold;
	display: block;
	background: #EFEFEF;
}

div.menu_main_item_dropdown a:hover
{
  color:#444444;
	background: #FAFAFA;
	text-decoration: none;
}

div.menu_main_item
{
	float: left;
	padding-right: 10px;
	font-weight: bold;
	background: none;
}

div.menu_profile_dropdown
{
	border: 1px solid #CCCCCC;
  border-top: none;
	background: #FFFFFF;
	position: absolute;
	margin-top: 31px;
	margin-left: -63px;
	z-index: 99;
	width: auto;
	white-space: nowrap;
}

div.menu_profile_item_dropdown a
{
	padding: 3px 40px 5px 7px;
	font-weight: bold;
	display: block;
	background: #FFFFFF;
}

div.menu_profile_item_dropdown a:hover
{
	background: #F0F0F0;
	text-decoration: none;
}


/* Dax added below here */



.info_block{
	width:230px;
	margin-left:0px;/*liz changed from 5px*/
	float:left;
	margin-right:5px;
	margin-bottom:15px;
}
.info_block.last{
	margin-right:0;
}
.info_block_last{
	width:230px;
	float:left;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:15px;
}

#contentfull .info_block{
	width:228px;
}
.info-inner{
	padding:5px;
}


#content {
float:left;
width:533px;
line-height:1.5em;
background-color:#FFF;
margin-left:0px;
padding:0px;
}
#event_content, #artist_content, #agent_content, #label_content, #venue_content, #promoter_content, #radio_show_content{
	float:left;
	padding:0px;
	position:relative;
	width:670px;
}
#user_content{
	float:left;
	padding:0px;
	position:relative;
	width:678px;
	border:1px solid #AAA;
	border-top:none;
}
#event_content .header{
	font-size: 12pt;
	color: #555555;
	margin-bottom: 0px;
	padding:4px 7px;
	background:#CCC;
	border-bottom:0;
}
#content_footer{background:url(../images/content_footer_bg.gif) repeat-y; margin:0 3px;}
#content_footer_bottom{	background:url(../images/content_footer_bottom.gif) repeat-y;height:1px;}

#content_footer .info_block{width:244.75px;margin-left:0px;float:left;margin-right:5px;margin-bottom:15px;}
#content_footer .info_block.last{margin-right:0;}
#content_footer .info_block .header{width:auto; padding:4px 7px; background: #666; color: #FFF; font-weight: normal;}
#content_footer .info_block .portal_content{width:auto; background:none; border:none; padding:7px;}


.report-event {
	background:#FFF;
	padding:5px 3px;
}
.report-event a{
	float:right;
	padding: 5px 6px;
	background:#EEE;
	display:block;
	border:1px solid #ddd;
}
#featured-event-note{
	-moz-border-radius-bottomright:5px; 
	-webkit-border-radius-bottomright:5px;
	background:#C10E61;
	color:#FFF;
	text-transform:uppercase;
	padding:2px 10px 4px;
	font-size:13px;
	letter-spacing:1px;
	margin-top:0;
	float:left;
}
#event_content #content{
	padding-top:5px;
	width:625px;
}
#event_date{
	font-size:13px;
	color:#333;
	margin:10px 0 5px;
}
#event_name{
	font-size:20px;
	color:#333;
	margin:0 0 10px 0;
}
#event_venue{
	margin:0 0 25px 0;
}
#contentleft {
	float:left;
	width:694px;
	line-height:1.5em;
	background-color:#FFF;
	margin-left:0px;
	padding:0px;
}

#contentwide { /* See #content_right */
/*float:left;
width:715px;
padding:0 0 0 10px;
line-height:1.5em;
background-color:#ffffff;
padding-bottom:30px;*/
}
#contentfull{
	padding:5px 10px;
	background:#FFF;
}

#left_col {
	float:left; 
	width:211px;
	padding:0 3px 3px;
	overflow:hidden;
	background:#FFF;
}
#left_col h2.tree_header{
	display:block;
	text-transform: uppercase;
	padding:5px;
	font-weight:normal;
	color:#666;
	font-size:13px;
}
#left_col h2.tree_header a{
	color:#666;
}
#rt_col {
	float:right;
	width:244px;
	padding:0 3px 3px;
	background:#FFF;
}

.left_header {
	align:center;
	height:24px;
	font-size:12pt;
	font-weight: bold;
	position:relative;
	vertical-align:middle;
	padding:5px 10px 10px;
}

/*Directory-Info Pages Content-Right*/
#content_right, #contentwide{
	width:774px;
	float:right;
	padding-right:3px;
	background:#FFF;
}
#content_right_top{
	border-bottom:1px solid black;
	padding:0px;
	margin-bottom:3px;
}
#content_right_top h1{
	float:left;	
	width:460px;
	font-size:16px;
	padding:0;
	margin:0;
}
#content_right_top h2{
	float:left;
	width:250px;	
	padding:0;
	margin:0;
}
#content_right #content{
	width:533px;
}
#content_right #rt_col{
	padding:5px 0;
	width:236px;
}

.icon_med {

	height:36px;
	width:36px;
	border:none;
	vertical-align:middle;
	
}

.icon_se {
	vertical-align: top;
	margin-right: 5px;
}

.icon_small {

	height:21px;
	width:21px;
	border:none;
	margin-right:5px;
	vertical-align:middle;
	
}

.icon_text_small {

	font-size:11px;
	
}




/* PORTAL PAGE (HOME.PHP) */
td.portal_text {
	vertical-align: top; 
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 5px;
}
td.portal_box {
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 3px 5px 5px;
	background: #FFFFFF;
}
td.portal_login {
	padding: 25px 10px 25px 10px;
	background: #FFFFFF; 
	text-align: center;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
td.portal_member {
	padding: 0;
	text-align: center;
	font-weight: bold;
}
#rt_col .portal_member .photo{
	margin:0;
}


div.alpha_nav {
        text-align: center;
        font-size: 14px;
        margin: 10px 0;
        background: #f8f8f8;
        padding: 5px;
        border: 1px dotted #ddd;
}
div.alpha_nav a {
        padding: 5px;
}
div.alpha_nav a.current_letter {
        font-weight: bold;
        background: #ccc;
}




/* this is from liz's header.css file */


@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}
a{
	text-decoration:none;
}
.right{
	float:right;
}
.left{
	float:left;
}
.none{display: none}
.block{display:block;}
#header{
	width:1000px;
	background:#FFF;
	margin:0px auto;
	font-size:16px;
	padding:0;
}
*html #header{
	margin-bottom:0;
}
#header_top{
	padding:5px 0 7px 10px;
}
*html #header_top{
	padding-bottom:0;
}
#logo{
	float:left;
	margin:33px 8px 0 0;
	width:200px;
	text-align:left;
	text-decoration:none;
}
#logo_alpha{
	color:#0099ff;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
}
#logo img{
	width:200px;
}
.ad_top{
	float:left;
}

#location{
	position:relative;
	top:7px;
	color:#aaa;
	display:block;
	float:left;
}
*html #location{
	top:0;
}
#location span a{
	color:#000;
	background:url(/images/blue_arrow.png) left no-repeat;
	padding-left:15px;
	font-weight:bold;
}	
#location a{
	color:#aaa;
	font-size:10px;
}
#top_menu_links{
	position:relative;
	top:7px;
	color:#333;
	margin-right:3px;
}
*html #top_menu_links{
	top:0;
}
#top_menu_links .last{
	margin-right:0;
}
#top_menu_links a{
	color:#333;
	font-weight:normal;
}
#logout a{
	color:#AAA;
}
#username a{
	font-weight:bold;
	color:#000;
}

/*Search in header*/

#header_search{
	margin:0;
	padding:0;
	height:24px;
	position:relative;
	width:250px;
	background:#FFF;
	float:right;
}
#header_search_inner .searchfield{
	border:1px solid black;
	border-left:0;
	background:#FFF;
	height:23px;
	width:224px;
	padding:0 4px;
	position:absolute;
	top:0;
	left:0;
	color:#AAA;
}
/*#header_search {
	border:1px solid black;
	border:0 none;
	height:12px;
	margin:0;
	padding:4px;
	width:222px;;
	position:absolute;
	top:1;
	left:0;
	color:#AAA;
	font-size:11px;
}*/
#blue_search_arrow{
	position:relative;
	z-index:1;
	right:15px;
	top:3px;
	display:none;
	
}
.button_search{
	width:13px;
	height:13px;
	background:url(/images/search.png) no-repeat;
	border:0;
	cursor:pointer;
}
#header .button_search{
	margin-left:3px;
	position:absolute;
	right:3px;
	top:4px;
}
.search_select{
	position:absolute;
	right:0px;
	border:0;
	border:none;
	background:#FFF;
	outline:none;
}

/*Search in Pages*/

/*.search_div{
	width:100%;
}
.search_div .searchfield{
	width:225px;
	border:1px solid #000;
	margin:0 3px 5px 0;
	padding:2px;
	width:215px;
}*/


/*Navinks*/
#m1, #m2, #m3, #m4, #m5, #m6, #m7{
	z-index:200;
}
#sddm{	
	width:750px;
	background:#000;
	color:#FFF;
	float:left;
	height:24px;
	z-index: 30;
	list-style:none;
	padding:0;
	margin:0;
}

#sddm li{	
	list-style: none;
	magin:0;	
	display:block;
	float:left;
	z-index:200;
}

#sddm li a{	
	display: block;
	text-align: center;
	color:#FFF;
	text-decoration:none;
	font-size:13px;
	line-height:24px;
	padding:0px 30px 0px 10px;
	margin-left:0px;
	text-align:center;
	text-transform:uppercase;
}

#sddm li a:hover, #sddm li a.active{	
	background:#0099FF url(/images/hover_bg.jpg) repeat-x bottom left;
}

#sddm div{	
	position: absolute;
	z-index:3;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background:#000;
	margin-left:0px;
	border:1px solid #0099ff;
	text-align:left;
}
#sddm div li{
	float:none;
}

#sddm div a, #sddm div a:hover, #sddm span.nav_spacer{	
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 10px 5px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font: 11px arial;
	background:url(/images/dot.jpg) bottom left repeat-x;
}

#sddm div a.last{
	background-image:none;
}

#sddm div a:hover
{	
	color: #0099ff}



/* more stuff */


#image img{width:491px;}

.clear-both, .clear{
	clear:both;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.inline{
	display:inline;
}
.blue{
	color:#0099ff;
	font-weight:bold
}
.strong{
	font-weight:bold;
}

/* Form styles */
div.form-container { margin: 10px 0; background-color: #FFF; text-align: left;}

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { /*margin: 0;*/ }
div.form-container p.note { margin-left: 170px; padding-bottom:2px; font-size: 90%; color: #333; }
div.form-container span.hint { font-size: 90%; font-weight: normal; display: block; }
div.form-container label .labelnote{display: block; font-weight: normal}
div.form-container fieldset { margin: 5px 0 10px; padding: 10px 5px; border: #DDD 1px solid; }
div.form-container legend { font-weight: bold; color: #555; font-size:12px; padding:0 5px; }
div.form-container select{padding-right:15px;}
div.form-container label.checkbox{text-align: left; width: auto; font-weight: normal; float: none;}

div#rt_col fieldset { margin: 5px 0 10px; padding: 10px 5px; border: #DDD 1px solid; }
div#rt_col legend { font-weight: bold; color: #555; font-size:12px; padding:0 5px; }

div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { font-weight:bold; margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right;}
div.form-container div.options{
	margin-left: 170px;
}
div.form-container div.options label{
	text-align:left;
	width:auto;
	padding-bottom:5px;
	float: none;
	display: inline;
	font-weight: normal;
	margin-right:0;
} 
div.form-container div.options label.error{margin:0; display:block;}
div.form-container div.options .options-inner{margin-left:20px;}
div.form-container #event_privacy_options td{
	vertical-align:top;
}
div.form-container label.radio-label{float:none;margin:0;text-align:left;display:inline;}
div.form-container label.error, div.form-container span.error { 
	color: #C00; 
	display: block;
	float: none;
	margin:5px 0 0px 170px;
	text-align: left;
	font-weight: normal;
	width:auto;
}
div.form-container table label.error, div.form-container table span.error{
	margin-left:0;
}
div.form-container td{vertical-align: top;}
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }
div.form-container div, div.form-container p { padding: 0 0 7px 0; }
div.form-container .menu_head{
	margin:1px;
}
#form_presenters_added{
	float:right; 
	width:200px; 
	border:1px solid #ddd;
	padding:5px 10px; 
	background:#FFF;
}
#event_mml_url{float: right;width:245px; margin-right:192px;}
div.form-container #toBeReplacedPresenters, div.form-container #toBeReplacedLinks, div.form-container #toBeReplacedGenres{/*margin-left: 170px;*/ padding:0; /*font-size: 90%;*/ color: #333;}
/*#form_presenters_added a{
	display:inline;
	color:#336699;
	background:#FFF;
	padding:0 2px
}*/
#artist_search_button{
	width:220px;
	float:left;
}

.links_content ul{list-style: none;}



#footer{
	width:989px;
	background: #AAA; 
	border:1px solid #a6a6a6;
	padding:0px 0 10px 9px;
	margin:3px auto;
}
/*#footer_hr{
	border-bottom:1px solid #a6a6a6;
	height:1px;
	width:950px;
	margin:3px auto;
}*/
#footer .social_icons{
	margin:10px 0 0 0;
	float: left;
	text-align: center;
	width:533px;
}
#footer .social_icons p{
	margin-bottom:7px;
}
#footer .social_icons a{
	margin:5px 5px 10px 5px;
}
.social_icons .portal_content a{
	width:25%;
	margin:0;
	display:block;
	float:left;
	text-align:center;
}
.spread_the_word{
	background: url(/images/spread_the_word_bg.png) no-repeat;
	padding-left:10px;
	position:relative;
	right:10px;
}
.spread_the_word a{
	color:#FFF;
}
#content .spread_the_word_large{
	background: url(/images/spread_the_word_bg_large.png) no-repeat;
	position:relative;
	color:#FFF;
	font-size:15pt;
	padding:0 15px;
	position:relative;
	right:5px;
	margin:20px 0 10px 0;
}
#content .spread_the_word_large a, #footer .spread_the_word a{
	color:#FFF;
}
/*#footer-inner{
	width:575px;
	margin:auto;
}*/
ul.footer-module{
	width:200px;
	padding:5px; 
	text-align:left;
	float:left;
	margin-bottom:20px;
	list-style: none;
}
ul.footer-module li{ list-style: none; display: block;}

.footer-module div.link a{display: block; float: left;}
.footer-header{
	border-bottom: 1px solid #BBB; 
	color: #444; 
	padding: 5px 3px 3px 0px; 
	margin-bottom: 5px;
	font-weight:bold;
}

#footer a{
	color:#225588;
}
.profile_image {
	border:none;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	max-width:555px;
}
/*img.profile_image{
	position:relative;
	right:5px;
	bottom:5px;
	margin:0 5px 0 0;
}*/

.affiliation_image {
	height:75px;
	width:75px;
	border:none;
	float:left;
	margin:5px;
}
a.choose_artist{
	width:100px;
	border:1px solid #CCC;
	text-align:center;
	display:block;
	padding:10px 5px 5px;
	margin:0 15px 15px 0;
	float:left;
	background:#EEEEEE;
	height:120px;
}
a.choose_artist .affiliation_image{
	float:none;
}
#TB_window a.choose_artist:hover{
	background:#FCFCFC;
	text-decoration:none;
}
div.choose_artist{
	width:220px;
	border:1px solid #CCC;
	display:block;
	padding:10px 5px 5px;
	margin:10px 0 5px 0;
	float:left;
	background:#EEEEEE;
	position:relative;
	text-align:left;
}
div.choose_artist_inner{
	text-align:center;
	width:180px;
}
div.choose_artist_inner .affiliation_image{
	width:100px;
	height:100px;
}
.choose_artist .move_arrow{
	position:absolute;
	right:5px;
	top:10px;
	width:21px;
}
.choose_artist .remove{
	display:block;
}
div.choose_artist .affiliation_image{
	float:none;
	display:block;
	margin:auto;
	margin-bottom:5px;
	width:150px;
	height:150px;
}
.profile_image_small {

	max-width:125px;
	border:none;
	float:left;
	margin: 0 10px 5px 0;
	border:1px solid #CCC;
}
.profile_image_small.right{
	float:right;
	margin:0 0 5px 10px;
}
.profile_image_med {

	height:125px;
	width:125px;
	border:none;
	margin:5px;
}

.profile_header {

	font-size:23px;
	margin-top:30px;	
}


/*New Design Inner Page styles*/

.orange_header{
	background:#FF6600;
	color:#FFF;
	text-transform:uppercase;
	padding:4px 10px;
	font-size:13px;
	letter-spacing:1px;
	margin-top:0;
}

.purple_header{
	background:#7e2fa2;
	color:#FFF;
	text-transform:uppercase;
	padding:4px 10px;
	font-size:13px;
	letter-spacing:1px;
	margin-top:0;
}

.pink_header{
	background:#c10e61;
	color:#FFF;
	text-transform:uppercase;
	padding:4px 10px;
	font-size:13px;
	letter-spacing:1px;
	margin-top:0;
}

/*.orange_header a, */.orange_header .right{
	text-transform:lowercase;
	color:#FFF;
}
.orange_header a{
	color:#FFF;
}

.pink_header a{
	color:#FFF;
}
.orange_content{
	border:1px solid #FF6600;
	padding:7px;
	margin-bottom:3px;
}
.pink_content{
	border:1px solid #c10e61;
	padding:7px;
	margin-bottom:3px;
}
.orange_feature{
	border:1px solid #FF6600;
	margin-bottom:3px;
	padding-bottom:0px;
}
.pink_feature{
	border:1px solid #c10e61;
	margin-bottom:3px;
	padding-bottom:0px;
}
.green_header{
	background:#669900;
	color:#FFF;
	text-transform:uppercase;
	padding:4px 10px;
	font-size:13px;
	letter-spacing:1px;
	margin-top:0;
}
.purple_header{
	background:#7e2fa2;
	color:#FFF;
	text-transform:uppercase;
	padding:4px 10px;
	font-size:13px;
	letter-spacing:1px;
	margin-top:0;
}
.event-day-header{
	margin:0;
	background: url(/images/bg_dayheader.gif) repeat-x;
	color:#FFF;
	padding:0 20px;
	line-height: 26px;
	font-size: 14px;
}
.green_header a{
	color:#FFF;
	text-transform:lowercase;
}
.purple_header a{
	color:#FFF;
	text-transform:lowercase;
}
#left_col .green_header, #rt_col .green_header{
	padding: 4px 7px;
	font-size:12px;
	font-weight: normal;
	color: #FFF;
}
#left_col .purple_header, #rt_col .purple_header{
	padding: 4px 7px;
	font-size:12px;
	font-weight: normal;
	color: #FFF;
}
.content_inner #left_col .green_header, .content_inner #rt_col .green_header{
	margin:0;
}
.content_inner #left_col .purple_header, .content_inner #rt_col .purple_header{
	margin:0;
}
.green_content {
	padding:7px;
	border:1px solid #669900;
	margin-bottom:3px;
}
.purple_content {
	padding:7px;
	border:1px solid #669900;
	margin-bottom:3px;
}
div.description{
	padding:10px 0;
}



	
/*#content .header{
	background:#669900;
	color:#FFF;
	padding:3px 5px;
	letter-spacing:1px;
	border-bottom:none;
}*/

/*Directory Styles*/

.directory{
	border:2px solid #333;
	background:#eee;
	margin:3px 0px;
	padding:5px 0;
}
.directory_main{
	padding:5px;
	margin:3px 0;
}
.directory a{
	color:#333;
}
.directory td{
	vertical-align:top;
}
.directory_main td{
	padding:1px;
}
.dir_col{
	float:left;
	width:119px;
}
.directory_main .dir_col{
	width:36%;
	padding:0 7%;
}
.directory ul, .directory li{
	list-style:none;
	margin:0;
	padding:0;
}
.directory li{
	margin-bottom:3px;
}
.directory h2{
	font-size:8pt;
	margin:0;
	padding:0;
}
.directory_main h2{
	font-size:13px;
}
.directory h2 a{
	color:#000;
}
.directory span{
	text-align:right;
	width:35px;
	display:block;
	float:left;
	margin-right:3px;
	color:#FF6600;
	font-weight:bold;
	font-size:8pt;
}
.directory_main span{
	font-size:13px;
	width:45px;
}
.directory .inner_stats span{
	font-weight:normal;
}
.directory td{
	vertical-align:top;
}
.directory_small{list-style: none;}
.directory_small span{color:#FF6600;}



/* for artist page */

#artist_type{
	/*width:236px;
	float:right;
	position:relative;
	top:10px;*/
}
#genre_dd{
	width:240px;
	float:right;
	text-align:left;
	position:relative;
	top:3px;
}

table.profile_menu_new {
	border: 1px solid #DDDDDD;
	border-bottom: none;
}
table.profile_menu_new td{
	padding:4px;
}
td.profile_menu_new a, div.nolink {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top right;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
}
td.profile_menu_new a:hover {
	background-color: #F5F5F5;
	text-decoration: none;
}

.tab_content{
	margin-bottom:10px;
}
*html .tab_content .clear-both{
	display:none;
}
ul.tab_options{
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.tab_options li{
	list-style:none;
	margin-left:0;
	padding-left:0;
	float:left;
	text-align:center;
	position:relative;
}
*html .tab_options li{
	height:20px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.tab_options li span{
	display:block;
	background:#0099ff;
	color:#FFF;
	padding:3px;
	margin:0;
}
.tab_options li img{
	margin:0;
	padding:0;
	position:absolute;
	left:45%;
}
*html .tab_options li img{
	display:none;
}
.tab_options li a{
	background:#959a94;
	display:block;
	color:#000;
	padding:3px;
}
*html .tab_options li a{
	color:#000 !important;
}
#tab_events_upcoming span{
	width:123px;
	border-right:1px solid white;
}
#tab_events_upcoming .inactive{
	width:114px;
}
#tab_events_past span{
	width:109px;
}
#tab_events_past .inactive{
	width:128px;
	border-right:1px solid white;
}
.tab_content img.thumb_small{
	width:55px;
	float:left;
}
.tab_content div.portal_content{
	padding:10px 7px 7px;
}
.tab_content div.listing_info{
	padding-left:63px;
}
.flag_icon{
	background-position:right;
	padding-right: 20px;
	background-repeat:no-repeat;
}	


/*Partner Page Styles */


.partner-page-content .partner{
	width:100%;
	clear:left;
	margin-bottom:25px;
}
.partner-page-content p{
	margin-bottom:10px;
}
.partner-page-content img{
	border:none;
	display:block;
}
.partner-page-content .partner_image{
	text-align:center;
	margin:0 10px 5px 0;
	float:left;
	clear:left;
}
.partner-page-content .partner_image td{
	width:160px;
	height:160px;
	text-align:center;
	vertical-align:middle;
	background:#eee;
	border:1px solid #ddd;
}
.partner-page-content .partner_image img{
	max-width:150px;
	max-height:150px;
	margin:auto;
}

.event-list-details{
	float:right; 
	width:120px; 
	text-align:right;
}
.event-list-left{
	float:left;
	width:200px;
	margin-bottom:15px;
}
.event-list-artists{
	/*white-space:nowrap;*/
}


.content-body{
	padding:0 10px
}
/*Event Invites Page*/

.event_invite{
	width:480px;
	float:left;
}
.invite_meta{
	float:left;
	width:190px;
	border:1px solid #CCCCCC;
	margin:5px 5px 10px 10px;
	padding:10px;
}
.invite_meta.last{
	margin-right:0;
}

/* Listing styles */

.listing, .list_item, .featured-event{
	padding: 10px; 
	border: 1px solid #e7e7e7; 
	border-top-width:0;
	margin: 0;
	overflow:hidden;
}
.listing.first, .list_item.first{border-top-width: 1px;}

.featured_list_item{
	border-color:#b9c4e7;
}
.list_item .event-photo, .list_item .featured-image{
	float:left;
	margin:10px 15px 15px 10px;
	width:120px;
}
.list_item .event-photo img, .featured-image img{
	max-width:120px;
}
*html .list_item .event-photo img, *html .list_item .feature-image .img{
	width:120px;
}
.list_item .itsfeatured{
	color:#6476a1;
	margin-bottom:10px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .4px;
	margin-top:1px;
}
.list_item .event-inner{
	float:left;
	width:360px;
	margin-top:10px;
}
.list_item .event-date{
	float: left;
	font-size: 13px;
	width:210px;
	padding-right:20px;
}
.list_item .event-distance{
	float:right;
}
.list_item .event-details{
	float: left;
	width:200px;
	padding-right:20px;
	padding-top: 7px;
}
.list_item .event-artists, .list_item .event-description, .list_item .event-published{
	margin-bottom:7px;
}
div.seEventOptions{
	margin: 0px; 
	border-left: 1px solid #E7E7E7; 
	padding-top: 7px;
	float: left;
	padding-left:20px;
}
.featured_list_item div.seEventOptions{
	border-color:#b9c4e7;
}
div.seEventOption1{
  margin-right: 15px;
  height:25px;
}

div.seEventOption2{
  float: left;
}
.listing_img{/*Currently only on labels page*/
	width:125px;
	float:left;
	margin: 0 12px 5px 0; 
}


/* user_event */


.featured-events-slider div.seEventOptions{
	display:none;
}

div.seEventSearch
{
/*  border: 1px solid #AAAAAA;
  background: #EEEEEE;
  margin-bottom:8px;
	padding-left: 10px;
	padding-right: 10px;*/
}



/*Listing of featured entries on main pages*/

.featured_listing{
	margin:0px 45px 15px 0; 
	clear:left;
}
.featured_listing .profile_image_small{
	float:left;
	margin-bottom:15px;

}

.main_feature_image{
	margin:0 0 10px 0;
}

/*Featured Event Listing */


.event_name{
	font-size:13px;
	font-weight:bold;
	margin:2px 0;
}
.list_item .event_name, .featured-event .event_name{
	font-size: 18px;
	clear:both;
	margin:20px 0 0 0;
}
.list_item .event_venue{
	margin:0 0 20px 0;
}
/*.featured-event .event_name{
	font-size:14px;
	font-weight:bold;
}*/
.featured-inner .event-list-left {
	width:175px; 
	font-size:12px;
}
.featured-event a{
	/*color:#FF6600;*/
}
.featured-text{
	color:#FFF;
	font-size:20px;
	height:33px;
	background:#000 url(/images/headphone-bg.jpg) no-repeat;
	display:block;
	padding:10px 0 10px 45px;
	height:25px;
}
/*.featured-top{
	background:#c10e61;
	color:#FFF;
	padding:3px 11px;
	font-size:11px;
	letter-spacing:1px;
	margin:5px 0 0 0;
	font-weight: bold;
}
.featured-inner{
	background:#FFF;
	margin:0;
	min-height:130px;
	padding:10px;
}
*html .featured-inner{
	margin-top:-8px;
}
.featured-bottom{
	background:#FFF;
	height:4px;
	padding:0;
	margin:0;
}
.featured-image{
	float:left;
	margin-right:10px;
	background: #FFFFFF; 
	padding: 5px; 
	border: 1px solid #CCCCCC; 
	vertical-align: middle; 
	text-align: center;
}
.featured-image img{
	max-width:125px;
}
.featured-content{
	padding-bottom:0;
}*/

/*Featured Events Slider*/

.featured-events-slider a{
	/*color:#FF6600;*/
}

/* Green Events Listings */

div.green{
	color:#447135;
}
.green-event{
	background:black;
	padding:10px 0 10px;
}
.green-event a{
	color:#447135;
}
.green-text{
	color:#FFF;
	font-size:20px;
	height:33px;
	background:url(/images/green/headphones.gif) no-repeat;
	display:block;
	padding-left:48px;
	padding-top:6px;
	margin-left:6px;
}
.green-top{
	background:url(/images/green/border-top.jpg) no-repeat;
	padding:0;
	margin:0;
	height:6px;
}
.green-inner{
	background:url(/images/green/green-inner.jpg) repeat-y;
	margin:0;
	height:160px;
	padding:10px 15px;
}
*html .green-inner{
	margin-top:-8px;
}
.green-bottom{
	background:url(/images/green/border-bottom.jpg) no-repeat;
	height:6px;
	padding:0;
	margin:0;
}
.green-image{
	background:url(/images/green/green-image.jpg) no-repeat;
	height:150px;
	width:150px; 
	float:left;
}
.green-image img{
	height:125px;
	width:125px;
	border:none;
}

.event-shadow-bottom{
	background:url(/images/events-shadow-bottom.jpg) no-repeat;
	height:4px;
	display:none;
}
*html tr.list_item {
	margin-top:-10px;
}
.event-photo1{
	background:url(/images/events-image-shadow.jpg) no-repeat;
	width:105px;
	height:105px;
	margin:0 10px 5px 0;
	float:left
}
.event-photo1 img{
	width:100px;
	height:100px;
	border:0;
}
.event-photo2{
	background:url(/images/events-image-shadow1.jpg) no-repeat;
	width:105px;
	height:105px;
	margin:0 10px 5px 0;
	float:left
}
.event-photo2 img{
	width:100px;
	height:100px;
	border:0;
}
.green-list-left{
	float:left;
	width:410px;
}

/*uploading a podcast*/
.genre_list{
	width:145px;
	float:left;
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.genre_list li{
	list-style:none;
	margin:0 0 7px 0;
	padding-left:0;
}

/*Announcement page*/
.announcement_header{
	font-weight:bold;
	font-size:13px;
}
.date{
	color:#777;
	font-size:10px;
	font-weight:normal;
}

/*Right column styles*/

#content_right #rt_col.directory_browse_right {
	width: 230px; 
	padding: 5px; 
	background: #F5F5F5; 
	border: 1px solid #CCCCCC;
}
div.directory_browse_title {
	font-size: 11pt; 
	font-weight: bold;
}
div.directory_browse_cat1 {
	background: #e8e8e8; 
	padding: 3px;
}
div.directory_browse_cat2 {
	background: #e8e8e8; 
	padding: 3px 3px 3px 0px;
}


/*Right column search styles*/
.rt_col_search label{
	display:block;
	color:#666;
	font-weight:bold;
	margin:0 0 5px 0;
}
.rt_col_search h3{
	margin:0 0 7px 0;
}
.rt_col_search input, .rt_col_search select{
	margin:0 0 7px 0;
}


/* this is for the user icon in the actions feed */

.action_stats_image {
display:block;
width:50px;
position:relative;
float:left;
}


.sponsor_label{
	color:#666;
	text-align:center;
}

#content .mydashboard .header{
	margin-bottom:7px;
}
.dash_box{
	margin-bottom:7px;
}
.dash_box .photo{
	margin:0 7px 5px 0;
}
.dash_list{
	list-style:none;
	margin-left:0;
	padding-left:0;
	float:right;
} 
.dash_list li{
	float:left;
	list-style:none;
	margin-left:0;
	padding-left:0
}
.dash_list li a{
	display:block;
	float:left;
	background:#0099FF;
	padding:3px 6px;
	font-weight:normal;
	color:#FFF;
	margin:0px 3px 5px 0;
	letter-spacing:.5px;
}
.dash_list.add_new, .dash_list.add_new li, .dash_list.add_new li a{
	float:none;
	width:232px;
	text-transform:uppercase;
	margin-bottom:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.dash_list.add_new li a:hover{
	text-decoration:none;
}

* {margin:0; padding:0;}
code {font-family:"Courier New",Courier}

#options {width:457px; margin:20px auto; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc {width:457px; list-style:none; color:#033; margin:0 auto 40px}
#acc h3 {width:443px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(/images/header.gif)}
#acc h3:hover {background:url(/images/header_over.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:425px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}

#acc_wide {width:710px; list-style:none; color:#033; margin:0 auto 40px}
#acc_wide h3 {width:700px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(/images/header.gif)}
#acc_wide h3:hover {background:url(/images/header_over.gif)}
#acc_wide .acc-section {overflow:hidden; background:#fff}
#acc_wide .acc-content {width:680px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}


#nested {width:425px; list-style:none; color:#033; margin-bottom:15px}
#nested h3 {width:411px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(/images/header.gif)}
#nested h3:hover {background:url(/images/header_over.gif)}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:393px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url(/images/header_over.gif)}

#toBeReplacedPerformers {
	margin-top:5px;
}
#toBeReplacedPerformers span.event_name{
	padding-right:5px;
	font-size:8pt;
}

a.big_button{
	display:block;
	text-align:center;
	color:#333;
	/*background:#CCC;
	text-decoration:none;
	border-top:2px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #666;
	border-left:2px solid #666;*/
	width:285px;
	height:53px;
	line-height:40px;
	font-size:16px;
	margin:10px auto 20px;
	background:url(/images/big_button.png) no-repeat;
	
}

#people_you_may_know .photo{
	max-width:60px;
}


/*  old slider CSS stuff starts here */

/*.item p { font-size: 13px; padding: 6px 10px 12px; }*/

/*#num_nav { }
#num_nav ul{ margin:0; padding:0; float:right; }
#num_nav ul li { float:left; list-style:none; }
#num_nav ul li a { 
	background:url(../images/player_dot.gif) no-repeat; 
	display:block;
	width:10px;
	height:10px;
	margin:4px 7px;
}
#num_nav ul li a.active, #num_nav ul li a:hover { 
	background:url(../images/player_dot_on.gif) no-repeat; 
	border:0 none;
}

#play_btn { position: relative; top: 34px; width: 100px; height: 25px; margin: 0 auto; z-index: 10000; line-height: 25px; text-align: center; text-transform: uppercase; font-size: 12px; color:#09C; border: 1px solid #09C; background-color:#060235; display:none; }
#prev_btn, #next_btn { position: absolute; top: 120px; width: 100px; height: 25px; left: 20px; z-index: 10000; line-height: 25px; text-align: center; text-transform: uppercase; font-size: 12px; color:#09C; border: 1px solid #09C; background-color:#060235; }
#next_btn { top: 150px; }


.btn_over { color:#fff; border: 1px solid #fff; background-color: #033; }
*/


/* $Id: styles_event.css 9 2009-01-11 06:03:21Z john $ */


/* profile_event */

div.profile_event_main
{
	border-top: 1px solid #DDDDDD;
	padding: 7px 2px 0px 2px;
}

div.profile_event_date
{
	color: #777777;
	font-size: 7pt;
}

div.profile_event_title
{
	font-weight: bold;
}

div.profile_event_desc
{
	margin: 5px 0px 10px 5px;
}



/* event, events, user_event */

div.seEvent
{
	background: #F5F5F5;
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #CCCCCC;
}

div.seEvent1
{
  /* alternate? */
}

div.seEvent2
{
  /* alternate? */
}

td.seEventLeft
{
	vertical-align: top;
}

td.seEventRight
{
	vertical-align: top;
	padding-left: 10px;
}

div.seEventPhoto
{
	background: #FFFFFF; 
	padding: 5px; 
	border: 1px solid #CCCCCC; 
	vertical-align: middle; 
	text-align: center;
}

div.seEventTitle
{
	font-size: 10pt; 
	font-weight: bold; 
	padding: 0px 5px 5px 0px; 
	border-bottom: 1px solid #CCCCCC; 
	margin-bottom: 5px;
}

div.seEventStats
{
	font-size: 7pt; 
	color: #777777;
	font-weight: normal;
}

div.seEventBody
{
	/* font-size: 7pt; */
	color: #777777;
	font-weight: normal;
}

div.seEventCategory
{
	padding-bottom: 3px; 
	color: #777777;
	font-weight: normal;
}



/* event */

.event_tab a
{
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA; 
	border-left: none;
	font-weight: bold; 
	display: block;
  
	background-color: #EEEEEE;
}

.event_tab a:hover
{
	background-color: #F4F4F4;
}

.event_tab_active a,
.event_tab_active a:hover
{
	background-color: #FFFFFF;
	border-bottom: 1px solid transparent;
}

.event_tab_left a
{
	border-left: 1px solid #AAAAAA;
}

.event_tab_end {
	border-bottom: 1px solid #AAAAAA;
}

div.event_members_result
{
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
	margin:0 0 10px 0;
}

div.event_members_photo
{
	float: left;
}

div.event_headline, div.event_headline2
{
	font-size: 10pt; 
	margin-bottom: 7px;
	font-weight: bold;
}

div.event_headline2
{
	margin-top: 10px;
}






/* user_event_add */

div.event_form_desc
{
	padding-top: 2px;
	padding-bottom: 8px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}



/* user_event_edit_members */

div.event_pages_top
{
	margin-bottom: 10px; 
	text-align: center; 
	padding: 7px 5px 7px 5px; 
	background: #F3F3F3; 
	border-top: 1px solid #CCCCCC;
}

div.event_pages_bottom
{
	margin-bottom: 10px; 
	text-align: center; 
	padding: 7px 5px 7px 5px; 
	background: #F3F3F3; 
	border-bottom: 1px solid #CCCCCC;
	clear:both;
}

input.event_search
{
	border: 1px solid #AAAAAA;
}

div.event_member
{
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	background: #FFFFFF;
	margin-bottom: 10px; 
}

div.event_member_info
{
	font-size: 7pt; 
	color: #666666;
}

div.event_member_title
{
	font-weight: bold; 
	padding-top: 5px;
}







/* EVENTS */
td.event_left {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
td.event_right {
	width: 0%;
	text-align: right;
	vertical-align: bottom;
}
div.event_row {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
}
td.event_row1 {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}
td.event_row2 {
	text-align: right;
	vertical-align: top;
}
td.event_cat {
	padding: 5px 35px 5px 0px;
}
td.event_list {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: 0px;
	padding: 5px 7px 5px 7px;
}
div.event_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.event_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.event_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.event_menu {
	background-color: #FFFFFF;
	background-image: url(../images/menu_bg1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
}
div.event_rsvps {
	text-align: center; 
	font-weight: bold; 
}

/* BROWSE EVENT MEMBERS */
div.event_member {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	background: #FFFFFF;
}
td.event_member0 {
	padding: 5px;
}
td.event_member1 {
	vertical-align: top;
	padding: 5px;
}
td.event_member2 {
	padding: 5px;
	vertical-align: top;
	text-align: right;
}
div.browse_events_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	background: #FFFFFF;
}
td.browse_events_result0 {
	padding: 5px;
}
td.browse_events_result1 {
	padding: 5px;
}
td.browse_events_result2 {
	padding: 5px;
	text-align: right;
}

/* USERS EVENT PAGE */

div.event_title {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}
table.event_calendar {
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
td.event_cellblank {
	background: #F4F4F4;
	color: #555555;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
}
td.event_cell1 {
	background: #FFFFFF;
	color: #555555;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	vertical-align: top;
	text-align: right;
}
td.event_cell2 {
	background-image: url(./images/event_cell2.gif);
	background-repeat: no-repeat;
	color: #555555;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	vertical-align: top;
	text-align: right;
}
td.event_cell3 {
	background-image: url(./images/event_cell3.gif);
	background-repeat: no-repeat;
	color: #555555;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	vertical-align: top;
	text-align: right;
}
td.event_cellheader {
	padding: 5px 5px 5px 7px;
	background: #EEEEEE;
	font-weight: bold;
	color: #333333;
	width: 150px;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
}

td.event_celldesc {
	text-align: left;
	padding: 3px 5px 5px 5px;
	vertical-align: top;
}
td.event_cellnum1, td.event_cellnum2 {
	padding: 0px 4px 4px 0px;
	font-size: 16pt; 
	line-height: 16pt; 
	color: #BBBBBB; 
	vertical-align: bottom;
	text-align: right;
}
td.event_cellnum2 {
	color: #666666; 
}
div.event_popup {
	display: none; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -280px; 
	width: 560px; 
	z-index: 50001; 
	background: #FFFFFF; 
	border: 1px solid #888888; 
	padding: 10px;
}
td.event_header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
td.event_box {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
}

/* BROWSE EVENTS PAGE */
select.event_small {
	font-size: 8pt;
	border: 1px solid #AAAAAA;
}
select.event_select {
	border: 1px solid #AAAAAA;
}
div.event_browse_title {
	font-size: 11pt; 
	font-weight: bold;
}
td.event_browse_cat1 {
	background: #e8e8e8; 
	padding: 3px;
}
td.event_browse_cat2 {
	background: #e8e8e8; 
	padding: 3px 3px 3px 0px;
}

/* USER PROFILE PAGE */
td.profile_events_cellheader
{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 7pt;
	font-weight: bold;
	color: #AAAAAA;
	text-align: center;
	padding: 3px;
	width: 20px;
}

td.profile_events_cell1 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 7pt;
	color: #AAAAAA;
	text-align: center;
	padding: 3px;
	width: 20px;
}
td.profile_events_cell2 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #d7efff;
	font-size: 7pt;
	color: #AAAAAA;
	text-align: center;
	padding: 3px;
	width: 20px;
	font-weight: bold;
}
td.profile_events_cell3 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #ffecd7;
	font-size: 7pt;
	color: #AAAAAA;
	text-align: center;
	padding: 3px;
	width: 20px;
	font-weight: bold;
}
td.profile_events_cell4 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #d7ecff;
	font-size: 7pt;
	color: #AAAAAA;
	text-align: center;
	padding: 3px;
	width: 20px;
	font-weight: bold;
}
td.profile_events_cellblank {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #F3F3F3;
	font-size: 7pt;
	color: #AAAAAA;
	text-align: center;
	padding: 3px;
	width: 20px;
}
table.profile_events {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
div.profile_event_spacer {
	border-top: 1px solid #CCCCCC; 
	margin: 10px 0px 10px 0px;
}
td.profile_event_popup_title {
	font-size: 11pt;
	vertical-align: bottom;
	font-weight: bold;
}
table.profile_event_popup {
	display: none; 
	position: absolute; 
	top: 70%;
	left: 50%;
	margin-left: -280px; 
	z-index: 50000; 
}
table.profile_event_popup2 {
	display: none; 
	position: absolute; 
	top: 35%;
	left: 50%;
	margin-left: -320px; 
	z-index: 50000; 
}
td.profile_event_popup2 {
	background: #FFFFFF;
	width: 560px; 
	padding: 10px;
}
td.profile_event_transparent {
	background: #000000;
	opacity: 0.5; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}



/* styles_campaign.css */


/** SEMODS MULTISELECT **/

.multiSelect {
  background:#FFFFFF url('../images/apps_dropdown.gif') no-repeat scroll right center;
  border:1px solid #BBBBBB;
  display:inline;
  padding:2px 20px 2px 4px;
  width:200px;
  
  Xoverflow: hidden;
}

.multiSelect.hover {
  background:transparent url('../images/apps_dropdown_hover.gif') no-repeat scroll right center;
}

.multiSelect.active, .multiSelect.focus {
  border:1px inset #000000;
}

.multiSelect.active {
  background:transparent url('../images/apps_dropdown_active.gif') no-repeat scroll right center;
}

.multiSelectOptions {
  background:#FFFFFF none repeat scroll 0%;
  border:1px solid #B2B2B2;
  margin-top:-1px;
  max-height:150px;
  overflow:auto;
  Xwidth:206px;
  width:224px;

  height: 150px;
}

.multiSelectOptions label {
  display:block;
  padding:2px 5px;
}

.multiSelectOptions label.checked {
  background:#E6E6E6 none repeat scroll 0%;
}

.multiSelectOptions label.selectAll {
  border-bottom:1px dotted #CCCCCC;
}

.multiSelectOptions label.hover {
  background:#CFCFCF none repeat scroll 0%;
}

iframe.layerfix {
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;/*must have*/
  top:0;/*must have*/
  left:0;/*must have*/
  z-index:1;/*must have*/
  filter:mask();/*must have*/
  Xwidth:3000px;/*must have for any big value*/
  Xheight:3000px/*must have for any big value*/;
  width: 1px;
  height: 1px;
}



/** SEMODS DIALOG **/



.semods_dialog {
  position: absolute;
  z-index: 100;
  background:#FFFFFF none repeat scroll 0%;
  border:4px solid #525252;
  color: #000;
  text-align: left;
  
  padding: 20px;
}

.semods_dialog #semods_dlgtitle {
  border-bottom:2px solid #CDCDCD;
  font-size: 20px;
  color: #777
}

.semods_dialog #semods_dlgtext {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom:2px solid #CDCDCD;
}

.semods_dialog #semods_dlgbuttons {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}

.semods_dialog #semods_dlgbtnyes {
  margin-right: 10px;
}

.semods_dialog #semods_dlgbtnno {
  margin-right: 10px;
}



/** USER CAMPAIGNS **/
table.campaigns_table {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-bottom: none;
}

td.campaigns_header, td.campaigns_header2, td.campaigns_header1 {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
td.campaigns_header2 {
	border-left: none;
	border-right: none;
}
td.campaigns_header1 {
	border-right: none;
}
td.campaigns_list {
	padding: 7px; 
	border-bottom: 1px solid #DDDDDD;
}
tr.campaigns_row1 {
	background: #F5F5F5;
}
tr.campaigns_row2 {
	background: #FFFFFF;
}
td.campaigns_item {
	padding: 5px;
    vertical-align: middle;
    border-bottom:1px solid #DDDDDD;    
}

div.campaigns_search {
	padding: 10px;
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
div.campaigns_stats {
	margin-top: 7px; 
	color: #888888;
}
div.campaigns_browse_title {
	font-weight: bold; 
	background: #EEEEEE; 
	padding: 5px;
}


/** OTHER **/
div.campaignsdivbutton {
  background:#FFFFFF none repeat scroll 0%;
  border-color:#DDDDDD;
  border-style:solid;
  border-width:1px 1px 1px 5px;
  font-weight:bold;
  padding:7px 8px 7px 6px;
  text-align:left;
  
  float: right;
}

div.campaignsdivbutton A {
  text-decoration: none;
}


/* styles_friendexplorer.css */


#webmail-providers {
  margin: 10px 0;
  padding: 0;
}
#webmail-providers li {
background:transparent none repeat scroll 0%;
border:0pt none;
clear:none;
display: inline;
margin:0pt;
padding:0pt;
width:auto;
margin-left: 10px;
}
#webmail-providers li a img {
  border: 4px solid #eee;
  padding: 5px;
}
#webmail-providers li a:hover img {
  border: 4px solid #ccc;
  padding: 5px;
}
#webmail-providers li input {
vertical-align:8px;
}
.friendexplorer_finder_form {
  width: 420px;
  margin: 20px auto;
  border: 0px solid #ddd;
  padding: 10px;
}
.friendexplorer_finder_form h3 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.friendexplorer_block {
  float: right;
}
.friendexplorer_block a:link,
.friendexplorer_block a:visited {
	color: red;
	font-weight: bold;
	padding: 0px 3px;
}
.friendexplorer_block a:hover {
  background: red;
  color: #fff;
  text-decoration: none;
}


/* styles_radcodes.css */


.tab-wrapper
{
  padding:        1em 1.5em;
  margin:         0;
  border:         1px solid #eee;
  clear:          both;
}
.tab-menu
{
  margin:         0;
  padding:        0;
  list-style:       none;
  overflow:       auto;
}
.tab-menu li
{
  margin:         0;
  padding:        0;
  float:          left;
  line-height:      2em;
}
.tab-menu li a
{
  padding:        0 .5em;
  font-weight:      bold;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
  /* your effect here */
}
.tab-menu li.tab-selected a
{
  text-decoration:    none;
  color:          inherit;
  /* your effect here */
}


/* styles_article.css */
div#article_right{
	width:694px;
	float:right;
	padding-right:3px;
	background:#FFF;
	padding: 5px 15px;
}

/* EVENTS */
td.article_left {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
td.article_right {
	width: 0%;
	text-align: right;
	vertical-align: bottom;
}
div.article_row {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
td.article_row1 {
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}
td.article_row2 {
	text-align: right;
	vertical-align: top;
}
td.article_cat {
	padding: 5px 35px 5px 0px;
}
.subcats div{
	background:#FFF;
	border-left:10px solid #CCC;
	margin-bottom:1px;
	padding: 3px 3px 3px 5px;
}
td.article_list {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: 0px;
	padding: 5px 7px 5px 7px;
}
div.article_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.article_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.article_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.article_menu {
	background-color: #FFFFFF;
	background-image: url(../images/menu_bg1.gif);
	background-repeat: repeat-y;
	background-position: top right;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
}
div.article_rsvps {
	text-align: center; 
	font-weight: bold; 
}

/* BROWSE EVENT MEMBERS */
div.article_member {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	background: #FFFFFF;
}
td.article_member0 {
	padding: 5px;
}
td.article_member1 {
	vertical-align: top;
	padding: 5px;
}
td.article_member2 {
	padding: 5px;
	vertical-align: top;
	text-align: right;
}
div.browse_articles_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	background: #FFFFFF;
}
td.browse_articles_result0 {
	padding: 5px;
}
td.browse_articles_result1 {
	padding: 5px;
}
td.browse_articles_result2 {
	padding: 5px;
	text-align: right;
}


table.article_calendar {
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
td.article_cellblank {
	background: #F4F4F4;
	color: #555555;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
}
td.article_cell1 {
	background: #FFFFFF;
	color: #555555;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	vertical-align: top;
	text-align: right;
}
td.article_cell2 {
	background-image: url(./images/article_cell2.gif);
	background-repeat: no-repeat;
	color: #555555;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	vertical-align: top;
	text-align: right;
}
td.article_cell3 {
	background-image: url(./images/article_cell3.gif);
	background-repeat: no-repeat;
	color: #555555;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	vertical-align: top;
	text-align: right;
}
td.article_cellheader {
	padding: 5px 5px 5px 7px;
	background: #EEEEEE;
	font-weight: bold;
	color: #333333;
	width: 150px;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
}
td.article_celldesc {
	text-align: left;
	padding: 3px 5px 5px 5px;
	vertical-align: top;
}
td.article_cellnum1, td.article_cellnum2 {
	padding: 0px 4px 4px 0px;
	font-size: 16pt; 
	line-height: 16pt; 
	color: #BBBBBB; 
	vertical-align: bottom;
	text-align: right;
}
td.article_cellnum2 {
	color: #666666; 
}
div.article_popup {
	display: none; 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin-left: -280px; 
	width: 560px; 
	z-index: 50001; 
	background: #FFFFFF; 
	border: 1px solid #888888; 
	padding: 10px;
}

td.article_box {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
}

div.article_search {
	/*width: 475px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	margin-bottom: 15px;*/
}
table.article_table {
	border: 1px solid #CCCCCC;
}

td.article_header {
	padding: 4px 5px 5px 6px;
	border-bottom: none;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	background-color: #E3E3E3;
	color: #333333;
}
td.article_entry {
	background: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	padding: 5px;
	vertical-align: middle;
}
table.article_table  td.article_header {
	background: #DFECF8;
	font-weight: bold;
	padding: 5px;	
}
/* USER BROWSE EVENTS PAGE */
td.article_browse_left {
	vertical-align: top; 
	padding: 0px 10px 10px 0;
}
td.article_browse_right {
	width: 210px; 
	vertical-align: top; 
	padding: 5px; 
	background: #FFF; 
	border: 1px solid #CCCCCC;
}
div.article_browse_title {
	font-size: 11pt; 
	font-weight: bold;
}
td.article_browse_cat1 {
	background: #FFF; 
	padding: 3px;
}
td.article_browse_cat2 {
	background: #FFF; 
	padding: 3px 3px 3px 0px;
}

/* USER PROFILE PAGE */
td.profile_articles_cell1 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 7pt;
	color: #AAAAAA;
	text-align: center;
	padding: 3px;
	width: 20px;
}
td.profile_articles_cell2 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #d7efff;
	font-size: 7pt;
	color: #AAAAAA;
	text-align: center;
	padding: 3px;
	width: 20px;
	font-weight: bold;
}
td.profile_articles_cell3 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #ffecd7;
	font-size: 7pt;
	color: #AAAAAA;
	text-align: center;
	padding: 3px;
	width: 20px;
	font-weight: bold;
}
td.profile_articles_cellblank {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #F3F3F3;
	font-size: 7pt;
	color: #AAAAAA;
	text-align: center;
	padding: 3px;
	width: 20px;
}
table.profile_articles {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
div.profile_article_spacer {
	border-top: 1px solid #CCCCCC; 
	margin: 10px 0px 10px 0px;
}
td.profile_article_popup_title {
	font-size: 11pt;
	vertical-align: bottom;
	font-weight: bold;
}
table.profile_article_popup {
	display: none; 
	position: absolute; 
	top: 70%;
	left: 50%;
	margin-left: -280px; 
	z-index: 50000; 
}
table.profile_article_popup2 {
	display: none; 
	position: absolute; 
	top: 35%;
	left: 50%;
	margin-left: -320px; 
	z-index: 50000; 
}
td.profile_article_popup2 {
	background: #FFFFFF;
	width: 560px; 
	padding: 10px;
}
td.profile_article_transparent {
	background: #000000;
	opacity: 0.5; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
}

div.article_entry {
  margin: 0 0 0 10px;
  padding: 10px;
  border:1px solid #CCC;
}
div.article_title {
color:#555555;
font-size:12pt;
font-weight:bold;

}
div.article_details {
/*padding: 5px;*/
}
div.article_meta,
div.article_category,
div.article_tag {
  color:#777777;
font-size:11px;

}
div.article_body {
  margin: 10px 0;
}
div.article_body img[align='left']{
	margin-right:10px;
	margin-bottom:5px;
}
div.article_tools {
  margin: 10px 0;
}
div.article_featured {
  /*background: #FFFFCC;*/
}

div.article_searchsort {
	margin-bottom: 10px;
	width: 100%;
	background: #F5F5F5;
}
div.article_searchsort td {
	padding: 2px;
}

.article_popular_tags h3 {
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}
.articletags { padding: 10px; line-height: 2.2em; text-align: center; }
.articletags.portal_content a { padding: 2px; color:#336699; }
.articletags a.tag1 { font-size: 2.2em; font-weight: 900; }
.articletags a.tag2 { font-size: 1.8em; font-weight: 800; }
.articletags a.tag3 { font-size: 1.5em; font-weight: 700; }
.articletags a.tag4 { font-size: 1.35em; font-weight: 600; }
.articletags a.tag5 { font-size: 1.1em; font-weight: 500; }
.articletags a.tag6 { font-size: 1.0em; font-weight: 400; }
.articletags a.tag7 { font-size: 0.9em; font-weight: 300; }
.articletags a.tag8 { font-size: 0.75em; font-weight: 200; }
.articletags sup { font-size: 9px; color: #aaa }
div.album_row {
	margin: 10px 0;
	border: 0px solid #eee;
	padding: 5px;
}
td.album_row1 {
  padding: 5px;
}

div.related_articleentry {
  margin: 5px 0;
  
}
div.recent_articleentry{
	font-weight:bold;
}
div.recent_articleentry_meta {
color:#777777;
font-size:10px;
margin-bottom:10px;
}
div.related_articles_header {
font-size: 12px;
font-weight: bold;
border-bottom:1px solid #CCCCCC;
margin-top: 10px;
}

div.article_body p {
  margin: 1em 0;
}

.articles_small{list-style: none;}
.articles_small li{padding:5px 0 10px 0; margin-bottom:5px; border-bottom:1px solid #efefef;}
.articles_small .recent_articleentry{margin-bottom: 5px;}
.articles_small .recent_articleentry img{float:left;max-width: 100px;margin-right:10px;}
.articles_small .recent_articleentry_meta{margin-bottom:0;}

.reviews{list-style: none;}
.reviews li{padding:5px 0; border-bottom: 1px solid #EFEFEF;}
.reviews li.last{border-bottom: 0;}



/*Pro Plans */

#about_features td{
	padding:4px;
}
td.even, tr.even td{
	background:#FFF;
}
td.odd, tr.odd td{
	background:#EEE;
}

.pagination{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#555;
	padding:10px 7px 15px;
}
.pagination a{
	color:#336699;
	text-decoration:none;
}
.pagination .left a.active{
	text-decoration:underline;
}
.pagination a:hover{
	color:#336699;
	text-decoration:underline;
}
.pagination .none{
	display:none;
}
.pagination .left{
	height:22px;
	line-height:22px;
}
.pagination .prev{
	background:#EEE url(../images/blue_arrow_left.png) no-repeat 5px center;
	display:block;
	float:left;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	padding:0 6px 0 23px;
	height:19px;
	line-height:19px;
	margin-right:5px;
	color:#555;
}
.pagination .prev:hover{
	color:#555;
	text-decoration:underline;
}
.pagination .next{
	background:#EEE url(../images/blue_arrow.png) no-repeat 44px center;
	display:block;
	float:left;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	padding:0 23px 0 6px;
	height:19px;
	line-height:19px;
	margin-left:5px;
	color:#555;
}
.pagination .next:hover{
	color:#555;
	text-decoration:underline;
}
.page_nums{
	display:block;
	float:left;
	height:22px;
	line-height:22px;
}
.page_nums a{
	color:#555;
}
.page_nums a:hover{
	color:#555;
}
.page_nums .active{
	color:#336699;
	text-decoration:underline;
}
.pagination .prev.inactive, .pagination .next.inactive, .pagination .prev.inactive:hover, .pagination .next.inactive:hover{
	color:#AAA;
	background: #EEE;
	padding:0 6px;	
	text-decoration:none;
	font-weight:normal;
}
.pagination img{
	position:relative;
	top:3px;
}

.directory_col{
	float:left;
	width:320px;
}
.directory_mod{
	margin-bottom:20px;
}
.directory_col p{
	padding-left:24px;
}
.directory_col a{
	color:#555;	
}

.directory_mod h3{
	font-size:18px;
	color:#555;
	font-weight:normal;
	font-family: "Trebuchet", verdana, sans-serrif;
	background:url(/images/double_arrow_blue.gif) no-repeat 2px 8px;
	padding-left:24px;
	margin-bottom:7px;
}
.directory_mod h3 a{
	color:#555;
}
.directory_mod h3 span, .directory_mod h3 span a{
	color:#ff6600;
}


/* About Features Styles */

#about_features{
	padding:5px 10px;
	background:#FFF;
	font-family: "Trebuchet MS", tahoma, arial, serif;
}
#about_features_top{
	margin:auto;
	width:825px;
	background:url(/images/features-top.gif) no-repeat;
	border-bottom:1px solid #b7d9f3;
}
#about_features_top td{
	padding: 7px 0;
	width:126px;
	font-size:14px;
	line-height:19px;
}
#about_features_top th{
	padding: 50px 0 0 16px;
	border-right:1px solid #e6e6e6;
}

#about_features_main{
	margin:auto;
	width:825px;
	border:1px solid #d0d0d0;
	border-top:0;
}
#about_features_main td.check{
	padding: 5px 0;
	width:126px;
}
#about_features_main .af1{
	border-right:1px solid #e6e6e6;
	padding-left:22px;
}
#about_features_main .af1.cat-heading{
	padding-left:15px;
	font-weight:bold;
}
#about_features .af2{
	border-right:1px solid #e6e6e6;
	border-left:1px solid #fff;
}
#about_features .af3{
	border-left:1px solid #fff;
}
#about_features h3{
	font-size:24px;
	color:#555;
	font-weight:normal;
}
#about_features .feature-button{
	width:102px;
	height:33px;
	background:url(/images/features-button.gif) no-repeat top left;
	font-size:14px;
	color:#555;
	margin:6px 0 3px;
	border:0;
	vertical-align:top;
	cursor:pointer;
}
#about_features .feature-button:hover{
	background-position: bottom right;
}

#artist_lineup_table td{
	padding:3px 2px;
}


/*Feature sliders*/

#container_wrapper{
	width:531px; 
	height:230px; 
	background-color:grey; 
	border:1px solid #FF6600; 
	border-top:0; 
	margin-bottom:3px;
}
#container img.thumb_small{
	max-width:175px;
	max-height:175px;
	float:left;
	margin:0 10px;
}
#container .list_item{
	border:0;
	overflow:hidden
}
#container { 
	position: relative; 
	width: 531px; 
	height: 230px;
	overflow: hidden;
	background-color:#EFEFEF; 
}
.panel.feature-slide{
	cursor: pointer;
	position: relative;
}
.panel.feature-slide h3 { 
	font-size: 14px; 
	margin: 0;
	background:url(../images/transp_bg.png) repeat;
	color:#FFF;
	position:absolute;
	bottom:0;
	left:0;
	width:521px;
	line-height:30px;
	text-align:right;
	padding:4px 5px;
	white-space:nowrap;
	font-weight: normal;
}
.panel.feature-slide h3:hover{
	color:#FFF;
	cursor: pointer;
}


.ajax_loader {
	background : url('images/loading.gif') no-repeat center;
	width : 200px;
	height : 150px;
}



/*Home page slider styles*/

#homeslider .coda-slider-wrapper{
	border:1px solid #E7E7E7;
	margin-bottom:5px;
}

#homeslider .coda-slider .panel, #container_wrapper .panel{
	width:531px;
	background: #FFF;
	height:230px;
	position: relative;
}
#homeslider #coda-nav-1{
	background:#c10e61;
	color:#FFF;
	text-transform:uppercase;
	padding:4px 0px;
	font-size:13px;
	letter-spacing:1px;
	margin-top:0;
}
#homeslider #coda-nav-1 span{
	padding-left:10px;
}
#homeslider #coda-nav-1 ul {
	float:right; 
	margin:0;
}
#homeslider #coda-nav-1 ul li a{
	background:url(../images/player_dot.gif) no-repeat; 
	display:block;
	width:10px;
	height:10px;
	margin:4px 7px;
	padding:0;
}
#homeslider .panel .event-photo img{
	max-width: 120px;
	max-height: 190px;
	display: block;
}
#homeslider .panel .event-list-details{
	width:110px;
}
#homeslider #coda-nav-1 ul li a.current{
	background:url(../images/player_dot_on.gif) no-repeat; 
}
#homeslider #container{
	height:230px;
}

/*Prototype styles for June release */

ol.list{
	list-style: none;
	margin:0;
	padding:0;
}
ol.list li a span{font-size: 10px;display: block; color: #777;}
ol.list li a{
	padding:5px 0px;
	border-bottom:1px solid #EFEFEF;
	display:block;
}
ol.list li a:hover{
/*	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd)) repeat-x, #eeeeee;
    background: -moz-linear-gradient(90deg, #666666, #efefef) repeat-x scroll 0 0 #666666;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eeeeee');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eeeeee')";
	text-decoration: none;
	color:#FFF;
	background: #666;
	background: url(/images/tab_bg.gif) repeat-x 50% 50%;*/
	text-decoration:underline;
}

/*Agency manage artist page*/
.agency_artists h3{
	margin:5px 0;
}
.agency_artists .event-photo{
	margin:0 15px 15px 0;
}
.agency_artists table{
	width:584px;
}
.agency_artists table td{
	padding:0 5px;
	vertical-align: top;
}
.agency_artists ul{
	list-style: none;
	padding:0;
	margin:0 0 5px 0;
}
.agency_artists li{
	display:block;
	padding:3px 0;
	list-style: none;
}
.agency_artists label{
	display: block;
}
.agency_artists .text, .agency_artists textarea{
	margin:2px 0 5px;
} 
.toggle_agency_artist{float:right;}

/* Google Maps*/
#rt_col #map{
	width:244px;
	height:244px;
}
#map{
	width:300px;
	height:300px;
}

/*Directory Headers */
#directoryheader{ border:1px none #E7E7E7; border-width: 0px 1px 1px; padding:10px;}
#directoryheader h1{font-weight: normal; font-size: 15pt;margin-bottom: 7px; float: left;}
#directoryheader .addlink{
	float:right; display: block; font-size: 12px; line-height: 21px; padding:0px 13px; color:#1C1F1F; border:1px solid #CCC; 
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
	background: -moz-linear-gradient(top,  #FFF,  #e3e3e3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E3E3E3',GradientType=0 );
}
#directoryheader .addlink:hover{
	background: -moz-linear-gradient(top,  #e3e3e3,  #FFF); 
	background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#e3e3e3));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E3E3', endColorstr='#FFFFFF',GradientType=0 );
}	
#directoryheader .addlink span{background: url(/images/plus_icon.gif) no-repeat left center; padding-left: 18px;}
#directoryheader .sorting{font-weight: bold; clear: left;}

/*Overriding some jQueryUI tab styles*/
.ui-widget{	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;}
#favorite_tabs.ui-widget-content{border: none;}
#favorite_tabs.ui-tabs{padding:0;}
#favorite_tabs .ui-corner-top, #favorite_tabs .ui-corner-bottom{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0; border-color:#EFEFEF}
#favorite_tabs .ui-corner-all{border:none;}
#favorite_tabs .ui-widget-header{background: none;}
#favorite_tabs .ui-tabs-nav{padding:0;}
#favorite_tabs .ui-tabs-panel{border:1px solid #EFEFEF; padding:5px 9px;}
#favorite_tabs .ui-tabs-panel div.header{display: none;}
#favorite_tabs .ui-state-active{border-collapse: #EFEFEF;}
#favorite_tabs .ui-tabs-nav li a {padding:5px 9px;}
#favorite_tabs a{outline: none;}

#favorite_btn{outline: 0 none;}
#favorite_btn img{margin:0 4px -4px -6px; height:16px;}
#favorite_btn.is_following{}
#favorite_btn.not_following{}
#favorite_options{position:absolute; padding:5px 5px 1px 5px; width:166px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; border:1px solid #CCC; background: #FFF;}
#favorite_options a{margin-bottom:4px; width:140px;}
#favorite_options a img{width:auto; height:16px;}
/* tablesorter for jquery */

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CCC;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 90%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#FFF;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

div.warning{padding:7px; background: #ffffcc; margin:0 0 10px 0; border-bottom: 2px solid #ffcc66;}
div.warning img{max-height: 16px; float: left; margin-right:7px;}
div.warning a.btn{margin:-3px 0 0 10px;}

table.tickets{margin:10px 0; border: 1px solid #CCC;}
table.tickets th{background: #EFEFEF; border-bottom: 1px solid #CCC; padding:5px 10px; text-align: left;}
table.tickets tr.divider td{padding:5px 10px 0;}
table.tickets td{padding:5px 10px;}
table.tickets td.line{padding:0; border-bottom: 1px solid #555;width:100%;}
table.tickets .center{text-align: center;}


div.directory_search {
	background:transparent url(../images/menu_user.gif) repeat-x scroll center top;
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:10px;
	display: inline-block;
	width:490px;
}
div.directory_search a{text-decoration: underline;}
div.directory_search .nolabel{margin: 5px 0 0 110px; clear: left;}
div.directory_search label{font-weight: normal; width:100px; text-align: right;float: left; clear:left; margin:0 10px 5px 0;}
div.directory_search input, div.directory_search select, div.directory_search textarea{display: block; float: left; margin-bottom:5px;}
div.directory_search #search_submit{margin:0 10px;}
div.directory_search #more_search{clear: left;}
div.directory_search #search_more_link{display: block; float: left;}
div.directory_search label.checkbox{text-align: left; width: auto; font-weight: normal; float: none;}

