*{outline:none;}

html{
	font-family:arial;
}

a{outline:none;}

img{ border:none;}

div.topbar{
	
	width:967px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

div.topbar_start{
	width:38px;
	height:35px;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url('/assets/images/topbar_start.png');
	background-repeat:no-repeat;
	cursor:pointer;
}

div.topbar_options{
	
	width:928px;
	height:33px;
	border-top:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	background-image:url('/assets/images/topbar_bg.png');
	background-repeat:repeat-x;
	float:left;
}

div.topbar_elementdv{
	float:right;
	height:35px;
	width:2px;
	background-image:url('/assets/images/topbar_option_dv.png');
	background-repeat:no-repeat;
	margin:0px 6px 0px 6px;
	
}
div.topbar_optiongroup{
	float:right;
	margin:0px 9px 0px 50px;
}

div.topbar_element{
	float:right;
	margin:0px;
	padding:0px;
	height:22px;
	background-position:bottom center;
	background-repeat:no-repeat;
	font-family:arial;
	font-size:11px;
	color:#d5d5d5;
	padding-top:11px;
}
div.topbar_element a{
	text-decoration:none; 
	color:#d5d5d5;
	font-size:11px;
}

div.topbar_element a:hover{color:#4c4c4c;}
div.topbar_element.on, div.topbar_element.on a {
	color:#4c4c4c;
	background-image:url('/assets/images/topbar_option_on.png');
}


div.menu{
	width:965px;
	height:130px;
	border:1px solid #d5d5d5;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-image:url('/assets/images/menu_bg_new.png');
	background-repeat:no-repeat;
	margin-top:6px;
}

div.community_links{
	height: 24px;
	margin: 5px 5px 0px 0px;
	width: 480px;
	text-align: right;
	float: right;
	clear: both;
}

div.menu_items{
	width:482px;
	height:41px;
	float:right;
	clear: right;
	margin:52px 0px 0px 0px;
	border-left:1px solid #ea0f91;
}

div.menu_items_admin{
	width:482px;
	height:82px;
	float:right;
	margin:40px 0px 0px 0px;
	border-left:1px solid #ea0f91;
}

a.menu_item{
	font-size:12px;
	color:#ea0f91;
	float:left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding:22px 12px 5px 12px;
	margin:0px 2px 0px 0px;
	cursor:pointer;
}
a.menu_item.first{
	margin-left:12px;
}

a.menu_item:hover{
	color:#ea0f91;
	background-image:url('/assets/images/menu_item_bg.gif');
	background-repeat:no-repeat;
	background-position:right 0px ;
}
a.menu_item:active{
	color:#ffffff;
	background-image:url('/assets/images/menu_item_bg.gif');
	background-repeat:no-repeat;
	background-position:right -50px;
}
a.menu_item.active{
	color:#ffffff;
	background-image:url('/assets/images/menu_item_bg.gif');
	background-repeat:no-repeat;
	background-position:right -50px;
}
div.maincontent{
	width:967px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

div.full{
	width:967px;
	clear:both;	
	overflow:hidden;
}

div.left{
	float:left;
	width:468px;
}

div.right{
	float:right;
	width:483px;
}

div#fp-right{
	float:right;
	width:483px;
	border:1px solid #cccccc;
	overflow: hidden;
}

div.page_closing{
	height:98px;
	margin-left:auto;
	margin-right:auto;
	width:965px;
	border:solid 1px #cccccc;
	margin-top:20px;
	margin-bottom:3px;
	background-image:url('/assets/images/footer_bg.png');
	background-repeat:repeat-x;
	background-position:left top;
	font-family:arial;
	font-size:11px;
	color:#cccccc;
	line-height:120%;
}
div.page_closing a{
	font-size:inherit;
	font-family:inherit;
	color:#aaaaaa;
	text-decoration:none;
}
div.page_closing a:hover{
	color:#444444;
}

div.progay{
	width:129px;
	height:60px;
	margin-left:3px;
	float:left;
	margin-top:3px;
}
a.progaylink{
	width:129px;
	height:26px;
	background-image:url('/assets/images/progay.png');
	background-repeat:no-repeat;
	background-position:left -26px;
	float:left;
	display: block;
	cursor:pointer;
}
a.progaylink:hover{
	background-position:left 0px;
}

div.progaytekst{
	width:123px;
	float:right;
	text-align:left;
	margin-right:0px;
	margin-top:2px;	
}

div.footerdivider{
	float:left;
	width:2px;
	height:35px;
	background-image:url('/assets/images/footer_dividerbar.png');
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:2px;
	margin-right:10px;	
}
div.footertekst{
	width:398px;
	height:65px;
	float:left;
	margin-top:11px;
	margin-right:8px;
	text-align:justify;
}

div.finalline{
	width:965px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:70px;
	font-family:arial;
	font-size:11px;
	color:#cccccc;
}
div.finalline a{
	color: #cccccc;
	text-decoration:none;
}

div.finalline a:hover{
	color:#444444;
}

div.finalline_left{
	float:left;
	text-align:left;

}
div.finalline_right{
	float:right;
	text-align:right;
}

a.home_link{
	display:block;
	height: 100%;
	width: 100%;
}

.hidden{
	display: none;
}

div.clear {
	clear: both;
}
