body{
	background: #a2a2a2;
}

/* links */
a ,a:visited,a:active,a:link{
	color: #0286c4;
	text-decoration: none;
}
a:hover{
	color: #3ab54a;
	text-decoration: none;
}

/* overall */
#overall{
	width:970px;
	height:560px;
	margin:10px 0;
}
#allpage{
	width:930px;
}

/* header */
#header{
	width:930px;
	height:150px;
   margin:0px;
   padding:0px;
	background:url('../images/header.jpg') no-repeat;
}

/* topmenu */
#topmenu{
}
#topmenu ul{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-weight:bold;
	font-size:1em;
}
#topmenu ul li{
	margin:0 9px 0 0;
	list-style: none !important;
	text-align:left;
	float:left;
}
#topmenu ul li a{
	padding:0px 0px 0px 17px;
	width:100%;
	height:100%;
	background:url('../images/bullet_blue.png') no-repeat left center;
}
#topmenu ul li a:hover
{
	background:url('../images/bullet_green.png') no-repeat left center;
}
#topmenu ul li a.selected,
#topmenu ul li a.selected:hover{
	color:black;
	font-weight:bold;
	background:url('../images/bullet_black.png') no-repeat left center;
}

#topmenu ul li img,
#topmenu ul li.selected img{
	vertical-align:middle;
}

.main_bullet_topic {
  background-color: #EEE;
  font-weight: bold;
}

.sub_bullet_topic {
  margin:0 5px 0 20px;
  list-style: none !important;
  background-color: transparent ! important;
}

.sub_bullet_topic a.bullet {
  padding:0px 0px 0px 17px;
  width:100%;
  height:100%;
  font-weight: normal;
  background:url('../images/bullet_red.png') no-repeat left 2px;
}

.clear_margin {
  margin: 0px;
  padding: 0px;
}

/* sidemenu */
/*#sidemenu{
	width:210px;
	text-align:left;
	vertical-align:top;
}
#sidemenu ul{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	font-size:1em;
}
#sidemenu ul li{
	list-style: none !important;
	text-align:left;
	width:210px;
}
#sidemenu ul li a{
	padding:5px 0px 5px 17px;
	display:block;
	background:url('../images/bullet_blue.png') no-repeat left 6px;
}
#sidemenu ul li a:hover
{
	background:url('../images/bullet_green.png') no-repeat left 6px;
}
#sidemenu ul li a.selected,
#sidemenu ul li a.selected:hover{
	color:black;
	font-weight:bold;
	background:url('../images/bullet_black.png') no-repeat left 6px;
}

#sidemenu ul li img,
#sidemenu ul li.selected img{
	vertical-align:middle;
}
*/
/* body */
#content_body{
	width:700px;
	text-align:left;
	vertical-align:top;
	border-left:1px solid #CCCCCC;
}

/* round border */
.border_01{background:url('../images/border/all_01.gif') no-repeat right bottom;width:20px;height:20px;}
.border_02{background:url('../images/border/all_02.gif') repeat-x center bottom;height:20px;}
.border_03{background:url('../images/border/all_03.gif') no-repeat left bottom;width:20px;height:20px;}
.border_04{background:url('../images/border/all_04.gif') repeat-y right center;width:20px;}
.border_05{background:#FFFFFF;}
.border_06{background:url('../images/border/all_06.gif') repeat-y left center;width:20px;}
.border_07{background:url('../images/border/all_07.gif') no-repeat right top;width:20px;height:20px;}
.border_08{background:url('../images/border/all_08.gif') repeat-x center top;height:20px;}
.border_09{background:url('../images/border/all_09.gif') no-repeat left top;width:20px;height:20px;}

/* button */
input.button{
	background:dodgerblue;
	color:white;
	font-weight:bold;
	border:0;
	padding:1px .5em 1px .5em;
	cursor:pointer;
}
input.submit{
	background:#16AF15;
	color:white;
	font-weight:bold;
	border:0;
	padding:1px .5em 1px .5em;
	cursor:pointer;
}
input.cancel{
	background:Firebrick;
	color:white;
	font-weight:bold;
	border:0;
	padding:1px .5em 1px .5em;
	cursor:pointer;
}

.help_box{
	border: 2px solid #CCCCCC;
	padding: 10px;
}

/* table */
.lnwtable{border:1px solid #CCCCCC;background:#FFFFFF;}
.lnwtable_tr1{background:#E0E0E0;}
.lnwtable_tr2{background:#F0F0F0;}

.smallfont, .smallfont td, .smallfont th{font-size: 12px}
