/* CSS Document */

body{
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  font-family:Arial, Helvetica, sans-serif;
  background:url(images/background.jpg) top center repeat-y #e7e7e7;
  line-height:normal;
  }
  
  body#login	{
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  font-family:Arial, Helvetica, sans-serif;
  background-color:#003163;
  background-image:none;
  line-height:normal;
  }
  
#container  {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
    }
	
#wrapper  {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
    }
#headercontainer {
	margin: 0 auto;
	width: 978px;
	background:url(images/toplogo.jpg) top left no-repeat;
	padding: 0;
	border: 0;	
	}
	
#header {
	background-color:#003163;	
	width: 100%;
	text-align: left;
	}
#header h1 {
	color:#ffffcc;
	font-family:"Trebuchet MS";
	font-size:30px;
	font-weight:bold;
	padding: 0;
	}
#navcontainer ul {
	padding: 0;
	margin: 0;
	color: White;
	float: left;
	font-family: arial;
	font-size:14px;
	font-weight:bold;
	width: 500px;	
	border: 0;
	line-height: normal;
	margin-top:83px;
	list-style: none;
	}
	
#navcontainer ul li { 
	float: left;
	line-height:normal;	
	margin:0;
	border: 0;	
	padding:0;
	}
#navcontainer ul li a {
	padding: 0.2em 1.4em;
	background-color: #0053a0;
	color: White;
	text-decoration: none;
	float: left;
	margin:0 5px 0 0;
	border: 0;
	line-height:normal;	
	}
#navcontainer ul li a.current {
	padding: 0.2em 1.4em;
	background-color:#e7e7e7;
	color:#003163;
	text-decoration: none;
	float: left;
	border: 0;
	margin:0 5px 0 0;
	line-height:normal;
	}
#navcontainer ul li a:hover {
	background-color: #e7e7e7;
	color: #abc103;
	}
#content {
	margin: 0 auto;
	padding: 0;
	width: 978px;
	text-align: center;	
	}
#main {
	float: left;
	text-align: left;
	width: 700px;
	background-color: #fff;
	padding-left: 10px;
	 }
#main .title {
	border-bottom: 1px solid #9f9f9f;
	padding: 6px 8px 6px 8px;
	width:670px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 6px;
	color: #666666;
	}
#sidebar {
	padding:10px 10px 10px 10px;
	width: 220px;
	float: right;
	text-align:left;
	font-size:12px;
	}
#sidebar  h3 {
	font-size:14px;
	font-weight:bold;
	color:#003163;
	padding-bottom:5px;
	border-bottom: 1px solid #9f9f9f;
	}
#sidebar  li {
	font-size:10px;
	list-style-image:url(images/li.gif);
	color: #666666;
	padding: 0;
	margin: 0;
	}
#sidebar  ul {
	margin:10px;
	padding-left:6px;
	font-size:10px;
	}
#controls {
	position:relative;
	height:100%;
	width:670px;
	margin-top: 8px;
}

.pos-l {
float:left
}
.pos-r {
float:right
}


.button a{
display:block;
padding:5px;
color:#0053a0;
text-align:center;
width:150px;
background-color:#e7e7e7;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
.button a:hover{
display:block;
padding:5px;
color:#fff;
text-align:center;
width:150px;
background-color:#c4d82d;
font-size:14px;
font-weight:bold;
}
.left {
float:left;
margin-right:5px;
}
.right {
float:right
}
 .text-grey {
 color:#666666;
 }
 
 .spacer {
	background-color:#e7e7e7;
	height:20px;
	border: 0;
	margin: 0;
	padding: 0;
 }
 
 #summary th {
	color:#666666;
	font-weight:normal;
	text-align:left;
	line-height:20px;
	padding-left: 6px;
 }
  .totaal{
  color:#000;
  font-weight:bold;
  text-align:left;
  line-height:20px;
  background-color:#ffff99
 }
 #requests {
 line-height:26px;
 font-size:12px;
 font-weight:bold;
 color:#666666;
 }
 #uploads {
 line-height:26px;
 font-size:12px;
 font-weight:bold;
 color:#666666;
 }
 #requests td {
 border-bottom:1px solid #cccccc;
 text-align:center;
 }
 #requests th {
	background-color:#e7e7e7;
	text-align: center;
	border-top: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
 }
 #uploads td {
 border-bottom:1px solid #cccccc;
 text-align:center;
 }
  #uploads th {
	background-color:#e7e7e7;
	text-align: center;
	border-top: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
 }
 #uploads th.approved {
	background-color:#d7ebcb;
	color: #009100;
	font-weight: bold;
	border-right: 1px solid #ffffff;
 }
 #uploads th.disapproved {
	background-color:#ffcece;
	color: #ff0000;
	font-weight: bold;
 }
 .today {
 color:#000;
 }
 .inspring {
 padding-left:5px;
 }
 
 #stats h3 a {
 color:#0053a0;
 text-decoration:underline;
 }
 
 #stats h3 a:hover {
 color:#0053a0;
 text-decoration:none;
 }
 #loginbox td{
 background-color:#FFFFFF;
 color:#003163;
 font-family: arial;
 font-size:12px;
 font-weight:bold;
 }

 #loginbox table{
 background-color:#FFFFFF;
 }
 #loginbox th{
 background-color:#FFFFFF;
 font-size:14;
 color:#003163;
 text-align:left;
 
 }
 
 #loginbox input{
width:150px;
 }
.cancel a{
color:#ff0000;
font-size:11px;
text-decoration:underline;
}
.cancel a:hover{
color:#ff0000;
text-decoration:none;
}


#useredit {
 line-height:26px;
 font-size:12px;
 font-weight:bold;
 color:#666666;
 }
 #useredit td {
 border-bottom:1px solid #cccccc;
 text-align:left;
 }
 #useredit th {
	background-color:#e7e7e7;
	text-align: left;
	border-top: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
 }
#useredit .edit{
text-align:right
}
#useredit .edit a{
color:#ff0000;
text-decoration:underline;
}
#useredit .edit a:hover{
color:#ff0000;
text-decoration:none;
}

#useredit a{
color:#0053a0;
text-decoration:underline;
}
#useredit a:hover{
color:#0053a0;
text-decoration:none;
}

#useredit .today {
 color:#333333;
 }
 .black {
 color:#000000;
 }

