/* = = = = = = = = = link = = = = = = = = = */
a:link {color: #003366; text-decoration: underline}
a:visited {color: #003366; text-decoration: underline}
a:hover {color: #003366; background-color: #E8F0F8; text-decoration: none}
a:active {color: #003366; background-color: #E8F0F8; text-decoration: none}

a.link_no_underline:link {color: #003366; text-decoration: none}
a.link_no_underline:visited {color: #003366; text-decoration: none}
a.link_no_underline:hover {color: #003366; background-color: #C6E7F7; text-decoration: underline}
a.link_no_underline:active {color: #003366; background-color: #C6E7F7; text-decoration: underline}

a.link_no_bg:link {color: #003366; text-decoration: none}
a.link_no_bg:visited {color: #003366; text-decoration: none}
a.link_no_bg:hover {color: #003366; background-color: transparent; text-decoration: underline}
a.link_no_bg:active {color: #003366; background-color: transparent; text-decoration: underline}

a.link_blue:link {color: #cee7ff; text-decoration: underline}
a.link_blue:visited {color: #cee7ff; text-decoration: underline}
a.link_blue:hover {color: #003366; background-color: #C6E7F7; text-decoration: none}
a.link_blue:active {color: #003366; background-color: #C6E7F7; text-decoration: none}

a.link_green:link {color: #BDFF21; text-decoration: none}
a.link_green:visited {color: #BDFF21; text-decoration: none}
a.link_green:hover {color: #003366; background-color: #C6E7F7; text-decoration: none}
a.link_green:active {color: #003366; background-color: #C6E7F7; text-decoration: none}
/* = = = = = = = = = link = = = = = = = = = */

/* = = = = = = = = = scroll bar = = = = = = = = = */
body { 
scrollbar-face-color: #bcbcbc; 
scrollbar-highlight-color: #bcbcbc; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-darkshadow-color:#7f7f7f; 
scrollbar-shadow-color: #bcbcbc; 
scrollbar-arrow-color: 000000; 
scrollbar-track-color: #dbdbdb;
}
/* = = = = = = = = = scroll bar = = = = = = = = = */

/* = = = = = = = = = General = = = = = = = = = */
.line_bottom {
border-bottom: #C6C3BD solid 1px;
}
.line_top_bottom {
border-top: #FFFFFF solid 1px;
border-bottom: #C6C3BD solid 1px;
}
.line_left_right {
border-left: #CED7DE solid 1px;
border-right: #CED7DE solid 1px;
}
.line_left {
border-left: #CED7DE solid 1px;
}
.line_right {
border-right: #CED7DE solid 1px;
}
.line_bottom_tr {
border-bottom: #eeeeee solid 1px;
}
.line_bottom_content {
border-bottom: #EFF3FF solid 5px;
}
.frame_cube {
border-left: #C6C3BD solid 1px;
border-right: #C6C3BD solid 1px;
border-top: #C6C3BD solid 1px;
border-bottom: #C6C3BD solid 1px;
}
.frame_button_short {
border-left: #dddddd solid 1px;
border-right: #7f7f7f solid 1px;
border-top: #dddddd solid 1px;
border-bottom: #7f7f7f solid 1px;
width: 50px;
background-color: #bcbcbc;
}
.frame_button_long {
border-left: #dddddd solid 1px;
border-right: #7f7f7f solid 1px;
border-top: #dddddd solid 1px;
border-bottom: #7f7f7f solid 1px;
width: 90px;
background-color: #bcbcbc;
}
.frame_header {
border-left: #eeeeee solid 1px;
border-right: #7f7f7f solid 1px;
border-top: #eeeeee solid 1px;
border-bottom: #7f7f7f solid 1px;
}
.frame_header_1 {
border-left: #D6E7FF solid 1px;
border-right: #D6E7FF solid 1px;
border-top: #D6E7FF solid 1px;
border-bottom: #D6E7FF solid 1px;
}
.frame_header_2 {
border-right: #D6E7FF solid 1px;
border-top: #D6E7FF solid 1px;
border-bottom: #D6E7FF solid 1px;
}
.frame_header_3 {
border-left: #D6E7FF solid 1px;
border-right: #D6E7FF solid 1px;
border-bottom: #D6E7FF solid 1px;
}
.frame_header_4 {
border-right: #D6E7FF solid 1px;
border-bottom: #D6E7FF solid 1px;
}
/* = = = = = = = = = General = = = = = = = = = */

/* = = = = = = = = = Font = = = = = = = = = */
td {
font-family: "ms sans serif", tahoma, verdana;
font-size: 12px;
}
.font_big {
font-size: 14px;
}
.font_bigger {
font-size: 16px;
}
.font_small {
font-size: 7px;
}
.font_header_main {
font-size: 16px;
color: #0099FF;
font-weight: bold;
}
.font_header_sub {
font-size: 14px;
color: #0099FF;
font-weight: bold;
}
.font_header_sub_2 {
font-size: 14px;
color: #FF9900;
font-weight: bold;
}
/* = = = = = = = = = Font = = = = = = = = = */

/* = = = = = = = = = Form = = = = = = = = = */
input, select {
font-family: "ms sans serif", tahoma, verdana;
font-size: 12px;
height: 18px;
}
textarea {
font-family: "ms sans serif", tahoma, verdana;
font-size: 12px;
}
/* = = = = = = = = = Form = = = = = = = = = */
