/*  Main text color: #091c5a */
/*  Top of page color: #ccf */
/*  Borders color: #99c */
/*  Background-color: #ddd */

@media screen {

body {
	color: #091c5a;
	background-color: #fff;
}

div#top {
	height: 65px;
}

div#top h1 {
	position: absolute;
	left: 190px;
	top: 48px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #99c;
}

div#header {
	border-top: 4px solid #ccf;
}

#top ul.menu_1 li {
	border-right: 1px solid #99c;
	color: #091c5a;
}

#top ul.menu_1 li a {
	color: #091c5a;
}

div#float-wrapper {
	border-top: 2px solid #99c;
}

div#right-col {
	border-top: 2px solid #99c;
}

#left-col span.menu_1, #left-col span.menu_2, #left-col ul.more li {
	display: block;
	background-color: #ccf;
	font-size: 1em;
	padding: 2px 0.5em; 
}

#left-col ul.menu_2, #left-col ul.more {
	font-size: 1em;
}

#left-col span.menu_1 {
	padding-left: 1em;
	font-weight: bold;
}

#left-col span.menu_2{
	padding-left: 2em;
	font-weight: normal;
}

#left-col ul.more li {
	font-weight: normal;
	margin-top: 1px;
	padding: 2px 0.5em 2px 2em !important;
}

#left-col li  {
	padding: 1px 0 0 !important;
}

#left-col ul.menu_2, #left-col ul.more  {
	margin: 0;
}

#left-col li a:link  {
	text-decoration: none;
	color: #000;
}

#left-col li a:visited {
	color: #666;
}

#left-col li a:hover {
	color: #fff;
}

input.button, input.defaultbutton {
	background-color: #ccf;
}

div#footer .block {
	border-top: 1px dashed #39c;
	background-color: #ddd;
}

#right-col .block {
	background-color: #ddd;
}

p.path {
	border-top: 1px dashed #39c;
	color: #091c5a;
}

.content-block {
	border-top: 1px dashed #39c;
}

div.folder {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

div.flags {
	border: 1px solid #7fb3bc;
}

div.flags a {
	font: bold Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000;
	background-color: #ccf;
	padding: 0px 8px;
	border: 1px outset #ccf;
}

div.flags li {
	padding: 0px 4px;
}

div.flag ul {
}

div#iconbox {
	background-color: #fff ! important;
	border: 1px solid #7fb3bc;
}

}

h1 {
	font-weight: bold;
	border-bottom: 1px solid #39c;
	color: #369;
}

a, .normalLink, a:visited.nohistory {
	color: #00f;
}

a:visited, .visitedLink {
	color: #808;
}

a:hover, a:active, .activeLink {
	color: #f00;
	text-decoration: underline
}

#centre-col ul.children-list {
	border-top: 1px dashed #39c;
}

#centre-col .children-list dt {
	border-top: 1px dashed #39c;
	color: #037;
}

#centre-col .children-list p.readmore {
	padding-left: 16px;
	background: url(../../../../design/ircstandard/images/arrow_green.gif) no-repeat scroll 0px 3px;
}

#centre-col .children-list dt a {
	color: #037;
}

form.EntryForm {
	border-top: 1px dashed #39c;
	background-color: #ddd;
}

.topline {
	border-top: 1px dashed #39c;
}

div.followup_message {
	border-top: 1px dashed #39c;
}

form.forum_reply {
	border-top: 1px dashed #39c;
}

div#metainfo {
	color: #848dac;
}