
/* CSS Document */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.content {

width:824px;
height: 518px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -412px;
margin-top: -300px;

}

.dynamic_content {
	border:5px;
	border-color:#cdcdcd;
	
	border-style:solid;
	background-color:#FFFFFF;
	height:518px;
	overflow : auto; 
	width: 824px; 
	z-index:1;
	}
.dynamic_content_editor {

	height:600px;
	width: 840px; 
	}
	
.menu {
	margin-left:-1px;
	z-index:5;
	}

div.submenu_item {
	background-color:#ffffff;
	padding: 5px 0px 5px 0px;
	border-bottom:6px solid #FF0000; 

}
div.submenu_item a {
	background-color:#ffffff;
	color : #000000;
	padding: 5px 20px 5px 20px;

}

div.submenu_item a:hover {
	width:115px;
	background-color:#ff0000;
	color:#ffffff;
	padding: 5px 20px 5px 20px;

}


div.submenu_item_h {
	background-color:#ff0000;
	padding: 5px 0px 5px 0px;
	border-bottom:6px solid #ff0000; 

}
div.submenu_item_h a {
	background-color:#ff0000;
	color : #ffffff;
	padding: 5px 20px 5px 20px;

}

div.submenu_item_h a:hover {
	background-color:#ff0000;
	color:#ffffff;
	padding: 5px 20px 5px 20px;
	border-bottom:6px solid #FF0000; 

}
