﻿/* content */
div#content {text-align: left; width: 100%; font-family: Tahoma; font-size: 12px;}

/* tab */
.tab_item {background-color: #EFEFEF; padding: 2px 5px 2px 5px; width: 170px; border-right: #cccccc 1px solid; border-top: #cccccc 1px solid; border-left: #cccccc 1px solid;}
.tab_active {font-weight: bold; padding: 2px 5px 2px 5px; width: 120px; border-right: #cccccc 1px solid; border-top: #cccccc 1px solid; border-left: #cccccc 1px solid;}

.tab_lnk_active {white-space: nowrap}
.tab_lnk_active:link {font-size: 12px; color: #009bde; text-decoration: none; font-weight: bold}
.tab_lnk_active:visited {font-size: 12px; color: #009bde; text-decoration: none; font-weight: bold}
.tab_lnk_active:hover {font-size: 12px; color: #009bde; text-decoration: none;font-weight: bold}
.tab_lnk_active:active {font-size: 12px; color: #009bde; text-decoration: none; font-weight: bold}

.tab_lnk {white-space: nowrap}
.tab_lnk:link {font-size: 12px; color: #999999; text-decoration: none;}
.tab_lnk:visited {font-size: 12px; color: #999999; text-decoration: none;}
.tab_lnk:hover {font-size: 12px; color: #333333; text-decoration: none;}
.tab_lnk:active {font-size: 12px; color: #999999; text-decoration: none;}

.tab_seperator {padding: 2px 2px 2px 2px}

.tab_line {background-color: #CCCCCC}
.tab_line_active {border-right: #cccccc 1px solid; border-left: #cccccc 1px solid;}

.tab_content_border 
{
    background-color: #FFFFFF;
    width: 95%;
    border-left-style:solid; border-left-color: #CCCCCC; border-left-width: 1px;
    border-right-style:solid; border-right-color: #CCCCCC; border-right-width: 1px;
    border-bottom-style:solid; border-bottom-color: #CCCCCC; border-bottom-width: 1px;
}

.tab_content
{
    padding: 10px;
}
/* text */
.green {color: Green;}

.blue {color: #2CADE4}
.msg {color: #CC0000; font-size: 15px; font-weight: bold;}
.req {color: #CC0000;}
.text {font-family: Tahoma;	font-size: 12px;}
.text14 {font-family: Tahoma; font-size: 14px;}
.bold {font-weight: bold;}