body { background-color : #FFFFFF; }
body,td,th {
	font-family : "MS Sans Serif" ,"Tahoma" ,  "Microsoft Sans Serif";
	font-size : small;
	color : #003300;
}
input,select,textarea,iframe {
	font-family : "MS Sans Serif" ,"Tahoma" ,  "Microsoft Sans Serif";
	font-size : small;
	color : #333333;
}

a { text-decoration : none; }
a:link { text-decoration: none; color: #0033CC; }
a:visited { text-decoration: none; color: #003399; }
a:active { text-decoration: underline; color: #FF6600; }
a:hover { text-decoration: underline; color: #FF6600; }

.topic_header { color: #CC3300; font-size: 1.5em; }
.title {
	color: #CC3300;
	font-size: 1.5em;
	font-weight: bold;
}
.highlight { color : #CC6633; }

.en {
	font-family : Tahoma,verdana;
}
.fixfont { font-size: 8pt; }

.field { text-align: right; }
.input { }
.explain { background-color: #F3F3F3; }

.textbox,.selectbox {
	padding-left: 2px;
	background-color: #F5F5F5;
	border: 1px solid #999999;
}
.button {
	color : red;
	background-color:#EAECF2;
	background-image:url("bg-button.gif");
	background-repeat:repeat-x;
	background-position: center;
	padding : 2px;
	border:1px #B6B6B6 solid;
}
.button_ok {
	background-image: url("/img/button/btn.ok.bg.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	border: none;
	background-color: #EEEEEE;
	width: 91px;
	height: 21px;
}
.button_cancel {
	background-image: url("/img/button/btn.cancel.bg.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	border: none;
	background-color: #EEEEEE;
	width: 91px;
	height: 21px;
}
.button_signin {
	background-image: url("/img/button/btn.ok.bg.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	border: none;
	background-color: #EEEEEE;
	width: 91px;
	height: 21px;
}

.checkbox { }
.input_require { color: red; }

.titlebar,.titlebar_right {
	color : #000000;
	background-color:#7FB7E1;
	background-image:url("bg.titlebar.gif");
	background-repeat:repeat-x;

	border-right:1px #FFFFFF solid;
	padding : 2px;
	padding-left: 5px;
}
.titlebar_right { }

.credit {
	font-family : verdana;
	font-size:8pt;
}
td.copyright {
	font-family : verdana;
	color : #000000;
	font-size:8pt;
	background-color : #99CC00;
	text-align: center;
}
a.copyright:hover { color : yellow; }
a.copyright:link { color : #FFFFFF; }
a.copyright:visited { color : #FFFFFF; }

td.member,td.member_right {
	font-size: 10pt;
	padding: 2px;
	background-color:#DEECB5;
	background-repeat:repeat-x;
	border-right:1px #FFFFFF solid;
}
td.member_right {
}

td.left_section {
	background-color:#99CC00;
	color:#000000;
}
td.left_section a { text-decoration: none;}
td.left_section a:hover {
	text-decoration: underline;
	color: #CC3300;
}

.header {
	font-size: 1.5em;
	font-weight: bold;
	color: #FF0000;
}

.subheader {
	font-weight: bold;
	color: #FF0000;
}