
/* Portlet Styles */

.content{
	color: #000000;
	font-size: 8pt;
	font-family: Verdana, sans-serif ;
}

.content td {
	font-size: 8pt;
	font-family: Verdana, sans-serif  ; 
  text-align: left;
}

.content th {
	font-size: 9pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
  text-align: left;
	background-color: #132480;
}

.content thead {
}

.content_outer{
	padding-left: 4px;
	padding-right: 6px;
}

.content_footer{}

.content_title{
	color: #000000;
	font-size: 8pt;
	font-family: Verdana, sans-serif ; 
	font-weight: bold;
}

.content_expiry_warning{
        color: #FF0000;
        font-size: 8pt;
        font-weight: bold;
}

.content_future_warning{
        color: #00FF00;
        font-size: 8pt;
        font-weight: bold;
}


.content_edit{}

/* Editor Styles  */

.content_normal {
	color: #000000;
	font-size: 8pt;
	font-family: Verdana, sans-serif ; 
}
.content_heading1 {
	color: #000000;
	font-size: 12pt;
	font-family: Verdana, sans-serif ; 
	font-weight: bold;
}
.content_heading2{
	color: #000000;
	font-size: 8pt;
	font-family: Verdana, sans-serif ; 
	font-weight: bold;
}
.content_heading3{
	color: #000000;
	font-size: 8pt;
	font-family: Verdana, sans-serif ; 
	font-style: italic;
}


.content_emphasis{	
	color: red;
	font-size: 8pt;
	font-family: Verdana, sans-serif ; 
}

.mceLink a:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a:active {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a:link {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

.mceLink a {
	color: #666666;
	text-decoration: underline;
	font-size: 12px;
}

.mceVisualAid {
	border: 1px dashed #BBBBBB;
}