﻿/* Tab and Multipage */
.tabBG
{
    float:left;
    padding:10px 0px 0 2px;
}

.tabItem
{
    color: #FFFFFF;
    text-align: center;
    font-size : 11px;	
    text-decoration:none;
    font-weight:bold;
}
        
.tabItem td
{   
    float:left;
	vertical-align: middle;
    display: block;
    background-image:url(images/tableft.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding:0 0 0 4px;
    margin:0;
    text-decoration:none;
}
        
.tabItem td a
{
    color: #FFFFFF;
	float:left;
    display:block;
    background:url(images/tabright.gif) no-repeat right top;
    padding:5px 15px 4px 6px;
}


.tabSelected td
{
   
	 background-position:0% -42px;
}
     
.tabSelected td a
{ color: #FFFFFF;
	 background-position:100% -42px;
}
     

.tabItemHover td:hover {
background-position:0% -42px;
}
.tabItemHover td a:hover {
background-position:100% -42px;
}



.pageview
{
    line-height:normal;
	border-bottom:solid 0px #000000;
	border-top:solid 1px #000000;
	border-right:solid 0px #000000;
	border-left:solid 0px #000000;
	vertical-align:top;
	width:100%;
}