ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

html,body {
	margin:0;
	height: 100%;
    width:100%;
	padding: 0;
    font-family: Arial, Verdana, sans-serif;
	font-size:9pt;
}

div#MainLayout
{
	position:relative; 
	height:5px;
	z-index:30;
}

body {
	background: url('/images/layout/default/background.gif') repeat-x;
}

div#Title {
	background: url('/images/layout/default/title.gif') no-repeat;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:98px;
/*	z-index:5; */
}

td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}


div#Main {
}

div#Workarea {
    display:block;
    position: absolute; 
	top:90px;
	left:10px;
	right:10px;
    bottom: 10px; 
	padding:0;
}

div#MainGroupName 
{
	position:absolute;
	left:200px;
	top:23px;
	font-family: Century Gothic;
	font-size: 16pt;
	color:#ce6129;
}

div#MainGroupDesc
{
	position:absolute;
	left:200px;
	top:50px;
	font-size:9pt;
	color:#9b961d;
	font-family:·s²Ó©úÅé;
}

div#MainPaneLeft
{
	width:200px;
	float:left; 
	color:#000000;
	position:relative;
	overflow:auto;
	font-size:8pt;
}

div#MainPanelResizeLeft
{
	width:3px;
	height:100%; 
	float:left;
	cursor: e-resize;
}

div#MainPanelArticleListResizer
{
	height:2px;
	overflow:auto;
	position:relative;
	cursor: n-resize
}

div#MainPanelRight
{
	margin-left:202px;
/*	overflow:hidden;
	position:relative; */
}

div#Panels
{
}


div#ListviewPane {
/* for locate only    background-color: #99CCFF; */
/*    height:200px; */
	position:relative;
    overflow:hidden;;
}

div#ListviewContainer {
    overflow:auto;
}

div#MessagePane {
    height:200px;
	font-size:12pt;
/*	position:relative; */
	left:0;
	z-index:100;
}

div.Header,
div#PreviewHeader
{
}

div#PreviewContainer
{
	height:100%;
    overflow:auto;
	width:100%;
/*    overflow:scroll; */
}

div#PreviewAttachments
{
	height:20px;
	overflow:auto;
	font-size:9pt;
}

div.MessageHeaderItem
{
	height:20px;
	padding:1px 0 0 3px;
	font-size:9pt;
}

div.MessageHeaderItem span.key
{
	font-weight:bold;
}


div#PreviewBody
{
	padding:3px;
	line-height:140%;
/*	overflow:auto; */
}

div#PreviewBody a
{
/*	color: #ff975c; */
}

hr
{
	height:1px;
	border-top:0;
	border-left:0;
	border-right:0;
}

div.InlineArea
{
	text-align:center;
	padding:10px;
}

div#GroupListContent
{
	overflow:auto;
	width:100%;
	position:relative;
	height:100%;
	white-space: nowrap;
}

div.group
{
    height:35px;
	border-bottom:1px solid #E0E0E0;
}

div.group a
{
	display:block;
	padding:2px;
	color: #909090;
	overflow:hidden;
	white-space: nowrap;
	height:30px;
	cursor:pointer;
/*	position:relative; */
}

div.group a span.groupname
{
	display:block;
	overflow:hidden;
	white-space: nowrap;
	height:15px;
	font-weight:bold;
	width:100%;
}

div.group a span.groupdesc
{
	width:100%;
	display:block;
	overflow:hidden;
	white-space: nowrap;
	height:15px;
	margin-top:2px;
	color: #b0b0b0; 
}



div.group a:hover
{
	display:block;
	background-color:#dbeaf5;
	color: #606060;
	text-decoration:none;
}

/*
div#MainToolbar
{
 	background-color:#ff975c; 
	height:30px;
}
*/

div#ArticleListNavBar
{
/*	background-color:#ff975c ;
	border-bottom:1px solid #ff975c; */
	height:30px;
	text-align:right;
}

div#ArticleHeaderList
{
	overflow:auto;
	height:150px;
/*	background-color:#FFFFFF;
	border:1px solid #ffc44a; */
	font-size:9pt;
}

div#ArticleHeaderListStatus
{
	padding-top:7px;	
	padding-right:10px;
	white-space: nowrap;
	text-align:right;
}


div.ArticleHeader
{
	color:#336699;
	height:18px;
	margin-right:3px;
}


div.ArticleHeader a 
{
	background-color:#ffffff;
	display:block;
	height:18px;
	color:#336699;
	cursor:pointer;
}

div.ArticleHeader a:hover
{
	background-color:#dbeaf5; 
	text-decoration:none;
}


span.ArticleHeaderContainer
{
	display:block;
	overflow:hidden;
	height:18px;
	padding-top:2px;
	font-size:9pt;
}

span.Subject
{
	display:block;
	overflow:hidden;
	height:18px;
	white-space:nowrap;
}

span.Time
{
	display:block;
	color:#808080;
	overflow:hidden;
	width:130px;
	padding-left:10px;
	height:18px;
	float:right;
	white-space:nowrap;
}

span.Author
{
	display:block;
	overflow:hidden;
	float:right;
	width:130px;
	padding-left:10px;
	height:18px;
	white-space:nowrap;
}

span.Size
{
	display:block;
	overflow:hidden;
	width:50px;
	float:right;
	height:18px;
	white-space:nowrap;
}

/*- Toolbar -*/

div.Toolbar
{
	padding:1px;
}

div.Toolbar a
{
}


div.Toolbar 
{
	margin:1px;
}


div.Toolbar div.More
{
	padding-right:2px;
}


div.ToobarButtonSet 
{
	margin:1px 2px 1px 2px;
	height:22px;
	float:left;
}

div.ToobarButtonSet img
{
	vertical-align:text-bottom;
}

div.ToobarButtonSet a
{
	display:block;
	float:left;
	font-size:9pt;
	padding:3px;
}

div.ToobarButtonSet a:hover
{
	padding:2px;
	text-decoration:none;
}

div.ToobarButtonSet a span
{
	padding:1px;
}

/* -- */
div.PageNav
{
	float:left;
	width:430px;
	padding:1px;
	margin-top:3px;
}

/*
div.StdToolbar
{
	float:right;
	width:200px;
	padding:1px;
	margin-top:3px;
}
*/


div#LoadingIcon
{
	position:absolute;
	width:860px;
	height:21px;
	bottom:0;
	left:20px;
	background:url('/images/layout/Default/loading.gif') no-repeat 0 0;
}

div#AddReplyFormContainer
{
}

div#PreviewAttachments a
{
	display:block;
	float:left;
	cursor:pointer;
	width:150px;  
	height:20px;
	color:#336699;
}

div#PreviewAttachments a:hover
{
	background-color: #DBDCE6;
	text-decoration:none;
}

div#PreviewAttachments span.icon
{
	display:block;
	float:left; 
	width:20px; 
	height:16px; 
	padding-top:1px; 
	padding-left:2px;
}

div#PreviewAttachments span.filename
{
	display:block; 
	width:120px; 
	float:left; 
	height:15px; 
	padding-top:2px; 
	overflow:hidden
}


div#PreviewToolbar
{
	float:right; 
	height:25px; 
	width:100px
}


div#FullLayoutBottom,
div#LayoutBottom
{
}

div#FullLayoutBottom
{
	position: relative;
	background:url('/images/layout/default/bottom.gif') repeat-x left bottom;
	bottom:0;
	left:0;
	width:100%;
	height:6px;
	z-index:0;
}

div#LayoutBottom
{
	background:url('/images/layout/default/bottom.gif') repeat-x left bottom;
	bottom:0;
	left:0;
	width:100%;
	height:42px;
	z-index:0;
	position: absolute;
}

div#FullLayoutBottomCopy,
div#LayoutBottomCopy
{
}

div#LayoutBottomCopy
{
	background:url('/images/layout/default/copy.gif') no-repeat 0 0;
	width:265px;
	height:12px;
	z-index:0;
	position: absolute;
	bottom:8px;
	right:10px;
}

div#FullLayoutBottomCopy
{
	background:url('/images/layout/default/copy.gif') no-repeat 100% 0;
	height:12px;
	margin-right:10px;
}

/* -- Message In a New Window -- */

div#HeaderDetail
{
	margin:10px;
}

div#MessageBody
{
	margin:10px;
	border: 1px solid #f0f0f0;
	padding:10px 5px 10px 5px;
}

div#TopToolbar
{
	position:absolute; 
	right:10px; 
	width:300px; 
	height:20px; 
/*	border:1px solid #ff0000;  */
	top:15px; 
	text-align:right;
	color: #7D7D7D
}

div#TopToolbar a
{
	color: #63794A
}

span.MoreItem
{
	border-right:1px solid #909090;

}

div#SettingContainer
{
	position:absolute;
	top:50px;
	right:50px;
	width:200px;
	height:100px;
	background-color:#ffffff;
	border:1px solid #D7F0D2;
}