/*******************************\
|    Admin Panel Style Sheet    |
|         Administrator         |
|-------------------------------|
| Copyright 2006 Luuk Bruggeman |
\*******************************/


/* Te wijzigen kleuren
 *
 * #ade1ec: Menu, table headers;
 * #e2f5f5; Row1;
 * #d6ecf4; Row2;
 */
 

body {
	margin-top: 15px;
   margin-bottom: 15px;
	padding: 0px;
	color : #000000;
	background-color : #DCDCDC;
	font-size : 8pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}	

img {
  border-width: 0px;
}

a {
  text-decoration: none;
  color: #014246;
}

a:hover {
  color: #000A25;
}

/* Content Divs */

.header {
	float: right;
	text-align: right;
}

.menu {
	border: 1px solid #b1b1b1;
	background: #ade1ec;
	height: 20px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	vertical-align: middle;
}

div.main {
	position: relative;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	padding: 15px;
	border: 1px solid #b1b1b1;
	width: 775px;
}

div.homeleft {
	float: left;
	width: 350px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

div.homeright {
	float: right;
	width: 400px;
	border: 1px solid #b1b1b1;
	background: #d6ecf4;
	padding: 5px;
}

div.content {
	width: 775px;
	text-align: left;
}

#info {
	border: 1px solid #B1B1B1;
	color: #6E707E;
	float: left;
	width: 340px;
	height: 46px;
	text-align: left;
	padding: 5px;
}

.hometext {
	margin:0px;
	padding:0px;
	float: left;
	text-align: left;
}

.greenbox {
	border: 1px solid #b1b1b1;
	background: #9DB6DF;
	padding: 5px;
}

div.help {
  background-color: #FFFFFF;
  margin: 5px auto 5px auto;
  padding: 5px;
  border: 1px solid #b1b1b1;
  width: 95%;
  
  height: 400px;
  overflow: auto;
  
}

div.help a {
	font-weight: bold;
}

.fakemenu {
	border: 1px solid #b1b1b1;
	background: #ade1ec;
}

/* Login scherm */
div.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	padding: 15px;
	border: 1px solid #b1b1b1;
	width: 429px;
	background: #FFFFFF;
}

div.login-form {
	text-align: left;
	float: right;
	width: 60%;
}

.login-text {
	text-align: left;
	width: 40%;
	float: left;
}

.login-error {
	color: #8F0000;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}

/* Forms */

form {
    margin: 0px;
}

input {
	border: 1px solid #b1b1b1;
	font-size : 8pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

select {
	border: 1px solid #b1b1b1;
	font-size : 8pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

textarea {
	border: 1px solid #b1b1b1;
	font-size : 8pt;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

div.form-block {
	border: 1px solid #b1b1b1;
	background: #ade1ec;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.checkbox, .radio {
	border-width: 0px;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
}

.inputbox {
	width: 150px;
	margin: 0 0 1em 0;
	border: 1px solid #b1b1b1;
}

.button {
	border : 1px solid #b1b1b1;
	background: #d6ecf4;
	color : #000000;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

.button2 {
	border : 1px solid #b1b1b1;
	background: #d6ecf4;
	color : #000000;
	font-weight : bold;
	font-size : 11px;
	padding: 1px 4px;
	margin-bottom: 0.5em;
}

.disabled {
	border : 1px solid #b1b1b1;
	background-color: #D6D6D6;;
	color : #000000;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}


/* Tables */

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
}

.contenttable {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	border-bottom: 1px solid #707380;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.contenttable th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 20px;
	background-color: #ade1ec;
	border-top: 1px solid #707380;
	border-bottom: 1px solid #707380;
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
}

table.contenttable tr.row0 {
	background-color: #e2f5f5;
}
table.contenttable tr.row1 {
	background-color: #d6ecf4;
}

table.contenttable tr.row2 {
	background-color: #C2E2EF;
	font-weight: bold;
}

table.contenttable tr.rowselect {
	background-color: #FFFFFF;
	font-weight: bold;
}

table.contenttable td {
	padding: 1px 4px 1px 4px;
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
}

table.contenttable tr.row2 td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #B1B1B1;
	border-top: 1px solid #B1B1B1;
}
	

table.contenttable th a {
	color: #000000;
}

table.contenttable tr.rowsubmit {
  background-color: #EBEBEB;
}

table.contenttable td.submit {
	border: 1px solid #A5A5A5;
	text-align: center;
	height: 30px;
	vertical-align: middle;
}

#mailpreview {
	background-color: #FFFFFF;
	margin: 5px;
	border: 1px solid #000000;
}

#mailpreview td {
	border-color: 1px solid #B1B1B1;
	border-width: 0;
}



.kalendertable {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.kalendertable th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	background-color: #ade1ec;
	border: 1px solid #707380;
	text-align: center;
	width: 95px;
}

table.kalendertable td {
	border: 1px solid #B1B1B1;
	height: 50px;
}

.kalenderdiv {
	width: 100%;
	height: 100%;
	margin:0px;
	cursor: pointer;
}

.kalenderdiv a {
	position:relative;
	z-index:24;
}

.kalenderdiv a:hover {
	z-index:25;
}

.kalenderdiv a div {
	display: none;
}

.kalenderdiv a:hover div {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 15em;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #e2f5f5;
	text-align: left;
}
	

.gray {
	background-color: #D6D6D6;
}

.today {
	border: 2px solid #707380;
	background-color: #e2f5f5;
}

table.kalendertable td.noborder {
	border-width: 0px;
}


a.viewsbar {
	display: block;
	position: absolute;
	z-index: 6;
	background-color: #ADE1EC;
	border-top: 1px solid #7ACEE0;
	border-right: 1px solid #7ACEE0;
}

a.viewsbar .viewshover {
	position: absolute;
	display: none;
	top: 1px;
	left: 1px;
	z-index: 15;
	background-color: #FFFF80;
	padding: 2px;
}

a.viewsbar:hover .viewshover {
	display: block;
}



div.homeright td {
	vertical-align: top;
}

.logfile {
	width: 100%;
	height: auto !important;
	height: 500px;
	max-height: 500px;
	overflow: scroll;
	background-color: #E4E4E4;
	border: 1px solid #707380;
}

.logfile td {
	font-family: monospace;
	font-size: 10pt;
}

.loglinenumbers {
	background-color: #B2B2B2;
	border-right: 1px solid #707380;
	vertical-align: top;
	text-align: right; 
}

.log_ip {
	color: red;
}

.log_date {
	color: green;
}

.log_admin {
	color: blue;
}

.log_plain {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
	
	

/* Text & Misc. classes */

.title {
  font-size: 12pt;
  font-weight: bold;
  margin-top: 0px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.small {
  font-size: 9px;
}

.bold {
  font-weight: bold;
}


.success {
	font-weight: bold;
	color: #008000;
}

.error {
	font-weight: bold;
	color: #8F0000;
}


.warning {
	display: block;
	padding: 5px 5px 5px 25px;
	background-color: #FFFFD2;
	border: 1px solid #eb2a2e;
	background-image: url(../images/warning.png);
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	color: #000000;
	width: 75%;
	margin: 1em 0;
}


.listerror {
	color: #8F0000;
}

.footer {
  font-size: 9px;
  color: #5D5D5D;
}

a.footer {
  text-decoration: none;
}

a.footer:hover {
  color: #5D5D5D;
  text-decoration: underline;
}

.clr {
    clear:both;
}

.ctr {
	text-align: center;
}


/* Navigatie Menu */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 15px;
}

#nav a {
  text-decoration: none;
  color: #000000;
  display: block;
}

#nav a:hover {
  text-decoration: none;
  color: #421300;
  display: block;
}