/*  MessageBoards  */
.MessageBoard
{
	display: block;
	width:£¶80px;
	min-height: 480px;
	float: left;
	margin-top:10px;
}
*html .MessageBoard
{
	width: 680px;
	height: 480px;
	overflow:inherit;
}
.MessageBoard_Header
{
	display:block;
	background-image: url(images/h_bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:25px;
	overflow: hidden;
}
.MessageBoard_Header_Left
{
	display:block;
	float:left;
	background-image: url(images/h_left.jpg);
	background-repeat: no-repeat;
	width:9px;
	height:25px;
}
.MessageBoard_Header_Center
{
	display:block;
	float:left;
	width:660px;
	height:25px;
}
.MessageBoard_Header_Icon
{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: 5px;
	background-image: url(images/h_icon_01.gif);
	background-repeat: no-repeat;
}
.MessageBoard_ViewMessage
{
	display: block;
	float: left;
	width: 100px;
	height: 20px;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	color: #336699;
	cursor:hand;
}
.MessageBoard_WriteMessage
{
	display: block;
	float: right;
	width: 82px;
	height: 20px;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	color: #336699;
	cursor:hand;
}
.MessageBoard_Header_Line
{
	
}
.MessageBoard_Header_Right
{
	display:block;
	background-image: url(images/h_right.jpg);
	background-repeat: no-repeat;
	width:9px;
	height:42px;
	float:right;
}
.MessageBoard_Body
{
	display:block;
	width:100%;
}
.MessageBoard_List
{
	display:block;
	width:662px;
	line-height:24px;
	margin-left:8px;
	min-height:380px;
	border-right: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	padding-top:10px;
}
*html .MessageBoard_List
{
	height:380px;
}
.MessageBoard_List ul
{
	list-style:url(images/arrow_01.gif) ;
    margin-left: 30px;
}
.MessageBoard_List li
{
	 display:block;
	 float:left;
	 width:100%;
}
.MessageBoard_List li A
{
	 display:block;
	 float:left;
	 margin-left:5px;
}
.MessageBoard_Footer
{
	display:block;
	width:100%;
	height:10px;
}
.MessageBoard_Footer_More
{
	display:none;
}

.MessageBoard_State_Replied
{
	display:block;
	width:16px;
	height:16px;
	background-image:url(images/disscus_note_red.gif);
	background-repeat:no-repeat;
}
.MessageBoard_State_UnReply
{
	display:block;
	width:16px;
	height:16px;
	background-image:url(images/disscus_note_yellow.gif);
	background-repeat:no-repeat;
}

.MessageBoard_ListTable
{
	width:99%;
}
.MessageBoard_ListTable_td_State
{
	width:40px;
	text-align:center;
}
.MessageBoard_ListTable_td_Link
{
}
.MessageBoard_ListTable_td_UserName
{
	width:60px;
	text-align:center;
}
.MessageBoard_ListTable_td_DateTime
{
	width:120px;
	text-align:left;
}
.MessageBoard_ListTable_td_Modify
{
}


.MessageBoard_HyperLink
{
	color: #000000;
}
.MessageBoard_Title
{
	color: #000000;
}
.MessageBoard_UserName
{
	color: #006633;
}
.MessageBoard_Content
{
	color: #000099;
}
.MessageBoard_Fake
{
}
.MessageBoard_Reply
{
	color: #cc3333;
}
.MessageBoard_RepliedTime
{
	color: #ff6600;
}
.MessageBoard_CreatedTime
{
	color: #669900;
}


.MessageBoard_Write_Title
{
	display:block;
	float:left;
	text-align:center;
	height:30px;
	width:100%;
	font-size: 11pt;
	font-weight: bold;
	color: #336699;
	cursor:hand;
}
.MessageBoard_Write_InputLine
{
	display:block;
	float:left;
	min-height:30px;
	width:100%;
}
.MessageBoard_Write_InputLine2
{
	display:block;
	float:left;
	min-height:30px;
	padding-left:80px;
}
.MessageBoard_Write_Label
{
	display:block;
	float:left;
	width:80px;
	height:18px;
	text-align:right;
}
.MessageBoard_Write_LabelDateTime
{
	display:block;
	float:left;
	width:120px;
	height:18px;
	text-align:left;
	margin-left:30px;
}
.MessageBoard_Write_TextBox
{
	display:block;
	float:left;
	width:160px;
	height:18px;
}
.MessageBoard_Write_TextBoxLong
{
	width:450px;
	height:18px;
}
.MessageBoard_Write_TextBoxMultiLine
{
	width:450px;
	height:100px;
}
.MessageBoard_Write_ErrorMessage
{
	color:Red;
	width:100%;
}
.MessageBoard_Write_Button
{
	display:block;
	float:left;
	height:20px;
	width:80px;
	margin-left:20px;
}

/* MsgBoardViewer */
body.MsgBoardViewerBody, body.MsgBoardViewerBody form, body.MsgBoardViewerBody div
{
	background: #fff9f4;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	color: Black;
	text-align: center;
}

#MsgBoardViewerMain
{
	width:440px;
	min-height:200px;
	text-align:left;
}
#MsgBoardViewer
{
	
}
#MsgBoardViewer_Header
{
	display: block;
	float: left;
	width: 100%;
	height: 10px;

}
#MsgBoardViewer_Title
{
	display:block;
	float:left;
	width:100%;
	min-height:30px;
	text-align:center;
	padding-top:10px;
	font-size:11pt;
}
#MsgBoardViewer_Division
{
	display:block;
	float:left;
	width:100%;
	height:1px;
}
.MsgBoardViewer_Division_HR
{
	color: #B1D795;
	height: 1pt;
	width: 100%;
	background-color: #B1D795;
}
.MsgBoardViewer_Division_HR2
{
	color: #B1D795;
	height: 1pt;
	width: 100%;
	background-color: #B1D795;
}
.MsgBoardViewer_HR
{
	display:block;
	float:left;
	width:100%;
	height:2px;
}
#MsgBoardViewer_Content
{
	display: block;
	float: left;
	width: 400px;
	min-height: 80px;
	margin-top: 5px;
	padding-top: 10px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color: whitesmoke;
	border:solid 1px #B1D795;
}
* html #MsgBoardViewer_Content
{
	height: 80px;
}
#MsgBoardViewer_Reply
{
	display: block;
	float: left;
	width: 400px;
	min-height: 80px;
	margin-top: 5px;
	padding-top: 10px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color: whitesmoke;
	border:solid 1px #B1D795;
}
* html #MsgBoardViewer_Reply
{
	height: 80px;
}
#MsgBoardViewer_Footer
{
	display:block;
	float:left;
	width:100%;
	height:40px;
}
#MsgBoardViewer_CloseWindow
{
	display:block;
	float:right;
	width:100px;
	height:40px;
	margin-top:15px;
	margin-right:10px;
}
#CloseButton
{
	height: 20px;
	border: solid 1pt black;
	background-color: #B1D795;
	color: black;
	width: 70px;
	cursor: hand;
}
.Modify
{
	display:block;
	float:left;
	background-image: url(Images/m_modify1.gif);
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	cursor:hand;
}
.Reply
{
	display:block;
	float:left;
	background-image: url(Images/m_modify.gif);
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	cursor:hand;
}
.Delete
{
	display:block;
	float:left;
	background-image: url(Images/m_delete.gif);
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	cursor:hand;
}