/*---------------------style----------for--------abtTabs----------------*/
.container
{
    width:auto !important;
    text-align:left;
    margin:0 auto;/* For the rest*/

}

/***NOW TABS STYLES START HERE***/
.abtTabs ul.tabPage
{
    list-style:none;
    padding:0;
    margin:0 0 0 0;
    padding-top:10.2px;
}
.abtTabs ul.tabPage li
{
    float:left;
    border:2px solid #0F374F;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    border-bottom-width:0;
    margin:0 0 0 0;
    padding-bottom:0 !important;
}
.abtTabs a.abtTab
{
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    text-decoration:none;
    display:block;
    font-size:15px;
    background:#C3D9FF;
    padding: 0.24em 1em;
    color: #1A5275;
    text-align: center;

}
.abtTabs a.abtTab:hover
{
    background: #ddf;
}
.abtTabs .selected
{


}
.abtTabs .selected a.abtTab
{
    position: relative;
    top: 1px;
    background: #DFE5FF;
    color: black;
    font-weight: bold;
    border-bottom: 0 !important;
}

/***NOW TABS STYLES END HERE***/


/*-------------------style------for-----simple------tabs-------------------------------*/


.topDiv {
    width:auto;
    border:1px solid #fff;
    margin-top:0 !important;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:0 !important;
    text-align:justify;
    clear:both;
    font-size:12.5px;
    background-color: #E8EEFA;
    min-height:15em;
    _height:120px;
    -moz-border-radius-topright:0;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:8px;
    }
ul.topUL {
    margin:10px;
    padding:10px;
    padding-bottom:0 !important;
    margin-right:0;
    margin-bottom:0 !important;
    list-style: none;
    width:auto;
    clear:both;
    font-size:13px;
    float:right;
    }
ul.topUL li {
    margin:0 0 0 0;
    padding:0;
    display:inline;
    }
ul.topUL li a {
    display:inline;
    padding-right:4px;
    padding-left:4px;
    padding-top:4px;
    padding-bottom:0 !important;
    text-decoration:none;
    background: #1A5275;
    color: #fff;
    border-top: thin solid #1A5275;
    border-right: thin solid #1A5275;
    border-left: thin solid #1A5275;
    border-bottom: thin solid #DEDEDE;
}
ul.topUL li a:hover {

}
ul.topUL li a.selected {
    background: #E8EEFA;
    padding-bottom:0 !important;
    border-top: thin solid #fff;
    border-right: thin solid #fff;
    border-left: thin solid #fff;
    border-bottom: thin solid #E8EEFA;
    color:#004071;
}

.topDiv div {
    display:none;

    }
.topDiv div.on {
    display:inline;
    }

/*--------------------end--of--simple---tabs------------------------------------------*/


/*-------------------style------for--modified---simple------tabs-------------------------------*/


.tabContainer {
    width:auto;
    border:1px solid #1A5275;
    margin-top:0 !important;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:0 !important;
    text-align:justify;
    clear:both;
    font-size:12.5px;
    background-color: #DFE5FF;
    min-height:15em;
    _height:120px;
    -moz-border-radius-topright:0;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    }
ul.tabList {
    margin:10px;
    padding:10px;
    padding-bottom:0 !important;
    margin-right:0;
    margin-bottom:0 !important;
    list-style: none;
    width:auto;
    clear:both;
    font-size:13px;
    float:right;
    }
ul.tabList li {
    margin:0 0 0 0;
    padding:0;
    display:inline;
    }
ul.tabList li a {
    display:inline;
    padding-right:4px;
    padding-left:4px;
    padding-top:4px;
    padding-bottom:0 !important;
    text-decoration:none;
    background: #FFE9AF;
    color: #1A5275;
    border-top: thin solid #1A5275;
    border-right: thin solid #1A5275;
    border-left: thin solid #1A5275;
    border-bottom: thin solid #DFE5FF;
}
ul.tabList li a:hover {
    background: #BCD4EC;
    color: #1A5275;
    border-top: thin solid #1A5275;
    border-right: thin solid #1A5275;
    border-left: thin solid #1A5275;
    border-bottom: thin solid #DFE5FF;
}
ul.tabList li a.selected {
    background: #DFE5FF;
    padding-bottom:0 !important;
    border-top: thin solid #1A5275;
    border-right: thin solid #1A5275;
    border-left: thin solid #1A5275;
    border-bottom: thin solid #DFE5FF;
    color:#004071;
}

.tabContainer div {
    display:none;

    }
.tabContainer div.on {
    display:inline;
    }

/*--------------------end--of--simple---tabs------------------------------------------*/

/*--------------------start--of--nano---tabs------------------------------------------*/

a { outline:none; }
.nanotabs { text-align:left; width:inherit; float:right;}
.ntabs { text-align:left !important; width:inherit;  float:left;}
.ntabs ul.tabUl { float:right; margin:0; padding:0; }
.ntabs div.tab { float:right; }
.ntabs li { float:left;list-style:none; }
.ntabs li > a { display:block; padding:4px 6px; background:#BEE6FD; color:#333; font:bold 12px Verdana; text-decoration:none;}
.ntabs li > a:hover { background:#8EBECF; color:#000; }
.ntabs li > a.selected { background:#0094C4; color:#FFF; }
.nanotabs div.tab{ display:none; background:#CDE8F8; width:inherit;  border: 1px solid #888; padding:8px; padding-top:4px; letter-spacing:1px; font:bold 12px Verdana;}
.left  { background:#FFF; display:block; text-indent:-2000em; position:relative; top:0; width:1px; height:1px; left:1px; margin-left:-1px; }
.right { background:#FFF; display:block; text-indent:-2000em; position:relative; top:0; width:1px; height:1px; right:1px; margin-right:-1px; }


/*--------------------end--of--nano---tabs------------------------------------------*/