/* Copyright 2008 MaakSite.nl Productions (http://productions.maaksite.nl/) */

/* General
---------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
	margin: 0;
}

body {
	/* font-family: Verdana, Helvetica, Arial, sans-serif; */
	font: normal 12px arial, helvetica, "liberation sans", "dejavu sans condensed", sans-serif;
	color: #000000;
	margin: 0;
	padding: 0px 0;
	background: #252525; /* 2E3D44 */
}

a img {
    border: 0;
}

/* Headings
---------------------------------------- */
/*h1 {
	font-size: 2.0em;
	color: #AF0329;
	margin-bottom: 8px;
	font-weight: lighter;
}

h1, h1 a {
	color: #AF0329;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
	color: #17B101;
}

h3 em {
	font-size: 0.8em;
}*/
a img {
    border: 0px;
}
h4 {
	/*border-top: 1px solid #999999;
	margin-top: 20px;
	margin-bottom: 3px;
	padding-top: 2px;
	font-size: 1.2em;*/
}

a img {
    border: 0px;
}

/* Top & Head & Menu
---------------------------------------- */
.tTop {
    min-width: 980px;
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    height: 12px;
}

#tBody {
    min-width: 980px;
    width: 98%;
    max-width: 1100px;
    margin: 0 auto;
    background: #FFFFFF;
    border-left: 5px solid #151515;
    border-right: 5px solid #151515;
    padding: 2px 2px;
}

#cContent {
    /* background: url('../../../../images/bgcontent.png') no-repeat top right; */
    min-height: 250px;
    padding: 8px 9px;
}

#top {
	background: #000000 url('../../../../images/top/top.png') repeat-x;
}

#head {
	float: left;
}

#logo {
	position: absolute;
	width: 300px;
	height: 52px;
	background: url('../../../../images/top/logo.png') no-repeat;
	margin-left: 10px;
	cursor: pointer;
}

#logo a {
    padding: 32px 127px;
}

#logo a span {
    display: none;
    visibility: hidden;
    font-size: 0.01em;
}

#menu {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 22px;
	background: url('../../../../images/top/menuhighlight.png') repeat-x;
	padding-top: 8px;
	height: 20px;
}

#topLeft {
	height: 12px;
	width: 9px;
	background: url('../../../../images/top/top_left.png');
	position: relative;
	top: 12px;
	left: -7px;
}

#topRight {
	height: 12px;
	width: 9px;
	background: url('../../../../images/top/top_right.png');
	position: relative;
	top: 12px;
	left: 7px;
}

#bottomLeft {
	height: 12px;
	width: 9px;
	background: url('../../../../images/bottom/bottom_left.png');
	position: relative;
	top: -12px;
	left: -7px;
}

#bottomRight {
	height: 12px;
	width: 9px;
	background: url('../../../../images/bottom/bottom_right.png');
	position: relative;
	top: -12px;
	left: 7px;
}

#top .left {
	background: url('../../../../images/top/menuleft.png') no-repeat top left;
	width: 5px;
	height: 29px;
	float: right;
	margin-top: 21px;
}

#top .right {
	background: url('../../../../images/top/menuright.png') no-repeat top left;
	width: 5px;
	height: 29px;
	float: right;
	margin-top: 21px;
}



#menu ul {
	overflow: hidden;
	margin: 0;
	float: left;
	list-style-type: none;
	padding: 0;
}

#menu ul li {
	float: left;
	border-top: 1px solid #285225;
	border-right: 1px solid #285225;
	background: url('../../../../images/top/menu.png') repeat-x;
	padding: 2px 15px;
	height: 15px;
}

#menu ul li a {
	color: #E7E7E7;
	font-size: 0.85em;
	text-transform: uppercase;
	border: 0;
}

#menu ul a:hover {
	text-decoration: none;
}

#menu ul li:hover {
    background: #7fb54f;
}

#menu ul li.now, #menu ul li.now:hover {
	/* background: #FFFFFF url('../images/top/menuover.png') repeat-x; */
	background: black;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-right: 14px;
	position: relative;
	top: 1px;
	left: -1px;
	height: 16px;
}

#menu ul li.first {
    border-left: 1px solid #285225;
    /* background: black; */
}

#menu ul li.firstnow {
    border-left: 1px solid #FFFFFF;
    left: 0;
}

#menu ul li.now a, #menu ul li.now:hover a {
	/* color: #000000; */
	color: #E1E1E1;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
}

#identity {
	float: left;
	margin-top: 5px;
	margin-left: 40px;
	color: #FFFFFF;
}

#identity a {
	color: #FFFFFF;
}

#identity em, #identity em a {
	font-size: 0.9em;
	color: #CCCCCC;
}

#submenu {
	border-top: 1px solid #FFFFFF;
	/*border-bottom: 1px solid #000000;*/
	background: black;
	padding-top: 5px;
	height: 20px;
	list-style-type: none;
	margin: 0;
}

#submenu ul {
	float: right;
}

#submenu ul li {
	float: left;
	padding: 0 12px;
	border-right: 1px solid #444444;
}

#submenu ul li a {
	font-size: 0.9em;
	color: #CCCCCC;
}

#footer {
    font-size: 0.9em;
    color: #363636;
    background: #f7f7f7;
    height: 30px;
    margin-top: 0px;
    padding-top: 3px;
}

#footer a {
    color: #363636;
}

/* Content Common
---------------------------------------- */
#content {
	background: #FFFFFF url('../../../../images/contentbg.png') repeat-x;
	overflow: auto;
	min-height: 200px;
}

#location {
	/* margin-left: 215px; */
	font-size: 0.9em;
	margin-bottom: 15px;
	margin-top: 3px;
}

#location a {
	border: 0;
	color: #000000;
}

#contentLeft {
	float: left;
	min-width: 200px;
	width: 21.5%;
	max-width: 236px;
	padding: 0 3px;
	padding-top: 8px;
}

#contentMiddle {
	float: left;
	min-width: 450px;
	width: 47.3%;
	max-width: 531px;
	margin: 0 5px;
	padding: 9px 5px;
	/*background: #FFFFFF;
	border: 1px solid #CCCCCC;*/
	text-align: justify;
}

#contentMiddle h1 {
    text-align: left;
}

#contentRight {
	padding-top: 15px;
	float: left;
	min-width: 280px;
	width: 28%;
	max-width: 302px;
}

#contentMiddleLeft {
    float: left;
	min-width: 640px;
	width: 68.5%;
	max-width: 880px;
	margin: 0 5px;
	margin-left: 10px;
	padding: 0 3px;
	padding-top: 8px;
	/*background: #FFFFFF;
	border: 1px solid #CCCCCC;*/
}

#contentMiddleRight {
	float: left;
	min-width: 750px;
	width: 80%;
	max-width: 1024px;
	margin: 0 10px;
	padding: 9px 5px;
	/*background: #FFFFFF;
	border: 1px solid #CCCCCC;*/
}

#contentMiddleWhole {
    width: 940px;
	margin: 0 10px;
	padding: 9px 5px;
	/*background: #FFFFFF;
	border: 1px solid #CCCCCC;*/
}

h4 {
    text-transform: uppercase;
    border-bottom: 3px solid #DDDDDD;
    color: #E85C00;
    font-weight: bold;
    font-size: 1.02em;
    margin-top: 8px;
    margin-bottom: 2px;
}

.image {
	height: 200px;
	width: 200px;
	background: url('../../../../images/content/image.png') no-repeat;
	position: absolute;
}

/* Lightbox
---------------------------------------- */
#overlay{
    background-image: url('../../../../images/lightbox/overlay.png');
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
/* }
#overlay { */
    background-color: #333;
    background-color: transparent;
    /* background-image: url('../images/blank.gif'); */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../../../images/lightbox/overlay.png", sizingMethod="scale");
    /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/lightbox/overlay.png", sizingMethod="scale"); */
}
#overlay[id]{
	position:fixed;
}
#box{
    width:400px;
    background:#FFFFFF;
    padding:10px;
    border: 2px solid #EEEEEE;
}
#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

/* more */
#networkStatus {
    background: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    height: 15px;
    width: 15px;
}

#searchTermsCommon {
    background-color: #FFFFFF;
    border: 1px solid #C9C9C9;
}

/* &copy; 2007 MaakSite.nl Productions */
.icon, .icon-warning, .icon-info, .icon-map, .icon-success, .icon-user, .icon-error,
.icon-forum, .icon-add, .icon-quote, .icon-delete, .icon-userwarn,

.icon-date, .icon-video, .icon-search, .icon-restore,

.icon-openid,

.icon-rss, .icon-pdf, .icon-print, .icon-mobile, .icon-newsletter, .icon-chat {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 19px;
}

.icon-warning			{ background-image: url('../../../../images/icons/16/error.png'); }
.icon-info				{ background-image: url('../../../../images/icons/16/information.png'); }
.icon-success			{ background-image: url('../../../../images/icons/16/accept.png'); }
.icon-map				{ background-image: url('../../../../images/icons/16/map.png'); }
.icon-forum				{ background-image: url('../../../../images/icons/16/folder.png'); }
.icon-pm				{ background-image: url('../../../../images/icons/16/folder.png'); }
.icon-user				{ background-image: url('../../../../images/icons/16/user.png'); }
.icon-error				{ background-image: url('../../../../images/icons/16/exclamation.png'); }
.icon-add				{ background-image: url('../../../../images/icons/16/add.png'); }
.icon-quote				{ background-image: url('../../../../images/icons/16/tag.png'); }
.icon-delete			{ background-image: url('../../../../images/icons/16/bullet_delete.png'); }
.icon-userwarn			{ background-image: url('../../../../images/icons/16/user_orange.png'); }

.icon-date				{ background-image: url('../../../../images/icons/16/calendar.png'); }
.icon-video				{ background-image: url('../../../../images/icons/16/television.png'); }
.icon-search			{ background-image: url('../../../../images/icons/16/magnifier.png'); }
.icon-restore			{ background-image: url('../../../../images/icons/16/arrow_refresh_small.png'); }

.icon-rss				{ background-image: url('../../../../images/icons/16/rss.png'); }
.icon-pdf				{ background-image: url('../../../../images/icons/16/page_white_acrobat.png'); }
.icon-print				{ background-image: url('../../../../images/icons/16/printer.png'); }
.icon-mobile			{ background-image: url('../../../../images/icons/16/world.png'); }
.icon-newsletter		{ background-image: url('../../../../images/icons/16/newspaper.png'); }
.icon-chat  		    { background-image: url('../../../../images/icons/16/comments.png'); }

.icon-openid			{ background-image: url('../../../../images/icons/auth/openid.png'); }

input.icon-search       { background-position: 2px 0px; }
input.icon-openid       { background-position: 2px 0px; }
.icon-mobile, .icon-chat {
    padding-bottom: 1px;
    vertical-align: middle;
}

.icon-quote span, .icon-delete span, .icon-userwarn span { display: none; }

