/***************** define the whole site's properties *******************/

body {
	font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

select {
	width: 190px;
	display: inline;
	font-size: xx-small;
	background: white;
	border: 1px solid #999999;
}

#contents {
	min-height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

html>body #contents {
	height: auto; /* hack: IE6 won't do this */
}

a {
	font-weight: bold;
	color: #F19001;
}

img {
	border: 0px none;
	text-decoration: none;
}

.noLine {
	text-decoration: none;
}

#errorActive {
	width: 100%;
	background-color: red;
	color: white;
	position: relative;
	text-align: center;
	height: 25px;
}

#messageActive {
	width: 100%;
	background-color: green;
	color: white;
	position: relative;
	text-align: center;
	height: 25px;
}

.entryElement {
	margin: 20px auto 20px;
	width: 640px;
	background-color: #BBBBBB;
	border: 1px solid orange;
	padding: 4px;
}


ul {
	text-align: left;
	list-style-type: none;
}

/***************** the head section *******************/

#headSection {
	width: 100%;
	margin: 0px;
	height: 100px;
	position: relative;
}

#header {
	position: relative;
	top: 0px;
	width: 100%;
}

#loogoo {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	height: 100px;
	z-index: 1;
}

/***************** the foot section *******************/

#footSection {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	margin-top: 20px;
}

#copyRight {
	font-weight: bold;
	position: absolute;
	bottom: 25px;
	float: right;
	width: auto;
	right: 20px;
}

#dateLeft {
	position: absolute;
	font-size: xx-small;
	bottom: 25px;
	left: 20px;
	width: 100px;
}

#footer {
	position: absolute;
	width: 100%;
	background-color: #595959;
	bottom: 0;
}

.bottom {
	width: 100%;
	height: 50px;
}

/***************** the main content section *******************/

#main {
	position: relative;
	display: block;
	left: 0;
	right: 0;
	margin: 0px auto 20px auto;
	padding: 0 10px 0 10px;
	text-align: center;
}

.rightDiv {
	text-align: right;
	margin-top: 20px;
	background: #F19001;
	width: 100%;
}

.formElement {
	text-align: left;
	display: block;
	width: 100%;
	margin-top: 5px;
	border-bottom: 1px dotted black;
}

/***************** the guard content section *******************/
#loginContainer {
	position: relative;
	border: 2px outset #C0C0C0;
	background: #C0C0C0;
	padding: 15px;
	width: 200px;
	height: 120px;
	left: 50%;
	margin: 20px 0 100px -110px;
}

.centerDiv {
	text-align: center;
}

.leftDiv {
	text-align: left;
}

.top {
	width: 100%;
	height: 100px;
}

.boardElement {
	background-color: #BBBBBB;
	margin: 10px 0 20px;
	border: 1px solid orange;
	padding: 4px;
}

.contentLine {
	width: 600px;
	border-bottom: 1px solid #CCCCCC;
	margin: 4px 0 4px;
	padding: 4px 0 4px;
}

.mainCatHead {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid black;
	margin-top: 10px;
	background: #F19001;
	color: black;
}

button,.submit,.reset {
	color: white;
	font-size: xx-small;
	background-color: #999999;
	border: 1px solid #777777; ;
	width: 140px;
	height: 18px;
	letter-spacing: 1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
}

input.text, textarea, input.file {
	font-size: 10px;
	background: white;
	border: 2px inset #C0C0C0;
	width: 100%;
}

.newSymbol {
    background: black;
    border: 1px inset #FECD00;
    color: yellow;
    font-weight: bold;
    padding: 1px 5px 1px 5px;
    margin-right: 10px;
}

div.textField {
    width: auto;
    right: 0;
    border: 1px solid #CCCCCC;
    font-weight: normal;
    padding: 2px;
    margin: 10px auto 0px;
}
