/* ************************************************

PROGETTO SooNA!
Associazione Culturale Mamahen
soona.css ---

Author: Gianluca Buoncompagni - me[at]gianlucabuoncompagni.net
First Draft:		Mon Feb 23 19:05:58     2009

Colori:
----------------------------------
F60 --> #f90cca
6CF --> #4e4c58
************************************************* */

/* BASIC
================================================== */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html, body{
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 150%;
	color: #333;	
}
body{
	text-align: center;
	background: #fbfbfb  url('img/bg_wp2.png');
}
a, table{
	border: none;
}
td{

}
h1{}
h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #4e4c58;
	margin-bottom: 2px;
}
h3{
	clear: both;
	color: #f90cca;
	font-weight: bold;
	padding: 2px 0;
	line-height: 16px;
	font-size: 12px;
}
h4{}
h5{}
div.page_header {
color:#f90cca;
font-size:35px;
line-height: 45px;
}
div.page_header a {
color:#f90cca;
text-decoration: none;
font-weight: normal;
}
div.page_header a:hover{
color:#000;
background: none;
}
img{
	border: none;
}
a{
	text-decoration: underline;
	/* border-bottom: 1px dotted #b3ae3a;*/
	line-height: 14px;
	color: #000;
	/* background-color: #f3f0f0; */	
	/* font-weight: bold; */
	border: none;
}
a:hover{
	text-decoration: none;
	/* border-bottom: 2px solid #c00;*/
	color: #fff;
	background-color: #f90cca;
}
hr.filetto{
	width: 100%;
	display: block;
	height: 2px;
	background-color: #fff;
	border: none;
	border-bottom: 2px dotted #fc0;
	clear: both;
	margin-bottom: 16px;
}

/* pulsanti */
input.button,
input.buttonHover{
	border: none;
	font-family: "lucida sans", "lucida grande", lucida, tahoma, arial, sans-serif;
	background: #000 /* url('img/bg_button.png') bottom left repeat-x */;
	padding: 5px 8px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-opera-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}
input.buttonHover{
	color: #f90cca;
}
input.text,
input.textFocus{
	font-size: 14px;
	line-height: 14px;
	padding: 3px 2px;
	color: #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
		vertical-align: middle;
}
input.textFocus{
	color: #333;
	border: 1px solid #333;
	background-color: #f6f6f6;
}
textarea,
textarea.focus{
	color: #999;
	background-color: #fff;
	margin-bottom: 6px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

textarea.focus{
	color: #333;
	margin-bottom: 6px;
	border: 1px solid #333;
}
select{
	margin-bottom: 1px;
}
p{}

.out{
	color: #c00;
}
a.user{
	font-weight: normal;
	text-decoration: underline;
}
a.user:hover{
	background: none;
	color: #f90cca;
	border: none;
}

.noBorder{
	border: none !important;
}

label:hover { color: #c30; text-decoration: underline; }

.left{
	float: left;
}
.right{
	float:right;
	
}
img.icon_big{
	display: none;
}
a.backTo{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}
/* LAYOUT COMUNE 
====================================================== */
#mainWrap{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
div.content{
	position: relative;
	padding: 10px 0;
	width: 960px;
	overflow: auto;	
}

div#colSx{
	float: left;
	width: 160px;
	margin-right: 10px;
	display: inline;
}
div#colCx{
	float: left;
	width: 568px;
	display: inline;
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	-opera-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cacaca;
}
div#contenuto{
	padding: 10px;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	-opera-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cacaca;
	position: relative;
	zoom: 1;
}
div#colDx{
	float: left;
	width: 190px;
	margin-left: 10px;
	overflow:hidden;
	display: inline;
}
#header{
	position: relative;
	margin-bottom: 10px;
	height:auto !important;
	height:140px ;
	min-height:140px;	
}
#header a.header:hover{
	border: none;
}
#header #logo{
	position: absolute;
	margin-left: 0px;
	margin-top: 30px;
}
#header #headerSearch{
	position: absolute;
	top: 46px;
	right: 0px;
	width: 250px;
	padding: 4px 10px 2px;
	background-color: #E0E4CC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	-opera-border-radius: 6px;
	border-radius: 6px;
}
#header #headerSearch.loggato{
	top: 86px;
	right: 228px;
}
#header form{
	display: block;
	margin-bottom: 4px;	
}
#header #headerSearch input.text,
#header #headerSearch input.textFocus{
	width: 150px;
	display: inline;
	margin-top: 2px;
}
#header #headerSearch input.button,
#header #headerSearch input.buttonHover{
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;	
	width: 50px;
}
#header #headerSearch input.buttonHover{
	
}
#header #headerSearch strong{
	font-size: 12px;
	color: #000;
line-height: 26px;
display: block;
float: left;
padding-right: 4px;
}
#header #headerSearch a{
	margin-top: 4px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	font-size: 10px;
	padding: 4px;
	position: absolute;
}
#header #headerSearch a:hover{
	color: #fff;
	border: none;
}
td{
	
}
td.error{
	border: 1px solid #c00;
	color: #c00;
}
td.success{
	border: 1px solid #3c6;
}
div.signup_header{
	background-color: #333;
	color: #fff;
}
div.copyright{
margin-bottom: 10px;
text-align: right;
padding: 10px;
background-color: #fff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;	
-opera-border-radius: 6px;
border-radius: 6px;
border: 1px solid #cacaca;
width: 940px;
overflow: auto;
}


.wrapperColonne{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.box310{
	width: 330px;
}
.box210{
	width: 220px;
	line-height: 100%;
}
.box310 a,
.box2010 a{
	font-weight: normal;
}

.border{
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	-opera-border-radius: 8px;
	border-radius: 8px;
	background-color: #fbfbfb;
	border: 1px solid #efefef;
	position: relative;
}

ul.basicList li{
display: block;
padding-bottom: 2px;
border-bottom: 1px solid #efefef;
margin-bottom: 4px;
color: #999;
font-size: 11px;
}
ul.basicList li a{
font-weight: bold;
text-decoration: none;
}
ul.basicList li .notes{
	font-size: 10px;
	color: #999;
}
ul.basicList li .notes a{
	font-weight: normal;
	color: #4e4c58;
}
ul.basicList li .notes a:hover{
	background-color: #fff;
	color: #000;
	text-decoration: underline;
}
a.viewAll{
	text-decoration: none;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #f90cca;
	margin: 10px;
	font-weight: normal;
}
a.viewAll:hover{
	color: #fff;
}
/* UTENTE LOGGATO 
====================================================== */
div.hello {
font-size:14px;
line-height:20px;
position:absolute;
right:230px;
text-align:right;
top:14px;

}
div.hello a{
	font-weight: bold;
	color: #4e4c58;
}
div#menuServizio.loggato{
	font-size: 11px;
	text-align: left;
	padding: 0px;
	width: 220px;
}
div#menuServizio.loggato ul{
	float: left;
}
div#menuServizio.loggato ul#contenuti{
	margin-right: 6px;
	padding: 10px;
	padding-top: 35px;
	margin-top: -20px;
	background-color: #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	-opera-border-radius: 6px;
	border-radius: 6px;
	height:auto !important;
	height:108px ;
	min-height:108px;
	width: 100px;
	
}
div#menuServizio.loggato ul li{
	display: block;
	float: none;
	line-height: 17px;
	text-align: left;
	border-bottom: 1px solid #a4d5ee;
}
div#menuServizio.loggato ul li a{
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
div#menuServizio.loggato ul li a:hover{
	color: #f90cca;
	text-decoration: none;
}
div#menuServizio.loggato ul#strumenti{
	padding-top: 14px;
	float: left;
}
div#menuServizio.loggato ul#strumenti li{
	border-bottom: 1px solid #fbfbfb;
}
div#menuServizio.loggato ul#strumenti li a{
	font-size: 11px;
	font-weight: bold;
	color: #f90cca;
}
div#menuServizio.loggato ul#strumenti li a:hover{
	color: #000;
}
div#menuServizio.loggato ul#strumenti li a.out{
	line-height: 58px;
	color: #333;
}
div#menuServizio.loggato ul#strumenti li a.out:hover{
	color: #c00;
}
/* Testatine 
====================================================== */
div.header_hp,
div.header{
	color: #f90cca;
	font-weight: bold;
	padding: 2px 4px;
	line-height: 16px;
	font-size: 12px;
	display: inline;
		-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	-opera-border-radius: 4px;
	border-radius: 4px;
}
div.page_header_hp{
	color: #f90cca;
	font-weight: bold;
	padding: 2px 4px;
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 2px;
	display: inline;
		-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	-opera-border-radius: 4px;
	border-radius: 4px;
}
/* Menu principale 
====================================================== */
ul#menuPrincipale{
	background-color:#000000;
	left:200px;
	padding:4px 6px;
	position:absolute;
	top:50px;
	width:460px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	-opera-border-radius: 6px;
	border-radius: 6px;
}
ul#menuPrincipale.loggato{
	width:520px;
}
ul#menuPrincipale li{
	float: left;
	margin-right: 10px;
	font-size: 14px;
}
ul#menuPrincipale li a{
	display: block;
	padding: 3px;
	color: #fff;
	text-decoration: none;
}
ul#menuPrincipale li a:hover{
	color: #f90cca;
	background: none;
	border: none;
	text-decoration: none;
}

/* Menu Servizio 
====================================================== */
div#menuServizio{
	position: absolute;
	right: 0px;
	top: -10px;
	padding: 15px 8px 8px 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	-opera-border-radius: 6px;
	border-radius: 6px;
}
div#menuServizio ul li{
	float: left;
	display: inline;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
}
div#menuServizio ul li a{
	color: #4e4c58;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
}
div#menuServizio ul li a:hover{
	color: #000;
	background: none;
	text-decoration: underline;
}

div.newupdates {
position:absolute;
top: 20px;
right: 210px;
}
/* Menu utente loggato 
====================================================== */
div#menuUtente{
	padding: 6px 0px 0;
	height: 22px;
	margin: 0px 10px 6px 10px;
	border: 1px solid #ccc;
	background-color: #f2f2f2;
}
div#menuUtente ul#primoLivello li{
	float: left;
	padding-right: 22px;
	margin-right: 8px;
	margin-left: 6px;
	position: relative;
	padding-bottom: 6px;
}
div#menuUtente ul#primoLivello li a:hover{
	border: none;
}
div#menuUtente ul#primoLivello li ul.secondoLivello{
	position: absolute;
	display: none;
	top: 22px;
	left: -7px;
	background-color: #f2f2f2;
	border: 1px solid #ccc; 
	border-top: none;
	padding: 2px 4px 4px 2px;
	-moz-border-radius-bottomright : 6px;
	-moz-border-radius-bottomleft : 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	z-index: 100;
	width: auto;
}
div#menuUtente ul#primoLivello li ul.secondoLivello li{
	float: none;
	padding-right: 0;
	border-right: 0;
	margin-left: 0;
	position: relative;
	white-space: nowrap;
	padding: 0 4px;
	line-height: 16px;
}
div#menuUtente ul.secondoLivello li a{
	display: block;
	white-space: nowrap;
}
div#menuUtente ul.secondoLivello li a:hover{
	text-decoration: underline;
}
div#menuUtente ul#primoLivello li img.openMenu{
	position: absolute;
	top: 2px;
	right: 4px;
	cursor: pointer;
}
div#menuUtente ul#primoLivello li.last{
	border-right: none;
}
div#menuUtente ul#primoLivello li a{
	display: block;
	font-weight: normal;
	line-height: 16px;
	padding-left: 20px;
}
div#menuUtente ul#primoLivello li a:hover{
	border: none;
	color: #c00;
	text-decoration: underline;
}
div#menuUtente ul#primoLivello li#userNav1 a{
	background: url('../images/icons/menu_home.gif') top left no-repeat;
}
div#menuUtente ul#primoLivello li#userNav2 a{
	background: url('../images/icons/menu_profile.gif') top left no-repeat;
}
div#menuUtente ul#primoLivello li#userNav3 a{
	background: url('../images/icons/menu_apps.gif') top left no-repeat;
}
div#menuUtente ul#primoLivello li#userNav4 a{
	background: url('../images/icons/menu_messages.gif') top left no-repeat;
}
div#menuUtente ul#primoLivello li#userNav5 a{
	background: url('../images/icons/menu_friends.gif') top left no-repeat;
}
div#menuUtente ul#primoLivello li#userNav6 a{
	background: url('../images/icons/menu_editprofile.gif') top left no-repeat;
}

/* box laterali 
====================================================== */
div.portal_content,
div.portal_content2{
	background: #E0E4CC;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px 10px;
	/* margin-top: -10px; */
	margin-bottom: 16px;
}
div.network_content{
	background: url('img/bg_grigio.png') top left repeat-x;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px 10px 6px;
	/* margin-top: -10px; */
	margin-bottom: 16px;
}
div.portal_content2{
	background: url('img/bg_giallo.png') top left repeat-x;
}
div.portal_login {
	padding: 15px 10px 15px 10px;
	background: #FFFFFF; 
	text-align: center;
	font-weight: bold;
	border: 2px solid #4e4c58;
	-moz-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 16px;
	color: #4e4c58;
}
div.portal_login div {

	color: #4e4c58;
}
/* Home page 
====================================================== */
table.tbl_box{
	width: 180px;
}
table.tbl_box input.text,
table.tbl_box input.textFocus{
	width: 170px;
}
div.portal_whatsnew{
	width: 100%;
	margin-top: 6px;
	padding-top: 10px;
	margin-bottom: 16px;
}
div.portal_action_top {
	padding: 6px;
	border-bottom: 1px solid #efefef;
}
a.register_hp{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	/* background: url('img/portal_join.gif') top left no-repeat; */
	color: #f90cca;
	margin-bottom: 20px;
	border: 2px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	font-weight: bold;

}
a.register_hp:hover{
	color: #fff;
}

#inEvidenza{
	background-color: #000;
	color: #fff;
	padding: 10px;
	border: 2px solid #4e4c58;
	margin-bottom: 20px;
}
#inEvidenza h2{
	font-size: 30px;
	line-height: 40px;
}
#intro{
	font-size: 15px;
	color: #4e4c58;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 120%;
	font-weight: bold;
}
div.avatars{
	float: left;
	padding: 0 2px 2px 0;
}
.basicList .recentaction_div_media {
	display: none;
}
ul#hpWN li a{
	font-weight: normal;
}
/* WHAT'S NEW 
====================================================== */

.newupdates_content a{
	border: none;
}

td.header {
background:none;
color:#4e4c58;
font-weight:bold;
line-height:100%;
padding:4px 5px 5px 6px;
}

td.home_box {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-opera-border-radius: 6px;
border-radius: 6px;
	background: #E0E4CC;
margin-bottom:16px;
	/* margin-top: -10px; */
padding:10px 4px;
}

/* BOX 
====================================================== */
div.box1{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#f2f2f2;
	margin-bottom:10px;
	padding:6px 4px;
	border: 1px solid #E5E4DF;
	}
div.box1 h3{
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #fc0;
	margin-bottom: 10px;
	padding-bottom: 3px;
	}
div.box1 .contentBox{
	margin: 0px;
	}
	
div.box2{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#f2f2f2;
   margin-bottom:10px;
   padding:0;
   border: 1px solid #E5E4DF;
	}
div.box2 h3{
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #E5E4DF;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding: 4px 4px 3px;
	background: url('img/bg_grigio.png') top left repeat-x;
	}
div.box2 .contentBox{
	margin: 0 4px 6px;
	}		
div.box3{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#f2f2f2;
	margin-bottom:10px;
	padding:0;
	border: 1px solid #E5E4DF;
	}
div.box3 h3{
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #E5E4DF;
	margin-bottom: 10px;
	padding-bottom: 3px;
	padding: 4px 4px 3px;
	background: url('img/bg_giallo.png') top left repeat-x;
	}
div.box3 .contentBox{
	margin: 0 4px 6px;
	}
div.box4{
	 margin-bottom:10px;
	 padding:0;
	}
div.box4 h3{
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #E5E4DF;
	padding-bottom: 3px;
	padding: 4px 0 3px;
	margin: 0 4px 2px;
	}
div.box4 .contentBox{
	margin: 0 4px 6px;
	}
	
/* FAQ 
====================================================== */
div.faq_questions{
	border: none;
	border-bottom: 1px dashed #ccc;
}

/* Ricerca 
====================================================== */
div.browse_fields{
	margin-top: 10px;
	border: 1px solid #ddd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
}

/* Profilo 
====================================================== */
div.profile_content{
	background-color: #fff;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;

}
div.profile_comment_author,
div.profile_comment_date{
	border: none;
}
div.form_desc{
	font-style: italic;
}
a.addDetails{
	color: #c00;
	font-size: 11px;
	border: 1px solid #c00;
	padding: 4px;
	background-color: #fcc;
}
a.addDetails:hover{
	color: #000;
	border: 1px solid #000;
	background-color: #fc0;
}
/* Messaggi */
body#messaggi{
	background: none;
	padding-bottom: 20px;
	font-size: 11px;
}
body#messaggi table td{
	font-size: 11px;
}
body#messaggi textarea{
	height: 90px;
}

/* ELEMENTI COMUNI  
====================================================== */

.titolo{
	font-size: 20px;
	color: #000;
	text-decoration: none;
	line-height: 24px;
	display: block;
	margin-bottom: 2px;
	padding-top: 0px !important;
	padding-top: 2px;
}
a.titolo:hover{
	color: #f90cca;
	background: none;
	}
	
.dettagli{
	color:#769DB1;
}
.dettagli a{
	color:#999;
	text-decoration: underline;
}
.dettagli a:hover{
	background: none;
		color:#F90cca;
}

.description{
	font-size: 12px;
}
/* BLOGS 
====================================================== */
div.blogs_browse_date{
	/* margin-top: 4px; */
}
div.seBlogEntryTitle{
	margin-top: 12px;
}
.seBlogEntryBody{
	font-size: 14px;
	line-height: 130%;
	border-bottom: 1px dotted #666;
	padding: 10px 0;
	margin-bottom: 20px;
	font-family: georgia, serif;
	color: #666;
}
.seBlogTable{
	width: 100%;
}
.seBlogEntryTable{
	width: 100%
}
.seBlogColumnRightPadding{
	padding: 0 10px;
}
.seBlogColumnLeft{
	padding-right: 20px;
}
.seBlogColumnRight{
	width: 1%;
	border-left: 1px dotted #ccc;
}
.profile_blogentry_title a{
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 16px;
	display: block;
	margin-bottom: 2px;
}
.profile_blogentry_title a:hover{
	color: #f90cca;
	background: none;
	}
.profile_blogentry_date{
		color:#769DB1;
	}
.profile_blogentry_date a{
		color:#999;
		text-decoration: underline;
	}
.profile_blogentry_date a:hover{
		background: none;
			color:#F90cca;
	}
.profile_blogentry_body{
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 20px;
	font-family: georgia, serif;
	color: #666;
}


/* VIDEO 
====================================================== */
.videoTab{
	float: left;
	display: inline;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.videoHeader .inner{
	padding-bottom: 10px;
}
.videoHeader .inner h2{
	font-size: 22px;
	line-height: 22px;
}
.videoHeader .inner h3{
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #666;
}
/* ALBUMS 
====================================================== */
div.album{
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
/* EVENTS 
====================================================== */
div.seEvent{
	background-color: #fff;
	border: none;
	margin-bottom: 20px;
}
div#event_photos a{
	padding: 0;
}
a.move{
	background: none;
}
div#album_carousel a{
		background: none;
}
div.elencoEvento{
	margin-bottom: 10px; 
	border-bottom:1px dashed #ddd; 
	padding-bottom:4px;
}
div.elencoEvento a.noBg:hover{
	background:  none;
}
div.elencoEvento a.titEvento{
	font-size: 14px;
	color: #4e4c58;
	text-decoration: none;
}
div.elencoEvento .dataEvento{
	color: #000;
	font-size: 12px;
	line-height: 22px;
}
div.elencoEvento .dettagliEvento{
	color: #666;
}
div.elencoEvento .dettagliEvento a{
	font-weight: normal;
	color: #f90cca;
}
div.elencoEvento .abstractEvento{
	color: #000;
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
}
div.event_members_result{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 4px;
	margin-bottom: 10px;
	width: 100%;
	overflow: auto;
}
.profile_event_title a{
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 16px;
	display: block;
	margin-bottom: 2px;
}
.profile_event_title a:hover{
	color: #f90cca;
	background: none;
	}
.profile_event_date{
		color:#769DB1;
	}
.profile_event_date a{
		color:#999;
		text-decoration: underline;
	}
.profile_event_date a:hover{
		background: none;
			color:#F90cca;
	}
.profile_event_desc{
	font-size: 14px;
	line-height: 130%;
	margin-bottom: 20px;
	font-family: georgia, serif;
	color: #666;
}
/* Tabs 
====================================================== */
table.tabs {
	/* margin-bottom: 10px; */
	margin: 10px 10px -1px;
}
td.tab {
	background: #FFFFFF;
	padding-left: 1px;
	/* border-bottom: 1px solid #CCCCCC;*/
}
td.tab0 {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 1px solid #cacaca;
}
td.tab1 {
	border: 1px solid #cacaca;
	background: #fff;
	border-top: 3px solid #4e4c58;
	border-bottom: none;
	font-weight: bold;
	padding: 6px 8px 6px 8px;
	position: relative;
	z-index: 10;
}
td.tab1 a {
	text-decoration: none;
	cursor: default;
}
td.tab1 a:hover {
	text-decoration: none;
	cursor: default;
	background: none;
	color: #000;
}
td.tab2 {
	background: #F8F8F8;
	border: 1px solid #cacaca;
	border-top: 3px solid #cacaca;
	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;
}

td.tab2 a:hover,
td.tab3 a:hover,
td.tab0 a:hover,
td.tab a:hover {
	background: none;
	color: #4e4c58;
}

/* STYLES FOR RECENT ACTION */
ul#hpWN .recentaction_div_media {
	padding: 0;
}
ul#hpWN .recentaction_div {
	padding: 0;
	max-height: auto;
	max-width: auto; 
	overflow: auto;
	color: #666;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html ul#hpWN  .recentaction_div {
	overflow: visible;
	overflow-y: auto;
	overflow-x: auto;
	padding-bottom: 0px;
	height: auto;
	width: auto;
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body ul#hpWN .recentaction_div {
	overflow: visible;
	overflow-y: auto;
	overflow-x: auto;
	padding-bottom: 0px;
	height: auto;
	width: auto;
}