﻿/*   main   */
body, html {
	height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
	font: .75em Verdana, sans-serif; 
	color:#000;
	background: url(image/bg.gif) repeat 100% 100%;
}
a {
    color: #6da3bd;
}

hr {
    height: 1px;
}
img {
    border: 0px;
}

#main {
    width: 799px;
    background: #ffffff;
    border-left: solid 2px #929191;
    border-right: solid 2px #929191;
}

#header {
    width: 799px;
    height: 148px;
    background: url(image/img_header.jpg) no-repeat;
}

#content {
    font: .75em Verdana, sans-serif;
}

#main_content {
    margin-left: 10px;
}

/* buttons */
#left_menu_bord {
    line-height: 5px;
    font-weight: 5px;
}

.leftButtonName 
{
	color: Black;
    cursor: default;
    font: 9px Verdana, sans-serif;
    text-decoration: none;
}

a.leftButtonName:hover
{
	color: #EE6B00;
}

.buttonMenu {
    float: left;
    padding-top: 5px;
    padding-left:7px;
    padding-right:5px;
    height: 22px;
    cursor: pointer;
    font: .70em Verdana, sans-serif;
    color: Black;
    text-decoration: none;
    background: url(image/img_header_button2.gif) no-repeat;
}

.button140 {
    float: left;
    padding-top: 6px;
    padding-left:35px;
    width: 100px;
    height: 25px;
    cursor: pointer;
    font: .70em Verdana, sans-serif;
    color: Black;
    text-decoration: none;
    background: url(image/img_header_button.gif) no-repeat;
}

.button180 {
    float: left;
    padding-top: 6px;
    padding-left:35px;
    width: 140px;
    height: 25px;
    cursor: pointer;
    font: .70em Verdana, sans-serif;
    color: Black;
    text-decoration: none;
    background: url(image/img_header_button.gif) no-repeat;
}

.button210 {
    float: left;
    padding-top: 6px;
    padding-left:35px;
    width: 170px;
    height: 25px;
    cursor: pointer;
    font: .70em Verdana, sans-serif;
    color: Black;
    text-decoration: none;
    background: url(image/img_header_button.gif) no-repeat;
}

.left_menu_link
{
    cursor: pointer;
    font: .60em Verdana, sans-serif;
    text-decoration: none;
    color: Black;
    vertical-align: top;
}

.left_menu_linkActive
{
	cursor: pointer;
    font: .60em Verdana, sans-serif;
    text-decoration: none;
    color: #ffffff;
    vertical-align: top;
}

.left_menu_button {
    width: 249px;
    height: 28px;
    padding-left: 9px;
    padding-top: 5px;
    background: url(image/left_menu_button.jpg) no-repeat;
    cursor: pointer;
}

.left_menu_buttonActive {
    width: 249px;
    height: 28px;
    padding-left: 9px;
    padding-top: 5px;
    background: url(image/left_menu_button_active.jpg) no-repeat;
    cursor: pointer;
}

.left_menu_button2 {
    width: 249px;
    height: 44px;
    padding-left: 9px;
    padding-top: 8px;
    background: url(image/left_menu_button2.jpg) no-repeat;
    cursor: pointer;
}

.left_menu_buttonActive2 {
    width: 249px;
    height: 44px;
    padding-left: 9px;
    padding-top: 8px;
    background: url(image/left_menu_button_active2.jpg) no-repeat;
    cursor: pointer;
}

/* box */
.form_box {
    width: 450px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    background: #E8E6E6;
    height: 871px;
}

#box_head {
    width: 360px;
    padding-left: 40px;
    font: .95em Verdana, sans-serif;
    font-weight: bold;
}

#box_head_m {
    width: 430px;
    background: url(image/bg.gif) repeat;
}

/* form */
input {
    height: 19px;
}

/* other */
#l_horizontal {
    width: 100%;
    height: 5px;
    background: url(image/bg.gif) repeat;
}

#l_vertical {
    width: 5px;
    background: url(image/bg.gif) repeat;
}

.main { font-family: Tahoma; font-size: 12px; color: #000000; }

.PageName { font-size: 20px; font-weight: bold; font-family: Arial; margin-top: 20px; margin-bottom: 10px;}

.panelErrorRed { background-color:Red; border:2 solid Red; }

.panelErrorYellow { background-color:Yellow; border:2 solid Yellow; }

.panelErrorGreen { background-color:#59FF2B; border:2 solid #59FF2B; }