* {
	font-family: tahoma, Gulim, 굴림, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 12px;
	line-height: 160%;
}
ol { margin: 30px; }
img { border: 0 none; vertical-align: middle; }
a { text-decoration: none; }
body {
	text-align: center;
	background-color: #3e3e3e;
}
textarea {
	background: url(image/textarea_back.gif) no-repeat top left;
	padding: 5px;
}
select {
	border: #ccc 1px solid;
	padding: 3px;
}
option {
	border-top: #ccc 1px dotted;
}
#center {
	width: 960px;
	margin: auto;
	padding-top: 50px;
}
#center div.top {
	margin: auto;
	width: 500px;
	height: 32px;
	padding-top: 7px;
	font-weight: bold;
	border-left: #ccc 5px solid;
	border-right: #ccc 5px solid;
	border-top: #ccc 5px solid;
	background: url(image/darkgray/top.background.gif) repeat-x bottom;
	color: #2777fb;
}
#center div.body {
	margin: auto;
	text-align: left;
	width: 500px;
	border-left: #ccc 5px solid;
	border-bottom: #ccc 5px solid;
	border-right: #ccc 5px solid;
	background-color: #fff;
}
div.body p input.btn {
	background-color: #2777fb;
	padding: 3px;
	color: #fff;
}
div.body input.enter {
	border: #ddd 1px solid;
	height: 23px;
	vertical-align: middle;
	color: #2777fb;
	font-weight: bold;
	width: 120px;
	text-align: center;
}
div.body input.enter:focus {
	border: #aaa 1px solid;
	background-color: #f5f5f5;
}
div.body input.ok {
	background-color: #2777fb;
	height: 25px;
	width: 90px;
	vertical-align: middle;
	color: #fff;
}
div.body span {
	color: #777;
}
div.body #setting {
	padding-top: 20px;
}
div.body #setting table {
	width: 100%;
}
div.body #setting th {
	height: 28px;
	background: #f5f5f5;
	border-top: #ddd 1px solid;
	border-bottom: #ccc 1px solid;
	text-align: center;
}
div.body #setting td {
	height: 28px;
}
div.body #setting td.l {
	border-bottom: #ccc 1px solid;
	text-align: center;
}
div.body #setting td.r {
	padding-left: 10px;
	border-bottom: #ddd 1px solid;
	color: #777;
}
div.body #setting td input.t {
	border: #aaa 1px solid;
	color: #666;
	width: 200px;
	height: 19px;
	padding-left: 5px;
	background: url(image/input_back.gif) no-repeat top left;
}
div.body #setting td input.t:focus {
	background-color: #f0f0f0;
	border: #aaa 1px solid;
}
div.body #setting td select {
	width: 200px;
}
div.body #setting td.b {
	padding: 10px;
	text-align: center;
}
#setting td.r textarea {
	overflow: auto;
	width: 400px;
	margin: 5px;
	border: #ddd 1px solid;
}
#setting td.r textarea:hover {
	border: #2777fb 1px solid;
}
#setting td.r textarea:focus {
	border: #2777fb 2px solid;
}
#adminMenu img { vertical-align: middle; }
#optionBox {
	border: #ddd 1px solid;
	text-align: center;
	background: url(image/option_back.gif) repeat-x bottom;
	margin: 10px;
	padding-bottom: 10px;
}
#viewHelp {
	position: absolute;
	width: 180px;
	height: 150px;
	background: url(image/view_help_back.gif) no-repeat top left;
	line-height: 180%;
	color: #000;
	padding: 10px;
	z-index: 200;
}

/* admin side menu */
#photoBoxTitle, #textBoxTitle, #adminBoxTitle {
	cursor: pointer;
	background: url(image/icon_more_all.gif) no-repeat right;
	color: #2777fb;
}

/* for install : configuration table */
#install table {
	margin-top: 15px;
	width: 100%;
}
#install th {
	height: 40px;
	background: url(image/darkgray/top.background.gif) repeat-x bottom;
	text-align: center;
}
#install td {
	height: 34px;
}
#install td.l {
	border-bottom: #ddd 1px dotted;
	text-align: center;
}
#install td.r {
	padding-left: 10px;
	border-bottom: #ddd 1px dotted;
	color: #777;
}
#install td input.t {
	border: #ddd 1px solid;
	color: #666;
	width: 200px;
	height: 19px;
}
#install td input.t:hover {
	border: #666 1px solid;	
}
#install td input.t:focus {
	border: #666 2px solid;
}
#install td select {
	width: 200px;
}
#install td.b {
	height: 50px;
	text-align: center;
}

/* for dashboard */
#latestVersion {
	margin: 10px 0 0 10px;
	float: left;
	width: 445px;
	height: 90px;
	background: url(image/darkgray/dashboard.latest.background.gif) no-repeat;
	padding: 15px 0 0 70px;
}
#latestVersion h2 a {
	font-family: Dotum, 돋움, sans-serif;
	font-size: 11pt;
	padding-bottom: 3px;
	border-bottom: #eee 2px solid;
}
#latestVersion h2 a:hover {
	background-color: #eee;
}
#latestVersion p {
	color: #999;
	padding-top: 10px;
	font-size: 11px;
	font-family: Dotum, 돋움, sans-serif;
}
#latestVersion p a {
	color: #666;
	font-size: 11px;
	font-family: Dotum, 돋움, sans-serif;
}
#newPost {
	float: left;
	width: 235px;
	margin-top: 25px;
	padding-left: 15px;
}
div.dash {
	float: left;
	width: 250px;
	margin: 7px 0 10px 7px;
}
div.dash ul {
	margin: 0;
	padding: 0;
}
div.dash li {
	list-style: none;
	border-bottom: #eee 1px solid;
	padding: 3px 3px 3px 16px;
	background: url(image/darkgray/bullet_arrow.gif) no-repeat left;
	font-size: 11px;
	font-family: Dotum, 돋움, sans-serif;
}
div.dash li:hover {
	background-color: #f7f7f7;
}
div.dash li a {
	font-size: 11px;
	font-family: Dotum, 돋움, sans-serif;
}
div.dash li a:hover {
	font-weight: bold;
}
div.dash li span {
	color: #999;
	font-size: 11px;
}
div.title {
	padding-top: 5px;
	height: 25px;
	background: url(image/darkgray/top.background.gif) repeat-x top;
	border: #eee 1px solid;
	text-align: center;
}
div.clr {
	clear: both;
}
