/*----------------------------------------------------
| Container Elements
| Use these fields to manipulate the content containers and holders
----------------------------------------------------*/

/* Container element */
.ocont_common
{ 
	color: #FFFFFF;
}

label, span, table, td, link, a, a:active, a:visited, a:hover
{
	color: #FFFFFF;
}

/* Container element for all content placed into a paragraph object */
.ocont_common p 
{ 
	padding: 2px 0;
}

/* Title element */
.ocont_title 
{ 
	border-bottom: 1px solid #666666;
	padding: 1px;
}

/* Title element */
.ocont_title a, .ocont_title a:visited, .ocont_title a:active
{
	color: #FFFFFF;
}

/* Content element */
.ocont_content 
{ 
	padding: 1px;
	color: #FFFFFF;
}

.ocont_content a, .ocont_content a:hover, .ocont_content a:visited, .ocont_content a:active
{
	color: #FFFFFF;
}

/* Horizontal Rows (hr elements) within the content element */
.ocont_content hr
{ 
	color: #999999;
	background-color: #999999;
	height: 1px;
}

/* Action button elements (for administrators and hosts) */
.ocont_actionbuttons 
{ 
	border-top: 1px solid #666666;
	padding: 2px;
}

/* Action button image elements (for administrators and hosts) */
.ocont_actionbuttons img { }

/* Title of a block */
.title
{
	font-family: Trebuchet MS;
	font-size: 9pt;
	font-weight: bold;
	color: #f7c206;
}

/* Content and their links of a block */
.content, .content a, .content a:active, .content a:visited, .content a:hover
{
	color: #FFFFFF;
}

.CommandButton
{
	color: #FFFFFF;
}
