#frame_members_area div.C_TOP_COMMANDS
{
	position: absolute;
	top: 10px;
	right: 10px;
}
#frame_members_area div.C_TOP_COMMANDS a.C_BUTTON3
{
	margin: 0px 0px 0px 10px;
	min-width: 80px;
}

#frame_article
{
	position: relative;
}
#frame_article > h1
{
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
	padding: 0px 20px 20px 20px;
	border-bottom: 2px solid #CCCCCC;
}
#frame_article > h1 > img
{
	vertical-align: middle;
	
}
#frame_article > h2
{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 8px 8px 0px;
	border-bottom: 2px solid #CCCCCC;
	color: #999999;
}
#frame_article > h2 i
{
	color: #CCCCCC;
	margin: 0px 4px 0px 0px;
	display: inline-block;
}
#frame_article > h2 a
{
	text-decoration: none;
	color: inherit;
}
#frame_article > h2 a:hover
{
	text-decoration: underline;
	color: #000000;
}

#frame_article div.C_COMMANDS
{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	border-bottom: 2px solid #CCCCCC;
	text-align: right;
	position: relative;
}
#frame_article div.C_COMMANDS a.C_BUTTON3
{
	margin: 0px 0px 0px 8px;
	min-width: 80px;
}

#frame_article > h5
{
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 2px solid #CCCCCC;
	color: #006600;
}

#frame_article_content
{
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #CCCCCC;
}
#frame_article_content *
{
    font-family: inherit;
    font-size: inherit;
}

#frame_article_content a.C_LINK_EMPTY_CONTENT
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 500px;
	height: 400px; 
	border: 2px dashed #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#frame_article_content a.C_LINK_EMPTY_CONTENT:hover
{
	color: #666666;
	border: 2px dashed #666666;
}
#obj_form_article
{
	display: block;
	margin: 10px 0px 0px 0px;
}
#obj_form_article #txt_title
{
	width: 500px;
	margin: 0px 0px 10px 0px;
	font-size: 15px;
}
#obj_form_article #contenthtml
{
	display: none;
}

#frame_loading
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 500px;
	height: 400px; 
	border: 2px dashed #CCCCCC;
}

#frame_action_commands
{
	margin: 8px 0px 8px 0px;
}
#frame_action_commands a.C_BUTTON3
{
	margin: 0px 8px 0px 0px;
	min-width: 100px;
}
#frame_action_commands a.C_BUTTON3.C_DELETE
{
	color: #FF0000;
}