﻿/* 書籍列表 book_list.aspx 用到 */
/*
	CSS Table Design
	Author: Stanislav Filev
	Theme: Stainless Stell: Stenli Style
	URL : http://www.stenli.net
*/

.table_StenliStyle table 
{
	 border-left : 1px solid #ccc;
	 border-top : 1px solid #ccc;
	 background-color : #F8F8F8;
	 color :#666;
	 margin-top :5px;
	}

.table_StenliStyle td, th { padding :5px;}
.table_StenliStyle caption 
{
	text-transform : uppercase;
	text-align :center ;
	font :bold 12pt Verdana;
	color :#4F4F4F;
	margin :3px 0;
	}

/* links 
--------------------------------------------------*/
.table_StenliStyletable a { color :maroon ; text-decoration :none;}
.table_StenliStyletable a:link { color :maroon;}
.table_StenliStyletable a:visited { color :Maroon;}
.table_StenliStyletable a:hover{color:chocolate;}

/* thead tbody tfoot 
--------------------------------------------------*/
.table_StenliStyle tbody td 
{
	color :#666;
	font :8pt Verdana;
	border-right : 1px solid #ccc;
	border-top : 1px solid #fff;
	border-left : 1px solid #fff;
	border-bottom : 1px solid #ccc;
	}

.table_StenliStyle thead td
{
	color :#737373;
	background-color :#f3f0ec;
	font : 8pt Verdana;
	font-size :14px;
	font-weight :900;
	padding :6px;
	border-right : 1px solid #ccc;
	border-bottom :1px solid #ccc;
	}

/* Visual and hover effects */
.table_StenliStyle .odd td {}
.table_StenliStyle tbody tr:hover td 
{
	background-color :Silver;
	border-right : 1px solid #eee;
	border-top : 1px solid #999;
	border-left : 1px solid #999;
	border-bottom : 1px solid #eee;
	background-color :#f3f0ec;
	}
