﻿.tblMain
{
	/*border:solid 1px #cccccc;*/
	padding:0px;
	margin:0px;
	width:878px;
	background-color:white;
	border:solid 1px #e2e2e2;
}

.header
{
	margin:0px;
	height:65px;
	width:100%;
	padding:0px;
}

.header_left
{
    float:left;
    width:325px;
    padding:10px 0px 10px 0px;
    margin:2px 0px 0px 0px;
    overflow:hidden;
    border-top:solid 3px #6699ff;
    text-align:center;
}

.header_center
{
    float:left;
    width:204px;
    padding:5px 0px 5px 0px;
    margin:2px 0px 0px 0px;
    overflow:hidden;
    text-align:center;
    border-bottom:solid 1px #c6d6ff;
    height:16px;
    font-weight:bold;
}


.header_center a
{
    color: #ff8534;
    text-decoration:none;
    font-weight:bold;
}

.header_center a:hover
{
    color: #6699ff;
    text-decoration:none;
    font-weight:bold;
}

.line_left
{
    float:left;
    width:11px;
    height:27px;
    padding:0px;
    margin:2px 0px 0px 0px;
    overflow:hidden;
    text-align:left;
    /*border-top:solid 3px #6699ff;*/
}


.header_right
{
    float:left;
    width:325px;
    padding:5px 0px 5px 0px;
    margin:2px 0px 0px 0px;
    overflow:hidden;
    border-top:solid 3px #6699ff;
    text-align:center;
}

#menu
{
	float:left;
	margin:0px;
	padding:2px 0px 0px 0px;
	border-top:solid 1px #c6d6ff;
}

.menu_seperator
{
    float:left;
    background-color:#90b5ff;
    padding: 6px 1px 6px 1px;
}

#menu a
{
    float:left;
    color: #FFFFFF;
    text-decoration:none;
    padding: 6px 10px 6px 10px;
    background-color:#81abff;
    font-weight:bold;
}

#menu a:hover
{
    float:left;
    color: #6699ff;
    text-decoration:none;
    padding: 6px 10px 6px 10px;
    background-color:#FFFFFF;
    font-weight:bold;
}

.menu_edge
{
	float:left;
    width:27px;
    height:27px;
	margin:0px;
	padding:0px;
}

.menu_space
{
	float:left;
    width:40px;
    height:27px;
	margin:0px;
	padding:2px 0px 0px 0px;
	border-top:solid 1px #c6d6ff;
	overflow:hidden;
}

#current_menu
{
	float:left;
	margin:0px;
	padding:2px 0px 0px 0px;
	border-top:solid 1px #c6d6ff;
}

#current_menu a
{
    float:left;
    color:#6699ff;
    text-decoration:none;
    padding: 6px 10px 6px 10px;
    background-color:#FFFFFF;
    font-weight:bold;
    border-bottom:solid 2px #ff8534;
}

#current_menu a:hover
{
    float:left;
    color: #6699ff;
    text-decoration:none;
    padding: 6px 10px 6px 10px;
    background-color:#FFFFFF;
    font-weight:bold;
}

.language
{
	float:left;
	width:242px;
	height:26px;
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	text-align:center;
	border-bottom:solid 1px #c6d6ff;
}

.right_col
{
	width:222px;
	margin:0px;
	padding:0px 10px 0px 10px;
	overflow:hidden;
	text-align:center;
	vertical-align:top;
}

.rate_title
{
    float:left;
    width:220px;
    margin:0px;
    padding:5px 0px 5px 0px;
    overflow:hidden;
    text-align:center;
    font-weight:bold;
    color:#6699ff;
    border: solid 1px #c6d6ff;
    border-top:solid 3px #6699ff;
    background-image:url(../images/rate_title_bg.gif);
}

.rate_body
{
    float:left;
    width:210px;
    margin:0px;
    padding:5px 5px 5px 5px;
    overflow:hidden;
    text-align:center;
    font-weight:bold;
    color:#6699ff;
    border: solid 1px #c6d6ff;
}

.copy_right
{
    float:left;
    width:250px;
    height:32px;
    margin:0px;
    padding:5px 5px 0px 5px;
    overflow:hidden;
    text-align:center;
    border-top: solid 1px #6699ff;
    color:Gray;
}

.line_buttom
{
    float:left;
    width:32px;
    height:32px;
    margin:0px;
    overflow:hidden;
}

#menu_bottom
{
    float:left;
    width:584px;
    height:24px;
    margin:0px;
    overflow:hidden;
    text-align:center;
    border-bottom: solid 1px #6699ff;
    padding:8px 0px 0px 0px;
}

#menu_bottom a
{
    color: #8e8e8e;
    text-decoration:none;
    padding: 8px 0px 0px 0px;
    font-weight:bold;
}

#menu_bottom a:hover
{
    color: #ff8534;
    text-decoration:none;
    padding: 8px 0px 0px 0px;
    font-weight:bold;
}

.rate_normal
{
    color:#8e8e8e;
    font-family:Verdana;
    font-size:10px;
    padding:5px;
    background-color:#ffffff;
}

.rate_alter
{
    color:#ffffff;
    font-family:Verdana;
    font-size:10px;
    padding:5px;
    background-color:#e2e2e2;
}