body, HTML {
	height: 100%;
	background-color:#ffffff;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

	
#frame {
	background-color:#FFFFFF;
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	}
#header {
	height: 72px;
}	
#logo {
	float:left;
}
#topnav {
	float:right;
	margin-top:42px;
}
#admincontent {
	float:left;
	width: 590px;
	margin-left:15px;
	background-image: url(controlpanel/background_block.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px;
}
.navitem {
	text-align:center;
	color:#fff;
	width:141px;
	height:34px;
	float:left;
	font-size: 13px;
	line-height: 34px;
	margin-right: 1px;
}

.navitem a {
	background-image: url(images/button_blank.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:141px;
	height:34px;
	float:left;
	color:#fff;
	text-decoration:none;
}

.navitem a:hover {
	background-image: url(images/button_blank_hover.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

#maincontent {
	position:relative;
	clear:both;
}

#footer {
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	color:#FFFFFF;
	font-size: 11px;
	margin-top:10px;
}

#footer a {
	color:#FFFFFF;
}

#selector {
	height: 430px;
	width: 192px;
	background-image: url(images/background_selector.png);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	top: 140px;
	left: 5px;
	padding: 20px;
}

form {
	margin:0px;
	padding: 0px;
}

#breadcrumbs {
	color:#666666;
	font-size: 10px;
	margin: 10px 0px 10px 0px;
}

#breadcrumbs a {
	color:#666666;
	
}

#container {
	margin-left: 250px;
	width: 650px;
}
#admincontainer {
	margin-left: 0px;
	margin-top:20px;
	width: 900px;
	float:left;
}

.entryBlock {
	width: 640px;
	position:relative;
	background-image: url(images/background_entry.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-bottom: 10px;
}

.entryBlockTop {
	width: 640px;
	background-image: url(images/image_background_entry_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 14px;
}
.entryBlockBottom {
	width: 640px;
	background-image: url(images/image_background_entry_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 14px;
}
.entryImage {
	width: 110px;
	padding: 2px;
	border: 1px solid #6fce26;
	position: absolute;
	top: 10px;
	left: 0px;
	background-color:#FFFFFF;

}
.entrytext {
	margin-left: 140px;
	margin-top: 0px;
	min-height: 110px;

}

.entryBlock H1 {
	font-size: 18px;
	color: #6fce26;
	line-height: 24px;
	padding-bottom: 5px;
	text-align: left;
	margin: 0px 0px 3px 0px;
	font-weight: normal;	
}

.entryBlock H2 {
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	text-align: left;
	margin: 0px 0px 3px 0px;
	font-weight: bold;	
}

.entryblock1 {
	float: left;
	width: 70px;
	line-height: 19px;
}

.entryblock1 a, .entryblock2 a, .entryblock3 a, .entryblock4 a  {
	color: #333333;
}

.entryblock2 {
	float: left;
	width: 140px;
	line-height: 19px;
}
.entryblock3 {
	float: left;
	width: 40px;
	line-height: 19px;
}
.entryblock4 {
	float: left;
	width: 180px;
	line-height: 19px;
}
#adminleft {
	background-image: url(controlpanel/welcome_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 232px;
	float:left;
	margin-left:20px;
}
#adminlefttop {
	background-image: url(controlpanel/welcome_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 232px;
	height:22px;
}
#adminleftbottom {
	background-image: url(controlpanel/welcome_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 232px;
	height:26px;
}
#adminleftmiddle {
	padding: 0px 15px 0px 15px;
	color:#FFFFFF;
}


.paginateholder {
	color:#666666;
	text-align:right;
	font-size:11px;
	padding-bottom: 10px;
}

a.paginate {
	color: #666666;
}
a.paginate:hover {
	color: #6fce26;
text-decoration: underline;
}
a.current {
font-weight:bold;
color: #6fce26;
text-decoration: none;
}

.extraimage {
	float:left;
	margin: 5px 5px 0px 0px;
}

.extrainfo {
	padding: 10px 0px 10px 0px;
}