﻿/* content */
div#content {text-align: left; width: 100%; font-family: Tahoma; font-size: 14px;}

/* tab */
.tab_item {background-color: #99ccff; padding: 2px 5px 2px 5px; width: 170px; border-right: #3399ff 1px solid; border-top: #3399ff 1px solid; border-left: #3399ff 1px solid;}
.tab_active {font-weight: bold; padding: 2px 5px 2px 5px; width: 120px; border-right: #3399ff 1px solid; border-top: #3399ff 1px solid; border-left: #3399ff 1px solid; background:#3399ff;}

.tab_lnk_active {white-space: nowrap}
.tab_lnk_active:link {font-size: 16px; color: #000000; text-decoration: none; font-weight: bold}
.tab_lnk_active:visited {font-size: 16px; color: #000000; text-decoration: none; font-weight: bold}
.tab_lnk_active:hover {font-size: 16px; color: #000000; text-decoration: none;font-weight: bold}
.tab_lnk_active:active {font-size: 16px; color: #000000; text-decoration: none; font-weight: bold}

.tab_lnk {white-space: nowrap}
.tab_lnk:link {font-size: 16px; color: #003399; text-decoration: none;}
.tab_lnk:visited {font-size: 16px; color: #003399; text-decoration: none;}
.tab_lnk:hover {font-size: 16px; color: #000000; text-decoration: none;}
.tab_lnk:active {font-size: 16px; color: #003399; text-decoration: none;}

.tab_seperator {padding: 2px 2px 2px 2px}

.tab_line {background-color: #3399ff}
.tab_line_active {border-right: #3399ff 1px solid; border-left: #3399ff 1px solid;}

.tab_content_border 
{
    background-color: #FFFFFF;
    width: 99%;
    border-left-style:solid; border-left-color: #3399ff; border-left-width: 1px;
    border-right-style:solid; border-right-color: #3399ff; border-right-width: 1px;
    border-bottom-style:solid; border-bottom-color: #3399ff; 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;}
.cs {color: #FF6600;font-weight: bold;font-size: 15px;}
.glay {color: #666666;}

.menu {font-size: 12px;}
.menu:link { color: #FFFFFF;text-decoration:none; font-weight: bold}
.menu:visited { color: #FFFFFF;text-decoration:none; font-weight: bold}
.menu:hover { color: #EEEEEE;text-decoration: underline; font-weight: bold}
.menu:active { color: #FFFFFF;text-decoration:none; font-weight: bold}

.lnk {font-size: 12px;}
.lnk:link { color: #0066FF;text-decoration:none; font-weight: bold}
.lnk:visited { color: #0066FF;text-decoration:none; font-weight: bold}
.lnk:hover { color: #0066CC;text-decoration: underline; font-weight: bold}
.lnk:active { color: #0066FF;text-decoration:none; font-weight: bold}

.lnkgreen {font-size: 12px;}
.lnkgreen:link { color: #009900;text-decoration:underline}
.lnkgreen:visited { color: #009900;text-decoration:underline}
.lnkgreen:hover { color: #999999;text-decoration: underline}
.lnkgreen:active { color: #009900;text-decoration:underline}

.lnkglay {font-size: 12px;}
.lnkglay:link { color: #666666;text-decoration:none}
.lnkglay:visited { color: #666666;text-decoration:nne}
.lnkglay:hover { color: #333333;text-decoration: underline}
.lnkglay:active { color: #666666;text-decoration:none}

