﻿.tableF
{
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}
.headerF {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #344676;
    color: #FFF;
    margin: 50px;
    font-family: 微軟正黑體;
}

.titleF
{
    background-color: #cccccc;
    text-align: right;
}

.footerF
{
    background-color: #344676;
    text-align: center;
	font-size: 20px;
    padding: 20px;
}

.DivMain
{
    text-align: center;
    float: left;
    width: 500px;
}
.tabSelected
{
    border-style: solid;
    border-width: 1px;
    float: left;
    width: 110px;
    background-color: #C0C0C0;
    text-align: center;
    font-weight: bold;
    border-bottom-color: #cccccc;
}

.tab
{
    border: 1px solid #cccccc;
    float: left;
    width: 110px;
    text-align: center;
}
.images
{
    background: #c00;
    width: 20px;
    padding: 1px;
}
/* not part of the menu */

#nav ul
{
    display: inline-block;
}
#nav ul
{
    display: inline;
}
#nav ul li
{
    float: left;
}
#nav
{
    text-align: left;
}
#nav li
{
    display: table-cell;
    margin: 0;
    padding: 0;
}
#nav a
{
    float: left;
    color: #000;
    background: #ccc url(../../OP/images/top_left.gif) no-repeat left top;
    margin: 0 2px 0 0;
    padding: 0 0 0 2px;
    text-decoration: none;
    letter-spacing: 1px;
}
#nav a b
{
    float: left;
    display: block;
    background: transparent url(../../OP/images/top_right.gif) no-repeat right top;
    padding: 5px 16px 5px 12px;
}
#nav a:hover
{
    background: #3a73ba url(../../OP/images/top_left.gif) no-repeat left top;
    color: #fff;
    cursor: pointer;
}
#nav .current a
{
    background: #3a73ba url(../../OP/images/top_left.gif) no-repeat left top;
    color: #fff;
    cursor: default;
}
#nav
{
    padding:2px 0 10px 0;
    background: #fff url(../../OP/images/shade_bottom.gif) repeat-x left bottom;
    margin: 0 ;
}
/* margin for this demo only */
body
{
    font-size: 15px;
}

.tt { 
    text-align: center;
    color: #FFF;
	font-size:20px;
}

.odd {
    height: 35px;
}

.even {
    height: 35px;
    color: #4F5A69;
    background-color: #F0F3FB;
}

.evenorder {
    height:35px;
    background-color:HONEYDEW;
}

.evenpax {
    height:35px;
    background-color:LIGHTYELLOW;
}

.selected {
    background-color: #acbad4;
}

.radioButtonList {
    height: 300px;
    overflow: auto;
}