/*------------------------------
	News Account
------------------------------*/
.show-html{
	background-color : white;
}
.show-html-blur{

}
.show-html-content {
	position	: absolute;
	display		: none;
	width		: 400px;
}
.show-display-block {
	display		: block;
}
.show-display-none {
	display		: none;
}

.show-html-content table{
	height		: 20px;
	line-height	: 20px;
	width		: 400px;
	margin-bottom	: 5px;
	border-bottom	: 1px solid #cccccc;
}

.show-html-content table th{
	width		: 120px;
	text-indent	: 10px;
	text-align	: left;
	padding-bottom	: 1px;
}

.show-html-content table td{
	width		: 280px;
	text-align	: right;
	padding-bottom	: 1px;
}

.control {
	float		: right;
	display		: block;
    /*position: relative;*/
	margin		: 0 5px;
	font-size	: 11px;
	font-weight	: bold;
	text-decoration	: none;
	text-transform	: uppercase;
	color		: #999;
}
.control:hover {
	color		: black !important;
}
.show-move {
	cursor		: move;
}
.show-body{
	color		: #666;
	font-size	: 13px;
	text-align	: center;
	padding		: 0 10px 10px 10px;
	margin		: 0;
	line-height	: 18px;
}

.show-body span{
	font-weight	: bolder;
	color		: #e5004f;
}

.show-body a{
	color		: #e5004f;
}

