@charset "utf-8";

#all {
	position: relative; 
	background: url(../images/back/top.jpg) top left repeat-x #eaf6ff;
	padding:0;
	margin:0;
}
#bottom-info	{
	position:relative; 
	z-index:110;
}
#content-container, #footer-spacer {
	margin: 0 5%;
	background-color: #FFFFFF;
	z-index:100;
	position:relative;
	padding:0;
	left:0;
	top:0;
}
#content-container {
	border: 1px solid #FFFFFF;
}
#footer {
	background: url(../images/back/footer-bg.jpg) bottom left repeat-x;
	position: relative;
	left:0;
	top:0;
	width: 100%;
}
#footer-spacer {
	height: 25px;
}
#footer #footer-left {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index:10;
}
#footer #footer-right {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index:10;
}
#footer #footer-content {
	padding: 0 5%;
	z-index:100;
	position: relative;
}

#header {
	height: 317px;
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
}

#search-form {
	margin: 20px 0 0 0;
	padding: 0px;
}
#search {
	border: 0 none;
	outline: none 0px;
	width: 100%;
	line-height: normal;
	background-color: transparent;
	height: 19px;
}
#search-container {
	background:url(../images/editor/add/input-m.gif) left top  repeat-x;
	height: 19px;
}

#top-decor {
	margin: 0 5%;
	position: relative;
	left:0;
	top:0;
	z-index:100;
}

.row-higlight td{
	border-top: #d2d2d2 1px solid;
	border-bottom: #d2d2d2 1px solid;
	background-color: #e9e9e9;
}
.row-header td{
	border-bottom: 1px solid #0072bc;
}

.mainMenuL1{
	padding:0;
	margin:0;
	list-style-type:none;
	width: 75%;
}
.mainMenuL1 li, .mainMenuL1 li.selected {
	background: url(../images/editor/decor/circle.gif) left 10px no-repeat;
	padding:0 0 0 20px;
	margin: 0;
	list-style-type:none;
}
.mainMenuL1 li.selected {
	background: url(../images/editor/decor/disc.gif) left 10px no-repeat;
}
.mainMenuL1 li.selected .menuItemLevel1{
	font-weight: bold;
}

.mainMenuL2, .mainMenuL3{
	padding:0 0 10px 0;
	background-color: #FFFFFF;
	position: relative;
	top: -5px;
	margin:0;
	list-style-type:none;
	border-bottom: 1px solid #ebebeb;
}
.mainMenuL3 {
	border-bottom: none;
	top: 0;
}
.mainMenuL2 li, .mainMenuL2 li.selected , .mainMenuL3 li, .mainMenuL3 li.selected{
	background: none;
	padding:0 0 0 27px;
	margin: 0;
	list-style-type:none;
}
.mainMenuL2 li.selected .menuItemLevel2{
	color: #000000;
	margin-left: 7px;
}
.mainMenuL3 li.selected .menuItemLevel3 {
	color: #0052A0;
	text-decoration: none;
}

.left-column {
	padding-right: 2%;
}
.right-column {
	padding-left: 2%;
}