@CHARSET "UTF-8";
/* BASIC */

body {
	margin: 0px;
	padding: 0px;

	font-family: 'Open Sans' , sans-serif;
	font-size: 11pt;
	line-height: 1.9em;
	color: #000000;
	background-color: #ffffff;
}

p, ol, ul {
	margin: 0em 0em 1em 0em;
}

ol li {
	list-style-type: decimal;
	margin-left: 25px;
}

ul li {
	list-style-type: square;
	margin-left: 1.5em;
}

input, textarea {
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

sup {
	font-size: 8px;
}

/* ELEMENTS */
.board { display: none; }


/* LAYOUT */
#header { 
    margin: 0px;
    padding: 0px;
    height: 55pt;
    background-color: #000000;
}

h1 {
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 55pt;
    font-size: 20pt;
    padding-left: 20pt;
}

.layout {
    margin: 0px auto;
    height: auto; 
    width: 100%;
    max-width: 960px; 
    
}

#content { margin-top: 14px; }

.lCol {
    float: left;
    width: 620px;
}

.rCol {
    float: left;
    margin-left: 20px;
    width: 320px;
}

.bhig {
    margin-left: 14pt;
    background-color: #000000;
    color: #ffffff; 
    margin-bottom: 2pt;
    padding: 0pt 8pt;
    float: left; 
}

.ic.bhig { width: auto; float: left;  }

.pText {
    font-size: 10pt;
    margin-left: 22pt;
}

h2 {
    margin-left: 22pt;
    font-size: 11pt;
    font-weight: bold;
    margin-top: 22pt; 
    text-transform: uppercase;
    float: left; 
}

h2.dark {
    margin-left: 14pt;
    padding-left: 8pt;
    padding-right: 8pt;
    background-color: #ebebeb;
    float: left; 
}

.rCol h2 { margin-top: 0px; } 


#loginForm {
    border: 1px solid #000000;
    background-color: #ebebeb; 
    padding: 15pt;
    margin-right: 14pt;
}

#loginForm .label { display: none; }

#loginForm .text { border: 0px; background-color: #ffffff; width: 95%; height: 18pt; padding-left: 8pt; margin-bottom: 8pt;  }

#loginForm .control { text-align: right; }
#loginForm .button { float: right; border: 0px; background-color: #000000; color: #ffffff; height: 18pt; padding: 0pt 8pt; text-transform: uppercase; }
.loginDesc { clear: both; font-size: 9pt; line-height: 1.3em; text-align: right; padding-top: 8pt;}
.loginDesc a { text-decoration: underline; }

.files { margin-top: 10pt; border-top: 1px dotted #000000;  }

a.file {
    display: block;
    border-bottom: 1px dotted #000000;
    font-weight: bold;
    line-height: 22pt; 
}

a.file span {
    font-weight: normal;
}

a.file:hover { background-color: #ebebeb; }

a.showBoard {   
    display: block; 
    float: right; 
    width: 15px;          
    font-size: 11pt;    
    overflow: hidden;
    padding-left: 8pt;    
    
}
a.showBoard img { margin-left: 0px; }
a.showBoard.active img { margin-left: -15px; }



/* SCROLLBAR */

div.jsScroll {
}

div.jsScroll .viewport {
	overflow: hidden;
	position: relative;
}

div.jsScroll .overview {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

div.jsScroll .thumb .end, div.jsScroll .thumb {
	background-color: transparent;
}

div.jsScroll .scrollbar {
	position: absolute;
        margin-left: 604px;
	width: 18px;
}

div.jsScroll .track {
	background-color: transparent;
	height: 100%;
	width: 18px;
	position: relative;
	background-image: url("../img/track.png");
	background-position: center;
	background-repeat: repeat-y;
}
div.jsScroll .thumb {
	height: 139px;
	width: 18px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0px;
	background-image: url("../img/scrollbar.png");
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

div.jsScroll .thumb .end {
	overflow: hidden;
	height: 1px;
	width: 18px;
	background-color: transparent;
}

div.jsScroll.horizontal .thumb .end {
	height: 18px;
	width: 1px;
}

div.jsScroll .disable{
	display: none;
}

/* PAGINATOR */

div.paginator {
	text-align: center;
        color: #074815;
}

div.paginator .number {
	border: 1px solid #b5985a;
	padding: 3px 8px 3px 8px;
	margin: 0px 2px 0px 2px;
}

div.paginator .button {
	margin: 0px 2px 0px 2px;
}

div.paginator .current {
	background-color: #b5985a;
	color: #074815;

}

div.paginator a {
	text-decoration: none;
}

/* UTILITY */

div.hidden {
	display: none;
}

div.clear {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.chbox {
	width: auto;
	height: auto;
	border: none;
	background-color: transparent;
}

.redb {
	background-color: red !important;
}

a[href^="error:"] {
	background: red;
	color: white;
}

.dump {
	background-color: gray;
	z-index: 1000;
}


.errorText {
    margin: 0px auto;
    text-align: center;
    color: #ffffff;
    background-color: red; 
}