﻿body 
{
	font-size:10pt;
	color:#345989;
	
}
td
{
	word-break:break-all;
}

A:link
{
	color:#345989;
	text-decoration:none;
}
A:visited
{
	color:#333333;
	text-decoration:none;
}
A:hover
{
	color: #FF0000;
	text-decoration: underline;
}
.TabMenu
{
	background-image:url(../images/mbg.gif);
}
.TabMenuOver
{
	background-image:url(../images/overbg.gif);
}

.TabDiv
{
    width:100%;
    
    border:solid 1px #BCD2E6;
}

a.rollover {
text-decoration : none;
text-align:center;
padding-top:8px;
display:table-cell;
vertical-align:middle;
width: 200px;
height: 50px;
background: url("../images/stabutton.gif") left center no-repeat;
color:#555555;
}
a:hover.rollover {
background-position: -100;
}





/*有框線的表格*/
.TableA
{
	border:solid 1px #9CCDFB;
}
/*標題列(深色格子)*/
.TitleTr
{
	color:White;
	background-color:#4576B6;
}
/*項目名稱有顏色的格子(淺色)*/
.ItemTd
{
	background-color:#C9E3F8;
}
.ContentTd
{
	background-color:#E4F3FA;
}

.TxtBoxA
{
	border:solid 1px #9CCDFB;
	
}

.profiletitle
{
	background-image:url(../images/profile.gif);
}
.logintitle
{
	background-image:url(../images/login.gif);
}
.menucenter
{
	background-image:url(../images/menu_center.gif);
}
.menudown
{
	background-image:url(../images/menu_down.gif);
}

/*Guestbook*/
.Gbooktitle
{ 
	background-image:url(../images/gbook_top.png);
}
.Gbookcenter
{ 
	background-image:url(../images/gbook_center.png);
}
.Gbookdown
{ 
	background-image:url(../images/gbook_down.png);
}
.Gbookcontent
{
	border-bottom:dotted 1px #A8C4DF;
	border-top:dotted 1px #A8C4DF;
}
.Listhr
{
	border:solid 1px #A8C4DF;
}
.ReplyDataListTable
{
	border:solid 1px #D5DBE0;
}


.ReplyDataListTitle
{
	background-color:#C7ECF8;
}
.replybtn
{
	src:url(images/replybtn.gif);
}