/* 共用區*/
.ErrorMessageFont
{
 color:#FF0000;
 font-size:12px;
}

/* Login  CSS */
.LoginLabel
{
	font-size:12px;
	color:#587397;
	font-weight:bold;
}
.LoginTextBox
{
	border:solid 1px #555555;
	background-color:#E9E9E9;
}
.LoginButton
{
	background-color:#7B9CC4;
	border:solid 1px #555555;
	color:#ffffff;
	font-size:12px;
}
.LobinJoinButton
{	background-color:#FFFFFF;
	border:solid 1px #555555;
	color:#000000;
	font-size:12px;


}
.LoginIabel2
{
 color:#717172;
 font-size:12px;
}
.LoginBackground
{
	background-color:#E1E5EB;
}

/* For News */


/* 連結變化設定 */
A.News:hover
{
	color:#587397;
	font-size: 12px;
	text-decoration:underline;
}
A.News:Active 
{
	color:#587397;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}
A.News:Link 
{
	color:#587397;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}
A.News
{
	color:#587397;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}

/* 服務據點 CSS */

/*  內文字 */
.ShopInfoFont1
{
	color:#525252;
	font-size:10pt;
	font-weight:300;
	font-style: normal;
	line-height: 13pt;
}

/* 明顯文字 */
.ShopInfoFont2
{
	color:#f98226;
	font-size:10pt;
	font-family:"標楷體";
	
}

/*****************************

  留言版 CSS 設定區

******************************/

/* 留言版表頭 */
.MessageHeader
{
	background-image:url(../../MessageBoard/images/blue.gif);
	font-size : 12pt;
	font-weight:bold;
	text-align:center;
	height:32px; 
}

.MessageItem
{
  background-color:#BDEDFB;
}
/* 留言版最外框色彩 */
.MessageBorder
{
 border:solid 1px #587397;
}

/* 留言版發表留言表頭 */
.MessagePublishHeader
{
	background-image:url(../../MessageBoard/images/purple.gif);
	font-size : 12pt;
	font-weight:bold;
	text-align:center;
	height:32px;
}

/* 留言版使用字型1 */
.MessageFont1
{
	color:#587397;
	font-size:10pt;
	font-weight:600;

}
/*留言版使用字型2*/
.MessageLabel
{
	color:#f98226;
	font-size:11pt;
	font-weight:bold;
}
/*最後留言時間*/
.MessageTime
{
  color:#f98226;
  font-size:12px;
  font-weight:bold;

}
/*留言版內容文字*/
.MessageContentFont
{
  font-size:12px;
  color:#000000;
}
/*留言版HyperLink*/
A.Message:hover
{
	color:#587397;
	font-size: 11pt;
	text-decoration:underline;
}
A.Message:Active 
{
	color:#587397;
	font-size:11pt;
	text-decoration:none;
	font-weight: bold;
}
A.Message:Link 
{
	color:#587397;
	font-size:11pt;
	text-decoration:none;
	font-weight: bold;
}
A.Message
{
	color:#587397;
	font-size:11pt;
	font-weight: bold;
	text-decoration:none;
}

A.MessageLabel
{
	color:#f98226;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}
A.MessageLabel:hover
{
	color:#f98226;
	font-size:11pt;
	font-weight:bold;
	text-decoration:underline;
}

/* 留言版功能按鈕 */
.MessageButton
{
 border: solid 1px #777777;
 background-color:#DDE8E4;
 color:#000000;
 font-size:12px;
 }
 
 /* 留言版內文背景1 */
.MessageBackground1
{ 
 background-color:#E3E4EA;
}
/*留言版內文背景2 */
.MessageBackground2
{ 
 background-color:#DAF5FE;
}

/*
 產品資訊CSS 
*/
/*產品Name*/
.ProdName
{
	font-size:12pt;
	color:#6699CC;
	font-weight: bold;
}
/*產品price*/
.ProdPrice
{
 font-size:12px;
 color:#993300;
}
/*產品標題*/
.ProdLabel
{
	color:#587397;
	font-size: 12px;
}
.ProdContent
{
font-size:12px;
color:#555555;
}
/*產品Hyperlink*/
A.Prod:hover
{
	color:#587397;
	font-size: 12px;
	text-decoration:underline;

}
A.Prod:Active 
{
	color:#587397;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}
A.Prod:Link 
{
	color:#587397;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}
A.Prod
{
	color:#587397;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
/*會員CSS參數區*/
/**/
.MemberLabel1
{
	font-size: 12px;
	color: #006699;
}

.MemberLabel2
{
	font-size: 12px;
	color: #FF6600;
	font-weight:bold;
}
.MemberTextBox
{
 border:solid 1px #555555;
}
/*會員 Hyperlink*/
A.Member:hover
{
	color:#587397;
	font-size: 12px;
	text-decoration:underline;

}
A.Member:Active 
{
	color:#587397;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}
A.Member:Link 
{
	color:#587397;
	font-size:12px;
	text-decoration:none;
	font-weight: bold;
}
A.Member
{
	color:#587397;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}