@charset "utf-8";
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 161px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 15px;
	margin-right: 5px;
}



.twoColFixLtHdr #sidebar #navigationHeader {
	width: 161px;
	height: 26px;
	background-image:url(../img/navigationHeader.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.twoColFixLtHdr #sidebar #navigationContentContainer {
	width: 157px;
	height: 197px;
	background-image:url(../img/navigationContent_bg.png);
	background-repeat: no-repeat;
	margin-top: -1px;
	margin-left: 2px;
	margin-bottom: 13px;
	padding-left:1px;
	padding-top:1px;
}
.navigationItem {
	width: 155px;
	height: 28px;
}


.twoColFixLtHdr #sidebar #forumHeader {
	width: 161px;
	height: 26px;
	background-image:url(../img/forumHeader.png);
	background-repeat: no-repeat;
	z-index: 2;
}

.twoColFixLtHdr #sidebar #forumContentContainer {
	width: 155px;
	margin-top: -1px;
	margin-left: 2px;
	margin-bottom: 13px;
	background-color: #0A0A0A;
	border: 1px solid #666666;
}

.twoColFixLtHdr #sidebar #forumContentContainer #forumLink {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.twoColFixLtHdr #sidebar #forumContentContainer #forumLink a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
}



.twoColFixLtHdr #sidebar #newsHeader {
	width: 161px;
	height: 26px;
	background-image:url(../img/newsHeader.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.twoColFixLtHdr #sidebar #newsContentContainer {
	width: 155px;
	margin-top: -1px;
	margin-left: 2px;
	margin-bottom: 13px;
	background-color: #0A0A0A;
	border: 1px solid #666666;
}

.sideNews {
	padding: 3px;
}
.sideNewsTitle {
	font-weight: bold;
	font-size: small;
}
.sideNewsText {
	font-size: small;
}
.sideNewsLink {
	font-size: x-small;
	text-align:right;
}
.sideNewsLink a {
	color: #235D6E;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar #loginHeader {
	width: 161px;
	height: 26px;
	background-image:url(../img/loginHeader.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.twoColFixLtHdr #sidebar #loginContentContainer {
	width: 157px;
	height: 145px;
	background-image:url(../img/loginContent_bg.png);
	background-repeat: no-repeat;
	margin-top: -1px;
	margin-left: 2px;
	margin-bottom: 13px;
}

.twoColFixLtHdr #sidebar #loginContentContainer form {
	padding: 5px;
}

.twoColFixLtHdr #sidebar #loginContentContainer input[type="text"] {
	width: 120px;
	font-size: x-small;
	background-image:url(../img/usr_login_bg.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
	margin-left: 3px;
}

.twoColFixLtHdr #sidebar #loginContentContainer input[type="password"] {
	width: 120px;
	font-size: x-small;
	background-image:url(../img/pwd_login_bg.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
	margin-left: 3px;
}

.twoColFixLtHdr #sidebar #loginContentContainer input[type="submit"] {
	width: 60px;
	height: 22px;
	margin-top:10px;
	margin-left: 40px;
	font-size: small;
	background-color: #235D6E;
	border: 1px solid #FFFFFF;
	color: #FFFFFF
}

