.tab, .selected
{
	height: 20px;
	float: left;
	cursor: Default;
	border: solid 1px #91A7B4;
	margin: 1px -2px 0px 1px;
	text-align: center;
	padding-top: 5px;
	position: relative;
	z-index: 2;
}
.tab
{
	background-image: url(../../Images/tab.gif);
}
.selected
{
	background-image: url(../../Images/tab.active.gif);
	border-bottom: solid 1px #FFFFFF;
}
li.tab a:hover
{
	height: 25px;
	background-image: url(../../Images/tab.hover.gif);
}
.tab-page
{
	clear: both;
	border: solid 1px #91A7B4;
	background: rgb( 252, 252, 254 );
	position: relative;
	color: Black;
	width: 100%;
	top: -1px;
	padding: 3px;
	z-index: 1;
	margin-left: 1px;
}
.tab-pane
{
	position: relative;
	margin-right: 1px;
	vertical-align: middle;
	text-align: center;
}


/*Ñ¡Ïî¿¨²Ëµ¥class*/
.Menubox
{
	width: auto;
	background: url(../../images/Menubox.gif);
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
}
.Menubox ul
{
	margin: 0px;
	padding: 0px;
}
.Menubox li
{
	float: left;
	display: block;
	cursor: pointer;
	width: auto;
	padding: 0px 8px 0px 8px;
	text-align: center;
	background: url(../../images/Menubox_li.gif);
	color: #fff;
	font-size: 12px;
	border-left: 1px solid #005483;
	border-right: 1px solid #005483;
	margin: 0px 0px 0px 5px;
}
.Menubox li.hover
{
	padding: 0px;
	background: #fff;
	width: auto;
	padding: 0px 8px 0px 8px;
	background: url(../../images/Menubox_li_hover.gif);
	color: #000;
	font-weight:bold;
	height: 26px;
	line-height: 26px;
}

.Menubox li a:link, .Menubox li a:visited, .Menubox li a:hover
{
	color: #fff;
	text-decoration: none;
}
.Menubox li.hover a:link, .Menubox li.hover a:visited, .Menubox li.hover a:hover
{
	color: black;
	text-decoration: none;
}
.Contentbox
{
	clear: both;
	margin-top: 0px;
	border-top: none;
}


.tableMain a:link, .tableMain a:visited
{
    color: #666666;
    text-decoration: none;
}
.tableMain a:hover
{
    color: #38B5E3;
    text-decoration: none;
}

.title0
{
    background: #ecf4fc;
    border-top: 1px #c4cfe7 solid;
    height: 24px;
    padding: 0px 0px 0px 5px;
}
.title0 a:link, .title1 a:visited
{
    color: #000;
    text-decoration: none;
}
.title0 a:hover
{
    color: #000;
    text-decoration: underline;
}

.rows1
{
    background: #e8f3ff;
}

.rows2
{
    background: #ffffff;
}

.list_AZ
{
    margin: 0px;
    text-align: left;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    font: bold 14px Arial, Helvetica, sans-serif;
}
.list_AZ a
{
    text-decoration: none;
    display: block;
    padding: 2px 4px 2px 4px;
    float: left;
    color: #ff8c00;
    font: bold 14px Arial, Helvetica, sans-serif;
}
.list_AZ a:hover
{
    background-color: #febf01;
    color: #fff;
    padding: 2px 4px 2px 4px;
    text-decoration: none;
    font: bold 14px Arial, Helvetica, sans-serif;
}
