﻿HTML * { font-size: 12px; font-family: Arial }
BODY { background: url(../_img/bg.png) repeat-x top left; margin: 0px }
H3 { font-size: 16px; font-weight: bold; border-bottom: solid 1px #D0D0D0 }

.wrapper { width: 900px; margin: auto; }
.wrapper_l { background: url(../_img/wrapper_tl.png) no-repeat 0px 0px }
.wrapper_r { background: url(../_img/wrapper_tr.png) no-repeat 100% 0px }

.content { clear: both; width: 866px; margin: auto; zoom: 1}
.header { height: 130px; padding: 0px }
.body { background-color: #FFFFFF; padding: 1px; height: 600px }
.toolbar { padding: 10px; background-color: #5A5D5A; color: #FFFFFF; font-weight: bold }
.section { padding: 10px }

.corner_box { background-color: #E8E8E8 }
.corner_tl  { background: url(../_img/corner_tl.gif) no-repeat top left }
.corner_tr  { background: url(../_img/corner_tr.gif) no-repeat top right }
.corner_br  { background: url(../_img/corner_br.gif) no-repeat bottom right }
.corner_bl  { background: url(../_img/corner_bl.gif) no-repeat bottom left }

.scrollarea { height: 268px; margin: 0px 10px 10px 10px; padding: 20px 0px 20px 10px; overflow: auto; width: 96% }
.images { width: 1840px }
.images IMG { border: solid 5px #BABABA }
.images SPAN { display: block; text-align: center; margin-top: 3px; font-weight: bold; color: #0000FF; font-size: 14px; font-family: Arial }
.images A { display: block; float: left; margin-right: 20px; text-decoration: none }

.left_menu { border: solid 1px #D0D0D0; border-bottom: 0px; width: 200px }
.left_menu .title { background-color: #F0F0F0; padding: 8px; border-bottom: solid 1px #D0D0D0; font-weight: bold }
.left_menu .item { padding: 8px; border-bottom: solid 1px #E0E0E0; background-color: #FFFFFF }
.left_menu .item A { color: #0000FF; display: block }
.left_menu .item A.down { background: url(../_img/down.gif) no-repeat right center }

.left_menu .subcontainer { display: none; padding-top: 10px }
.left_menu .subcontainer DIV { padding: 5px; padding-left: 15px }
.left_menu .subcontainer DIV A { color: #0000FF; display: block }
.left_menu .subcontainer DIV.last { border-bottom: solid 1px #E0E0E0; padding-bottom: 15px }

.loginbox { border: solid 1px #5A5D5A; background-color: #F0F0F0; padding: 10px }
.loginbox DIV { font-weight: bold; padding: 2px }
.loginbox A { display: block; padding: 2px; color: #0000FF; margin-left: 20px }