/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */
body
{
	background-repeat:repeat-x;
	
}

#ContentHolder
{
	position: absolute;
	top: 30px;
	left: 189px;
	width:581px;
}

.BoxContent
{
	background-image: url('box_rightbg.gif');
	background-position:  right top;
	background-repeat: repeat-y;
	background-color: #ffffff;
	border-left: 1px solid #CCCCCC;
	padding-left:3px;
	padding-right:6px
}

#BoxInnerArea
{
	padding:2px 20px 10px 17px;
	width:571px;
	overflow:hidden;
	/*border: solid 1px #000;*/
}

.BreadCrumbCurrent
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color:#333333;
}	