@import url(common.css);
body {
background: url(bg_back.jpg);
text-align: center;
}
.center {
text-align: center;
}
.center table {
margin-left: auto;
margin-right: auto;
text-align: left;
}
/* main layout */
#wrapper {
width: 788px;
margin: 12px auto;
text-align: left;
}
#head {
background: url(bg_head.jpg) no-repeat;
height: 240px;
margin: auto;
}
#icon {
text-align: right;
padding: 24px 32px;
}
#icon img {
width: 13px;
height: 13px;
}
#action {
width: 155px;
height: 170px;
float: left;
margin-left: 34px;
margin-top: 14px;
}
#menu {
height: 18px;
clear: both;
margin-top: 144px;
text-align: center;
font-size: 13px;
}
#menu a {
color: #336 !important;
text-decoration: none;
height: 18px;
padding: 0 8px;
margin-left: 0 !important;
margin-left: -2px;
}
#menu a:hover, #menu a.dropact {
color: #fff !important;
background: url(menu_act.gif) repeat-x;
}
.menu-sep {
width: 2px;
height: 16px;
position: relative;
top: 3px;
margin-top: -3px;
margin-right: -4px;
display: inline
}
.dropmenu {
display: none;
position: absolute;
width: 220px;
-moz-opacity: 0.95;
filter: Alpha(opacity=95);
text-align: left;
font-size: 12px;
}
.dropmenu .frame {
background: #ebebec;
border: 1px solid #cccbca;
padding: 0 !important;
padding: 10px 0;
}
*:first-child+html .dropmenu .frame {
padding: 10px 0 !important;
}
.dropmenu .corner {
width: 10px;
height: 10px;
position: relative;
top: 1px;
left: 15px;
display: block;
}
.dropmenu a {
display: block;
background: url(arr.gif) 12px 4px no-repeat;
padding-left: 30px !important;
margin: 9px 0 !important;
color: #000;
}
.dropmenu a:hover {
background: url(menu_act2.gif) no-repeat !important;
}
#main-outer {
background: url(bg_main.jpg) repeat-y;
height: auto !important;
height: 200px;
}
#main-middle {
background: url(bg_pl_left.jpg) left 16px no-repeat;
}
#main-inner {
background: url(bg_pl_right.jpg) right 16px no-repeat;
padding-top: 8px;
}
#box-outer {
background: #e3e3e3 url(bg_cont.gif) center repeat-y;
border: 1px solid #ccc;
margin: 0 30px;
}
#box-middle {
background: url(bg_cont_top.gif) center top no-repeat;
}
#box-inner {
background: url(bg_cont_bottom.gif) center bottom no-repeat;
min-height: 280px;
height: auto !important;
height: 280px;
padding: 12px 34px;
}
#foot {
background: url(bg_foot.jpg) no-repeat;
height: 21px;
font-size: 10px;
text-align: right;
padding-top: 22px;
padding-right: 40px;
}
/* message */
.error {
color: #df3d38;
font-weight: bold;
text-align: right;
}
.message {
color: #3b45a4;
text-align: right;
}