﻿div.allContent
{
    width : 96%;
    padding-left : 2%;
    padding-right : 2%;
}

/* 作品名稱標籤 */
.Caption_Label
{

}

/* 作品名稱 */
.Caption
{
    font-weight: bolder;
    font-size: x-large;
}

/* 此主題的資料的表格 */
.Title_Table
{
    width: 100%;
    margin-bottom:10px;
}

/* 科目名稱標籤 */
.Subject_Name_Label
{

}

/* 科目名稱超連結 */
.Subject_Name_HyperLink
{
    font-size: large;
}

/* 主題的日期 */
.Title_Date
{

}

/* 主題的負責人標籤 */
.Title_ResponsiblePerson_Label
{

}

/* 主題的負責人 */
.Title_ResponsiblePerson
{

}

/* 主題的描述標籤 */
.Title_Description_Label
{

}

/* 主題的描述 */
.Title_Description
{

}

/* 作品表格 */
.Work_Table_List
{
    border-style: dashed;
    border-width: 3px;
    width: 100%;
    background-color: #FFFFFF;
}

/* 作品表格的單一方格 */
.StudentWork_Table_Cell
{
    border: 1px solid #808080;
    vertical-align: top;
}

/* 作品的標題 */
.Each_StudentWork_Caption
{
    font-weight: bolder;
    color: #800000;
}

/* 作品的圖片 */
.Each_StudentWork_Pic
{
    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#333333,Direction=120,strength=5); 
}

/* 非圖片類的作品 */
.Each_StudentWork_nonPic
{
    border: 1px solid #800000;
    width: 130px;
    height: 100px;
    font-size: 30pt;
    font-weight: bolder;
    background-color: #00FFFF;
}

/* 作品的描述文字 */
.Each_StudentWork_Description
{

}

/* 作品的作者名單 */
.Each_StudentWork_StudentList
{

}

