./* General Urbika Stylesheet */
/* (c) nedwise http://www.nedwise.nl */

{
	margin:					0;
	padding:				0;
	font-size:				12px;
}

body,input,textarea
{
	font-size:				12px;
	font-family:			Arial, Verdana, sans-serif;
}

.abouttext
{
	font-family:			Georgia, 'Times New Roman', Times, Arial, sans-serif;
	font-size:				14px;
}

body
{
	color:				#2a2a2a;
	background:			#231f20;
	margin:				0;
}

ul
{
	margin:				0;
}

ul,p
{
	margin:				0 0 14px 0;
}
edit
p
{
	color: 				#000;
	font-size: 			13px;
}

img
{
	border:				none;
}

/* Headers */
h1,h2,h3,h4
{
	font-family: 		Georgia, 'Times New Roman', Times, Arial, sans-serif;
	margin:				0;
}

h1, h1 a,#titleContent h1, #titleContent h1 a
{
	font-size:			28px;
	font-style:			normal;
	font-weight:		normal;	
	margin:				0;
}

h2, h2 a
{
	font-size:			13px;
	margin-bottom:		2px;
	color: 				#666;
}

h3, h3 a
{
	color: 				#666;
	font-size:			12px;
}

h4
{
	font-size:			11px;
}

/* Labels */ 

.subtitle, .subtitle a
{
	font-family:		Georgia,"Times new Roman",serif;
	color: 				#666;
	font-size: 			15px;
	font-style: 		italic;
	font-weight: 		normal;
}

.subtitle a
{
	text-decoration: 	underline;
}

.textlabel
{
	color: 				#666;
	font-size: 			11px;
}

.textlabel a
{
	font-size:			11px;
}

.smalllabel
{
	color:				#898889;
	font-size:			11px;
	margin:				0;
}
.smalllabel a
{
	font-size:			11px;
}


/* Links */

a
{
	text-decoration:	none;
	color:				#225E9C;
	outline:			none;
}

a:hover
{
	text-decoration: 		underline;
}

/* General Divs */

.container
{
	margin:0 auto;
	position:relative;
}

#header
{	
	background:				#fff;
}

#header .container
{
	border-top:				12px solid #fff;
	background:				#ffffff;
	width:					970px;
	padding:				14px 0px 14px 0px;
	height:					49px;
}

#subfooter .container, #footer .container
{
	width:928px;
	color:#999;
	padding:14px;
	font-size:11px;
}

#subheader
{
	padding-bottom:0;
	color:#fff;
	background:#355e7a;
	height:32px;
	border-bottom:0 solid #355e7a;
	background-image:url(/imgs/_layout/menuback.gif);
	background-repeat:repeat-x;
}

#subheader .container
{
	padding:				0 7px;
	width:					970px;		
}

#subheader ul
{
	padding:0;
}

#navigation
{
	margin:-3px 0 0 0;
	padding: 0;
	color: #999;
	font-size: 10px;
	height:15px;
}

#navigation li
{
	list-style: none;
	float:left;
	margin: 0;
	padding: 0 3px 0 7px;
	background-image: url(/imgs/_layout/icons/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position:  0px 3px; 
}

#navigation .first
{
	padding: 0 3px 0 0px;
	background-image: none;
	background: none;
}

#navigation li a
{
	color: #999;
	font-size: 10px;
	text-decoration: underline;
}

#navigation li a:hover
{
	text-decoration: none;
}

#contentbody
{
	background:				#ededed;
	width:					100%;
	padding:				0px 0 100px;
	overflow:				hidden;
	min-height:				400px;
}

#main
{
	width:					970px;
	margin:					0 auto;
	/*background:#e7e7de;*/
}

#main .container
{
	background:				#ffffff;
	padding:				0 7px;
	width:					956px;
}

#mainContent
{
	text-align:				left;	
	background: 			#ffffff;
	border-top:				23px solid #fff;
}

#subfooter
{
	border-top:				23px solid #e7e7de;
	clear:					both;
	background:				#86a6cf;
}

#subfooter .container
{
	height:60px;
}

#footer
{
	background:#231f20;
	height:107px;
	margin-bottom:23px;
}

#footerbox1,#footerbox2
{
	padding-top: 8px;
}

#footerbox2
{
	width:390px;
	float:right;
	text-align:right;
}

#footerbox2 img
{
	margin-left:6px;
}

#footer .container
{
	-moz-border-radius:2px;
	height:57px;
	color:#fff;
}

#footer a
{
	color:#fff;
}

#logo
{
	width:					486px;
	height:					73px;
	margin:					-14px 0 0 -1px;
	display:				block;
	text-indent:			0;
	overflow:				hidden;
	background-image:		url(/imgs/_layout/logo.gif);
	background-repeat:		no-repeat;
}

.logohref
{
	width:184px;
	height:73px;
	float:left;
	display:block;
}

#logolang
{
	float:left;
	color:#777;
	font-size:16px;
	font-weight:bold;
	padding-top:44px;
}

.lang_nl
{
	background: #fff url(/imgs/_layout/icons/lang/dutch.png) no-repeat 0px -2px;
	padding-left:			27px;
	height: 25px;
}

.lang_en
{
	background: #fff url(/imgs/_layout/icons/lang/english.png) no-repeat 0px -2px;
	padding-left:			27px;
	height: 25px;
}

.lang_es
{
	background: #fff url(/imgs/_layout/icons/lang/spanish.png) no-repeat 0px -2px;
	padding-left:			27px;
	height: 25px;
}

.lang_de
{
	background: #fff url(/imgs/_layout/icons/lang/german.png) no-repeat 0px -2px;
	padding-left:			27px;
	height: 25px;
}

.lang_tr
{
	background: #fff url(/imgs/_layout/icons/lang/turkish.png) no-repeat 0px -2px;
	padding-left:			27px;
	height: 25px;
}


#logolang
{
	margin-top:-2px;
}

#miniMenu
{
	position:absolute;
	right:2px;
	top:20px;
	width:300px;
	padding:7px 0;
	text-align:right;
}

#miniMenu a
{

}

#menu
{
	margin:0;
	display:block;
}

#menu li
{
	margin:4px 4px 0 0;
	float:left;
	display:block;
	text-align:center;
	width:auto!important;
	width:130px;
	/*font-family: 		Georgia, 'Times New Roman', Times, Arial, sans-serif;
	font-size: 			11px;*/
}

#menu li a
{
	height:18px;
	display:block;
	color:#fff;
	font-weight:700;
	background-color:#005891;
	padding:6px 14px 4px 14px;
	text-decoration:none;
	text-transform:uppercase;
}

#menu li a:hover
{
	background-color:#e6e6e6;
	color:gray;
}

#menu li.selected a
{
	background-color:#fff;
	padding-top:6px;
	color:gray;
	height:18px;
}

#subheaderContent iframe
{
	margin-top: 5px;
	float:left;
}

/* Object colors */
/*
#menu li.bg_projects a
{
	background:			#ffffff;
	color:				#005d96;
}
#menu li.bg_firms a
{
	background:			#949d13;
	color:				#ffffff;
}
#menu li.bg_community a
{
	background:			#ff8d00;	
	color:				#ffffff;
}
#menu li.bg_home a
{
	background:			#ffffff;
	color:				#225E9C;
}
#menu li.bg_cities a
{
	background:			#1e962e;
	color:				#ffffff;
}

.bg_projects,.bg_projects h2
{
	background:			#F7F7F7;
	color:				#005d96;
}
.bg_firms,.bg_firms h2
{
	background:			#F7F7F7;
	color:				#949d13;
}
.bg_community,.bg_community h2
{
	background:			#F7F7F7;	
	color:				#ff8d00;
}
.bg_home,.bg_home h2
{
	background:			#F7F7F7;
	color:				#ff8d00;
}
.bg_cities,.bg_cities h2
{
	background:			#F7F7F7;
	color:				#1e962e;
}
.bg_media,.bg_media a,.bg_media h2
{
	background:			#F7F7F7;
	color:				#3844a5;
}
.bg_mod,.bg_mod a,.bg_mod h2
{
	background:			#F7F7F7;
	color:				#8b8b8b;
}
*/
.fg_projects
{
	color:				#005d96;
}
.fg_firms
{
	color:				#949d13;
}
.fg_community
{
	color:				#ff8d00;	
}
.fg_home
{
	color:				#ff8d00;
}
.fg_cities
{
	color:				#1e962e;
}
.fg_media
{
	color:				#3844a5;
}


#rightMenu
{
	float:right;
	margin-top:4px;
}

#rightMenu *
{
	margin:0;
}

#rightMenu input.text
{
	background:			#fff url(/imgs/_layout/icons/search_12.png) no-repeat scroll 163px center;
	margin-top:			-1px;
	font-size:			12px;
	font-style:			italic;
	padding:			2px 20px 4px 8px;
	width:				154px;
	height:				16px;
	border:				1px solid #ccc;
}

#rightMenu p
{
	float:left;
}

#rightMenu a
{
	color:#fff;
}

#rightMenu p a
{
	display:block;
	height:25px;
	width:140px;
	margin-top:-1px;
	background-image:url(/imgs/phone.gif);
	background-position:center right;
	background-repeat:none;
	text-indent:-1000px;
	overflow:hidden;
}


#titleActions
{
	position:absolute;
	top:27px;
	right:14px;
}

#titleActions ul
{
	float:left;
	margin:0;
}

#titleActions ul li
{
	float:left;
	display:block;
}

#right,#left
{
	overflow:hidden;
	float:right;
	background-color:#f3f3f3;
}

#left
{
	float:left;
	margin-right:0;
}

#content
{
	overflow:hidden;
}



/* Paginator     */
.paginatorHeader
{
	font-size:11px;
	color:gray;
	border-bottom:1px solid #eee;
	padding:3px 0;
	height:21px;
	margin-bottom:7px;
}

.paginatorHeader .position
{
	float:right;
	top:0;
	right:0;
}

.paginatorHeader .orderby ul
{
	margin:0;
}

.paginatorHeader .orderby ul li
{
	background-image:url(/imgs/border.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
	padding-right:8px;
	margin-right:7px;
	display:block;
	float:left;
}

.paginatorFooter
{
	clear:left;
	height:			23px;
	margin: 		14px 0 0px 0;
}

.paginator
{
	color:#999;
}

.paginator .page_selected
{
	background:#c1d9f0;
	border:1px solid #15428b;
	color:#15428b;
	font-size:11px;
	height:15px;
	line-height:1;
	margin-right:-1px;
	padding:1px 5px;
	text-decoration:none;
}

.paginator .page_none
{
	border:1px solid #ddd;
	color:#FFF;
	font-size:11px;
	height:15px;
	line-height:1;
	margin-right:2px;
	padding:1px 0;
	text-decoration:none;
}

.paginator .page_none:hover
{
	border:1px solid #15428b;
}

.paginator .page_none a
{
	color:#999;
	font-size:11px;
	height:15px;
	padding:1px 5px;
	text-decoration:none;
}

/* Default Style */
.empty
{
	background-color:#eee;
	width:100%;
	background:url(/imgs/_layout/emptybg.png);
	height:100%;
}

.clear
{
	clear:both;
}

.clearLeft
{
	clear:left;
}

/* Form layout */
dt
{
	clear:left;
	float: left; 
	text-align: right; 
	padding: 4px 10px 0 0; 
	width: 190px; 
	margin-bottom:4px;
}

dd
{
	margin-left: 200px; 
	margin-bottom:10px;
}

fieldset
{
	border:				none;
	padding:			0;
	margin:				0;
}

fieldset.last
{
	border:none;
}

fieldset p
{
	float:right;
	width:358px;
	margin-top:21px;
	margin-right:184px;
}

dt label
{
	font-weight:700;
	text-transform: lowercase;
}

input.text,textarea,select
{
	width:336px;
	border:1px solid #CCC;
	padding:3px;
}
select
{
	width:344px;
}
input.smalltext
{
	width:112px;
	border:1px solid #CCC;
	padding:3px;
}

.multipleselect
{
	background-color:#FFF;
	border:1px solid #999;
	height:100px;
	margin-bottom:16px;
	overflow-y:scroll;
	padding:5px;
	width:332px;
}

input.submit,a.button
{
	background:transparent url(/imgs/_layout/button.png) no-repeat;
	width:86px;
	height:23px;
	color:#000;
	font-weight:400;
	border:none;
	cursor:pointer;
	padding-top:-5px;
	outline:none;
	-moz-outline:none;
}

input.submit:hover,a.button:hover
{
	background:transparent url(/imgs/_layout/button_hover.png) no-repeat;
}


.formblock h5
{
	background:#ccc;
	text-transform:uppercase;
	padding:2px;
	margin:0 0 4px 0;
	font-size:12px;
}
.formblock
{
	background:#eee;
	padding:6px;
	margin-bottom:6px;
}

a.button
{
	display:block;
	height:20px;
	padding-top:6px;
	text-align:center;
	float:right;
	margin:-6px 0 0 10px;
}

input.check
{
	border:none;
	padding:0;
}

.dateinput
{
	padding:4px;
	margin-right:3px;
	width:80px;
}

.dateselect
{
	width:75px;
	margin-right:3px;
	height:30px;
	top:-2px;
}

.hint,.hint strong
{
	color:#aaa;
	font-size:10px;
	margin-bottom:14px;
}
.hint a
{
	font-size:10px;
}

.ubblink 
{ 
	font-size:11px; 
}

.invisible
		{
			visibility:hidden;
			display:none;
		}
		.visible
		{
			visibility:visible;
			display:block;
		}

/* Page style */
.error
{
	color:#C00;
	font-size:11px;
}

.actionMessage,.errorMessage
{
	font-weight:700;
	margin:0px 0 4px 0;
	padding:7px 0 7px 14px;
}

.actionMessage
{
	background-color:#E6F3E1;
	border:1px solid #D4E8CE;
	color:#247725;
}

.errorMessage
{
	background-color:#f9d3d3;
	border:1px solid #f09494;
	color:#ca1616;
}

.overviewtable
{
	width:100%;
	margin-bottom:6px;	
}

.overviewtable th
{
	text-align:left;
	border-bottom:1px solid #EEE;
	font-size:12px;
	margin:0;
	padding:7px 0;
	vertical-align:top;
}

.overviewtable th a
{
	/*color:#000;*/
}

.overviewtable td
{
	border-bottom:1px solid #ededed;
	height:23px;
}
.overviewtablesmall td
{
	font-size:11px;
}

.overviewtable .disabled,.overviewtable .disabled a
{
	color:gray;
}

.overviewtable .tdactions
{
	text-align:right;
}

.overviewtable .empty
{
	height:50px;
}
.listoverview
{
	margin-top: -4px;
}
.listoverview td
{
	vertical-align:top;
	padding:4px 0 4px 0;
}

.listoverview .imagethumb
{
	margin-top: 2px;
}
/* Orderbar */
.sortAsc,.sortDesc
{
	padding-left:10px;
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:700;
}

.sortAsc
{
	background-image:url(/imgs/_layout/orderasc.gif);
}

.sortDesc
{
	background-image:url(/imgs/_layout/orderdesc.gif);
}

/* Rating */
.rating
{
	background-image:url(/imgs/_layout/star_0.gif);
	float:left;
	height:16px;
	margin-right:10px;
	position:relative;
	width:80px;
}

.rating div
{
	background-image:url(/imgs/_layout/star_1.gif);
	height:16px;
	overflow:hidden;
	text-indent:-1000px;
	z-index:5;
}

/* Comments */
.comments
{
	width:59px;
	height:16px;
	background-image:url(/imgs/_layout/icons/comments_16.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:10px;
	padding-left:21px;
	color:gray;
	position:relative;
}

.commentItem
{
	clear:left;
	border-top:1px dotted #ccc;
	padding:10px 0;
}

.commentsItem img
{
	float:left;
}

.commentBody
{
	margin-left:55px;
}

/* Images */
.imgSmall
{
	background-image:none;
	border:0 solid #EEE;
	float:left;
	height:75px;
	padding:1px;
	width:75px;
}

.imgSmall
{
	border:0 solid #33a02b;
}

.imagethumb,.imagewthumb
{
	margin:				2px 0 14px 0;
	float:				left;
	height:				40px;
	border-left:		0px solid green;
	padding-left:		0px;
}

.imagethumb:hover,.imagewthumb:hover
{
	border:				0px solid #39f;
}

.imagethumb
{
	width:40px;
}

.imagewthumb
{
	width:60px;
}

.flagBox .imagethumb,.flagBox .imagewthumb
{
	margin:0 6px 6px 0;
}

td .imagethumb
{
	margin:4px 0px 4px 0;
}

.imagesmall,.imagewsmall
{
	border:1px solid #EEE;
	float:left;
	height:75px;
	margin-right:12px;
}

.imagesmall
{
	width:75px;
}

.imagewsmall
{
	width:158px;
	padding:1px;
}

/* Title actions */
.boldlink
{
	font-weight:700;
}

.titleMenu
{
    position: absolute;
    right: 14px;
    top: 22px;
    padding: 7px 7px;
    width:280px;
    text-align: right;
}
#titleLinks
{
	padding-top:5px;
}
#titleTop
{
	height:14px;
	border-bottom:1px solid #e1e1e1;
	padding:6px 14px;
	text-align:right;
}

.titleMenu,.titleMenu a,#titleTop,#titleTop a
{
	font-size:10px;
	text-transform:uppercase;
	color:#225E9C;
	font-weight:700;
}

.subtitleTop
{
	float:right;
	width:100px;
	text-align:right;
	color:#ccc;
	font-size: 10px;
}

.subtitleTop strong
{
	font-size: 10px;
}

.actionLink, .actionLink a
{
	font-size:				10px;
	text-transform:			uppercase;
	color:					#225E9C;
	font-weight:			700;
}

/*
.subtitleTop .actionLink 
{
	color: 					#ffffff;
	background-image:		url(/imgs/_layout/icons/edit_12_w.gif);
	background-position:	0px 0px;
	padding-left:			15px;
	height:					15px;
	background-repeat: 		no-repeat;
}
*/

.back,.new,.edit,.print,.excel,.cancel,.email,.delete
{
	background-repeat:		no-repeat;
	background-position:	0 3px;
	padding-left:			10px;
}

.back
{
	background-position:	0 0px;
	background-image:		url(/imgs/_layout/icons/back.gif);
	padding-left:			13px;
}

.zoom
{
	background-repeat:		no-repeat;
	background-position:	0px 0px;
	background-image:		url(/imgs/_layout/icons/zoom.gif);
	padding:				6px 0 8px 28px;
}

.new
{
	background-position:	0px 2px;
	background-image:url(/imgs/_layout/icons/new_7.gif);
}

.delete
{
	background-image:url(/imgs/_layout/icons/delete_7.gif);
}

.edit
{
	background-image:url(/imgs/_layout/icons/edit_7.gif);
}

.print
{
	background-image:url(/imgs/_layout/icons/print_7.gif);
}

.excel
{
	background-image:url(/imgs/_layout/icons/excel_7.gif);
}

.cancel
{
	background-image:url(/imgs/_layout/icons/cancel_7.gif);
}

.email
{
	background-position:0 2px;
	background-image:url(/imgs/_layout/icons/email_7.gif);
}

.itemActions
{
	font-size:11px;
	line-height:11px;
	float:right;
}

.itemActions a,itemActions a:hover
{
	text-decoration:none;
}

.expand
{
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:20px;
	background-image:url(/imgs/_layout/icons/expand.gif);
}

/* New */
/*
.tabs
{
	height:				25px;
	background: 		#eee;
	border: 			1px solid #dbdbdb;
	padding:			7px 7px 6px 7px;
	margin:				0 7px 0 7px;
}

.tabs .tab
{
	background:			#fff none repeat scroll 0 0;
	float:				left;
	height:				24px;
	margin-right:		6px;
	text-align:			left;
	padding:			0 0 0 0;
	display:			block;
	width:				auto!important;
	width:				100px;
}

.tabs a
{
	display:			block;
	height:				19px;
	font-size:			12px;
	padding:			5px 14px 0 14px;
	color:				#005b93;
}

.tabs .selected
{
	color:				#ffffff;
	background:			#005b93;
}

.tabs .selected a
{
	color:				#ffffff;
}

.tabs .tab:hover
{
	background:			#ccc;
}

.tabs a:hover
{
	text-decoration:  	none;
}

*/

/* Tabs NEW */

#main UL.tabs {
    float: left;
    list-style: none;
    margin: 0;
    height:	31px;
    border-bottom: 0px solid #BFC7D7;
    padding:0 0 0 6px;
    width:950px;
}
#main UL.tabs LI {
    /*: inline;*/
    display: inline;
    position: relative;
    float: left;
    font-size: 13px;
    margin: 0 6px 0 0;
}
#main UL.tabs A {
    float: left;
}
#main UL.tabs A.subit SPAN SPAN {
    z-index: 1000;
}
#main UL.tabs LI:HOVER,
#main UL.tabs LI.iehover,
#main UL.tabs LI.active {
    z-index: 351;
}
#main UL.tabs LI.last {
    margin: 0;
}
#main UL.tabs A SPAN {
    float: left;
    background: #e3e8f1 url(/imgs/_layout/tabs/tab-left.gif) no-repeat left top;
}
#main UL.tabs A SPAN SPAN {
    padding: 8px 12px 0 12px;
    height: 23px;
    background: url(/imgs/_layout/tabs/tab-right.gif) no-repeat right top;
}
#main UL.tabs .last SPAN SPAN {
    padding-left: 1x;
}
#main UL.tabs A:HOVER,
#main UL.tabs .active A ,
#main UL.tabs .hover-active A {
    text-decoration: none;
    z-index: 10;
    cursor: pointer;
    background: url(/imgs/_layout/tabs/tab-hover.gif) repeat-x left top;
}
#main UL.tabs A:HOVER SPAN,
#main UL.tabs .active A SPAN,
#main UL.tabs .hover-active A SPAN {
    background: url(/imgs/_layout/tabs/tab-hover-left.gif) no-repeat left top;
}
#main UL.tabs A:HOVER SPAN SPAN,
#main UL.tabs .active A SPAN SPAN,
#main UL.tabs .hover-active A SPAN SPAN {
    background: url(/imgs/_layout/tabs/tab-hover-right.gif) no-repeat right top;
}

.border {
clear: left;
line-height: 0px;
font-size: 1px;
width:950px;
margin-top: -1px;
width: 100%;
padding-bottom: 3px;
border-top: 1px solid #BFC7D7;
z-index: 300;
float:left;
position:relative;
}

/* Other */

#leftCol
{
	width:579px;
	float:left;
	border-left:7px solid #fff;
}

#rightCol
{
	width:339px;
	border-left:24px solid #fff;
	border-right:7px solid #fff;
	float:left;
}

.centerCol
{
	width:312px;
	padding-right:9px;
	float:left;
}

.lastCenterCol
{
	padding-right:0;
	width:313px;
}

#fullCol
{
	width:				941px;
	border-left:		7px solid #fff;
	border-right:		7px solid #fff;
}

.content
{
	background:			#fff;
	padding:			14px;
	border-bottom: 		4px solid #fff;	
	overflow:			hidden;
}

#fullCol .content
{
	padding:			0px 0px 0px 0px;
}

.notop
{
	padding:			0px 0px 0px 0px;
}

.highlightcontent,#fullCol .highlightcontent 
{
	background: 		#eeeeee;
	padding:			14px;
	margin: 			0 7px 0px 7px;
}

#fullCol .highlightcontent 
{
	margin:				0 0 14px 0;
}

.highlightActions
{
	width:200px;
	text-align:right;
	float:right;
	margin-top:3px;
}

.notophl
{
	margin:				0;
}


/* Title in top titlebar */
#title .container
{
	width:				970px;
	background-color:	#fff;
	border-bottom:		4px solid #fff;
}

#titleContent
{
	padding:			28px 14px 0px 14px;
	height:				30px;
}

#titleContent .body
{
	float:left;
}


#titleLeft,#titleRight
{
	float:left;
	width:464px;
}

/* Title on boxes */
.titleHeader
{
	padding:			8px 14px 7px 14px;
	border-top:			1px solid #E5E5E5;	
	border-bottom: 		1px solid #E5E5E5;
	color: 				black;
	font-family: 		Georgia, 'Times New Roman', Times, Arial, sans-serif;
	height: 			1%;
	position: 			relative;
	letter-spacing: 	1px;
	text-transform: 	uppercase;
	background: 		#f7f7f7;
}

#leftCol .titleHeader
{
	background: 		#f7f7f7;
}

.titleHeader h2
{
	font-size:			13px;
	font-weight:		normal;
	text-transform:		uppercase;
}

.titleMod
{
	padding:7px 14px 5px;
	background:#7dab20;
}

.titleMod h2
{
	font-size:12px;
	color:#fff;
}

.ranking
{
	background:orange;
	color:#fff;
	padding:1px 3px;
}

.thumb
{
	background-image:none;
	border:1px solid #EEE;
	float:left;
	height:40px;
	padding:1px;
	width:40px;
}

.thumb:hover
{
	border:1px solid #33a02b;
}

#popup
{
	width:630px;
	height:450px;
	border:0;
	padding:0;
	text-align:left;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-315px;
	z-index:100;
}

#layer
{
	background:#777;
	width:100%;
	position:absolute;
	top:0;
	opacity:0.5;
	filter:alpha(Opacity=50);
	display:none;
	right:0;
	z-index:99;
}
/*
iframe
{
	float:left;
	width:627px;
	height:500px;
	border:none;
	margin-left:30px;
}
*/

/* Updates, Notifications */

.message
{
	border-bottom:		1px solid #EEEEEE;
	margin-bottom:		7px;
	min-height:			50px;
}

.message .author
{
	float:				left;
	width:				50px;
}

.message .body
{
	margin-left:		50px;
}

.message .body p
{
	margin-bottom: 		7px;
}

.message .body .edit
{
	float:				right;
	text-transform: 	uppercase;
	font-size: 			10px;
	font-weight: 		bold;
}

.message .updatep
{
	color:				#666;
	font-size:			12px;
}

.message .updatep a
{
	font-size:			12px;
}


.top
{
	border-bottom:1px solid #EEE;
	color:#CCC;
	font-size:11px;
	height:15px;
	padding:7px 0;
	position:relative;
	margin-bottom:14px;
}

.position
{
	position:absolute;
	right:0;
	top:7px;
}

.item h2, .message h2 
{ 
    font-size:13px;
    margin-bottom:4px; 
	font-family:"Georgia","Lucida Grande","Lucida Sans Unicode","Arial","Verdana","sans-serif";  
}
/* Orderbar */
.sortAsc, .sortDesc
{
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
}
.sortAsc
{
    background-image: url(/imgs/_libimgs/orderbar/orderasc.gif);
}
.sortDesc
{
    background-image: url(/imgs/_libimgs/orderbar/orderdesc.gif);    
}
/* Ook nog in project-view!!! */      		  		

.postimage
{
	max-width: 500px;
}
.commentquote
{
	background:#eee;
	border:1px solid #ccc;
	margin-left:0px;
	padding:5px;
}
/* Voting */
#leftNav
{
	width:159px;
	background:#fff;
	float:left;
	margin-right:23px;
	border-right:0px solid #ccc;
}

#leftNav select
{
	margin-bottom: 10px;
	width:150px;
	margin-bottom:4px;
}

.sectionTitle
{
	font-weight: normal;
	color:#000;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom:1px solid #ccc;
	margin:5px 0 5px 0;
	height:16px;
}

#leftNav a
{
	color:#3B3B3B;
}

#leftNav ul
{
	margin:0 0 15px 0;
	list-style:none;
	padding:0;
}

#leftNav .selected
{
	font-weight: bold;
	background: transparent url(/imgs/_layout/icons/arrowr_8.png) no-repeat 0px 3px;			
	padding-left: 10px;
}

#leftNavlistcontainer
{
	width:757px;
	float:left;
}

.labelViews
{
	padding-left:			15px;
	background: transparent url(/imgs/_layout/icons/views_14.gif) no-repeat 0px 0px;
}

.labelLikes
{
	background: transparent url(/imgs/_layout/icons/likes_12.png) no-repeat 0px 0px;
	padding-left:			15px;
}

.labelComments
{
	background: transparent url(/imgs/_layout/icons/comments_15.png) no-repeat 0px -1px;
	padding-left:			16px;
}

