body
{
	width: 930px;
	margin:0 auto;
	font-family: Arial;
	font-size: 12px;
	background-color: #fff;
	padding:0;
}

h1
{
	color: #123;
	font-size:16px;
	padding-bottom:0;
	margin-bottom:0;
	margin-top: 0;
	padding-top:0;
}

h2
{
	padding-top:0;
	margin-top:0;
	color: #F5881F;
	font-size:13px;
	padding-left: 10px;
}

img
{
	border:0;
}


input[type="submit"], input[type="text"], input[type="password"]
{
	border:1px solid #123;
}

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

a:hover
{
	text-decoration:underline;
}


#header
{
	height: 78px;
	margin-top: 20px;
}

#header_left
{
	float:left;
	height: 78px;
	width: 20px;
	background-image: url(/design/header_left.jpg);
	
}
#header_content
{
	float:left;
	width: 890px;
	height: 78px;
	background-color: #204A88;
}
#header_right
{
	float:left;
	height: 78px;
	width: 20px;
	background-image: url(/design/header_right.jpg);
}


#header_content_left
{
	padding-left: 10px;
	float:left;
	width: 230px;
	height: 78px;
	color: #fff;
	font-size: 36px;
	font-weight:bold;
}


#header_content_right
{
	float:left;
	padding:0;
	width: 650px;
	height: 78px;
	color: #fff;
	font-weight:bold;
}


#header_content_right_box
{
	padding-top:20px;
}

#header_searchbar
{
	padding:0;
}

#header_searchbar form
{
	border:0;
	padding:0;
	display:inline;
}

#header_searchbar input
{
	width: 500px;
	background-color: #fff;
}

#header_searchbar img
{
	margin-bottom: -6px;
	margin-left: 4px;
}

#header_navi
{
	margin-top:10px;
}

#header_navi a
{
	font-size: 14px;
	color: #fff;
	text-decoration:none;
	margin-right: 10px;
	font-weight: bold;
}

#header_navi a:hover
{
	color: #F5881F;
}

#main_content
{
	background-color: #fff;
	margin-top: 20px;
}

#content_left
{
	float:left;
	width: 420px;	
	overflow:hidden;
	padding-right: 10px;
}

#content_right
{
	float:left;
	width: 500px;
	overflow:hidden;
}

.content_right_box
{
	float: left;
	width: 250px;
	margin-bottom:10px;
	overflow:hidden;
}

.box_right
{
	margin-bottom:10px;
	overflow:hidden;
}
}

.content_right_box h2
{
	padding:0;
	margin-bottom:0;
}


ul
{
	padding:0;
	padding-left:15px;
	margin-top: 0;
}

div.clear
{
	clear:left;
}

a.logo, a.logo:hover
{
	margin:0;
	padding:0;
	display:block;
	margin-top:18px;
	color: #fff;
	font-size: 36px;
	font-weight:bold;
	text-decoration:none;	
}

td label
{
	font-weight:bold;
}

.helptitle 
{
	font-weight: bold;
}

.helpcontent
{
	margin-left: 10px;
}

.helpbox 
{
	margin: 10px;
	margin-bottom:40px;
	width: 400px;
}

.errordiv
{
	background: #FFBDBD;
	border: 1px solid #ED8C8C;
	padding: 10px;
	margin: 0 10px 10px 0;
}

.infodiv
{
	background:#ADE6AB;
	border: 1px solid #38A434;
	padding: 10px;
	margin: 0 10px 10px 0;
}

.box_form
{
	margin-bottom: 10px;
}

.box_form_top_left,.box_form_top_right, .box_form_bottom_left, .box_form_bottom_right
{
	float:left;
	height: 18px;
	width: 18px;
}

.box_form_top_left
{
	background-image:url(/design/box_ol.jpg);
}
.box_form_top_right
{
	background-image:url(/design/box_or.jpg);
}
.box_form_bottom_left
{
	background-image:url(/design/box_ul.jpg);
}
.box_form_bottom_right
{
	background-image:url(/design/box_ur.jpg);
}

.box_form_content
{
	border-left: 1px solid #204A88;
	border-right: 1px solid #204A88;
	padding: 0 0 0 18px;
	overflow:hidden;
}



.box_form_top_center
{
	float:left;
	height: 17px;
	border-top: 1px solid #204A88;
}
.box_form_bottom_center
{
	float:left;
	height: 17px;
	border-bottom: 1px solid #204A88;
}


table.EXAMPLE
{
	width: 900px;
}

div.example
{
	width: 930px;
	overflow: auto;
}

.example table tbody tr td
{
	width: 400px;
}
