﻿.NLinks
{
	color: #008000;
}

.MainOuterPanelforRegion1
{
    font-size: Small;
    width: 99%;
    background-color:#133366;
}

.MainOuterPanelforRegion2
{
    font-size: Small;
    width: 99%;
    background-color: #e6e6fa;
    
}
.MainOuterPanelforRegion3
{
    
    font-size: Small;
    width: 98%;
    
}

/*Tab Panel*/


.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-family:arial;
    font-size:small;
    border-bottom:solid 4px #ffcc00;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background-color: #CCCCCC;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 0px #000;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{  
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background-color: #999999;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    font-weight: bold;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background-color: #ffcc00;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:arial;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color: #fff;    
    border:solid 1px #000000;
    border-top-width:1px;
}