* {
	margin: 0;
	padding: 0;
}

html { height: 100% }

.hidden { display: none }

body
{
	background-image: url(../gfx/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 8pt;
	color: #333;
}
a { color: #990000; text-decoration: none;}
a:visited { color: #990000; }
a:hover { text-decoration: underline;}
a img { border: 0; }
h1 { color: #000; margin-top: 0; padding: 0; margin-bottom: 0.4em; font-size: 16pt; font-weight: normal; }
h2 { color: #000; margin-top: 0; padding: 0; margin-bottom: 0.4em; font-size: 12pt; font-weight: normal;}
h3 { color: #000;  margin-top: 0; margin-bottom: 0.5em; font-size: 9pt; font-weight: bold; }
p { margin-bottom: 7px; margin-top: 0; line-height: 130%;}
p.last { margin-bottom: 1.2em;} 
.nomargin { margin: 0; }
.rightmargin { margin-right: 15px; }
.leftmargin { margin-left: 15px; }
.bottommargin { margin-bottom: 15px; }
input, select,textarea { font-family: tahoma; font-size: 8pt;}
input {  padding: 2px; }
.stick  { position: absolute; }
ul { margin-left: 15px; }
p.right,td.right { text-align: right;}
p.center,td.center { text-align: center;}
p.preamble { font-weight: bold; }
.buttons { overflow: hidden; }
label { width: 147px; float: left; display:block; font-weight: bold; margin-right:3px;}
p.light { color: #999; }
p.error,div.error { color: #900; font-weight: bold; }
.highlight {color: #900; }

.footnote { position:absolute;font-size: 7pt; }
ol
{
	list-style-position: inside;
}
#wrapper
{
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width: 905px;
	text-align: left;
}
.clear { clear: both; }

div.error
{
	background-color: #FFF7ED;
	padding: 15px;
	margin-bottom: 15px;
	border: solid 1px #ecc;
}
div.error .wrapper 
{
	padding-left: 40px;
	background-image: url(/gfx/icon/warning-large.png);
	background-repeat: no-repeat;
	background-position: top left;
}
div.error h2 { color: #900; font-weight: bold; border:none;margin:0px;}

.warning
{
	background-color: #FFF7ED;
	padding: 15px;
	margin-bottom: 15px;
	border: solid 1px #ecc;
}
.warning .wrapper 
{
	padding-left: 40px;
	background-image: url(/gfx/icon/warning-large.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.warning h2 { color: #900; font-weight: bold; border:none;margin:0px;margin:0px;}

.important
{
	background-color: #FFF7ED;
	padding: 15px;
	margin-bottom: 15px;
	border: solid 1px #ecc;
}
.important .wrapper 
{
	padding-left: 40px;
	background-image: url(/gfx/icon/important-large.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.important .wrapper h2
{
	border: none;
	margin:0px;
}

.information
{
	background-color: #FFF7ED;
	padding: 15px;
	margin-bottom: 15px;
	border: solid 1px #ecc;
}
.information .wrapper 
{
	padding-left: 40px;
	background-image: url(/gfx/icon/information-large.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.information .wrapper h2
{
	border: none;
	margin:0px;
}



/* TABLES */
table { width: 100%; }
tr.odd { background-color: #f0f0f0; }
tr.odddark { background-color: #e6e6e6; }
tr.oddlight { background-color: #f6f6f6; }
td,th { padding: 2px; }
/* FORMS */
	form input.tiny
	{
		width: 50px;
	}
	form input.small
	{
		width: 100px;
	}
	form input.medium
	{
		width: 150px;
	}
	form h3, form h2
	{
		margin-top: 15px;
		padding-bottom: 3px;
		border-bottom: dashed 1px #bbb;
	}
/* DEBUG */
	pre.error
	{
		color: red;
		background-color: #FFC;
		margin: 1em;
		padding: 1em;
		border: 1px #CCC solid;
	}
/* HEADER */
	#header
	{
		overflow: hidden;
		height: 86px;
		color: #666;
	}
	#headerflags
	{
		text-align:right;
		margin: 3px;
	}
	#headlogo
	{
		position: absolute;
		top: 30px;
		left: 30px;
	}
	#headerlogininfo
	{
		position: absolute;
		left: 660px;
		top: 30px;
		width: 215px;
		font-size: 8pt;
	}
	#headerlogininfo img
	{
		float: left;
		margin-right: 7px;
	}
	
	#headerlogininfo a
	{
		color: #999;
	}
	
	#headbeta
	{
		width: 102px;
		height: 66px;
		background-image: url(/gfx/beta.gif);
		z-index: 10;
		position: absolute;
	}

	/* MENU */
		#headermenu
		{
			position: absolute;
			left: 245px;
			top: 60px;
			font-size: 9pt;
			background-image: url(../gfx/menubg.gif);
			background-repeat: no-repeat;
			width: 416px;
			margin-left: auto;
			margin-right: auto;
		}
		div#headermenu ul
		{
			margin:0;
			padding-top: 5px;
			padding-bottom: 3px;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
		}
		div#headermenu ul li
		{
			display:inline;
			padding-top: 6px;
			padding-bottom: 6px;
		}

		div#headermenu a
		{
			color: #666;
		}
		
		div#headermenu .menuselected
		{
			background-image: url(../gfx/menuselected-bg.gif);
			background-repeat: no-repeat;
			background-position: center left;
		}
		
		div#headermenu a
		{
			padding: 6px;
			padding-right: 10px;
			padding-left: 9px;
		}
		
		div#headermenu li.first a
		{
			padding: 6px;
			padding-right: 10px;
			padding-left: 11px;
		}		
		
		div#headermenu li.last a
		{
			padding: 6px;
			padding-right: 11px;
			padding-left: 10px;
		}
		
		div#headermenu .menuselected a
		{
			background-image: url(../gfx/menuselected-bg_bottom.gif);
			background-repeat: no-repeat;
			background-position: center right;
		}
		
		div#headermenu .menuselected a
		{
			color: white;
		}
		
		div#membermenu
		{
			margin-top: 2px;
		}
		div#networktitle
		{
			width: 230px;
			padding-right: 15px;
			float:left;
			text-align: right;
		}	
		
		div#membermenu ul
		{
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;		
		}
		
		div#membermenu ul li
		{
			display:inline;
			padding-top: 2px;
			padding-bottom: 2px;
		}
		div#membermenu a
		{
			color: #666;
		}
		
		div#membermenu  .wrapper
		{
			padding: 2px;
			padding-right: 6px;
			padding-left: 6px;
		}
		
		div#membermenu .menuselected
		{
			background-image: url(../gfx/membermenuselected-bg.gif);
			background-repeat: no-repeat;
			background-position: center left;
		}
		
		div#membermenu .menuselected .wrapper
		{
			background-image: url(../gfx/membermenuselected-bg_bottom.gif);
			background-repeat: no-repeat;
			background-position: center right;
		}
		div#membermenu .menuselected a
		{
			color: white;
		}

/* CONTENT */
	#content
	{
		margin-top: 30px;
		margin-right: 30px;
		margin-left: 30px;
		padding-bottom: 15px;
	}
/* FOOTER */
	#footer
	{
		margin-top: 30px;
		margin-left: 1px;
		padding-bottom: 30px;
		color: #999;
		font-size: 8pt;
		padding-left: 30px;
		padding-right: 29px;
		padding-top: 7px;
		background-image: url(../gfx/footerbg.png);
		background-repeat: repeat-x;
	}
	#footerinfo
	{
		border-right: solid 1px #ccc;
		width: 300px;
		float: left;
	}
	#footerlinks
	{
		margin-top: 2.5em;
		float: right;
	}
/* PAGE STYLES */
	.onecol { width: 200px; padding-right: 15px;}
	.twocol { width: 415px; padding-right: 15px; }
	.threecol { width: 630px; padding-right: 15px; }
	.onecolnomargin { width: 200px; }
	.twocolnomargin { width: 415px; }
	.threecolnomargin { width: 630px; }
	div.left { float: left; }
	div.right,img.right { float: right; }
	div.buttons div.center
	{
		text-align: center;
	}
	.box
	{
		margin-bottom: 15px;
	}
	
	.box .wrapper
	{
		padding: 15px;	
	}
	.box h3
	{
		font-weight: bold;
		font-size: 8pt;
		margin-bottom: 0;
	}
	
	.greybox
	{
		background-image: url(../gfx/oncolboxbg.gif);
		background-repeat: no-repeat;
	}
	.greybox .wrapper
	{
		background-image: url(../gfx/oncolboxbg-bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	
	.greyboxtwocol
	{
		background-image: url(../gfx/box/grey/twocol-bg.png);
		background-repeat: no-repeat;
	}
	
	.greyboxheadertwocol
	{
		background-image: url(../gfx/box/grey/twocol_header-bg.png);
		background-repeat: no-repeat;
	}
		
	.greyboxtwocol .wrapper, .greyboxheadertwocol .wrapper
	{
		background-image: url(../gfx/box/grey/twocol-bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	
	.greyboxheaderthreecol
	{
		background-image: url(../gfx/box/grey/threecol_header-bg.png);
		background-repeat: no-repeat;
	}
		
	.greyboxthreecol .wrapper, .greyboxheaderthreecol .wrapper
	{
		background-image: url(../gfx/box/grey/threecol-bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}	
	
	.greyboxthreecol
	{
		width: 630px;
		background-image: url(../gfx/threecolbox-bg.png);
		background-repeat: no-repeat;
	}
	.greyboxthreecol .wrapper
	{
		background-image: url(../gfx/threecolbox-bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	
	.highlightboxonecol
	{
		width: 200px;
		background-image: url(../gfx/box/highlight/onecol-bg.png);
		background-repeat: no-repeat;
	}
	.highlightboxonecol .wrapper
	{
		background-image: url(../gfx/box/highlight/onecol-bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	.imgbox .wrapper
	{
		background-image: none;
	}
	
	.highlightboxtwocol
	{
		width: 415px;
		background-image: url(../gfx/box/highlight/twocol-bg.png);
		background-repeat: no-repeat;
		color: white;
	}
	.highlightboxtwocol .wrapper
	{
		background-image: url(../gfx/box/highlight/twocol-bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	
	.highlightboxthreecol
	{
		width: 630px;
		background-image: url(../gfx/box/highlight/threecol-bg.png);
		background-repeat: no-repeat;
		color: white;
	}
	.highlightboxthreecol .wrapper
	{
		background-image: url(../gfx/box/highlight/threecol-bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	.highlightboxthreecol h1, .highlightboxthreecol h2, .highlightboxtwocol h1, .highlightboxtwocol h2
	{
		color: white;
	}
	
/* lists */
	.list .even
	{
		padding-top: 1px;
		padding-bottom: 1px;
	}
	.list .wrapper
	{
		padding: 15px;
	}
	.onecol .list .wrapper
	{
		padding: 7px;
	}
	.onecol .list .odd
	{
		background-image: url(../gfx/list/threecol-bg.gif);
		background-repeat: no-repeat;
	}

	.onecol .list .odd .wrapper
	{
		background-image: url(../gfx/list/threecol-bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	
	.list .threecolodd
	{
		background-image: url(../gfx/list/threecol-bg.gif);
		background-repeat: no-repeat;
	}

	.list .threecolodd .wrapper
	{
		background-image: url(../gfx/list/threecol-bg_bottom.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	.listactions
	{
		margin-top: 3px;
	}
	/* thinlist */
		.listthin .even
		{
			padding-top: 1px;
			padding-bottom: 1px;
		}
		.listthin .wrapper
		{
			padding: 7px;
		}
		.onecol .list .wrapper
		{
			padding: 7px;
		}
		.onecol .listthin .odd
		{
			background-image: url(../gfx/list/threecol-bg.gif);
			background-repeat: no-repeat;
		}
	
		.onecol .listthin .odd .wrapper
		{
			background-image: url(../gfx/list/threecol-bg_bottom.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
		}
		
		.listthin .threecolodd
		{
			background-image: url(../gfx/list/threecol-bg.gif);
			background-repeat: no-repeat;
		}
	
		.listthin .threecolodd .wrapper
		{
			background-image: url(../gfx/list/threecol-bg_bottom.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
		}
		.listactions
		{
			margin-top: 3px;
		}	
	
/* Inner widths */
.innerfullwidth /* one col inner */
{
	width: 170px;
}
.innerhalfwidth /* one col inner half inc. margin*/
{
	width: 85px;
}

.stdbuttonwidth
{
	width: 85px;
}
/* ICON ACTIONS */
.icon
{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.iconright
{
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-position: right center;
}
.iconview { background-image: url(../gfx/icon/magnify.gif); }
.iconedit { background-image: url(../gfx/icon/edit.gif); }
.iconcancel { background-image: url(../gfx/icon/cancel.gif); }
.iconpublish { background-image: url(../gfx/icon/publish.gif); }
.icondelete { background-image: url(../gfx/icon/delete.gif); }
.iconimg { background-image: url(../gfx/icon/image.gif); }
.iconpdf { background-image: url(../gfx/icon/pdf.gif); }
.iconarrowleft { background-image: url(../gfx/icon/arrow_left.gif); }
.iconarrowright { background-image: url(../gfx/icon/arrow_right.gif); }
.iconback { background-image: url(../gfx/icon/back.gif); }
.iconforward { background-image: url(../gfx/icon/forward.gif); }
.iconinfo { background-image: url(../gfx/icon/information.gif); }
.iconmonitor { background-image: url(../gfx/icon/eye.gif); }
/* MAIN PAGE */ 
	/* SEARACH */
	#mainobjsearch
	{
		color: white;
	}
	#mainobjsearch .wrapper
	{
			height: 113px;
	}
	#mainobjsearch h1
	{
		margin-bottom: 7px;
		color: white;
	}
	#mainobjsearch input.std
	{
		width: 385px;
	}
	
	
	#welcomeoffer
	{
		position:absolute;
		top: -12px;
		left:-1px;
	}
	
	#searchbranch { width: 175px; margin-right: 12px; }
	#searchturnover { width: 89px; margin-right: 12px; }
	#searchregion { width: 89px; }
	#searchbutton { width: 90px; }
	#showallbutton { width: 70px; }
	.region { text-transform: uppercase; color: #000; font-size: 7pt; }
	.mainlastads { color: #666; margin-bottom: 15px; line-height: 120%; }
	.mainlastads a { color: #900; }

	#mainbranchlatest
	{
		width: 185px;
		float: left;
		padding-right: 15px;
	}
	#mainbranchesleft
	{
		float: left;
		width: 185px;
		padding-right: 15px;
	}
	
	#mainbranchesright
	{
		float: left;
		width: 170px;
	}
/* MAINPAGE LATEST ADS */
	#boxlatestads h3 { margin-bottom: 0.5em; }	
/* PAGING */
.paging { font-size: 9pt;}
.paging a { color: #666;}
.paging a strong { color: #990000;}

/* OBJECT LIST */
	.list .object .wrapper
	{
		padding-bottom: 15px;
	}
	.list .object img
	{
		float: left;
		margin-right: 15px;
	}
	.list .object h2 a
	{
		color: #000;
	}
	.list .object img.logo
	{
		float: right;
		margin-top: 20px;
	}
	.list .object p.showdetails
	{
		padding-top: 4px;
		margin-left: 120px;
		margin-bottom: 0px;
	}
	.list .object p.showdetails a
	{
		background-image: url(../gfx/icon/magnify.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 18px;
	}
	.objectsearchmonitor .wrapper,  .objectsearch .wrapper
	{
		height: 115px;
	}
	.objectsearchmonitor, .objectsearchmonitor h2
	{
		color: white;
	}
	.objectsearch select
	{
		width: 108px;
		/*margin-right: 15px;*/
	}
	.objectsearch select .last
	{
		margin-right: 0px;
	}
	.statuspublished
	{
		background-repeat: no-repeat;
		background-position: right top;
		padding-top: 1px;
		padding-bottom: 1px;
		background-image: url(../gfx/icon/accept.gif);
	}
	.statuexpiresoon
	{
		background-repeat: no-repeat;
		background-position: right top;
		padding-top: 1px;
		padding-bottom: 1px;
		background-image: url(../gfx/icon/time.gif);
	}	
/* OBJECT VIEW */
	/* BACK TO SEARCH */
		.backtosearch
		{
			position: absolute;
			font-size: 9pt;
		}
		.backtosearch .wrapper
		{
			position: relative;
			top: -20px;
			left: -15px;
		}
		.backtosearch .wrapper a
		{
			color:#999;
		}
	
	.object .bbnet
	{
		color: #999;
	}
	#objectdetails
	{
		height: 107px;
		background-image: url(../gfx/box/highlight/oneandhalfcol-bg.jpg);
		background-repeat: no-repeat;
	}
	.objectimage
	{
		height: 200px;
		margin-bottom:15px;
	}
	.objectimage img
	{
		height: 200px;
		width:300px;
	}
/* OBJECT EDIT */
	#objectform select { width: 150px; }
	
/* CONTACT */
	.twocol form input.text, .twocol form textarea.text
	{
		width: 245px;
	}
	.twocol form textarea
	{
		width: 256px;
	}
	
	.contact #submitbutton
	{
		width: 70px;
	}
/* ABOUT */
	#aboutmenu li
	{
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;	
		margin-bottom: 3px;
	}
	#aboutmenu li.selected
	{
		font-weight: bold;
	}
	#aboutmenu li .selected
	{
		font-weight: bold;
	}
/* MEMBER USER MANAGEMENT */
	.statusstduser
	{
		background-repeat: no-repeat;
		background-position: right top;
		padding-top: 1px;
		padding-bottom: 1px;
		background-image: url(../gfx/icon/user_std.gif);
	}
/* REGISTER */
 #functionmatrix th
 {
 	text-align: center;
 	padding-bottom: 10px;
 	color: #000; 
 	font-size: 12pt; 
 	font-weight: normal;
 }
 #functionmatrix th a
 {
 	color: black;
 }
 #functionmatrix td
 {
 	height: 25px;
 	padding-left: 5px;
 	border-bottom: solid 1px #ccc;
 }
  #functionmatrix tr.last td
 {
 	border-bottom: none;
 }
 #functionmatrix img
 {
 
 }
 /* ARTICLES */
 	#latestarticles table,#latestarticles tr, #latestarticles td
 	{ 		
 		border: 0px;
 		padding: 0px; 	
 	}

