﻿
table.betweenMenuAndShortcut
{
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

table.betweenMenuAndShortcut > tbody > tr > td
{
    padding : 0px;
    vertical-align: top;
}

table.betweenMenuAndShortcut > tbody > tr > td.book_latestNews
{
    width : 220px;
}

/*============================================== */

/* 圖書館方格 */
div.book
{
    overflow:hidden;
    width:100%; 
    height:270px;
    border-bottom : solid 1px;
}

table.book_title
{

}

/* 新書推介及閱讀報告表格 */
table.library
{

}

/*新書推介外圍方框*/
table.library div.recommendBook
{

}

/* 新書介紹，標題 */
table.library div.recommendBook .title
{
	font-weight: bold;
}

/* 新書介紹，描述 */
table.library div.recommendBook .description
{
    font-size: smaller;
    text-align: justify;
}

/* 新書介紹，圖片 */
table.library div.recommendBook img.Pic
{
	width: 70px;
	height: 100px;
	float:left;
	margin : 5px 10px 10px 5px;
}

/* 閱讀報告外圍方格 */
table.library tr td.book_report_outter
{

}

/* 最新閱讀報告表格 */
table.library table.book_report
{
	width: 100%;
}


/* 最新閱讀報告表格，書藉方格 */
table.library table.book_report tr td.book
{
	
}

table.library table.book_report tr td.book a
{
	
}

/* 最新閱讀報告表格，作者方格 */
table.library table.book_report tr td.student
{
	
}

table.library table.book_report tr td.student a
{
	
}

table.library table.book_report tr td.more
{
	
}

/* =========================================== */

table.latestNews_title
{
	
}

table.latestNews_Outter
{
    width : 100%;
}

/* 最新消息方格 */
div.latestNews
{
    overflow:hidden;
    width:100%; 
    height:450px;
}

table.latestNews
{
	border : solid 1px;
}

table.latestNews tr td
{
	padding-left : 10px;
	border : none 0px;
	padding-top : 3px;
	padding-bottom : 3px;
}


/* 最新消息，標題 */
table.latestNews tr td a
{
	font-weight: bold;
}

/* 最新消息，日期 */
table.latestNews tr td .date
{
	font-size: smaller;
}

/* 最新消息，描述 */
table.latestNews tr td .description
{
	font-size: smaller;
}


/* ============================================ */

table.betweenMenuAndShortcut > tbody > tr > td.middle
{
	width: 530px; 
	height : 270px;
}

/* 中央圖片方格 */
div.Center_Picture
{
    /*overflow : hidden;*/
    width : 100%; 
    border-width : 0px;
    border-style : none;
}



/*=============================================== */

/* 活動照片方格 */
div.Activity_Photo
{
    overflow:hidden;
    width:530px; 
    height:450px;
}

/* 活動照片表格 */
table.activityPhoto
{
    border-style: solid;
    border-width: 1px;
    border-collapse: separate;
    border-spacing: 5px;
}

/* 單一活動方格 */
table.activityPhoto tr td
{
    /*vertical-align: top;*/
}

/* 活動的照片 */
table.activityPhoto tr td img
{
    border: 3px solid #FFFFFF;
    float : left;
    margin : 5px;
}

/* 活動的日期 */
table.activityPhoto tr td .date
{
    font-size: smaller;
}

/* 活動的超連結 */
table.activityPhoto tr td a
{
    font-weight: bolder;
}

/*==========================================*/

table.betweenMenuAndShortcut > tbody > tr > td.right
{
	width: 190px; 
	vertical-align: top;
}

input.loginButton
{
    border-style: solid;
    border-width: 1px;
    width: 100%;
    font-size: smaller;
    font-weight: bolder;
    font-variant: small-caps;
    letter-spacing: 0.5em;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom : 7px;
}


/* 自定內容方格 */
div.Custom_Content_Box
{
	border-bottom : solid 1px ;
	height:240px;
	width : 100%;
}

div.Custom_Content_Box > table
{
    width : 100%;
}

table.calendar_title
{
	
}

/* ============================================= */

/* 捷徑列表格 */
table.All_Shortcut
{ 
	margin-top: 10px; 
}

table.shortcut
{
    
}

table.shortcut img.picture
{

}

/* ===================================== */
table.calendar
{
	cursor: hand;
}

.calendar_table
{
    border-collapse: collapse;
}

.calendar_today
{
    border-style: solid;
    border-width: 1px;
}

.calendar_otherMonthDay
{

}

.calendar_weekName
{

}

.calendar_monthName
{
    border-collapse: collapse;
    border-style: none;
}












































