/*****************************
    PROJECT WIDE PROPERTIES
 *****************************/

HTML {

}

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

.clear {
	display: block;
	clear: left;
}

BODY {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	background-color: #EDEDEE;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 50% 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

H1 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H2 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H3 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H4 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H5 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H6 {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

H1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

H2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

H3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

H4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

H5 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

H6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

IMG {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

UL {
	list-style-type: none;	
}


/*********************************
    PROJECT SPECIFIC PROPERTIES
 *********************************/

#container {
	text-align: left;
	width: 984px;
	margin: 0px auto;
}

#header {
	position: relative;
	height: 250px;
	width: 984px;
	background-image: url(../images/header_bg.gif);
	float: left;
}

#navigation {
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	height: 15px;
	width: 900px;
	position: relative;
	top: 190px;
	left: 35px;
}

#navigation A {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#navigation A.last {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	border-right-style: none;}
	
#navigation A.last-active {
	color: #FFFFFF;
	color: #13235B;
	padding: 0px;
	border-right-style: none;
}
	
#navigation A:hover {
	color: #13235B;
}
	
#navigation A.active {
	color: #13235B;
}
	
#main {
	position: relative;
	float: left;
	width: 984px;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 50%;
}

#sidebar {
	float: left;
	width: 203px;
	padding: 0px;
	padding-left: 30px;
}

#sidebar UL.menu {
	font-family: "Tahoma";
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 25px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
}

#sidebar UL.menu LI {
	font-size: 12px;
	padding: 0px;
	line-height: 140%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}

#sidebar UL.menu LI A {
	text-decoration: none;
	display: block;
	padding-right: 6px;
	padding-left: 20px;
	line-height: 150%;
	color: #13235B;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(../images/list_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 200px;
}

#sidebar UL.menu LI A:hover {
	color: #fff;
	background-color: #13235B;
	background-position: 9px 13px;
}

#sidebar UL.menu LI.active A {
	color: #F29400;
	cursor: default;
}

#maincontent {
	float: left;
	width: 700px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedede;
}

#maincontent A {
	color: #13235B;
}

#maincontent H1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
	color: #13235B;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}

#maincontent H3 {
	font-size: 16px;
	color: #13235B;
}

#maincontent H5 {
	font-size: 13px;
	line-height: 150%;
	color: #000;
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 0px;
}

#maincontent P {
	font-size: 11px;
	line-height: 170%;
	padding-bottom: 18px;
}

#maincontent P.h1 {
	font-size: 13px;
	line-height: 150%;
	color: #000;
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-bottom: 0px;
}

#maincontent P.h1 SPAN {
	font-weight: bold;
}

#maincontent .album_table {
	margin-bottom: 10px;
}

#maincontent .album_table IMG {
	margin-right: 10px;
	margin-bottom: 10px;
}

#maincontent .jrr_table {
	background-color: #e4e4e4;
	margin-top: 15px;
}

#maincontent .jrr_table TD {
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#maincontent .jrr_table TH {
	font-family: "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #13235B;
	color: #fff;
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#maincontent .jrr_table TR:hover TD {
	color: #000;
	background-color: #f8f8f8;
}

#maincontent .jrr_table .column_1 {
	padding-left: 10px;
}

#maincontent #list UL {
	padding-left: 0px;
	padding-bottom: 18px;
}

#maincontent #list UL LI {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#maincontent #list UL LI UL {
	padding-left: 0px;
}

#maincontent #list UL LI A {
	font-size: 16px;
	background-image: url(../images/list_item1.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	padding-left: 18px;
	color: #13235B;
}

#maincontent #list UL LI A.item2 {
	font-size: 11px;
	background-image: url(../images/list_item2.gif);
	background-repeat: no-repeat;
	background-position: 40px 5px;
	padding-left: 56px;
	color: #666;
}

#maincontent #list UL LI A.item3 {
	font-size: 11px;
	background-image: url(../images/list_item3.gif);
	background-repeat: no-repeat;
	background-position: 70px 5px;
	padding-left: 84px;
	color: #999;
}

#maincontent #sponsors H3 {
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#maincontent #sponsors .logo {
	text-align: center;
	border: 1px solid #dedede;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 160px;
}

#maincontent .news {
    line-height: 125%;
    padding-bottom: 15px;
	font-size: 13px;
	color: #000;
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#maincontent .news_table A {
    text-decoration: none;
}

#maincontent .news_author {
	font-style: italic;
	float: right;
	margin-right: 10px;
}

#maincontent .news_date {
    font-size: 12px;
    font-weight: bold;
    color: #808080;
	text-decoration: none:
}

#maincontent .news_image {
    float: left;
    padding: 3px;
    margin-right: 8px;
    border: 1px solid #dedede;
}

#maincontent .news_image_caption {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 1px;
	padding: 0px;
    background-color: #E6E6FA;
}

#maincontent .news_image_left {
    float: left;
    padding: 5px;
    margin-bottom: 3px;
    margin-right: 8px;
    background-color: #E6E6FA;
    border: 1px solid #dedede;
}

#maincontent .news_image_right {
    float: right;
    padding: 5px;
    margin-bottom: 3px;
    margin-left: 8px;
    background-color: #E6E6FA;
    border: 1px solid #dedede;
}

#maincontent .news_readmore {
    font-weight: bold;
    text-decoration: underline;
}

#maincontent .news_title {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 2px;
	color: #F29400;
}

#maincontent .userinfo {
	padding-top: 10px;
}

#maincontent .userinfo .userphoto {
	float: left;
	margin-right: 45px;
}

#maincontent .usertable TD {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#maincontent .usertable TD SPAN {
	font-weight: bold;
}

#hoofdsponsors {
	clear: left;
	width: 884px;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 50px;
	text-align: center;
}

#hoofdsponsors IMG {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 160px;
}

#framebottom {
	clear: left;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 984px;
}

#footer {
	clear: both;
	position: relative;
	float: left;
	color: #58585A;
	width: 934px;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#footer IMG {
	float: right;
}


/***********************
    INDEX MAINCONTENT
 ***********************/

#index_maincontent {
	float: left;
	width: 580px;
	padding-right: 20px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedede;
}

#index_maincontent A {
	color: #13235B;
}

#index_maincontent H1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
	color: #13235B;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}

#index_maincontent H3 {
	font-size: 16px;
	color: #F29400;
    line-height: 200%;
	font-weight: bold;
}

#index_maincontent .news {
    line-height: 125%;
    padding-bottom: 15px;
	font-size: 13px;
	color: #000;
}

#index_maincontent .news_table A {
    text-decoration: none;
}

#index_maincontent .news_date {
    font-size: 12px;
    font-weight: bold;
    color: #808080;
	text-decoration: none:
}

#index_maincontent .news_image {
    float: left;
    padding: 3px;
    margin-right: 8px;
    border: 1px solid #dedede;
}

#index_maincontent .news_readmore {
    font-weight: bold;
    text-decoration: underline;
}

#index_maincontent .news_title {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 2px;
	color: #F29400;
}

#index_sidebar {
	float: left;
	width: 303px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#index_sidebar A {
	color: #13235B;
}

#index_sidebar H1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
	color: #13235B;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
}

#index_sidebar P {
	font-size: 11px;
	line-height: 170%;
	padding-bottom: 18px;
}

#index_sidebar P.h1 {
	font-size: 13px;
	line-height: 150%;
	color: #000;
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-bottom: 0px;
}

#index_sidebar #list UL {
	padding-left: 0px;
	padding-bottom: 18px;
}

#index_sidebar #list UL LI {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#index_sidebar #list UL LI UL {
	padding-left: 0px;
}

#index_sidebar #list UL LI A {
	font-size: 14px;
	background-image: url(../images/list_item1.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 18px;
	color: #F29400;
}

#index_sidebar #list UL LI A.item2 {
	font-size: 11px;
	background-image: url(../images/list_item2.gif);
	background-repeat: no-repeat;
	background-position: 40px 5px;
	padding-left: 56px;
	color: #666;
}

#index_sidebar #list UL LI A.item3 {
	font-size: 11px;
	background-image: url(../images/list_item3.gif);
	background-repeat: no-repeat;
	background-position: 70px 5px;
	padding-left: 84px;
	color: #999;
}

#index_sidebar .news {
    line-height: 125%;
    padding-bottom: 15px;
	font-size: 13px;
	color: #000;
}

#index_sidebar .news_table A {
    text-decoration: none;
}

#index_sidebar .news_image {
    float: left;
    padding: 3px;
    margin-right: 8px;
    border: 1px solid #dedede;
}

#index_sidebar .news_title {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 2px;
	color: #F29400;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#index_sidebar #partner {
	text-align: right;
	padding-top: 25px;
}


/*********************
    FORM PROPERTIES
 *********************/

#maincontent .jrr_form {
	overflow: hidden;
	clear: left;
	margin-bottom: 10px;
}

#maincontent .jrr_form DD {
	background-color: #f8f8f8;
}

#maincontent .jrr_form DD.ffix {
	background-color: #f8f8f8;
	background-image: url(../images/form_fix.gif);
	background-repeat: repeat-x;
	background-position: 50% top;
}

#maincontent .jrr_form DD DL {
	margin-left: 20px;
}

#maincontent .jrr_form DD FIELDSET DD {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 175px;
}

#maincontent .jrr_form DD FIELDSET DD SPAN {
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#maincontent .jrr_form FIELDSET DD SELECT {
	font-size: 12px;
	width: 210px;
	padding: 3px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#maincontent .jrr_form DD FIELDSET DD .text {
	font-size: 12px;
	padding: 6px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	background-image: url(../images/form_textbox_shade.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#maincontent .jrr_form DD FIELDSET DT {
	position: relative;
}

#maincontent .jrr_form DD FIELDSET DT LABEL {
	line-height: 26px;
	font-weight: bold;
	color: #666;
}

#maincontent .jrr_form DD FIELDSET DT {
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
}

#maincontent .jrr_form DD FIELDSET P {
	font-size: 11px;
	line-height: 190%;
	color: #666;
	margin-bottom: 10px;
	padding-left: 12px;
}

#maincontent .jrr_form DL DT .fe {
	padding-left: 13px;
	z-index: 5;
	left: 375px;
	overflow: hidden;
	width: 200px;
	position: absolute;
	top: 0px;
	background-image: url(../images/form_error.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#maincontent .jrr_form DL DT .fe SPAN {
	display: block;
	background-color: #ffe1e1;
	color: #f00;
	padding: 7px;
}

#maincontent .jrr_form DL DT .fe SPAN A {
	color: #f00;
}

#maincontent .jrr_form DL DT .fs {
	padding-left: 13px;
	z-index: 5;
	left: 375px;
	overflow: hidden;
	width: 200px;
	position: absolute;
	top: 0px;
	background-image: url(../images/form_success.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#maincontent .jrr_form DL DT .fs SPAN {
	display: block;
	background-color: #d9e394;
	color: #77ac03;
	padding: 7px;
}

#maincontent .jrr_form FIELDSET {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#maincontent .jrr_form SELECT {
	font-family: "Tahoma", "Trebuchet MS", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#maincontent .jrr_form LEGEND {
	white-space: normal;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -7px;
}

#maincontent .jrr_form LEGEND SPAN {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	display: block;
	padding-right: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	font-size: 14px;
	color: #666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-color: #eee;
	line-height: 32px;
	width: 690px;
}

#maincontent .jrr_form .findform_submit {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #f8f8f8;
	background-image: url(../images/form_button_find.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 49px;
	width: 170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}

#maincontent .jrr_form .findform_submit:hover {
	background-position: 0px -49px;
}

#maincontent .jrr_form .requestloginform_submit {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #f8f8f8;
	background-image: url(../images/form_button_send.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 49px;
	width: 170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}

#maincontent .jrr_form .requestloginform_submit:hover {
	background-position: 0px -49px;
}