.SubTabContainer
{
    background-color: #F0F0F0;
	padding-top		: 4px;
	width			: 100%;
}

.SubTabControl
{
    padding         : 0px;
    width           : 100%;
}

.SubTabLink
{
}

.SubTabLink:hover 
{ 
}

.SubTabLinkSelected
{
    color           : black;
    text-decoration : none;
}

.SubTabLinkSelected:hover 
{ 
 	text-decoration : underline; 
    color           : black;
}

.SubTabDefault
{ 
    font-family     	: verdana, arial,helvetica; 
    font-size       	: 11px ; 
    font-style      	: normal;
    font-weight     	: normal;
    border-bottom   	: 1px #AFC4FF solid;
    color           	: black;
	width				: 100px;
	text-align			: center;
	padding-bottom		: 5px;
	padding-top			: 5px;
	white-space			: nowrap;
	overflow			: hidden;
}

.SubTabSelected
{ 
    font-family     	: verdana, arial,helvetica; 
    font-size       	: 11px ; 
    font-style      	: normal;
    font-weight     	: bold;
    border-top     		: 1px #AFC4FF solid;
    border-left     	: 1px #AFC4FF solid;
    border-right    	: 1px #AFC4FF solid;
    /*border-bottom   	: 1px #DFDFDF;*/
    border-bottom-color	: #DEEAFE;
    color           	: black;
	width				: 130px;
	text-align			: center;
	padding-bottom		: 5px;
	padding-top			: 5px;
	padding-left		: 5px;
	padding-right		: 5px;
	white-space			: nowrap;
	overflow			: hidden;
}

.SubTabInfo
{ 
    font-family     	: verdana, arial,helvetica; 
    font-size       	: 11px ; 
    font-style      	: normal;
    font-weight     	: normal;
    border-bottom   	: 1px #AFC4FF solid;
    background-color    : #DEEAFE;
    color           	: black;
	padding-bottom		: 5px;
	padding-top			: 5px;
}

.SubTabDefaultColor
{ 
    background-color	: #F0F0F0;
}

.SubTabSelectedColor
{ 
    background-color	: #DEEAFE; /* blue */
}

.SubNoTab
{ 
/* keep the font-size here even though there is no text. 
 * otherwise bottom border is mis-aligned
 */
    font-size       	: 11px ; 
    border-bottom   	: 1px #AFC4FF solid;
}

.GlobalPageLink
{
    font-family     	: verdana, arial,helvetica; 
    font-size       	: 11px ; 
    font-style      	: normal;
	color				: #ADD8E6;
    text-decoration 	: none;
}



.TabPageLink
{ 
    font-family     	: verdana, arial,helvetica; 
    font-size       	: 11px ; 
    font-style      	: normal;
	color				: black;
    text-decoration 	: none;
}

.TabPageJump
{ 
    font-family     	: verdana, arial,helvetica; 
    font-size       	: 11px ; 
    font-style      	: normal;
	color				: black;
    text-decoration 	: none;
}


.TabPageLink:hover 
{ 
 	text-decoration : underline; 
	color			: #316AC5;
}

.GlobalPageLink:hover
{
	text-decoration : underline; 
	color			: #ADD8E6;
}
