@import "menu.css";
@import "tabs.css";
@import "gbcode.css";
@import "datepicker.css";
html {
	margin: 0;
	padding: 0;
}

* {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

#logon {
	float: left;
	text-align: left;
	color: #A1A1C5;
	margin-top: 35px;
	margin-left: 5px;
}
#main #logo {
/*	display: block;
	float: left;
	clear: left;
	margin-right: 15px;*/
	padding: 5px;
}
#main #top_logo {
	margin: -10px;
	padding-bottom: 10px;
}

#main.dialog {
/*	position: relative;*/
	left: 0px; 
	right: 0px;	
	width: 420px;
	height: 100%;
	top: 0px; bottom: 0px;	
	margin-top: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 7px;
	margin-right: 15px;
}

#kalender {
	position: relative;
	float: right;
	width: 100px;
	padding-left: 2px;
	margin-top: 25px;
	margin-bottom: 10px;
	border-left: 1px solid #A1A1C5;
	text-decoration: none;
}
#kalender .dagvdm {
	float: left;
	font-size: 24px;
	font-weight: bold;
	margin-top: -2px;
	color: #A1A1C5;
}
#kalender .datum {
  color: #000000;
}
#kalender .dag {
  text-decoration: italic;
}
#kalender p {
	padding-bottom: 4px;
	margin-bottom: 1px;
	margin-top: 8px;
	margin-left: 2px;
	border-bottom: 1px dashed #A1A1C5;
	text-overflow: ellipsis;
}
#kalender a.datum:hover {
  text-decoration: none;
}

.pollbox {
	position: relative;
	float: right;
	width: 150px;
	padding-left: 2px;
	margin-top: 25px;
	margin-bottom: 10px;
	border-left: 1px solid #A1A1C5;
	text-decoration: none;
}
.pollbox caption {
	font-size: 10px;
	font-weight: bold;
	color: #A1A1C5;
}

tr.mo:hover, tr.banded {
	background-color: #F7F8FC;
}
td {
	vertical-align: top;
}	
tfoot td {
	font-size: 11px;
	font-weight: bold;
	color: #A1A1C5;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #A1A1C5;
	margin-bottom: 3px;
	clear: left;
}
h2, thead td, td.kop {
	font-size: 11px;
	font-weight: bold;
	clear: left;
}
h2 {
	padding-left: 5px;
	margin-bottom: 3px;
}
h3 {
	padding-left: 7px;
	font-weight: bold;
}
p {
	margin-top: 3px;
	padding-left: 5px;
}
blockquote, tr.mo:hover, tr.banded {
	background-color: #F7F8FC;
	padding: 5px;
}

ul {
	margin-top: 0px;
}
form {
	margin: 0px;
}
iframe, input, textarea, select { border: 1px solid #A1A1C5; }
input.hl, textarea.hl, select.hl, option.hl { border: 1px solid #FF8EAB; }
input.dis, textarea.dis, select.dis, option.dis { color: #A1A1C5; background-color: #E7E7E7; }
input.nb { border: 0px; }
input.ghost { color: #A1A1C5; }
a, a:active, a:visited {
	color: #7C7CAE;
	text-decoration: none;
}
.onderschrift {
	color: #7C7CAE;
	font-size: 9px;
}
.publicatie {
  font-size: 10px;
  color: #7C7CAE;
}
a:hover {
	color: #17213B;
	text-decoration: underline;
}
a.btn { 
	border: 1px solid #A1A1C5; 
	background-color: #E7E7E7;	
	padding: 2px;
	margin: 2px;
	height: 12px; /* height: 101%; */
	line-height: 20px;
}

hr {
	height: 1px;
	color: #A1A1C5;
}
li {
	list-style-type: disc;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 105%;
	background-color: #F7F8FC;
	margin-left: 5px;
	padding: 3px;
}
#ShowDays {
	float: right;
}
p.event, .event p {
	width: 82%
}
div.event {
	clear: left;
}
div.columns .item {
	width: 280px;
	display: block;
	float: left;
}
div.columns .event p {
	width: 95%;
}
.error {	
	padding-left: 28px;
	color: #DC143C;
	font-weight: bold;
	background-image: url(../images/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	clear: left;
}
div.boxed {
	border: 1px solid #A1A1C5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 0px;
	clear: both;
}
div.boxed_small {
	border: 1px solid #A1A1C5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 0px;
	float: left;
}
div.boxed .caption, div.boxed_small .caption {
	position: relative;
	font-size: 10px;
	font-weight: bold;
	color: #A1A1C5;
	top: -8px;
	background-color: white;
	padding-left: 3px;
	padding-right: 3px;
}
div.toolbar {
	float: right;
}
tr.hldrag, tr.hldrag td {
   border-top: 1px dashed #61658B;
}

#FragmentTable td {
	vertical-align: middle;
	border-bottom: 1px dashed #A1A1C5;
}

#dragcontents {
  	background-color: #61658B;
  	position: absolute;
  	z-index: 1012;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
  	opacity: 0.6;
}

#toolhelp {
  	position: absolute;
  	background-color: #FFFFFF;
	border: 1px solid #17213B;
  	z-index: 1012;
  	margin: 3px;
	width: 200px;
}
#toolhelp table {
	width: 100%;
}
td.today {
	border: 1px solid #DC143C;
}
.hand { cursor: pointer; }

img {
	border: 0px;
}

img.thumb {
	border: 1px solid #61658B;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.columns li img {
	float: right;
	margin-right: 5px;
	border: 0px;
}
ul.columns li:hover {
	background-color: #F7F8FC;
}
ul.columns li:hover ul {
	background-color: #FFFFFF;
}
