body, h1, h2, h3, h4, h5, h6, table, th, td, ul, ol, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	width: 100%;
}
th, td {
	text-align: left;
	vertical-align:top;
}

fieldset {
	background-color: #f3f3f3;
	border: 0;
	padding: 18px;
}
fieldset fieldset {
	margin: 18px 0;
	padding: 0;
}

legend {
	font-weight: bold;
}

input[type="checkbox"], input[type="radio"] {
	margin-right: 0.3em;
}

label {
	font-weight: bold;
}

/*GENERAL STRUCTURE*/

html {
	color: #333;
}

body {
	font: normal normal normal 12px/18px "Verdana", sans-serif;
}

#top {
	width: 800px;
	margin: 0px auto 0px auto;
	font-size: 11px;
}

#dashed {
	border-top: 6px solid #eee;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#dashed a {
	padding: 3px 18px;
	color: #1e90ff;
	text-decoration: none;
}
#dashed a:hover {
	color: #ff0084;
	text-decoration: none;
}
#dashed a.current {
	background-color: #eee;
	color: #666;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#main {
	float: left;
	width: 800px;
	background-color: white;
	min-height: 500px;
}

#footer {
	font-size: 11px;
	clear: both;
	width: 777px;
	height: 40px;
	background-color: #eee;
	text-align: center;
	color: #333;
	padding-top: 20px;
}

#footer a {
	color: #555;
	margin-left: 0.5em;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
/*TOP*/

#top a img {
	border: 0;
}

#top #logo {
	float: left;
	margin-top: 8px;
	margin-bottom: 1px;
}
#top #login {
	font-size: 10px;
	color: #aaa;
	float: right;
	margin-top: 3px;
	margin-right: 23px;
}
#top #login a {
	color: #555;
	margin-left: 0.5em;
	text-decoration: underline;
}
#top #login a:hover {
	text-decoration: none;
}
/*UL#NAV*/

ul#nav {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	height: 24px;
	color: white;
	list-style-type: none;
	position: relative;
	margin-right: 23px;
}
ul#nav li {
	float: right;
	margin-left: 5px;
}
ul#nav a {
	padding: 3px 18px;
	background-color: #1e90ff;
	color: white;
	text-decoration: none;
}
ul#nav a:hover {
	background-color: #ff0084;
	text-decoration: none;
}
ul#nav a.current {
	background-color: #eee;
	color: #666;
}
ul#nav li.logotext {
	margin-left: 0px;
	color: #aaa;
	float: left;
}
/* Main */

#main a {
	color: blue;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}

#main a img {
	border: 0;
}

#main p {
	margin-bottom: 18px;
}

#main h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}

#main h1 img{
	vertical-align: middle;
	margin-right: 3px;
	margin-bottom: 2px;
}

#main h2 {
	font-size: 12px;
	margin-bottom: 4px;
}

#main h1 span, h2 span{
	font-weight: normal;
	font-size: 12px;
}

#notice {
	margin-top:5px;
	margin-bottom:5px;
	width: 768px;
	border:5px solid #1e90ff;
	padding-top:5px;
	padding-bottom:5px;
	background:white;
}

/* Sidebar */


/* Effects */

/* Error message */

#errorExplanation {
  margin-bottom: 0px;
}

div.thumb120 {
	float: left;
	margin-right: 10px;
}

div.thumb120 div {
	padding-top: 3px;
	text-align: center;
	border: 1px solid #999;
	width: 124px;
	height: 124px;
	font-size: 13px;
	font-weight: bold;
} 

div.thumb85 {
	padding-top: 6px;
	padding-right: 21px;
	padding-bottom: 15px;
	float: left;
}

div.thumb85 div {
	padding-top: 3px;
	border: 1px solid #999;
	text-align: center;
	width: 91px;
	height: 88px;
	font-size: 13px;
	font-weight: bold;
} 

div.thumb640 img{
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #999;
}	

div.popup {
	z-index:4;
	position:absolute;
	display:none;
}

div.popup_box{
	border:8px solid #1e90ff;
	padding:6px;
	background:white;
}

div.popup_box a:focus {
	outline:0;
}

div.pagination a{
	color: white;
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
}

div.pagination span{
	text-decoration: none;
	padding: 3px 0.5em;
	margin-right: 3px;
	border: 1px solid #ccc;
  background:#eee;
	font-size: 11px;
	font-weight: bold;
}

table.sheet th, td {
	padding-right: 1em;
	padding-top: 0.3em;
}

