@charset "utf-8";
body {
 margin: 0;
    font-size: 14px;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.question   {
    background-image: url(../images/question.png);
    background-repeat: no-repeat;
    float: right;
    height: 32px;
    width: 60px;
    text-align: right;
    line-height: 24px;
    margin-right: 18px;
}
.menu_display
{
    display: block;
    height: 322px;
    text-indent: 30px;
    margin-top: 5px;
}

.menu_hidden
{
    display:none;
}
.content_table {
    padding-top: 20px;
    padding-left: 30px;
    width: 777px;
}

.content_table .head {
    background-image: url(../images/table_top.png);
    background-repeat: no-repeat;
    height: 29px;
    font-size: 16px;
    line-height: 29px;
}
.content_table .title {
    background-image: url(../images/course_selection.png);
    line-height: 29px;
    text-indent: 35px;
    height: 29px;
}
.content_table .title .print {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    line-height: 29px;
    height: 29px;
    text-decoration: underline;
}


.content_table .content {
    background-image: url(../images/table_body.png);
    background-repeat: repeat;
    padding-right: 10px;
    padding-left: 10px;
}
.content_table .table_bottom {
    background-image: url(../images/table_bottom.png);
    background-repeat: no-repeat;
    height: 26px;
}
.content_table .table_bottom .bottom_text {
    line-height: 26px;
    float: right;
    height: 26px;
    padding-right: 10px;
}

.content_table .content table tr td   {
    border: 1px solid #dcdcdc;
    width: 12.5%;
    line-height: 25px;
}

.tab_head    {
    height: 32px;
    padding-top: 10px;
    padding-left: 30px;
}

.tab_unfocus     {
    background-image: url(../images/tab_unfocus.png);
    float: left;
    height: 32px;
    width: 94px;
    background-repeat: no-repeat;
    line-height: 30px;
}

.tab_focus     {
    background-image: url(../images/tab.png);
    width: 94px;
    height: 32px;
    background-repeat: no-repeat;
    float: left;
    line-height: 30px;
    color: #FFF;
}
.content_right    {
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 18px;


}
.content_right .details    {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    float: left;
    width: 400px;
}
.content_right .picture    {
    float: left;
    width: 110px;
    background-color: #CCC;
    height: 155px;
}
.content_right .details .title     {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}
.content_right .details .description {
}

.studentcourse_head    {
    height: 32px;
    padding-top: 10px;
}

.studentcourse_head .score    {
    float: left;
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
}
.content_right .module    {
    height: 300px;
    width: 500px;
    float: left;
}

.content_right .tab  {
    background-image: url(../images/mycourse_tab.png);
    background-repeat: no-repeat;
    float: left;
    width: 370px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-indent: 18px;
    font-weight: bold;
}
.content_right .module .details    {
    float: left;
    width: 450px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.tab_module{
border: 1px dashed #CCCCCC;
    float: left;
    height: 206px;
    margin-bottom: 12px;
    margin-right: 1%;
    width: 30%;overflow-y: hidden;
}
.tab_module .tab  {
    background-image: url(../css/img/tabs_enabled.png);
    background-repeat:repeat-x;
    float: left;
    width: 100%;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    color: #416AA3;
    text-indent: 18px;
    font-weight: bold;
}
.tab_module .details    {
  border-bottom: 1px dashed #CCCCCC;
    float: left;
    padding-bottom: 10px;
    padding-left: 2%;
    padding-top: 10px;
    width: 98%;
}
.bbs {
    background-image: url(../images/wait.png);
    background-repeat: no-repeat;
    text-indent: 50px;
    height: 32px;
    line-height: 32px;
    background-position: 10px;
}

#tt .tabs-header{
    background:none;
    border:none;
}
#tt .tabs li.tabs-selected a.tabs-inner 
{
   
}
#tt .tabs li a.tabs-inner 
{

    padding:0px 20px;
    border:1px solid #CCC;
}
#tt .tabs li
{
    border:none;
}
.info {
    line-height: 24px;
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    text-indent: 30px;
    height: 24px;
}
.bu1{
    background: none repeat scroll 0 0 #0B70B7;color: #FFFFFF;font-size: 14px;
    padding: 2px 10px;

}

.bu2{
    background: none repeat scroll 0 0 #32B16C;color: #FFFFFF;font-size: 14px;
    margin-left: 10px;
    padding: 2px 10px 
}