﻿/* 主要部分
-------------------------------------------------------------------------------------------------------------*/
#main
{
    height: 100%;
    text-align: center;
}
#maincontent
{
    margin: 4px 0 10px 0;
    width: 980px;
}
#location
{
    width: 900px;
    margin-top: 10px;
    text-align: left;
    font: normal 12px/16px Verdana;
}
#location td
{
    vertical-align: middle;
}

/* 课程列表
-----------------------------------------------------------*/
#courselist
{
    width: 738px;
    float: left;
}

.summary
{
    font: bold 16px Verdana;
    color: #5b7f03;
    width: 718px;
    float: left;
    margin-left: 20px;
    _margin-left: 10px;
    text-align: left;
    font: bold 14px/24px Verdana;
}
.summary .videocount
{
    font: normal 12px/18px Verdana;
    color: #F36D0E;
}
.summary .totalpoint
{
    font: normal 12px/18px Verdana;
    color: #CA2303;
}

table.tag
{
    width: 738px;
    height: auto;
}
table.tag td.tb_header
{
    color: #f46f21;
    font: bold 12px/18px Verdana;
    width: 72px;
    padding-right: 6px;
    text-align: right;
    vertical-align: middle;
}

table.contentinfo
{
    width: 320px;
    height: auto;
    margin-left: 20px;
    _margin-left: 10px;
}
table.contentinfo td.tb_header
{
    color: #f46f21;
    font: bold 12px/18px Verdana;
    width: 80px;
    text-align: right;
    vertical-align: middle;
    padding-right: 6px;
}
table.contentinfo td.tag
{
    width: 140px;
    text-align: left;
}
table.contentinfo td.tag table
{
    width: 140px;
}
table.contentinfo td.tag table td
{
    vertical-align: middle;
    font: normal 12px/18px Verdana;
}
table.contentinfo td.scorestar
{
    width: 140px;
    text-align: left;
}
table.contentinfo td.scorestar table
{
    width: 140px;
}
table.contentinfo td.score
{
    width: 100px;
    text-align: center;
}
table.contentinfo td.score table
{
    width: 90px;
}

table.contentinfo_wholepage
{
    width: 738px;
    height: auto;
}
table.contentinfo_wholepage td.tb_header
{
    color: #f46f21;
    font: bold 12px/18px Verdana;
    width: 80px;
    text-align: right;
    vertical-align: middle;
    padding-right: 6px;
}
table.contentinfo_wholepage td.info
{
    width: 640px;
}
table.contentinfo_wholepage td.intro
{
    text-indent: 24px;
}
table.contentinfo_wholepage td.courselist
{
    text-align: left;
}
table.contentinfo_wholepage td.courselist table
{
    width: 600px;
    margin-left: 20px;
}
table.contentinfo_wholepage td.courselist table td
{
    background: url("/images/dot01.gif") no-repeat left center;
    padding-left: 10px;
    width: 600px;
}
table.contentinfo_wholepage td.download
{
    text-align: center;
}

.intro
{
    width: 96%;
    float: left;
    margin: 10px 0 10px 20px;
    _margin-left: 5px 0 5px 10px;
    text-align: left;
}

a.button
{
    height:12px;
    font:normal 12px Verdana;
    padding: 2px 5px;
    margin: 0 5px;
    vertical-align: middle;
    background: white;
    display: inline-block;
    border: solid 1px Gray;
}
a.button:hover
{
    background: #f46f21;
    color: White;
}

.listitem table.resourcelist
{
    width: 720px;
}
.listitem table.resourcelist td.resourceitem
{
    background: #ddd;
    width: 100%;
}
.resourcelist table.resource
{
    width: 720px;
}
.resourcelist table.resource td
{
    background: white;
    padding: 0 5px;
    vertical-align: middle;
    height: 30px;
}

.resourcelist .resource td.resourcename
{
    text-align: left;
    width: 320px;
    font: bold 12px/18px Verdana;
}
.resourcelist .resource td.publishdatetime
{
    text-align: left;
}
.resourcelist .resource td.size
{
    text-align: center;
    width: 100px;
}
.resourcelist .resource td.button
{
    width: 100px;
    text-align: center;
}
.listitem table.commentlist
{
    width: 720px;
    vertical-align: top;
    text-align: center;
}
.listitem table.commentlist td.commentitem
{
    text-align: center;
    background: #ddd;
}
.commentlist table.comment
{
    margin-bottom: 3px;
    width: 720px;
}
.commentlist table.comment td
{
    vertical-align: middle;
    background: white;
    text-align: left;
    padding: 0 5px;
}
.commentlist .comment td.itemname
{
    text-align: right;
    width: 100px;
    font: bold 12px/18px Verdana;
}
.commentlist .comment td.title
{
    width: 600px;
}
.commentlist .comment td.username
{
    text-align: left;
    width: 100px;
}
.commentlist .comment td.publishdatetime
{
    text-align: left;
}
.commentlist .comment td.content
{
    padding: 10px;
    text-align: left;
}
table.newcomment
{
    margin-top: 10px;
    width: 640px;
}
table.newcomment input, table.newcomment textarea
{
    border: solid 1px #e4e4e4;
    text-align: left;
    font: normal 12px/16px Vandana;
    color: #565353;
}

table.newcomment td.title
{
    font: bold 14px/22px Verdana;
    border-bottom: dashed 1px #bbb;
}
table.newcomment td
{
    text-align: left;
}
table.newcomment td.itemname
{
    background: none;
    font: bold 12px/20px Verdana;
    text-align: left;
    width: 90px;
}
table.newcomment td.newcommentbutton
{
    padding: 5px 20px;
    text-align: left;
}

#main .buttom
{
    margin-top: 10px;
    _margin-top: 5px;
    background: url("/images/lv2page_93.jpg") no-repeat top left;
    width: 996px;
    height: 18px;
    float: left;
}

/* 资源详细页
-------------------------------------------------------------------------------------*/
.listitem table.resourceinfo
{
    width: 738px;
}
.listitem table.resourceinfo td
{
    text-align: left;
}
.listitem table.resourceinfo td.title
{
    background: url("/images/dot_02.jpg") no-repeat left center;
    color: #fb7329;
    text-align: right;
    height: 20px;
    width: 80px;
    font: bold 12px/18px Verdana;
}
table.resourceinfo td.info
{
    width: 660px;
}
table.resourceinfo td.intro
{
    text-indent: 24px;
}
table.resourceinfo td.download
{
    text-align: center;
}
table.resourceinfo td.courselist
{
    text-align: center;
}
table.resourceinfo td.courselist table
{
    width: 96%;
}
table.resourceinfo td.courselist table td
{
    padding-left: 10px;
    background: url("/images/dot01.jpg") no-repeat left center;
}


#main .buttom
{
    margin-top: 10px;
    _margin-top: 5px;
    background: url("/images/lv2page_93.jpg") no-repeat top left;
    width: 996px;
    height: 18px;
    float: left;
}

.iteminfo_content
{
    margin-left: 40px;
    _margin-left: 20px;
}


