@CHARSET "UTF-8";

.pre {
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	white-space: pre-line;
	word-wrap: break-word; /* IE 5.5+ */	
}


.footer {
	width: 930px;
	height: 92px;
	margin: 0 auto;
	padding: 10px;
	background-color: #deebf8;
	vertical-align: middle;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/* Flash messages */
.message {
	color: red;
	font-size: 0.8em;
	border-bottom: solid gray 1px;
	padding: 8px 0px 8px 40px;
	background: white url(/img/icons/alarm-small.png) 5px no-repeat;
}
.message li {
list-style: none;
color: red;
}
.message ul a {
	text-decoration: underline;
}
.message ul a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.section-hd{
	float: left;
	margin-left: 4px;
}
.section-hd-100{
	width: 100px;
	float: left;
	margin-left: 4px;
}
.section-hd-180{
	width: 180px;
	float: left;
	margin-left: 4px;
}
.gray {
	color: gray;
}




.form li {
	font-size: 0.8em;
	list-style-type: none;
	height: 27px;
	margin: 2px;
}

input.disabled {
	visibility: visible;
	color: gray;
}

.center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.justify {
	text-align: justify;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.back_link
{
	text-decoration: none;
}

.clickable {
	cursor: pointer;
}

/* error class */

a.error:hover {
	color: #4F0C09;
	text-decoration:none;
}

.error {
	text-align: center;
	color: red;	
}

a.error {
	color: red;	
	text-decoration: underline;
	font-weight: normal;
}

/** mess to redesign...**/
/* news class */
.news {
	color: #206926;
}

/* General classes */
.close {
	color: black;
}
.info-tip {
	border-bottom: 1px solid;
    padding:10px 10px 10px 70px;
    position:relative;
    color: #00529B;
    font-size: 0.8em;
    background: #BDE5F8 url('/img/icons/tip-small-blue.png') 10px no-repeat;
}

.info-gift {
	border-bottom: 1px solid;
    padding:10px 10px 10px 70px;
    position:relative;
    color: #00529B;
    font-size: 0.9em;
    background: #BDE5F8 url('/img/icons/gift-box-yellow-40.png') 10px no-repeat;
}

.info-menu{
    border: 1px solid;
    margin: 10px 0px;
    padding:13px 10px 13px 10px;
    position:relative;
    color: #00529B;
    font-size: 80%;	
    background-color: #BDE5F8;
}

.info-check {
	border: 1px solid;
    padding:10px 10px 10px 40px;
    position:relative;
    color: #00529B;
    background: #BCF7C6 url('/img/icons/check.png') 5px no-repeat;
}

.info-cross {
	border: 1px solid;
    padding:10px 10px 10px 40px;
    position:relative;
    color: #00529B;
    background: #F7BCBC url('/img/icons/cross.png') 5px no-repeat;
}

.info-pause {
	border: 1px solid;
    padding:10px 10px 10px 40px;
    position:relative;
    color: #00529B;
    background: #F7F7BC url('/img/icons/pause.png') 5px no-repeat;
}

.info-locker {
	border: 1px solid;
    padding:10px 10px 10px 40px;
    position:relative;
    color: #00529B;
    background: #F7BCBC url('/img/icons/locker.png') 5px no-repeat;
}

#info{
    border: 1px solid;
    margin: 10px 0px;
    padding:13px 10px 13px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    font-size: 80%;	
    background-color: #BDE5F8;
    background-image: url('/img/info.png');
}

p.info {
	font-size: 0.8em;
	color: #206926;
	padding: 5px;
	border: 1px solid #E0E0E0; 
	background: #F7F7F7;
	margin: 3px;
}

td.info {
	font-size: 95%;	
	color: #00529B;
}

.info a {
	font-weight: normal;
	text-decoration: none;
}

.info a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#info_privacy{
    border: 1px solid;
    margin: 10px 0px;
    padding:13px 10px 13px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:relative;
    color: #00529B;
    font-size: 95%;	
    background-color: #BDE5F8;
    background-image: url('/img/privacy.png');
}

/* specific styles */
div.info {
	font-size: 80%;
	color: #206926;
}


/* login */
input.textareaNoFocus {
	color: gray;
}

input.textareaFocus {
	color: black;
}

table.table_classic {
	border-collapse: collapse;
	border-color: #44618A;
	border-width: 0px;
	border-style: solid;
	font-size: 80%;
}

div.table_classic {
	background-color: white;
	border: 1px solid #C3DADB;
	font-size:80%;
}
tr.noBorder, td.noBorder {
	border-width: 0px;
	border-style: none;
}

/* Members screens: View Profile */
/* Pictures */
td.profile_pictures_preview_small {
	border: 0px solid #F5F9FF;
	border-spacing: 0px;	
}

#profile-survey-pane {
	width: 900px; 
	text-align: left;
	margin-top: 10px;
}

#profile-top-pane{
	width: 100%;
	text-align: center;
}

#profile-top-pane-content{
	margin: 10px 0px 20px 275px;
    text-align: left;	
}

#profile-left-pane {
	float: left;
	width: 250px;
	display: inline;
}
#profile-left-pane.profile_pictures_view {
	
	text-align: center;
	font-size: 90%;
}

#profile-right-pane {
	float: right;
	margin-right: 25px;
	width: 650px;
	display: inline;
}

/* Contact page */

#contact-general-pane {
	width: 100%;
	background: white;
}
#contact-general-left-pane {
	float: left;
	width: 149px;
	display: inline;
}

#contact-general-center-pane {
	float: right;
	width: 800px;
	display: inline;
}

#contact-general-right-pane {
	float: right;
	display: inline;
}
#contact-detail-left-pane {
	float: left;
	width: 210px;
	display: inline;
}

#contact-detail-center-pane {
	float: right;
	width: 720px;
	display: inline;
}

#contact-detail-right-pane {
	float: right;
	display: inline;
}
/* Concert detail page */
#detail_cc a, h1, h2, h3, h4, table{
	color: #1c3355;
	font-weight: normal;
	text-decoration: none;
}
#detail_cc a:hover{
	text-decoration: underline;
	cursor: pointer;
}

#detail_cc td {
	border-width: 00px 10px 0px 0px;
	border-style: solid;
	border-color: transparent;
	vertical-align: top;
	text-align: left;
	_border-color:tomato;
	_filter:chroma(color=tomato);
	_font-weight: normal;
}

/* Member event home page */
#member_home_upcoming_cc table{
	padding-left: 20px;
}
#member_home_upcoming_cc a, h2, h3, h4{
	color: #1c3355;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	vertical-align: top;

}
#member_home_upcoming_cc a:hover{
	text-decoration: underline;
}
#member_home_upcoming_cc {
	background-color: transparent;
	font-size: 80%;
	position: relative;
	top: 20px;
	left: 15px;
}

.member_home_upcoming_cc_actions td{
	border-bottom-width: 1px;
	border-bottom-color: #1C3355;
	border-style: solid;
	vertical-align: top;
	text-align: left;
}

#member_home_upcoming_cc  td {
	border-width: 00px 10px 0px 0px;
	border-style: solid;
	border-color: transparent;
	vertical-align: middle;
	text-align: left;
	_border-color:tomato;
	_filter:chroma(color=tomato);
	_font-weight: normal;
	cursor: pointer;
}

/* Home Page */
#home_upcoming_cc a, h2, h3, h4, table{
	color: #1c3355;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;

}
#home_upcoming_cc a:hover{
	text-decoration: underline;
}
#home_upcoming_cc {
	background-color: transparent;
	font-size: 80%;
	position: relative;
	top: 20px;
	left: 45px;
}
#home_upcoming_cc h2 {
	font-size: 140%;
}
#home_upcoming_cc h3 {
	font-size: 115%;
}
#home_upcoming_cc h4 {
	font-size: 90%;
}

#home_upcoming_cc  td {
	border-width: 00px 10px 0px 0px;
	border-style: solid;
	border-color: transparent;
	vertical-align: middle;
	text-align: left;
	_border-color:tomato;
	_filter:chroma(color=tomato);
	_font-weight: normal;
}

/* profile pictures section */

table.profile_info_view {
	border: 5px solid transparent;
	_border-color:tomato;
	_filter:chroma(color=tomato);
	vertical-align: top;
}
.profile_view {
	width: 950px; 
}

div.sub_profile_info_view {
	background-color: white;
	border: 1px solid #C3DADB;
	font-size: 95%;
}

div.profile_info_view {
	background-color: white;
	border: 1px solid #C3DADB;
	font-size:80%;
}

div.profile_info_view_below {
	background-color: white;
	border-top: 0px solid #C3DADB;
	border-left: 1px solid #C3DADB;
	border-right: 1px solid #C3DADB;
	border-bottom: 1px solid #C3DADB;
	font-size:80%;
}

/* Search Header */
.menu-item-left {
	float: left;
	width: 450px;
}

.menu-item-search {
	float: right; 
	width: 100px;
}

/* Search Results */
table.table_search {
	background-color: white;
	font-size: 80%;
}
tr.table_search0 {
}
tr.table_search1 {
	background-color: #F7FBFF;
}

/* Messages */
th.msg_title {
	color: black;
	border-bottom: 1px solid #C3DADB;
}

.msg_not_read {
	color: black;/*#1D3456;*/
}

a.msg_not_read {
	color: black;/*#1D3456;*/
}

.msg_read {
	color: gray;/*#799ACC;*/
}

a.msg_read {
	color: gray;/*#799ACC;*/
}

table.message_view0 {
	color: black;
	/*border-bottom: 1px solid #C3DADB;*/
	font-size: 95%;
}
table.message_view1 {
	color: #505050;
	/*border-bottom: 1px solid #C3DADB;*/
	font-size: 95%;
}
th.message_view0 {
	color: black;
}
th.message_view1 {
	color: #505050;
}
td.message_view0 {
	 color: #1E3457;/*#792F2F;*/
}
td.message_view1 {
	color: #3E65A0;/*#CE6767;*/
}

tr.selectedMsg {
	background-color: #DDDDDD;
}

/* Contacts */
a.quick_actions {
	text-decoration: none;
}
.quick_actions {
	font-size: 80%;
	font-weight: normal;
	position: relative;
	width: 200px;
}
.quick_actions:hover {
	text-decoration: underline;
}
.quick-action-container {
	border-bottom: 1px solid #1c3355; margin-bottom: 3px; margin-top: 3px; font-size: 15px;
}

/* menu level 2 */
#menu2 {
	width: 950px;
}

table.menu2 {
	margin-top: 5px;
	font-size: 80%;
	border-width: 0px;
	color: black;
	border-bottom: 1px #1E3457 solid;
}

td.menu2 {
	text-align: center;
	border-top:1px #1E3457 solid; 
	border-left: 1px #1E3457 solid;
	color: black;
}

td.menu2_right {
	text-align: center;
	border-top:1px #1E3457 solid; 
	border-left: 1px #1E3457 solid;
	border-right: 1px #1E3457 solid;
	color: black;
}

a.menu2 {
	text-decoration: none;
	font-weight: bold;
}

/* toolBox css */
/* tooltip styling. uses a background image (a black box with an arrow) */ 
.tooltip { 
	background-color:#000; 
    outline:1px solid #669; 
    border:2px solid #fff; 
    padding:10px 15px; 
    width:300px; 
    display:none; 
    color: #FFFFFF; 
    text-align:left; 
    font-size:12px; 
 	z-index: 1;
 	
    /* outline radius for mozilla/firefox only */ 
    outline-radius:4px; 
    -moz-outline-radius:4px; 
    -webkit-outline-radius:4px; 
} 
 
/* tooltip title element (h3) */ 
.tooltip h3 { 
    color: #FFFFFF; 
    margin:0; 
    font-size:18px; 
}
.tooltip p { 
    color: #FFFFFF;  
}

.ui-tooltip-source {
	cursor: help;
}

.section-edit {
	float:right;
	margin-right:4px;
	margin-top:0px;
}

#garbage {
	margin-top: 900px;
}

.altrow {
	background: #ADC0FF;
}

.modal { 
    background-color:#fff; 
    display:none; 
    width:350px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    opacity:0.8; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
}
 
.modal h2 { 
    background:url(/img/info.png) 0 50% no-repeat; 
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px; 
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(/img/tooltip/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px;
    _border-color:tomato;
	_filter:chroma(color=tomato);
	_font-weight: normal;
}

/*.close { 
    background-image:url(/img/tooltip/overlay/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
	_border-color:tomato;
	_filter:chroma(color=tomato);
	_font-weight: normal;
}*/

/* the overlayed element */ 
.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
    
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* growing background image */ 
    background-image:url(/img/tooltip/overlay/white.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:640px;         
    min-height:200px; 
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
 
    /* a little styling */     
    font-size:11px; 
} 
 
/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
    background-image:url(/img/tooltip/overlay/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
	_border-color:tomato;
	_filter:chroma(color=tomato);
	_font-weight: normal;
}

/* black version of the overlay. simply uses a different background image */ 
div.apple_overlay.black { 
    background-image:url(http://static.flowplayer.org/tools/img/overlay/transparent.png);         
    color:#fff; 
}

/* Paging */
div.paging {
	color: #1B28B9;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
	margin: 0px;
}
div.paging span.current {
	color: #1B28B9;
}
div.paging span a {
	font-weight: bold;
}

.report-header {
	border-bottom: 1px solid black;
	height: 40px;
	background: #BDBDBD;
	font-size: 0.8em;
	padding: 2px;
}
.report-sub-header {
	background: #ADC0FF;
	border-bottom: 1px black solid;
	padding: 2px;
}
.report-cell {
	background: #DBE4FF;
	border-bottom: 1px black solid;
	font-size: 0.8em;
	padding: 2px;
}
.report-cell-hover {
	background: white;
	border-bottom: 1px black solid;
	font-size: 0.8em;
	padding: 2px;
}
.report-total {
	border-top: 2px solid black;
	background: #FFDBDB;
	height: 30px;
}


#login-container, #subscribe-container {
    width:270px;
    margin:0 auto;
    position: relative;
    display: inline;
}

#login-content {
    width:270px;
    min-height:220px;
    display: inline;
}
#login-topnav, #subscribe-topnav {
    padding:0px 0px 12px;
    font-size:11px;
    line-height:23px;
    display: inline;
}
#login-topnav a.login-signin, #subscribe-topnav a.subscribe-signin {
    background:#33b9f2;
    padding:4px 6px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#335a7d;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border: 1px solid #335a7d;
    display: inline;
}
#login-topnav a.login-signin:hover, #subscribe-topnav a.subscribe-signin:hover {
    background:#3396F2;
}

a.login-signin {
    position:relative;
    margin-left:0px;
    display: inline;
}
a.login-signin span {
    background-image:url("/img/login/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:4px 16px 6px 0;
    *padding: 0px 16px 0px 0px;
    display: inline;
}
#login-topnav a.login-menu-open {
    background:#ddeef6!important;
    color:#666!important;
    outline:none;
}
#login-small_signup {
    display:inline;
    float:none;
    line-height:23px;
    margin:25px 0 0;
    width:170px;
    display: inline;
}
a.login-signin.login-menu-open span {
    background-image:url("/img/login/toggle_up_dark.png");
    color:#789;
}

#login-signin_menu {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color:#ddeef6;
    position:absolute;
    width:210px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 0px; 
    right: -190px; 
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#789;
    font-size:11px;
}

#login-signin_menu input[type=text], #login-signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#login-signin_menu p {
    margin:0;
}
#login-signin_menu a {
    color:#6AC;
}
#login-signin_menu label {
    font-weight:normal;
}
#login-signin_menu p.login-forgot, #login-signin_menu p.login-complete {
    clear:both;
    margin:5px 0;
    display: inline;
}
#login-signin_menu p a {
    color:#27B!important;
}
#login-signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('/img/login/bg-btn-blue.png') repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
    display: inline;
}
#login-signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#login-signin_submit:hover, #login-signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}

.categories-label {
	margin: 10px 0px 0px 13px;
}
.categories-label a {
	font-size: 1.1em;
}
.categories-icon {
	margin: 0px 0px 2px 5px;
}
.categories-title {
	border-bottom: 1px gray solid;
	margin: 5px 0px 2px 0px;
}

#categories-results {
	/*margin: 10px;*/
}

.new {
	background: url('/img/new.png');
}