@charset "utf-8";
/* CSS Document */

body {
	background-color: #132239;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../gui/stars_bg.gif);
	background-position: left top;
 	background-repeat: no-repeat;
}
.shadowBg {
	background-image: url(../gui/shadow_bg.jpg);
	background-position: left;
	background-repeat:repeat-y;
	width: 8px !important;
	
}

.footerMenu {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #000000;
}
.footerMenu a, .footerMenu a:hover, .footerMenu a:visited {
	text-decoration: none;
	color: #333333;
}
.footerMenu a:hover {
	text-decoration: none;
	color: #d8a336;
}

.liquidLinks{
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #9f9f9f;
}
.liquidLinks a, .liquidLinks a:hover, .liquidLinks a:visited {
	text-decoration: none;
	color: #333333;
}
.liquidLinks a:hover {
	text-decoration: none;
	color: #d8a336;
}

.contentText {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #000000;
}

.topNotice {
	background-color: #ff9933;
	padding:10px;
	border: 1px solid #C08106;
}
.diaryTitle {
	font-weight: bold;
	font-size: 14px;
}
.diaryTitle small {
	font-size: 10px;
	font-weight: normal;
}
.eventHolder {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ff9933;