
/*Content drawing inclduing images*/
.DrawZone{
	display:block;
	width:540px;
	margin:8px;
		
	line-height:22px;
	font-size:14px;

	font-family:sans-serif,Verdana, Arial, Helvetica;
	color:#000000;
}

.DrawZone a:link{
	color:#006600;
	text-decoration:underline;
	padding:3px;
	text-transform: lowercase;

}
.DrawZone a:visited{
		color:#006600;
		text-decoration:underline;

}
.DrawZone a:hover{
		color:red;
		text-decoration:underline;
}



/*Core admin panel*/

.Core_Edit_Eptions_zone{
	width:200px;
	margin:8px
	float: left;
}
.Core_Edit_Eptions_Head{
	padding:4px;
	width:200px;
	background:#333333;
	color:#CCCCCC;
}
.Core_Edit_Eptions_Content{
	width:200px;
	background-color:#CCCCCC;
	border:thin;
	border-color:#333333;
	padding:4px;
	text-decoration:none;
}

.Core_Edit_Eptions_Content img{
	border:none;
	text-decoration:none;
}

.Core_Edit_Eptions_Content a:link{
	border:none;
	text-decoration:none;
	color:#000066;
}

.Core_Edit_Eptions_Content a:visited{
	border:none;
	text-decoration:none;
	color:#000066;
}
.Core_Edit_Eptions_Content a:hover{
	border:none;
	text-decoration:underline;
	color:#000066;
}