body
{
	font-family: verdana;
font-size: 14px;
}		
.validation-advice 
{
	background-color:#FF3300;
	color:#FFFFFF;
	font-weight:bold;
	margin:5px 0pt;
	padding:5px;
}

#page
{
	display:block;
	width:1280px;
	height:1024px;
}

#frame
{
	display:block;
}

#cmsControlMenu
{
	display:block;
	float:left;
	width:805px;
	height:20px;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	margin-right:400px;
	background-color:#DDDDFF;
}

#cmsControlList
{
	display:block;
	float:left;
	width:160px;
	height:1024px;
	padding: 10px 10px 10px 10px;	
	margin-top:10px;
	background-color:#DDD;	
}

#cmsDetailPage
{
	display:block;
	float:left;
	width:605px;
	padding: 10px 10px 10px 10px;
	margin:10px 10px 10px 10px;
	background-color:RGB(201,245,175);
}

#cmsEditorHolder
{
	display:block;
	float:left;
	margin:10px 10px 10px 10px;
}


a.PageListItem
{
	display:block;
	width:150px;
	font-family:Verdana;
	font-size:12px;
	margin: 2px 0px 0px 0px;	
	padding: 2px 2px 2px 8px;
	background-color:#EEE;
	color:#004;
	text-decoration:none;
	cursor:hand;
}
a.PageListItem:hover
{
	background-color:#CCC;
	color:#000;
	font-weight:bold;
}

a.CmsMenuItem
{
	display:block;
	float:left;
	width:147px;
	height:16px;
	line-height:16px;
	font-family:Verdana;
	font-size:12px;
	margin: 0px 2px 0px 0px;	
	padding: 2px 2px 2px 8px;
	background-color:#EEF;
	color:#004;
	text-decoration:none;
	cursor:hand;
	text-align:center;
}
a.CmsMenuItem:hover
{
	background-color:#CCF;
	color:#000;
	font-weight:bold;
}


a.DetailAreaButton
{
	display:block;
	float:left;
	width:150px;
	height:16px;
	line-height:16px;
	font-family:Verdana;
	font-size:12px;
	margin: 0px 2px 0px 0px;	
	padding: 2px 2px 2px 8px;
	background-color:#EFE;
	color:#040;
	text-decoration:none;
	cursor:hand;
	text-align:center;
}
a.DetailAreaButton:hover
{
	background-color:#AEA;
	color:#000;
	font-weight:bold;
}

.CMSLink1 {
display:block;
float:right;
margin-bottom:5px;
}
a.CMSLink1 {
background-color:White;
color:Blue;
display:block;
font-size:13px;
height:20px;
line-height:20px;
text-align:center;
text-decoration:none;
width:85px;
}
a.CMSLink1:hover {
background-color:Blue;
color:White;
}