@charset "UTF-8";

/*	Desc: Widgets - BlueCloud Theme
    Design: Forty Media Corporation
		Author: Daniel Ritzenthaler
=== === === === === === === === === === */

/* --------------- General -------------- */

/* --------------- Header --------------- */

/* --------------- Navigation ------------ */

/* --------------- Body ----------------- */

#bodyarea .widgetdiv1{
	margin: 7.5px 10px;
}
#bodyarea .widgetdiv2{
	border: 1px solid #CCE3F8;
}
#bodyarea .widget{
	background: url(../images/bg_widget_content.gif) repeat-x top;
}
#bodyarea .widget h3{
	background: #2670B5 url(../images/bg_widget_header.gif) repeat-x bottom;
	color: #CCE3F8;
	font-size: 120%;
	padding: 5px 10px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#bodyarea .widget p{
	padding: 0 10px 5px 10px;
	font-size: 85%;
}
#bodyarea .widget p.photo{
	padding: 0 5px 3px 5px;
}
#bodyarea .widget p.photo img{
	display: block;
	margin: 0;
}

#bodyarea .widget ul{
  list-style: none;
  margin: 0;
  padding: 0 10px 0 10px;
  font-size: 85%;
}
#bodyarea .widget ul li{
  background: url(../images/bullet.gif) no-repeat left;
  padding: 0 0 5px 10px;
}

#bodyarea .widget .polldiv ul li label {
  display: inline;
}

#bodyarea .widget .polldiv ul li input {
  float: left;
}

#bodyarea .widget form{
	padding: 0;
	margin: 0;
}
#bodyarea .widget form fieldset{
	border: none;
	padding: 0 10px 10px 10px;
	margin: 0;
}
#bodyarea .widget form fieldset label{
	font-size: 85%;
	color: #666666;
	display: block;
	padding: 0;
}
#bodyarea .widget form fieldset input.textfield{
	width: 90%;
	font-size: 85%;
}
#bodyarea .widget form fieldset textarea{
	width: 90%;
	font-size: 85%;
	margin: 0;
}
#bodyarea .widget form fieldset input.submitbutton{
	font-size: 85%;
	color: #666666;
	margin: 10px 0 0 0;
}

/* --------------- Footer --------------- */

/* --------------- Miscellaneous --------- */

.widgetcontent span.tinyscal.scal div {
  padding: 0;
}
