/* -- STYLE 1 "Blue Knight" main.css -- */
html { 
	margin: 0; 
	padding: 0; 
}
body {
	margin: 0;
	padding: 0;
	background-color: white;
	background: url("../../1/header-background.png") repeat-x;
	font-family: tahoma, verdana, arial, "lucida sans", sans-serif;
	font-size: 11px;
	behavior:url("csshover.htc");
}
#container {
	width: 778px;
	\width: 798px;
	w\idth: 778px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;	
	background: url("../../1/background.png");		
	color: white;
}
#header {
	padding: 0;
	background: url("../../1/header.png") no-repeat;
	height: 120px;
}
#pagename {
	display: none;
}
#welcome {
	display: none;	
}
#footer {
	padding: 0;
	margin-top: 0;
	height: 33px;
	clear: both;	
}
#footerstats {
	float: left;
	width: 778px;
	clear: both;
	padding-top: 15px;
	margin: 0;
	text-align: center;
	font-weight: bold;
}


/* ---------------- general things ---------------- */
form { 
	margin: 0;
	padding: 0;
}
h1 {
	border-bottom: 2px solid #AAC1D9;
	margin: 3px 0 5px 0;
    height: 15px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
    font-weight: bold;
    padding: 0 0 0 5px;
    background-color: white;
    color: #47637A;
}
.contentbox {
	margin-bottom: 5px;
	border: 1px solid white;	
}
h2 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
}
h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	color: black;
}
h1 a:hover {
	text-decoration: none;
	color: #FD7081;
}
a:hover {
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #B2CEEA;
	text-decoration: none;
	font-weight: bold;
}
ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: white;
}
li {
	padding: 0;
	margin: 0;
}

/* ********************************************************** *
 *                    SPECIAL 100% CSS MENU                   *
 * ********************************************************** */
ul#menu {
	position: relative;
	top: 67px;	
	left: 87px;
	background-color:#47637A;
	padding: 4px;
}
ul#menu a{
	color:white;
}
ul#menu a:hover{
	text-decoration:none;
	color:#47637A;
}
ul#menu, ul#menu li {
	float: left;
}
ul#menu ul, ul#menu ul ul {	/*submenu's */
	padding: 0;
	margin: 0;
	border:1px solid white;
	background:#47637A; 	
}	
ul#menu li, ul#menu ul li, ul#menu ul ul li { /*buttons untouched*/
	position:relative;
	margin:0px;
	padding:3px;	
	border:1px solid white;
	z-index:9;
}
ul#menu li:hover, ul#menu ul li:hover, ul#menu ul ul li:hover { /* buttons touched (hovered) */
	border:1px solid white;
	background: white; 
	z-index:15;
}
ul#menu li:hover a, ul#menu ul li:hover a, ul#menu ul ul li:hover a { /* non-folder buttons touched but a not touched */
	color:#47637A;
}
ul#menu li.folder:hover a{ /* folder buttons touched but a not touched */
	color:#47637A;
}
ul#menu li.folder:hover{ /* folder button touched */
	background: white;
}
ul#menu li.folder:hover ul li a{ 
	color: white;
}
ul#menu li.folder:hover ul li a:hover, ul#menu li.folder:hover ul li:hover a{
	color: #47637A;
}
ul#menu li.folder:hover ul li.folder:hover ul li a{
	color: white;
}
ul#menu li.folder:hover ul li.folder:hover ul li a:hover,ul#menu li.folder:hover ul li.folder:hover ul li:hover a{
	color: #47637A;
}

li.folder li {
	float:left;
	clear:both;
	width: 95%;
	z-index:10;
}
ul ul {
	position:absolute;
	display:none;
	width: 160px;
	top:20px;
	left:0px;
}
ul ul ul {
	position:absolute;
	left: 150px;
	top: 0px;
}
/* :hover, met specificity */
li:hover ul ul {
	display:none;
}
li:hover ul, li:hover li:hover ul {
	display:block;
}
/* ********************************************************** *
 *                END SPECIAL 100% CSS MENU                   *
 * ********************************************************** */

p#breadcrumb{
	font-weight: bold;
	margin-left: 78px;
}
p#breadcrumb a:hover{
	text-decoration: underline;
}/*-- STYLE 1 Blue Knight achief.php --*/
#column_1 {
	width: 434px;
	float: right;	
	padding-right: 30px;	
	background: url("../archive.png") no-repeat;
	background-position: top left;		
}
#column_2 {	
	width: 280px;
	margin: 6px 0 0 0;
	padding-left: 30px;
	overflow: hidden;	
	float: left;
}
#maincontent:after{
 	display: block;r
    content: ".";
    height: 0;
    clear: both;
    visibility: hidden;
}
select#stylechoosebox {
	width: 150px;	
	color: #47637A;
	margin: 0 0 5px 50px;	
}
div#subjectlist a.subjectlistitem, div#subjectlist a.subjectlistdate {
	font-weight: normal;
}
div#subjectlist {
	padding-bottom: 5px;
	max-width: 248px;
}
#logcontainer{
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin-top: 6px;
	padding: 50px 0 0 0;
}
div#lastreplies{
	margin: 20px 0 0 0;
}
div#lastreplies ul{
	padding: 0 5px 5px 0;
}
textarea#reply{
	width: 410px;
}
h2.subject {
	background: url("../thingie.png") no-repeat;
	font-size: 20px;
	padding-left: 50px;
	height: 30px;
	padding-top: 5px;	
}
p.logtext {
	margin: 5px 5px 0 50px;
	font-size: 12px;
}
pre.code {
	margin: 0px 5px 0 50px;
	font-size: 12px;
}

img.logimage a{
	border: none;	
}
div.loginfo {
	margin: 5px 0 0 0;	
	padding: 3px 10px 3px 0px;
	text-align: right;
	font-weight: bold;
	background-color: white;
	color: #47637A;
}
.loginfo a:link, .loginfo a:visited, .loginfo a:active, .replyinfo a:link, .replyinfo a:visited, .replyinfo a:active{
	color: black;
}
div#replycontainer {
	border: 3px double white;
	margin-bottom: 5px;
}
.reply {	
	padding: 0;
	margin-bottom: 5px;
	font-size: 12px;
}
p.replytext {
	padding: 5px 5px 5px 50px
}
.replyinfo {
	margin: 0 0 0 0;	
	padding: 3px 10px 3px 0px;
	text-align: right;
	font-weight: bold;
	background-color: white;
	color: #47637A;
}
p.quote {
	margin: 3px 5px 0 50px;
	padding: 5px;
	border: 1px solid white;
	background-color: #5E778B;
	margin-bottom: -10px;
}

/* RED FRONT */
ul.folder li {
	border-left: 5px solid #FD7081;
	margin-left: 5px;
	padding-left: 5px;
}
ul.folder li:hover {
	border-left: 5px solid #47637A;
	background: #FD7081; /*lichtrood*/
}
ul.folder li:hover a{
	color: #47637A; /*donkerblauw*/
	text-decoration: none;
}
/* LIGHT BLUE FRONT */
li {
	border-left: 5px solid #AAC1D9;
	margin-left: 5px;
	padding-left: 5px;
}
li:hover {
	border-left: 5px solid #47637A;
	background: #AAC1D9; /*lichtblauw*/
	color: black;
}
li:hover a, li:hover a.subjectlistdate{
	color: #47637A; /*donkerblauw*/
	text-decoration: none;
}

//for function queryinfo made for cronjob query list
table#queryinfo{
	float: left;
	font-size: 10px;
	background-color: black;
	color: white;
	widht: 100%;
}
