@charset "utf-8";
/* CSS Document */
#temp_right div.moduleable, #component,#user1{
	margin-bottom:20px;
	background:#fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 6px rgba(0, 0, 0, 0.045);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 6px rgba(0, 0, 0, 0.045);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 6px rgba(0, 0, 0, 0.045);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-height:80px;
}

#temp_right div.moduleable .moduleableContent,#user1 div.moduleable .moduleableContent {
	padding:0 10px 10px;	
	line-height: 1.3;
}


#temp_right div.moduleable h3 {
	margin:0;
	margin-bottom:10px;
	background:url(../images/header.gif);
	padding:6px 10px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	color:#fff;
	text-shadow:0px -1px 0px rgba(0,0,0,0.6);
	text-transform:uppercase;
	font-size:1.05em;
}

#user1 div.moduleable h3{
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -webkit-linear-gradient(#ffffff, #dddddd);
	background: -moz-linear-gradient(center top, #ffffff 0%, #dddddd 100%);
	background: -moz-gradient(center top, #ffffff 0%, #dddddd 100%);
	text-shadow:1px 1px 3px rgba(0,0,0,0.6);
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-o-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-o-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	margin: 0;
	margin-bottom: 10px;
	padding: 6px 10px;
}

div.moduleable .moduleableContent .tip_readmore {
	text-align: right;
	margin: 5px auto 10px;
}
div.moduleable .moduleableContent .tip_readmore a{
	padding: 1px 8px;
	text-decoration: none;
	border:solid 1px #ccc;
	margin: 5px 1px;
	border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-webkit-border-radius:4px;
	
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -webkit-linear-gradient(#ffffff, #dddddd);
	background: -moz-linear-gradient(center top, #ffffff 0%, #dddddd 100%);
	background: -moz-gradient(center top, #ffffff 0%, #dddddd 100%);
	text-shadow:0px 1px 1px rgba(0,0,0,0.6);
	color: #444;
}

div.moduleable .moduleableContent .tip_readmore a:hover {
	color: #4FAED2;
	text-shadow: none;
}