html {
	overflow-x: auto;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #bdbfb5;
	margin: 0px;
	padding: 0px;
	cursor: default;
	background-image: url('../images/main/bg.jpg');
}

body, th, tr, td, pre, a {
	font-family: "Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

th {
	background: #e2e2e2 url('../images/main/th.jpg') top center repeat-x;
	height: 25px;
}

#frame_top {
	width: 774px;
	height: 74px;
	background: url('../images/main/top.gif') top center no-repeat;
}

#frame_body {
	width: 774px;
	background: url('../images/main/body.gif') top center repeat-y;
}

#frame_bottom {
	width: 774px;
	height: 36px;
	background: url('../images/main/bottom.gif') top center no-repeat;
}

#line {
	background: #ffffff url('../images/main/line.gif') center center repeat-x;
}

#messagebox {
	background: #878787;
}

#messagebox td {
	background: #c9c9c9 url('../images/main/message_fade.jpg') top center repeat-x;
}

#title {
	font-weight: bold;
	font-size: 13px;
}

h1 { font-weight: bold; font-size: 13px; }
h2 { font-weight: bold; font-size: 11px; }

a {
	color: #444444;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #06A4C6;
}

#menu a {
	font-weight: normal;
	text-decoration: none;
}

#menu a:hover {
	color: #666666;
	background-color: #F0F0F0;
}

/**pre { font: 11px verdana, arial, helvetica, sans-serif; }*/

/**************************************************************************
 * Form
 */
input, textarea, select, radio {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	vertical-align: middle;
	border: 1px solid #c9c9c9;
}

#input_text {
	width: 150px;
}

textarea {
	width: 255px;
	height: 75px;
}

#button, #button_25, #button_70, #button_70_red, #button_100, #button_128 {
	cursor: hand;
	background-color: #dddddd;
	border: 0px;
	height: 18px;
	padding-bottom:1px;
	font-weight: bold;
}

#button_25 {
	background: url('../images/buttons/button_25.gif');
	width: 25px;
}

#button, #button_70 {
	background: url('../images/buttons/button_70.gif');
	width: 70px;
}

#button_70_red {
	background: url('../images/buttons/button_70_red.gif');
	width: 70px;
}

#button_100 {
	background: url('../images/buttons/button_100.gif');
	width: 100px;
}

#button_128 {
	background: url('../images/buttons/button_128.gif');
	width: 128px;
}
