body {
    background: #354F79;
    color: #000000;
    font-size: 0.8em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    scrollbar-base-color: #354F79;
    scrollbar-track-color: #FARBE;
    scrollbar-face-color: #FARBE;
    scrollbar-highlight-color: #FARBE;
    scrollbar-3d-light-color: #FARBE;
    scrollbar-dark-shadow-color: #FARBE;
    scrollbar-shadow-color: #354F79;
    scrollbar-arrow-color: #DFDFDF;
}

a:link {
    color: #930000;
    text-decoration: none;
}

a:visited {
    color: #930000;
    text-decoration: none;
}

a:hover {
    color: #DD0000;
    text-decoration: none;
}

.space {
    background: #DFDFDF;
    border: 1px solid #333;
    font-size: 1em;
    padding: 0 10px;
    margin: 0 auto;
    border-top: none;
    border-bottom: none;
    float: none;
    width: 100%;
    margin-left: 13%;
    margin-right: 1%;
}

#header {
    background: #cccccc;
    color: #dddddd;
    font-size: 1em;
    font-weight: bold;
    padding: 10px;
    letter-spacing: 5px;
    font-style: italic;
}

#menu {
    background: #cccccc;
    border: 1px solid #000000;
    font-size: 1em;
    font-weight: bold;
    float: none;
    display: block;
    padding: 0 10px;
    margin: 0 auto;
    border-top: 1px solid #002a64;
    border-bottom: none;
    line-height: 20px;
    width: 100%;
    margin-left: 13%;
    margin-right: 1%;
}

#menu a:link {
    color: #930000;
    text-decoration: none;
    float: left;
    margin: 4px 10px 0 10px;
    padding-bottom: 6px;
}

#menu a:visited {
    color: #930000;
    text-decoration: none;
    float: left;
    margin: 4px 10px 0 10px;
    padding-bottom: 6px;
}

#menu a:hover {
    color: #DD0000;
    text-decoration: none;
    border-bottom: 4px solid #fff;
    padding-bottom: 2px;
}

div#boardnav {
    background: #e3e3e3;
    border: 1px  #9e9e9e;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 3px;
    float: left;
    width: 99%;
}

.defaultTable {
	background: #869BBF url(sekforum/images/gradients/gradient_tcat.gif) repeat-x left top;
	font-size: 18pt;
	font-family: "Arial", Courier, monospace;
	color: #ECECFF;
	border-top: 1px solid #354F79;
	border-right: 1px solid #354F79;
	border-bottom: 1px solid #354F79;
	border-left: 1px solid #354F79;
	font-weight: bold;
}

.rogTable {
	background: #ECECFF;
	font-size: 10pt;
	font-family: "Arial", Courier, monospace;
	color: #000000;
	border-top: 1px solid #354F79;
	border-right: 1px solid #354F79;
	border-bottom: 1px none #354F79;
	border-left: 1px solid #354F79;
	font-weight: bold;


}

.defaultTr {
    background: #5C7099 url(sekforum/images/gradients/gradient_thead.gif) repeat-x top left;
    color: #eeeeee;
    font-size: 1em;
    font-weight: bold;
}

.catTr {
    background: #869BBF url(sekforum/images/gradients/gradient_tcat.gif) repeat-x left top;
	font-size: 16pt;
	font-family: "Arial", Courier, monospace;
	color: #ECECFF;
	border-top: 1px solid #354F79;
	border-right: 1px solid #354F79;
	border-bottom: 1px none #354F79;
	border-left: 1px solid #354F79;
	font-weight: normal;
}

.catTr a:link {
    color: #ECECFF;
    text-decoration: none;
}

.catTr a:visited {
    color: #ECECFF;
    text-decoration: none;
}

.catTr a:hover {
    color: #FFFF00;
    text-decoration: none;
}

.defaultRo {
    background: #5C7099 url(sekforum/images/gradients/gradient_thead.gif) repeat-x top left;
    color: #eeeeee;
    font-size: 1em;
    font-weight: bold;
}

.catRo {
    background: #869BBF url(sekforum/images/gradients/gradient_tcat.gif) repeat-x left top;
	font-size: 16pt;
	font-family: "Arial", Courier, monospace;
	color: #ECECFF;
	border-top: 1px solid #354F79;
	border-right: 1px solid #354F79;
	border-bottom: 1px solid #354F79;
	border-left: 1px solid #354F79;
	font-weight: normal;
}

.catRo a:link {
    color: #ECECFF;
    text-decoration: none;
}

.catRo a:visited {
    color: #ECECFF;
    text-decoration: none;
}

.catRo a:hover {
    color: #FFFF00;
    text-decoration: none;
}


.catOne {
    background: #DFDFDF;
    font-size: 1em;
}

.catTwo {
    background: #CCCCCC;
    font-size: 1em;
}

div.bbcode, div.attachment {
    background: #fff;
    border: 1px solid #878787;
    font-size: 1em;
    margin: 10px 20px;
    padding: 0;
}

div.bbcode div.title, div.attachment div.title {
    background: #e5e5e5;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px dashed #ccc;
}

div.bbcode div.message, div.bbcode pre, div.attachment p {
    font-size: 1em;
    margin: 0;
    padding: 5px;
    overflow: auto;
}

div.bbcode pre {
    font-size: 1em;
    font-family: "Courier New", Courier, monospace;
    margin: 0;
    padding: 0;
}


div.message a {
    color: #333;
    border-bottom: 1px solid #333;
}

td h3 {
    margin: 5px 0;
}

div.message a:hover {
    text-decoration: none;
    border-bottom: 1px solid #777;
}

div.bbcode td {
    vertical-align: top;
}

div.bbcode .numbers {
    color: #333;
    padding: 0 3px;
    border-right: 1px solid #ccc;
    font-weight: bold;
    overflow: visible;
}

div#boardnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
}

div#boardnav ul li {
    float: left;
    margin: 0;
    padding-left: 15px;
    background-position: 3px 4px;
}

div#boardnav ul li span {
    font-weight: normal;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    width: 100%;
}

#menu li {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
}

#header h1 {
    margin: 0;
    padding: 0;
}

div.options {
    padding: 5px;
}

div.options div.right {
    float: right;
    padding: 5px;
}

ul.pagenav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.pagenav li {
    float: left;
    padding: 1px 2px 1px 2px;
    margin: 0 2px 0 2px;
    border: 1px solid #878787;
    background-color: #f5f5f5;
}

ul.pagenav li.active {
    background-color: #f5f5f5;
}

ul.pagenav li:first-child {
    background-color: #ccc;
}

p.boardline {
    padding: 0;
    margin: 10px 0 0 2px;
}

table {
    clear: both;
}
