@charset "utf-8";
/* CSS Document */

body {
	background-color:#879EAE;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	text-align:center;
}
.field {
	border: 1px solid #CCCCCC;
}
.main {
	margin:0 auto;
	margin-top: 60px;
	width: 750px;
	text-align: left;
}
.frame{
	background-color: #FFFFFF;
	border: 2px solid #383F4F;
	width: 100%;
}
.sitemap {
	width: 120px;
	padding: 10px;
	border-right: 2px solid #383F4F;
	vertical-align: top;
	background-color: #d3e2e9;
	background-image: url(../img/bg_new.jpg);
	background-repeat: repeat-x;
}
.content {
	padding: 20px;
}
.menu-space {
	height: 5px;
}
.menu-title {
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: bold;
}
.menu-title:hover {
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #383F4F;
	background-color: #F7F8F9;
}
a.menu-link:link, a.menu-link:visited, a.menu-link:active {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-family: Arial;
	font-size: 14pt;
	line-height: 20pt;
	font-weight: 700;
	color: #FF9900;
}
.announce {
	color: #990000;
	background-color: #FFCCCD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}
a:link, a:visited, a:active {
	color:#660000;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
.favorites {
	font-family: "Segoe UI";
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #EAF1DD;
	margin-bottom: 5px;
}
.favorites-date {
	font-size: 11px;
}
.favorites-title {
	font-weight: bold;
}


ul { margin: 0px; padding: 0px;}
#sddm {
	z-index: 30;
}
#sddm li {
	list-style: none;
	margin-right: 5px;
	font-weight: bold;
	float: left;
}
#sddm div {
	visibility: hidden;
	margin-top: 4px;
	background-color: #FFF;
	border: 1px solid #030;
	position: absolute;
}
#preview {
	text-decoration: underline;
	color: #900;
}
#m1 {
	position: relative;
	margin: 10;
	padding: 5px;
	text-align: left;
	color: #030;
	font: 14px arial;
	line-height: 18px;
	width: 250px;
}
#m2 {
	position: relative;
	margin: 10;
	padding: 5px;
	text-align: left;
	color: #030;
	font: 14px arial;
	line-height: 18px;
	width: 250px;
}

/*submit-form*/
.submit {
	line-height: 22px;
	font-weight: bold;
}
.submit-buttons {
	padding-top: 15px;
}
/*Reply and Quote Window*/
.post-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 15px;
	padding-top: 15px;
	color: #666;
}
.post-msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 18px;
}

/* Forum Submit Form */
.align-buttons {
	float: left;
}