/* 自訂樣式 */
.BlogInfo{
  display:none;
}

h2.blog_title
{
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom: 5px;
	padding-bottom: 5px;
                font-size:15px;
                font-weight:bold                
}

.ItemSelected 
{
                BACKGROUND-COLOR: #368AA3;
}

.ItemSelected A:link
{
                FONT-SIZE: 15px;COLOR: white;BACKGROUND-COLOR: #368AA3;
}

.ItemSelected A:visited 
{
                FONT-SIZE: 15px; BACKGROUND-COLOR: #368AA3;
}

.ItemNotSelected {
	FONT-SIZE: 15px;
}
.ItemSelected A:link {
	FONT-SIZE: 15px;
}
.ItemSelected A:visited {
	FONT-SIZE: 15px;
}

.UDT_Table_Head
{
	background-color: #74c0d7;
	font-weight:bold;
	color:white;
	width:100%;
}

.UDT_Table_AlternateItem
{
	background-color: #ecf8f8;
	width:100%;
}

.PagingTable
{
	border-right: #a6c9c5 1px solid;
	border-top: #a6c9c5 1px solid;
	border-left: #a6c9c5 1px solid;
	border-bottom: #a6c9c5 1px solid;
}

#dnn_ctr2994_UserDefinedTable_grdData {
	width: 100%;  
}



