* {
    margin:0px;
    padding:0px;
}

html {
    background:#FFFFFF url('/images/wallpaper.jpg');
}

body {
    background:transparent url('/images/topBar.jpg') repeat-x;
}

hr {
    display:none;
}

#wrapper {
    width:900px;
    margin:0px auto 0px auto;
    position:relative;
}

#header {
	height:150px;
}

#langLinks {
    position:absolute;
    top:6px;
    right:25px;
    padding:0px;
    list-style-type:none;
}

#langLinks li {
    float:left;
    margin-left:10px;
}

#langLinks a span {
    display:none;
}

#langLinks a.nl,#langLinks a.en {
    display:block;
    width:22px;
    height:16px;
    background-repeat:no-repeat;
    border:1px solid #FFFFFF;
}

#langLinks .nl {
    background-image:url('/images/nlFlag.gif');
}

#langLinks .en {
    background-image:url('/images/enFlag.gif');
}

#siteMenu {
	font-family:verdana;
	list-style-type:none;	
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:30px;
    margin-left:25px;
}

#siteMenu li {
	float:left;
	height:42px;
}

#siteMenu li.current {
	background:transparent url('/images/currentItem.jpg') no-repeat center bottom;
	margin-right:20px;
}

#siteMenu a {
	color:#FFFFFF;
	text-decoration:none;
}

#siteMenu a:hover {
	text-decoration:underline;
}

h1 a {
	position:absolute;
	left:25px;
	top:76px;
    width:166px;
    height:38px;
    display:block;
    background-image:url('/images/logo.jpg');
}  

h1 a span {
    display:none;
}

#contentContainer {
    float:left;
    width:603px;
}

#contentContainer .top {
    background:transparent url('/images/contentTop.png');
    height:25px;
}

#content {
    background:transparent url('/images/contentBackground.png');
    padding:0px 25px 0px 25px;
    min-height:467px;
}

#content h2 {
	color:#A73E2B;
	font-size:15px;
	letter-spacing:-1px;
	text-transform:uppercase;
	margin-bottom:15px;	
	font-family:arial;
}

#content h2 a {
	color:#A73E2B;
	text-decoration:none;
}

#content h2 a:hover {
	color:#2C6877;
	text-decoration:underline;
	font-family:arial;
}

#content h3 {
	color:#A73E2B;
	font-size:14px;
	margin-bottom:15px;
	margin-top:25px;
	font-family:arial;
}

#content h4 {
	color:#482C21;
	font-size:13px;
	margin-bottom:15px;
	font-family:arial;
}

#content p {
	font-size:12px;
	color:#482C21;
	line-height:21px;
	margin-bottom:15px;
	font-family:georgia, arial;
}

#content p.image {
	text-align:center;
}

#content a {
	color:#D07E0E;
}

#content a:hover {
	text-decoration:none;
}

#content ul {
	list-style-type:square;
	line-height:19px;
	margin-left:15px;
	font-size:12px;
	color:#CC6600;
	font-family:arial;
}

#content img {
	padding:3px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

#content img.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

#content div.code {
    background:#FFFFFF url("/images/code_grid.gif");
    border:1px dotted #482C21;
	overflow:auto;
	padding:10px;	
	margin-bottom:20px;
	line-height:20px;
	color:#444444;
	max-height:250px;
}

#content ul.articleMetaInfo {
	font-family:verdana, arial;    
    text-transform:uppercase;
    font-size:10px;
    padding:5px;
    list-style-type:none;
    list-style-image:none;
    line-height:20px;
	color:#482C21;
	border-top:1px dotted #482C21;
	border-bottom:1px dotted #482C21;
	margin:0px;
	margin-bottom:15px;
}

#content ul.articleMetaInfo li.replies {
    float:right;
}

#content ul.articleMetaInfo a {
    color:#482C21;
}

#content ul.articleMetaInfo a:hover {
	text-decoration:none;
}

#content .completeArticleLink a {
	font-weight:bold;
	color:#FFFFFF;
	font-family:verdana;
	font-size:10px;
	background-color:#2C6877;
	padding:3px;
	text-decoration:none;
}

#content .completeArticleLink a:hover {
	text-decoration:underline;
}

#content p.replyMetaInfo {
	font-family:verdana, arial;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:5px;
}

#content p.reply {
    background-color:#DEEBEE;    
    padding:10px;
	border:1px solid #A9BCC1;		
}

#content .separator {
	height:50px;
	background:transparent url("/images/separator.gif") no-repeat center center;
	margin-bottom:15px;
}

#content form p {
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
}

#content label {
	font-family:verdana;
	font-size:10px;
}

#content label.error,#content p.error {
	color:#CC6600;
	font-weight:bold;
}

#content label span {
	font-weight:normal;
}

#content p.error {
	margin-bottom:0px;
}

#content ul.errors {
	margin-left:15px;
	font-size:12px;
	font-weight:bold;
	color:#CC6600;
	margin-bottom:15px;
	font-family:arial;
}

#content ul.articles {
	font-size:13px;
	line-height:19px;
}

#content ul.articles span {
	font-family:verdana, arial;
	font-size:10px;
	text-transform:uppercase;
	color:#482C21;
}

#content ul.articles a {
	font-weight:bold;
	color:#2C6877;
	text-decoration:none;
	font-family:arial;
}

#content ul.articles a:hover {
	text-decoration:underline;
}

#content form {
	height:200px;
}

#content form span.left {
	float:left;
}

#content form span.right {
	float:right;
}

.formTextField,.formTextArea {
	font-family:arial, verdana;
	color:#482C21;
	font-size:12px;
	padding:3px;	
	border:1px solid #482C21;
}

.formTextField {
	margin-bottom:5px;
	width:230px;
}

.formTextArea {
	height:112px;
	width:290px;
}

#contentContainer .bottom {
    background:transparent url('/images/contentBottom.png');
    height:25px;
    margin-top:-15px;
}

#sideBar {
    float:right;
    width:250px;
}

.panel {
    margin-bottom:15px;
}

.panel .top {
    background:transparent url('/images/panelTop.png');
    height:25px;
}

.panel .bottom {
    background:transparent url('/images/panelBottom.png');
    height:25px;
}

.panel .content {
    background:transparent url('/images/panelBackground.png');
    padding:0px 25px 0px 25px;
}

.panel .content h2 {
	font-size: 15px;
	letter-spacing: -1px;
	color: #2F615E;
	font-family: arial;
    margin-bottom:15px;
    cursor:move;
}

.panel .content ul {
    list-style-type: none;
    padding: 0px;
	font-family: verdana, arial;
	width: 100%;
}

.panel .content li {
	border-bottom: 1px dotted #2C6877;
}

.panel .content li.first {
	border-top: 1px dotted #2C6877;
}

.panel .content li a {
    color: #333333;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 5px;
}

.panel .content li a.current {	
    font-weight: bold;
}

.panel .content li a:hover {
	font-weight: bold;
}

#footer {
	float: left;
	width: 870px;
	font-family: verdana;
	text-transform: uppercase;
	color: #482C21;
	font-size: 10px;
	padding: 10px;
    margin-left: 5px;
	margin-top: 25px;
	text-align: right;
}

#copyright {
	float: left;
	line-height: 16px;	
}

#linkedin {
	background: #FFFFFF url("/images/linkedin.jpg");
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}

#twitter {
	background: #FFFFFF url("/images/twitter.jpg");
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	border: 1px solid #FFFFFF;
}

#rss-feed {
	background: #FFFFFF url("/images/rss_feed.jpg");
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}

#linkedin span,#rss-feed span,#twitter span {
	display: none;
}
