@charset "utf-8";

body, td, p, input, button, textarea, select, .c1 {
	padding: 0;
	margin: 0;
	font: 0.7em Tahoma, Arial, sans-serif, Gulim, Simsun;
	font-size: 9pt;
	line-height: 1.5em;
}

img { border: 0; }
form { margin: 0; }

a:link, a:visited, a:active {
	color: #2971a7;
	background: inherit;
	text-decoration: none;
	font-size: 9pt;
}
a:hover { 
	color: #2971a7;
	background: inherit;
	text-decoration: underline;
}
a.menu:link, a.menu:visited, a.menu:active {
	text-decoration: none;
	color: #2971a7;
	font-size: 9pt;
}
a.menu:hover {
	text-decoration: underline;
}

.member {
	font-weight: bold;
	color: #76797c;
	font-size: 9pt;
}
.guest  {
	font-weight: normal;
	color: #76797c;
	font-size: 9pt;
}

.lh {
	line-height: 100%;
	font-size: 9pt;
	color: #76797c;
}
.jt {
	text-align: justify;
	font-size: 9pt;
	color: #76797c;
}

.li {
	font-weight: bold;
	font-size: 9pt;
	vertical-align: -4px;
	color: #2971a7;
}

.ul {
	list-style-type: square;
	color: #2971a7;
	font-size: 9pt;
}

.ct {
	font-family: Gulim;
	color: #2971a7;
	font-size: 9pt;
} 

.ed { border:1px solid #cccccc; } 
.tx { border:1px solid #cccccc; } 

.small {
	font-size: 8pt;
	font-family: Gulim;
}
.cloudy, a.cloudy {
	color: #888888;
	font-size: 9pt;
}

#menu {
	height: 36px;
	margin: 0;
	padding: 0;
}

div.button1 {
	float: left;
	width: 160px; height: 36px;
	margin: 0 0 0 0;
	background: url(/img/menu.png) top left no-repeat;
	}
div.button1 a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	background: url(/img/menu.png) top left no-repeat;
	}
div.button1 a:hover {
	background: url(/img/menu.png) 0 -37px no-repeat;
	}
div.button1 a:active {
	background: url(/img/menu.png) 0 -74px no-repeat;
	}
	
div.button2 {
	float: left;
	width: 160px; height: 36px;
	margin: 0 0 0 0;
	background: url(/img/menu.png) -160px 0px no-repeat;
	}
div.button2 a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	background: url(/img/menu.png) -160px 0px no-repeat;
	}
div.button2 a:hover {
	background: url(/img/menu.png) -160px -37px no-repeat;
	}
div.button2 a:active {
	background: url(/img/menu.png) -160px -74px no-repeat;
	}
	
div.button3 {
	float: left;
	width: 160px; height: 36px;
	margin: 0 0 0 0;
	background: url(/img/menu.png) -320px 0px no-repeat;
	}
div.button3 a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	background: url(/img/menu.png) -320px 0px no-repeat;
	}
div.button3 a:hover {
	background: url(/img/menu.png) -320px -37px no-repeat;
	}
div.button3 a:active {
	background: url(/img/menu.png) -320px -74px no-repeat;
	}
	
div.button4 {
	float: left;
	width: 160px; height: 36px;
	margin: 0 0 0 0;
	background: url(/img/menu.png) -480px 0px no-repeat;
	}
div.button4 a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	background: url(/img/menu.png) -480px 0px no-repeat;
	}
div.button4 a:hover {
	background: url(/img/menu.png) -480px -37px no-repeat;
	}
div.button4 a:active {
	background: url(/img/menu.png) -480px -74px no-repeat;
	}
	
div.button5 {
	float: left;
	width: 160px; height: 36px;
	margin: 0 0 0 0;
	background: url(/img/menu.png) -640px 0px no-repeat;
	}
div.button5 a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	background: url(/img/menu.png) -640px 0px no-repeat;
	}
div.button5 a:hover {
	background: url(/img/menu.png) -640px -37px no-repeat;
	}
div.button5 a:active {
	background: url(/img/menu.png) -640px -74px no-repeat;
	}
	
div.button6 {
	float: left;
	width: 160px; height: 36px;
	margin: 0 0 0 0;
	background: url(/img/menu.png) -800px 0px no-repeat;
	}

div.left {
	display:inline;
	float: left;
	width: 20px; height: 19px;
	margin: 8 0 0 15;
	background: url(/img/searchfield_leftcap.png) no-repeat;
	}
div.right {
	display:inline;
	float: left;
	width: 10px; height: 19px;
	margin: 8 0 0 0;
	background: url(/img/searchfield_rightcap.png) no-repeat;
	}
div.input {
	display:inline;
	float:left;
	width: 100px; height:19px;
	margin: 8 0 0 0;
	background: url(/img/searchfield_repeat.png) repeat-x;

