body, form, p, input, select, option {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 165%;
}

body {
	text-align: center;
	background: #8090a6 url(images/back.gif) repeat-x top;
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
	color: #16507e;
}

a:hover {
	text-decoration: underline;
}

/* --- ID Style --- */

#GRFORUM {
	margin: auto;
	overflow-x: hidden;
}

#layout {
	margin: 30px;
	background-color: #fff;
	border: #62738a 2px solid;
}

#forumMain {
	padding: 15px;
	text-align: left;
}

#logo {
	position: relative;
}

#logo .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
}

#logo .txt {
	margin: 15px 15px 0 0;
}

#GRFORUM .txt h4 {
	font-weight: normal;
	padding: 0;
	margin: 0 0 25px 0;
	color: #ccc;
	font-family: "Malgun Gothic", sans-serif;
	font-size: 12pt;
}

#GRFORUM .left {
	text-align: left;
}

#GRFORUM .center {
	text-align: center;
}

#GRFORUM .right {
	text-align: right;
}

#GRFORUM .list {
	margin-bottom: 20px;
}

#GRFORUM .list .title {
	background: url(images/title.back.gif) repeat-x;
	height: 28px;
	padding: 7px 0 0 20px;
	color: #fff;
}

#GRFORUM .navi {
	position: relative;
	border: #ddd 1px solid;
	border-bottom: #ccc 1px solid;
	background-color: #f9f9f9;
	margin: 15px 0 15px 0;
	padding: 10px;
}

#GRFORUM .navi ul {
	padding: 0;
	margin: 0;
}

#GRFORUM .info li {
	list-style: none;
	padding-left: 17px;
	margin-right: 10px;
	display: inline;
	background: url(images/navi.icon.gif) no-repeat left bottom;
}

#GRFORUM .nowConn {
	margin-right: 460px;
}

#GRFORUM .nowConn li {
	list-style: none;
	margin-right: 10px;
	display: inline;
	color: #999;
	font-size: 11px;
	font-family: Dotum, sans-serif;
}

#GRFORUM .nowConn li span {
	cursor: pointer;
}

#GRFORUM .menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	padding: 10px;
}

#GRFORUM .menu span {
	cursor: pointer;
}

#GRFORUM .menu li {
	list-style: none;
	padding-left: 15px;
	display: inline;
}

#GRFORUM .menu p {
	color: #999;
	font-size: 11px;
	font-family: Dotum, sans-serif;	
}

#GRFORUM .column {
	position: relative;
	height: 35px;
	background-color: #f6f6f6;
	border-bottom: #ddd 1px solid;
}

#GRFORUM .forum {
	position: relative;
	height: 55px;
	border-bottom: #ddd 1px solid;
}

#GRFORUM .forum:hover {
	background-color: #ffffe9;
}

#GRFORUM .col {
	margin-right: 400px;
}

#GRFORUM .data {
	position: absolute;
	top: 0;
	right: 0;
	width: 464px;
	font-family: Verdana, sans-serif;
	color: #666;
}

#GRFORUM .data .article {
	float: left;
	width: 80px;
}

#GRFORUM .data .reply {
	float: left;
	width: 80px;
}

#GRFORUM .data .latest {
	float: left;
	width: 300px;
	overflow: hidden;
}

#GRFORUM .data .latest span {
	color: #aaa;
	cursor: pointer;
	font-size: 11px;
	font-family: Dotum, sans-serif;
}

#GRFORUM .data .latest a {
	font-family: Dotum, sans-serif;
	font-size: 11px;
}

#GRFORUM .column .col {
	border-left: #ddd 1px solid;
	padding: 8px 0 0 0;
	height: 27px;
}

#GRFORUM .column .data .article {
	padding: 8px 0 0 0;
	height: 27px;
}

#GRFORUM .column .data .reply {
	padding: 8px 0 0 1px;
	height: 27px;
}

#GRFORUM .column .data .latest {
	border-right: #ddd 1px solid;
	padding: 8px 0 0 2px;
	height: 27px;
}

#GRFORUM .forum .mark {
	position: absolute;
	top: 0;
	left: 0;
	border-left: #ddd 1px solid;
	padding: 10px 0 0 0;
	height: 45px;
	width: 50px;
}

#GRFORUM .forum .col {
	border-left: #ddd 1px solid;
	padding: 10px 0 0 20px;
	height: 45px;
	margin-left: 51px;
}

#GRFORUM .forum .col a {
	font-weight: bold;
}

#GRFORUM .forum .col a:hover {
	text-decoration: underline;
}

#GRFORUM .forum .col p {
	color: #999;
}

#GRFORUM .forum .data .article {
	border-left: #ddd 1px solid;
	padding: 10px 0 0 0;
	height: 45px;
}

#GRFORUM .forum .data .reply {
	border-left: #ddd 1px solid;
	padding: 10px 0 0 0;
	height: 45px;
}

#GRFORUM .forum .data .latest {
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 10px 0 0 0;
	height: 45px;
}

#GRFORUM .powered {
	border: #ddd 1px dotted;
	padding: 5px;
	margin-top: 20px;
	background-color: #fcfcfc;
	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#GRFORUM .powered a {
	color: #999;
}

#GRFORUM .clear {
	clear: left;
}

/* --- ID Style --- */

#loginForm {
	text-align: center;
	padding: 50px 0 50px 0;
}

#loginBox {
	width: 265px;
	margin: auto;
}

/* --- Login / Search --- */

#searchPage h3,
#loginPage h3 {
	font-family: "Malgun Gothic", sans-serif;
	border-bottom: #999 1px solid;
	padding: 5px 0 10px 0;
	font-size: 18px;
	margin: 10px 0 15px 0;
}

.opt {
	float: left;
	width: 100px;
	padding: 5px 0 5px 0;
	background-color: #f0f0f0;
	text-align: center;
	border-bottom: #fff 1px solid;
}

.var {
	float: left;
	width: 150px;
	border-bottom: #f0f0f0 1px solid;
	padding: 5px 0 5px 5px;
}

.btn {
	width: 250px;
	text-align: right;
	padding: 10px;
}

.i {
	border-top: #aaa 1px solid;
	border-left: #aaa 1px solid;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	vertical-align: middle;
}

.is {
	padding: 5px;
}

.i:hover {
	background-color: #fafafa;
}

.s {
	border: #ddd 2px solid;
	background-color: #fff;
	vertical-align: middle;
	padding: 4px 10px 4px 10px;
}

.s:hover {
	font-weight: bold;
	border: #999 2px solid;
}

.clr { 
	clear: left;
}

.search {
	margin: 20px 0 20px 0;
	padding: 20px;
	background-color: #ffffea;
	border-top: #ddd 1px solid;
	border-bottom: #ccc 1px solid;
}

.selectBBS {
	border: #ddd 1px dotted; 
	margin-top: 25px; 
	padding: 10px;
	background-color: #ffffef;
	text-align: left;
}

.selectBBS li {
	list-style: none;
	padding-right: 15px;
	display: inline;
	vertical-align: middle;
	font-size: 11px;
	font-family: verdana, sans-serif;
}

.selectBBS li label:hover {
	color: green;
}

.selectBBS li input {
	vertical-align: middle;
}

.selectBBS li span {
	cursor: pointer;
}

/* --- for GR Board Compatible --- */
#viewMemberInfo { position: absolute; width: 100px; border: #999 2px solid; background-color: #fff; z-index: 99; }
#viewMemberInfo div a { text-decoration: none; font-size: 11px; font-family: Dotum, µ¸¿ò, sans-serif; color: #666; }
#viewMemberInfo div a:hover { font-weight: bold; }
#viewMemberInfo div { padding: 5px; border-bottom: #ddd 1px dotted; }
#viewMemberInfo div:hover { background-color: #ffffea; }
#viewMemberInfo div img { vertical-align: middle; }