﻿*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	font-family: "Lucida Grande" , "Lucida Sans Unicode" ,Arial,Verdana,sans-serif;
	font-size: 12px;
	/*For blue gradient------ 1.background image -- bgGifBlue */
	background: url(../imgs/bgGif.gif) repeat-x top left;
	background-color:#a7c407;/*BLUE  ONE #345e86;*/
	
	
	
}
/* shadows start here */


/* shadows end here */

#container
{
	width: 900px;
	margin: 0pt auto; 
	padding:0;
	background-color: White;
	border-left:1px solid gray;
	border-right:1px solid gray;
	text-align:left;
	min-height:100%;
	
}




#containerContent
{
    width:860px;
    padding:0px 20px 0px 20px;
    margin:0;
    margin-top: 10px;
    min-height:500px;
}





/* Header - logo + small navigation */
#header
{
	height: 100px;
	clear: both;
	margin-bottom: 10px;
	
}

#header .logo
{
    float: left;
    width: 60%;
    height: 100px;
    
}
#header .smallNavigation
{
    float: right;
    width: 40%;
    height: 100px;
}
ul#smallNav
{
    
    text-align:right;
    vertical-align:top;
    height:15px;
    list-style-type:none;
    padding-top: 10px;
}


ul#smallNav li
{
    float:right;
    border-right: solid 1px a9bacc;
    border-bottom: 1px solid #e2e2e2;
    
}

ul#smallNav li a:link
{
    text-decoration: none;
    padding: 0px 8px 0px 8px;
    color: #9f9f9f;
    
    }
    
ul#smallNav li a:visited
{
    text-decoration: none;
    padding: 0px 8px 0px 8px;
    color: #9f9f9f;
}
    
ul#smallNav li a:hover{
    text-decoration:underline;
    color: #232323;
}


/* LOGIN */
#login
{
    
    margin:2px 0 0 0 ;
    padding:0px 7px 1px 2px;
    text-align:right; 
    width:353px;
    border:1px solid #e2e2e2;
    vertical-align:top; 
   
}

.btnLogin
{
    width:100px;
    height:20px;
    background:transparent;
    border:none;
    padding:0;
    margin:none;
}


#login a
{
    color:#9f9f9f;
    text-decoration:none;
    margin:0px 10px 0px 10px;
    font-size:11px;
}


.loginInputs
{
    width:138px;
    
}
    
/* Login nested */
#wachtwoord
{
    width:353px;
    padding:0 0 1px 2px;
    border-bottom:1px solid #e2e2e2;
    display:none;
 
    margin:0 0 5px 0;
}


 
 ul.loginNested
 {
    padding:3px 0 3px 0;
    list-style:none;  
    border-bottom:1px solid #e2e2e2;
 }
 
 ul.loginNested li
 {
    height:20px;
    width:160px;
    margin:3px 0px 3px 10px; 
    float:left;
    text-align:right; 
 }
 

#register
{
    width:353px;
    padding:0 0 1px 2px;
    border-bottom:1px solid #e2e2e2;
    display:none;
    margin:0 0 5px 0;
}


 
/* END LOGIN */
/* End Header */



/* Menu */


#menuDiv
{
    margin-top:0px;
    padding:0px;    
    height: 30px;
    width:900px; 
    background:url (../imgs/menuGif.gif) repeat-x top left;
    background-image:url(../imgs/menuGif.gif);
    
   
    
    
     
}


.menu
{
    padding:0;
    /* padding-left:5%;
    padding-right:5%; */
    width:500px;
    height:30px;    
    margin:0;
    text-align:center;
    background:transparent;
    float:left;
    list-style-type:none;

    
    
    
   
}

/* CSS FRIENDLY ADAPTER CONTROLS */

/*most outer Ul */
.AspNet-Menu 
{
    z-index:1000;
   padding:0;
   display:block;
   margin:0;
   
   
   
}
/* level one */
.AspNet-Menu li
{
    /*float:left;*/
    padding:14px 0px 2px 0px;
    margin-bottom:4px;
    border-right:1px solid white;
    height:1%;
    width:18%;
    text-align:center;
    
    

    
   
}

.AspNet-Menu li a
{
    font-family:Arial;
    color:White;
    font-size:13px;
    font-weight:bold;
    padding:0px;
   
}

.AspNet-Menu li a:hover
{
    color:#063e8b;
}

/* level two */
.AspNet-Menu li ul
{
    top:30px;
    padding:0px;
    left:0px;
    
    
}

.AspNet-Menu li li
{
    float:left; 
    background-color:#d0e07a;
    text-align:left;
    border:1px solid  #e2e2e2;
    margin:0px;
    padding:0 0 0 5px;      
    width:180px;

    
    
}

.AspNet-Menu li  li a
{
       color:/*#1b1b1b*/white;
       font-weight:bold;
}
.AspNet-Menu li  li a:hover
{
    color:/*white*/#063e8b;
}




/* End Css Friendly adapters */
.menu table
{
}

.menu td td td 
{
    
   
    padding:0;
    margin:0;
    text-align:center;    
    padding-right:10px;
}

.menu td div td
{
    text-align:left;
}

.menuItemsDynamic
{
    background-color:#d0e07a;
    text-align:left;
    border:1px solid  #e2e2e2;
    font-family:Arial;
    color:#1b1b1b;
    margin:0;
    padding:0;
    padding-left:5px; 
    font-weight:bold;
        
}

.menuItemsDynamic td
{
    height:20px;
    vertical-align:bottom;
    text-align:left;
    
    
    
     
}



.menuItems
{
    text-decoration:none;
    color:black;
    font-size:13px;
    font-weight:bold;   
    font-family:Arial;
    border-left:1px solid white;
    border-right:1px solid white;
    height:30px;
    margin:0;
    margin-right:10px;
    margin-top:5px;
    min-width:130px;
    background-image: transparent url(../imgs/tdFix.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding:0;
    text-align:center;
    
   
    
    
    
}





.menuItemsHoverDynamic
{
    color:black;   
}
.menuItemsHoverStatic
{
    color: #e2e2e2;
   
}

/* Menu end */

/* Search Engine */

.searchBtn
{
    width:60px;
    float:right;   
    border:none;
    background:transparent;
    color:white;
    height:30px;
    margin:2px 2px 0px 2px;
    vertical-align:bottom;
    cursor:pointer;
}

.search
{
    margin:8px 3px 0px 0px;
    width:89px;
    padding-left:20px;
    float:right;
    color:#063e8b;
    font-size:12px;
    border:1px solid #9f9f9f;
    height:16px;
    padding-top:2px;
    background-color:White;
    background-image: url(../imgs/search.gif);
    background-repeat: no-repeat;
    background-position:left;
   
    
}

#searchResults
{
 margin:10px 0 5px 0;
 padding:0px;

 
}


.pageOverviewSearch
{
    width:500px;
    padding:2px 2px 3px 3px;
    margin:0;
}

.pageNameSearch a
{
    
    margin-bottom:4px;
    font-size:14px;
    text-decoration:none;  
    color: #87a9d8;
    
}

.pageUrlSearch
{
    margin-top:2px;
}
.pageUrlSearch a
{
    color:#87a9d8;
    font-size:11px;
    text-decoration:none;
    
}

.pageUrlSearch a:hover
{
    text-decoration:underline;
}




/* 
 Engine End */

/* breadcrumbs */

.breadcrumb
{
   font-size:11px;
   border-bottom:1px solid gray;
   width:860px;
   margin:15px 20px 0px 20px;
   text-align:right;
   
   
}



.breadCurrent
{
    color:#a7c407;
    text-decoration:none;
    font-weight:bold;  
    margin-left:2px; 
}

.breadNode
{
    color:#9f9f9f;
    text-decoration:none;
    
   
}



.breadSeparator
{
   color:#063e8b;
   margin:0px 2px 0px 2px; 
}


/* breadcrumbs end */



/*footer */

#footer
{
 margin-top: 10px;
 width: 100%;
 padding:0;
 border-bottom:1px solid #063e8b; 
}

#copyright
{
    text-align:center;
    width: 100%;
    font-family: Arial;
    font-size: 11px;
    color: #9f9f9f;  
}


/* End footer */


