@CHARSET "ISO-8859-1";
.portlet
{
	-moz-border-radius:7px;
	font-size:0.9em;
	margin: 0;
	padding: 0px;
	margin-bottom:7px;
	/*background-color:#D3DFEE;*/
	background: url(../images/gradient.jpg) repeat-x left top;
}

.portlet .header
{
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	padding:5px 10px 6px;
	margin: 0;
	text-align:left;
}

.portlet .content
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	/*background:#E6F2FF;*/
	background: #fff;
	padding:10px 0px 10px 5px;
}

.portlet .subheader 
{
	border-bottom: 1px solid #CFE6FF; background: #E6F2FF; font-size: .9em; padding: 1px 10px 1px 10px; color: #666;
}

.portlet span.subtitle
{
	font-size: 8pt;
}

.portlet ul, .portlet ol
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 0 5px;
	padding: 0;
}

.portlet li
{
	padding: 2px 0 4px 0px;
}

.portlet div.form
{
	margin: 0;
	width: 100%;
}

.portlet div.errorMessage
{
	color: red;
}

.portlet div.form p.hint
{
	color: gray;
	font-size: 90%;
	margin: 5px 0 0 0px;
}

.portlet div.form div.action
{
	margin-left: 70px;
	padding: 0.25em 0;
}

.portlet div.form div.simple,
.portlet div.form div.complex
{
	padding: 0.25em 0;
}

.portlet div.form div.simple label,
.portlet div.form div.complex span
{
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 60px;
}

.portlet div.form label.error,
.portlet div.form span.error
{
	color: #C00;
}

.portlet div.form input.error,
.portlet div.form textarea.error
{
	background: #FEE;
	border-color: #C00;
}

.portlet div.form div.simple div,
.portlet div.form div.complex div
{
	margin-left: 70px;
}

.blog_post_home  {
	background: #fff;
	border: 0px;
}

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

.blog_post_home .content {
	background: #fff;
}

.user_speaker_info {
	background: #fff;
	border: 0px;
}

.user_speaker_info .header {
	text-align: left;
}
	
.user_speaker_info .content {
	background: #fff;
	color: #333;
}

	
	
.standard
{
	background-color: #ffffff;
	border: 0px;
}

.standard .header {
	background: #EFF7FF; border-top: 1px solid #BFDEFF; padding: 4px; text-align: left;
}

.standard .subheader 
{
	background: #fff; border-bottom: 1px solid #efefef; font-size: .9em; padding: 1px 10px 1px 10px; color: #666;
}

.standard .content
{
    background-color:#FFFFFF;
    border: 0px;
}
	
.yellow
{
	background-color:#FFF4BF;
}

.yellow .content
{
	background-color:#FFFAE6;
}

.blue
{
	background-color:#BFDFFF;
}

.blue .content
{
	background-color:#E6F2FF;
}

.purple
{
	background-color:#D6BFFF;
}

.purple .content
{
	background-color:#EFE6FF;
}

.golden
{
	background-color:#FFE1BF;
}

.golden .content
{
	background-color:#FFF3E6;
}

.red
{
	background-color:#FFCFBF;
}

.red .content
{
	background-color:#FFECE6;
}

.green
{
	background-color:#BFFFE4;
}

.green .content
{
	background-color:#E6FFF4;
}
