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

.notice {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 25px;
	color: #333;
	font-family: "Segoe UI", Arial;
	font-weight: bold;
	font-size: 11px;
}
.notice-left {
	float: left;
}
.notice-right {
	float: right;
	width: 600px;
}
.notice-right span {
	padding-right: 15px;
	text-align: center;
}
#notice-login {
	border-bottom: 1px solid #ad8916;
	background-color: #ffffae;
	padding-top: 7px;
/*	padding-bottom: 20px;*/
}
#notice-login a {
	color: #333;
}
#notice-login a:hover {
	color: #F00;
}
/*#notice-welcome {
	background-color: #C5CAD6;
	border-bottom-color: #383F4F;
	padding-top: 7px;
	padding-bottom: 20px;
}*/
#notice-welcome a {
	color: #15303E;
}
#notice-welcome a:hover {
	color: #F00;
}
#notice-welcome span a {
	color: #15303E;
}
#notice-donation {
	border-bottom-color: #383F4F;
	background-color: #C2D8C8;
	padding-top: 7px;
	padding-bottom: 7px;
}
#notice-review {
	border-bottom-color: #7D2022;
	background-color: #EDD;
	color: #7D2022;
	padding-top: 10px;
	padding-bottom: 10px;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	color: #563823;
	background-color: #FEFAEF;
	min-height: 200px;
}
#welcome-msg {
	padding: 20px;
	padding-top: 10px;
	padding-left: 25px;
	line-height: 22px;
}
#welcome-img {
	float: right;
	text-align: right;
	width: 370px;
}
a.notes_options:link, a.notes_options:visited, a.notes_options:active {
	color: #563823;
}
a.notes_options:hover {
	color: #FF0000;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	line-height: 20pt;
	font-weight: 700;
	color: #F90;
}


.notes-member-pic {
	height: 50px;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 15px;
	float: right;
}
#sddm {
	z-index: 30;
	padding-top: 20px;
}
#sddm li {
	list-style: none;
	float: right;
}
#sddm li a {
	display: block;
	color: #F0F8FF; /*333*/
	font-weight: normal;
	text-align: center;
}
#sddm li a:hover {
	color: #FF0000;
}
#sddm div {
	visibility: hidden;
	margin-top: 4px;
	padding: 0;
	background-color: #EAEBD8;
	border: 1px solid #030;
	position: absolute;
}
#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	background-color: #EAEBD8;
	color: #030;
	font: 11px arial;
}
#sddm div a:hover
{
	background-color: #5F6F39;
	color: #EDF1E4;
}
#m2 {
	width: 140px;
	z-index: 1;
}
#m1 {
	max-width: 250px;
	z-index: 1;
}
#m3 {
	max-width: 250px;
	position:relative; right:15px;
	z-index: 1;
}