/* CSS Document */
body {
	background-image:url(../image/bg_pattern.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

table.login {
	margin-top:70px;
	margin-left:50px;
	margin-bottom:50px;
	width:300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input.login {
	background-color:#E4E6DB;
	width:90%;
}


table.list {
	width:100%;
	border:solid 1px #E4E6DB;
	border-collapse:collapse;
	text-align:center
}

th.list {
	border:solid 1px #E4E6DB;
	padding:5px;	
}

td.list {
	border:solid 1px #E4E6DB;	
	padding:5px;
}

table.detail {
	border:1px solid gray;
	border-spacing:1px;
	border-collapse:collapse;
	width:600px;
}

th.detail {
	border:1px solid gray;
	padding:5px;
	background-color:#E4E6DB;
	width:30%;
}

td.detail {
	border:1px solid gray;
	padding:5px;
}

table.detail_sub {
	border:1px solid gray;
	border-spacing:1px;
	border-collapse:collapse;
	width:100%;
}

th.detail_sub {
	border:1px solid gray;
	padding:5px;
	background-color:#E4E6DB;
	width:20%;
}

td.detail_sub {
	border:1px solid gray;
	padding:5px;
}

#login {
	background-image:url(../image/bg_admin.gif);
	background-repeat:no-repeat;
	margin-top:200px;
	padding-left:30px;
	width:512px;
	height:266px;
	text-align:left;
}

#referee_bg {
	width:800px;
	height:600px;
	padding:20px;
	text-align:left;
}

#btn {
	background-color:#006699;
	color:#FFFFFF;
	padding:5px;
	font-family:"±¼¸²Ã¼", "µ¸¿òÃ¼", Seoul;
}

a {
	text-decoration:none;
}

input.text, input.text_long, select, textarea, input.file {
	background-color:#E4E6DB;
	font-size:12px;
}

input.text {
	width:30%;
}

input.text_long {
	width:90%;
}

#detail {
	width:600px;
	padding:10px;
}

#wrap {
	width:900px;
	padding:10px;
}

#top {
	height:50px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left {
	padding-top:20px;
	width:200px;
	margin-top:10px;
	float:left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#right {
	margin-left:220px;
	margin-top:10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bottom {
	clear:both;
	height:30px;
	text-align:center;
	margin-top:10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#submenu {
	padding-left:10px;
}

