#login {
	position: fixed;
	top: 5px;
	right: 2em;
	margin: 0px;
	padding:0 8px;
	line-height: 1;
	text-align: right;
	font-size: x-small;
	color: #09e;
	background-color: #cff;
	opacity: 0.5;
}

#login:hover {
	opacity: 1;
}

#login input[type=text], #login input[type=password] {
	font-size: x-small;
	width: 80px;
	border: 1px solid #09e;
	color: #000;
}

#login input[type=submit] {
	font-size: x-small;
	font-weight: bold;
	padding:0 8px;
	background-color: #09e;
	color: #fff;
}

#errorFade, #errorAppear {
	position: fixed;
	top: 5px;
	left: 2em;
	height: 12px;
	margin: 0px;
	padding:0px;
	line-height: 1;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #f00;
}

#error {
	position: fixed;
	top: 17px;
	left: 2em;
	margin: 0px;
	padding:5px 8px;
	line-height: 1.4;
	text-align: left;
	font-size: x-small;
	color: #f00;
	background-color: #ffc;
	border: 1px solid #f00;
}

#error li {
	margin-left: 1em;
	padding:0;
}

dd#pager {
	float: left;
	display: block;
	padding-top: 5px;
	width: 310px;
	text-align: center;
	font-size: x-small;
	}

/*--form-------------------------------------------------------*/
#edit {
	float: none;
	width: 80%;
	margin: 10px auto;
}

#edit p {
	float: left;
	display: block;
	width: 100%;
	font-size: medium;
	color: #333;
	background-color: #cff;
	padding: 5px;
}

#edit p label {
	float: left;
	display: block;
	width: 20%;
	text-align: right;
	font-weight: bold;
	color: #09e;
}

#edit p input.long {
	float: left;
	display: block;
	width: 70%;
	border: 1px solid #09e;
}

#edit p input.short {
	float: left;
	display: block;
	width: 35%;
	border: 1px solid #09e;
}

#edit p textarea {
	float: left;
	display: block;
	width: 70%;
	border: 1px solid #09e;
}

#edit p select {
	float: left;
	display: block;
	border: 1px solid #09e;
}

#edit p span.alert {
	float: left;
	display: block;
	margin-left: 1em;
	font-size: medium;
	color: #333;
}

#edit p span.red {
	float: right;
	display: block;
	width: 80%;
	margin-top: 0.2em;
	font-size: small;
	color: #f00;
}

#edit p span.customer {
	float: left;
	display: block;
	width: 70%;
}

#edit p span.customer label {
	float: left;
	display: block;
	width: auto;
	padding: 3px;
	font-weight: nomal;
	font-size: medium;
	color: #333;
}

#submit {
	clear: both;
	width: 80%;
	margin: 10px auto;
	text-align: center;
}

#submit input.button {
	float: left;
	display: block;
	width: 100px;
	margin: 10px 10px;
	background-color: #09e;
	color: #fff;
	font-weight: bold;
	border: 2px outset #09e;
}

#submit select {
	float: left;
	display: block;
	width: 60%;
	background-color: #09e;
	color: #fff;
	font-weight: bold;
	border: 2px outset #09e;
}

#staff {
	clear: both;
	display: block;
	width: 100%;
	padding-top: 5px;
	text-align: left;
	font-size: small;
}

h1.title {
	float: left;
	display: block;
	margin: 5px 0px;
	width: 100%;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: large;
}

ul.topmenu {
	float: left;
	clear: both;
	display: block;
	text-align: right;
	width: 100%;
	margin: 10px 0;
	border-top: 1px solid #09e;
}
ul.topmenu li{
	float: left;
	list-style-type: none;
	border: 1px solid #09e;
	border-top: 1px solid white;
	padding: 1px 3px;
	margin: 0px 5px;
	margin-top: -1px;
	-moz-border-radius-bottomright: 7px;
}
ul.topmenu li:hover, ul.topmenu li.selected {
	background-color: #09e;
	border-top: 1px solid #09e;
}
ul.topmenu li:hover a, ul.topmenu li.selected a {
	font-weight: bold;
	color: #fff;
}
ul.topmenu a {
	color: #09e;
	font-weight: bold;
	font-size: small;
}

h2.title {
	float: none;
	width: 80%;
	color: #09e;
	margin: 0 auto;
	margin-top: -1.8em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: medium;
}

h2.title2 {
	float: none;
	width: 80%;
	color: #09e;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: medium;
}

ul.menu {
	float: none;
	clear: both;
	display: block;
	text-align: right;
	width: 80%;
	height: 1.5em;
	margin: 10px auto;
	border-top: 1px solid #09e;
}
ul.menu li{
	float: right;
	list-style-type: none;
	border: 1px solid #09e;
	border-top: 1px solid white;
	padding: 1px 3px;
	margin: 0px 5px;
	margin-top: -1px;
	-moz-border-radius-bottomright: 7px;
}
ul.menu li:hover, ul.menu li.selected {
	background-color: #09e;
	border-top: 1px solid #09e;
}
ul.menu li:hover a, ul.menu li.selected a {
	font-weight: bold;
	color: #fff;
}
ul.menu a {
	color: #09e;
	font-weight: bold;
	font-size: small;
}

.pager {
	float: none;
	clear: both;
	display: block;
	width: 80%;
	font: x-small Arial, Helvetica, sans-serif;
	text-align: center;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 5px 0;
	margin: 0 auto;
	background-color: #cff;
}

.pager a:active, .pager a:link, .pager a:visited {
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}

.pager .current-page {
	padding: 2px 6px;
	border: solid 1px #f63;
	background: #fc9;
	font-weight: bold;
	vertical-align: top;
}

.pager a:hover {
	color: #fff;
	background: #7d95b5;
	border-color: #036;
	text-decoration: none;
}

#admin_list {
	float: none;
	clear: both;
	width: 80%;
	margin: 10px auto;
	border-collapse: collapse;
	border: 1px solid #039;
}

#admin_list th {
	border: 1px solid #039;
	padding: 3px;
	background-color: #09e;
	color: #fff;
	text-align: center;
	font-size: small;
	font-weight: bold;
}

#admin_list th a {
	color: #fff;
	text-decoration: underline;
}

#admin_list tr.alternate {
	background-color:#cff;
}

#admin_list tr:hover, #admin_list tr:hover td a, #admin_list tr:hover th, #admin_list tr:hover th a{ 
	font-weight: bold;
	color: #ff9;
	background-color: #09e;
}
#admin_list td {
	border: 1px solid #039;
	padding: 3px;
	font-size: medium;
}

#admin_list td a {
	text-decoration: underline;
}

div.spacer {
	clear: both;
	font-size: 2px;
	}
	
#address {
	float: none;
	width: 80%;
	margin: 10px auto;
}

#address p {
	float: left;
	display: block;
	width: 100%;
	font-size: medium;
	font-weight: bold;
	color: #09e;
}

#admin, #director, #staffs, #member, #sub_prsn, #sub_grp {
	float: left;
	overflow: auto;
	display: block;
	list-style-type: none;
	width: 32%;
	height: 120px;
	border: 1px solid #09e;
	margin: 2px;
}

#admin li, #director li, #staffs li, #member li, #sub_prsn li, #sub_grp li {
	float: left;
	display: block;
	padding: 3px;
}

#admin li.name, #director li.name, #staffs li.name, #member li.name, #sub_prsn li.name, #sub_grp li.name {
	float: none;
	display: block;
	font-weight: bold;
	color: #ff9;
	background-color: #09e;
}

#admin li.name a, #director li.name a, #staffs li.name a, #member li.name a, #sub_prsn li.name a, #sub_grp li.name a {
	color: #fff;
	text-decoration: underline;
}

#bbs {
	clear: both;
	float: none;
	width: 80%;
	margin: 10px auto;
}

#bbs h3, #bbs div.bbs-re h4 {
	float: none;
	width: 100%;
	border: 1px solid #09e;
	padding: 3px;
	margin-top: 10px;
	background-color: #fff;
	color: #09e;
	font-weight: bold;
	font-size: large;
}

#bbs h3 span.data, #bbs div.bbs-re h4 span.data {
	position: relative;
	float: none;
	display: block;
	text-align: right;
	padding: 3px;
	color: #09e;
	font-size: small;
}

#bbs ul.data, #bbs div.bbs-re ul.data {
	float: none;
	clear: both;
	display: block;
	font-size: small;
	text-align: right;
	width: 100%;
	height: 1.5em;
	background-color: #09e;
	color: #fff;
	border: 1px solid #09e;
	padding: 3px;
}

#bbs ul.data li, #bbs div.bbs-re ul.data li {
	float: right;
	list-style-type: none;
	padding: 1px;
	margin: 0px 5px;
}

#bbs ul.data li a, #bbs div.bbs-re ul.data li a {
	color: #ff9;
	font-weight: bold;
	text-decoration: underline;
}

#bbs p.body, #bbs div.bbs-re p.body {
	float: none;
	width: 100%;
	border: 1px solid #09e;
	padding: 3px;
	font-size: medium;
	background-color: #fff;
	color: #333;
}

#bbs p.body span.edit, #bbs div.bbs-re p.body span.edit {
	position: relative;
	float: none;
	display: block;
	text-align: right;
	font-size: x-small;
	padding: 1px 3px;
	margin: 0px 5px;
}

