/* CSS Document */
.divjg
{
    padding-top :6px;
}

.tableB
{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	font-size: medium;
	color: #000000;
	text-decoration: none;
	border-right: #b8d0e6 1px solid;
	border-top: #b8d0e6 1px solid;
	border-left: #b8d0e6 1px solid;
	border-bottom: #b8d0e6 1px solid;
}

.tableB TH
{
	margin: 0px;
	height: 20px;
	text-align: left;
	color: #1844ba;
	background-color: #ddf2ff;
	font-size: small;
	border-bottom: lightblue 1px solid;
	padding: 2px 2px 2px 6px;
	background-image: url(../styleWeb/bgzz.gif);
	background-repeat: repeat-x;
}
.tableB TH a
{
    padding: 3px 12px;
    text-decoration: none;
    color: white;
    background-color: #4682d0;
}
.tableB TH a:link {
    color: white;
}
.tableB TH a:visited {
    color: white;
}
.tableB TH a:hover
{      
    color: white;
    text-decoration: underline;    
} 
.tableB TD
{
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    
}
.tableE
{
	margin-top: 0px;
	padding: 2px;
	background-color: #fbfeff;
	border-right: #a9cdf2 1px solid;
	border-top: #a9cdf2 1px solid;
	border-left: #a9cdf2 1px solid;
	border-bottom: #a9cdf2 1px solid;
}
.tableE TH
{
    font-size: small;
    color: orangered;
    background-color: transparent;
    font-weight: bold;
    text-align: left;
}


.tableG
{
    margin: 1px;
    padding: 0px;
    background-color: #f7ffff;
    font-size: medium;
    color: #000000;
    text-decoration: none;
    border-right: lightblue 1px;
    border-top: lightblue 1px;
    border-left: lightblue 1px;
    border-bottom: lightblue 1px;
}

.tableG TH
{
    margin: 0px;
    padding: 2px;
    text-align: left;
    color: white;
    background-color: #bcd3ff;
    font-size: small;
    border-right: gainsboro 1px;
    border-top: gainsboro 1px;
    border-left: gainsboro 1px;
    border-bottom: gainsboro 1px;
}
.tableG TH a
{
    padding: 3px 12px;
    text-decoration: none;
    color: white;
    background-color: #4682d0;
}
.tableG TH a:link {
    color: white;
}
.tableG TH a:visited {
    color: white;
}
.tableG TH a:hover
{      
    color: white;
    text-decoration: underline;    
} 
.tableG TR
{
    text-decoration: none;
    text-align: left;
    color: #000000;
    overflow: hidden;
    border-right: #ffcc66 1px;
    border-top: #ffcc66 1px;
    border-left: #ffcc66 1px;
    border-bottom: #ffcc66 1px;
    font-size: x-small;
    background-color: transparent;
}
