﻿body
{
    margin: 0;
    padding: 0;
    font: 10px normal Verdana, Arial, Helvetica, sans-serif;
    color: #444;
}

.newcontainer
{
    width: 720px;
    margin: 10px auto;
}
ul.new_tabs
{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 26px;
    border-bottom: 1px solid #c6cdd3;
    border-left: 1px solid #c6cdd3;
    width: 100%;
}
ul.new_tabs li
{
    float: left;
    margin: 0;
    padding: 0;
    height: 28px;
    line-height: 28px;
    border: 0px solid #c6cdd3;
    border-left: none;
    margin-bottom: -1px;
    background:url(../images/academic_tab_bg.jpg) no-repeat;
    overflow: hidden;
    position: relative;
    width:100px;
}
ul.new_tabs li a
{
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 1.2em;
    padding: 0 10px;
    border: 1px solid #fff;
    outline: none;
}
ul.new_tabs li a:hover
{
   background:url(../images/academic_tab_bg_hover.jpg) no-repeat;
}
html ul.new_tabs li.active, html ul.new_tabs li.active a:hover
{
    background:url(../images/academic_tab_bg_hover.jpg) no-repeat;
    border-bottom: 1px solid #eef6fd;
}
.newtab_container
{
    border: 1px solid #c6cdd3;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #eef6fd;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}
.newtab_content
{
    padding: 10px;
}

.new_tabHeadtxt
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}
.new_tabSmalltxt
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-align: left;
}
