
/**** BASICS ****/
img, div, a { behavior: url("/athena/site/css/iepngfix.htc") }



* {
margin: 0px;
padding: 0px;
}

body {
    background: url('/athena/site/image/body_background.png') repeat top left;
	font-family: Arial;
	font-size: 12px;
    color: black;
    margin: 0px;
    padding: 0px;
    width: 98%; /* to get rid of the horizontal scrollbar in IE */
}


td {
	font-family: Arial;
	font-size: 12px;
    vertical-align:top;
}
a {
    cursor:pointer;
    color: black;
    font-family:arial;
    font-size:13px;
    text-decoration:underline;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}



/*** PAGE LAYOUT ***/
#container {
    margin-top:20px;
    text-align: left;
    width: 994px;
    margin-left: auto;
    margin-right: auto;
}
#center_shade_top{
    height:7px;
    font-size:0px;
    line-height:0px;
    margin:0px;
    padding:0px;
    background: url('/athena/site/image/page_shade_top.png') no-repeat top left;
}
#center {
    margin:0px;
    padding:0px;
    width: 994px;
}
#center_shade_left{
    font-size:0px;
    width:7px;
    height:100%;
    float:left;
}
#center_shade_left_top{
    font-size:0px;
    background: url('/athena/site/image/page_shade_left_top.png') no-repeat top left;
    width:7px;
    height:7px;
}
#center_shade_left_center{
    font-size:0px;
    background: url('/athena/site/image/page_shade_left_center.png') repeat-y top left;
    height:400px;
    width:7px;
}
#center_shade_left_bottom{
    font-size:0px;
    background: url('/athena/site/image/page_shade_left_bottom.png') no-repeat top left;
    width:7px;
    height:7px;
}

#page {
    width:980px;
    float:left;
    padding:0px;
    background-color:white;
}

#header {
    height:230px;
    position:relative;
    background: url("/athena/site/image/header_background_01.jpg") no-repeat top left;
}



#menu {
    position:absolute;
    top:29px;
    left:16px;
}

#menu a {
    display:block;
    line-height:26px;
    padding-left:10px;
    text-decoration:none;
}


#menu a.top:hover{
    background:url("/athena/site/image/menu_top_active.png") no-repeat top left;
    color: #387300;
}
#menu a.center:hover{
    background: url("/athena/site/image/menu_center_active.png") no-repeat top left ;
    color: #387300;
}
#menu a.bottom:hover{
    background: url("/athena/site/image/menu_bottom_active.png") no-repeat top left;
    color: #387300;
}

#menu a.top{
    background: url("/athena/site/image/menu_top_inactive.png") no-repeat top left;
    width:228px;
    height:29px;
}
#menu a.center{
    background: url("/athena/site/image/menu_center_inactive.png") no-repeat top left;
    width:228px;
    height:28px;
}
#menu a.bottom{
    
    background: url("/athena/site/image/menu_bottom_inactive.png") no-repeat top left;
    width:228px;
    height:34px;
}

#menu a.top.active{
    background: url("/athena/site/image/menu_top_active.png") no-repeat top left;
    color: #387300;
}
#menu a.center.active{
    background: url("/athena/site/image/menu_center_active.png") no-repeat top left;
    color: #387300;
}
#menu a.bottom.active{
    background: url("/athena/site/image/menu_bottom_active.png") no-repeat top left;
    color: #387300;
}


#menu  a{
    position:relative;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    top:7px;
}

#syswide {
    position:absolute;
    top:0px;
    right:14px;
    height:20px;
}

#syswide a {
    text-decoration:none;
    font-weight:bold;
}

#syswide_left{
    width:61px;
    line-height:21px;
    padding-left:3px;
    text-align:center;
    height:29px;
    float:left;
    background: url("/athena/site/image/syswide_left_inactive.png") no-repeat top left;
}

#syswide_left.active{
    color:#387300;
    background: url("/athena/site/image/syswide_left_active.png") no-repeat top left;
}

#syswide_left:hover { 
    color:#387300;
    background: url("/athena/site/image/syswide_left_active.png") no-repeat top left;
}

#syswide_right{
    text-align:center;
    padding-right:3px;
    line-height:21px;
    text-align:center;
    width:61px;
    height:29px;
    float:left;
    background: url("/athena/site/image/syswide_right_inactive.png") no-repeat top left;
}

#syswide_right:hover {
    color: #387300;
    background: url("/athena/site/image/syswide_right_active.png") no-repeat top left;
}

#syswide_right.active{
    color: #387300;
    background: url("/athena/site/image/syswide_right_active.png") no-repeat top left;
}


#search_sort_tab {
    height:22px;
    padding:13px 10px 10px 10px;
    margin-bottom:1px;
    background: url('/athena/site/image/search_sort_tab_background.png') repeat-x top left;
}

.search_sort_tab_text{
    width:90px;
    margin-left:10px;
    font-size:11px;
    line-height:10px;
    font-weight:bold;
    display:block;
    float:left;
}
.search_sort_tab_input{
    color :#555555;
    margin-top:1px;
    height:20px;
    float:left;
}

.search_sort_tab_search{
    margin-left:5px;
    float:left;
}

#tag_header {
    height:92px;
    padding:20px;
    background-color:#EFC141;
    background: url('/athena/site/image/tag_header.png') repeat-x top left;
    margin-bottom:1px;
}
#tag_table td{
    width:160px;
    color:#5d830d;
}
#tag_table td a{
    color:#5d830d;
    text-decoration:underline;
}


#front_header {
    position:relative;
    height:164px;
    background: url('/athena/site/image/front_header_background_orange.png') repeat-x top left;
}

#front_header.green {
    position:relative;
    height:129px;
    background: url('/athena/site/image/front_header_background_green.png') repeat-x top left;
}


#front_header_text{
    padding:20px;
    width:475px;
}
#front_header_logo{
    position:absolute;
    width:440px;
    height:92px;
    top:30px;
    left:515px;
	/*width:425px;
    height:52px;
    top:51px;
    left:519px;
    */
    /*
	width:440px;
    height:92px;
    top:30px;
    left:515px;
	*/
    background: url('/athena/site/image/newlogo.png') no-repeat top left;
	cursor:pointer;
    
}

#content {
    background-color:white;
    padding:25px 10px 10px 10px;
}

.content_type{
    width:140px;
    float:left;
}
.content_info{
    margin-left:10px;
    width:550px;
    float:left;
    position:relative;
}
.content_info p {
    margin-bottom:10px;
}

.content_info table{
    border-collapse:collapse;
}

.content_info table.border td {
    border:1px solid black;
    
}

.content_info ul {
    list-style:inside;
}

.content_info a {
    color:#397300;
    
}

.content_right{
    padding-top:20px;
    width:220px;
    float:right;
}

.content_row{
    width:700px;
    margin-bottom:20px;
    background: #f7eedb url('/athena/site/image/gradientbox_orange f8f1df.png') repeat-x top left;
}

.content_menu li{
    margin-bottom:10px;
}

.content_gradient{
    padding:10px;
    background: #d6d6d6 url('/athena/site/image/gradientbox_grey d6d6d6.png') repeat-x top left;
    
}

.box {
    padding:20px;
    float:left;
    margin:10px;
    width:260px; /* 300*/
    height:198px; /*238*/
	display:inline;
}

.box_text{
    height:70px;
    color:#555555;
    overflow:hidden;
}
.related_ul li a {
    color: #397300;
    margin-bottom:8px;
    padding-left:20px;    
    text-decoration:none;    
    background: url('/athena/site/image/dot.png')  no-repeat top left;
    background-position: 3px 5px;
}

.assesment{
    background-color:white;
    padding:10px;
    width:200px;
    margin-top:10px;
    float:left;
}

.assesment_ul li{
    color: #555555;
}

.assesment_ul img {
    background-color:transparent;
}

div.star{
    width: 100px;
    display:block;
}


.f7eeda{
    background: url('/athena/site/image/gradientbox_home_beige f7eeda.png')  repeat-x top left;
}

.b7da98{
    background: url('/athena/site/image/gradientbox_home_green b7da98.png') repeat-x top left;
}

.box_image{
    
}

.arrow{
    background: url('/athena/site/image/arrow_close.png') no-repeat;
    background-position:0px 7px;
    padding-left:15px;
	cursor:pointer;
}

.arrow.open{
    background: url('/athena/site/image/arrow_open.png') no-repeat;
    background-position:0px 7px;
}


#footer{
    background: url('/athena/site/image/footer_background.png') repeat-x top left;
    height:77px;
    padding:20px;
}

#footer a{
    font-weight:normal;
    text-decoration:underline;
}

#center_shade_right{
    font-size:0px;
    width:7px;
    float:left;
}
#center_shade_right_top{
    font-size:0px;
    background: url('/athena/site/image/page_shade_right_top.png') no-repeat top left;
    width:7px;
    height:7px;
}
#center_shade_right_center{
    font-size:0px;
height:400px;
    background: url('/athena/site/image/page_shade_right_center.png') repeat-y top left;
    width:7px;
}
#center_shade_right_bottom{
    font-size:0px;
    width:7px;
    height:7px;
    background: url('/athena/site/image/page_shade_right_bottom.png') no-repeat top left;
}

#center_shade_bottom{
    font-size:0px;
    background: url('/athena/site/image/page_shade_bottom.png') no-repeat top left;
    height:7px;
}

.nav {
    list-style:none;
    margin-top:10px;
    height:20px;
}
.nav a{
    text-decoration:none;
}
.nav li {
    float:left;
    display:block;
    margin-right:4px;
}

.nav_num{
    width:20px;
    height:20px;
    display:block;
    background-color:#EFC141;
    color:white !important;
    font-size:11px;
    font-family: 'Verdana';
    line-height:18px;
    text-align:center;
    cursor:pointer;
}

.nav_num:hover{
    background-color:black;
}
.nav_num.active {
    background-color:black;
}

.nav_next {
    background: url('/athena/site/image/button_next.png') no-repeat top left;
    width:49px;
    cursor:pointer;
    height:20px;
    display:block;
}
.nav_next:hover{
    background: url('/athena/site/image/button_next_rollover.png') no-repeat top left !important;
}

.nav_previous {
    background: url('/athena/site/image/button_previous.png') no-repeat top left;
    width:70px;
    cursor:pointer;
    height:20px;
    display:block;
}
.nav_previous:hover{
    background: url('/athena/site/image/button_previous_rollover.png') no-repeat top left !important;
}

.backtooverview{
    background: url('/athena/site/image/button_backtooverview.png') no-repeat top left;
    display:block;
    width:126px;
    height:20px;
    margin:0px 5px 10px 0px;
}
.download {
    background: url('/athena/site/image/button_downloaddocument_green.png') no-repeat top left;
    display:block;
    width:140px;
    height:25px;
}
.download_gray {
    background: url('/athena/site/image/button_downloaddocument_gray.png') no-repeat top left;
    display:block;
    width:147px;
    height:25px;
}
.upload {
    background: url('/athena/site/image/button_upload.png') no-repeat top left;
    display:block;
    width:130px;
    height:25px;

}

.read_more:hover{
    background: url('/athena/site/image/button_readmore_rollover.png') no-repeat top left !important;
    

}
.read_more {
    background: url('/athena/site/image/button_readmore.png') no-repeat top left;
    background-position:0px 0px;
    display:block;
    width:84px;
    height:20px;
    margin:5px 5px 5px 0px;
    cursor:pointer;
	text-decoration:none;
}


.search {
    background: url('/athena/site/image/button_search.png') no-repeat top left;
    display:block;
    width:64px;
    cursor:pointer;
    height:25px;
}
.search:hover{
    background: url('/athena/site/image/button_search_rollover.png') no-repeat top left;

}

.showall {
    background: url('/athena/site/image/button_showall_active.png') no-repeat top left;
    display:block;
    width:64px;
    cursor:pointer;
    height:25px;
}

.showall:hover{
    background: url('/athena/site/image/button_showall_rollover.png') no-repeat top left !important;
}

.showall_inactive{
    background: url('/athena/site/image/button_showall_inactive.png') no-repeat top left;
    display:block;
    width:64px;
    height:25px;
}

.tags {
    width:400px;
}


/**** MENU ****/
.mainmenu-item {
    border: 0px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #999999;
    background-color: #eeeeee;
    width: 200px;
    height: 20px;
    font-size: 11px;
	font-weight:400;
    padding-left: 3px;
    letter-spacing: 0.1em;
}
.mainmenu-item-active, .mainmenu-item:hover {
    background-color: #999999;
	color:#FFFFFF;
}
.submenu-item {
    display:block;
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
    letter-spacing: 0.1em;
    height: 20px;
    border: none;
}

.submenu-item a {
    color: #333333;
}
.submenu-item-active a, .submenu-item:hover a  {
    color: #666666;
    text-decoration: underline;
}

.clear{
    clear:both;
}



/**** NEWS ****/
span.news_date {
    display: block;
    font-family: "Lucida Sans Unicode";
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #333333;
	background-color:#F5F5F5;

}
span.news_headline {

    display: block;
    margin-left: 10px;
    font-family: "Lucida Sans Unicode";
    font-size: 12px;
    font-weight: normal;
}





/**** CELLS ****/
span.cellheader {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color:#333333;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.celltracker {
    display:block;
    border: 0px;
    border-bottom: 1px solid #999999;
    background-color: green;
    height: 20px;
    color: #ffffff;
    padding-left: 3px;
}

span.cellcontent {
    display:block;
    height: 100px;
    padding: 10px 0px 0px 5px;
}





/**** CONTENT ****/
h1 {
    font-family: Arial;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

h2 {
    font-family: Arial;
    font-size: 16px;
    color: black;
    margin:5px 0px 2px 0px;
    font-weight: bold;
}

h3{
    font-family: Arial;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

hr {
    border:0px;
    height:1px;
    line-height:0px;
    width:725px;
    margin:10px 0px 10px 0px;
    padding:0px;
    background-color:#c2c2c2;
    color:#c2c2c2;
}

div.content_element {
    margin-bottom: 20px; 
	color:#555555;
}
div.content_element table td {
    height: 20px;
	border: 1px solid #cccccc;
	padding: 1px 3px 1px 3px;
}
div.image_css2 {
    /* small left */
    margin-bottom: 20px;
}
div.image_css3 {
    /* small right */
    margin-bottom: 20px;
    text-align: right;
}
div.image_css0, div.image_css1 {
    /* large center, small center */
    margin-bottom: 20px;
    text-align: center;
}

div.image_css4 {
    /* small left text */
    float: left;
    margin: 0px 10px 10px 0px;
}
div.image_css5 {
    /* small right text */
    float: right;
    margin: 0px 0px 10px 10px;
}    

.pijltje{  /* wordt gebruikt op de TOOLS & PROJECTS pagina */
position:relative;
top:12px;
left:15px;
}