﻿

.mailboxitem
{
	width: 100%;
    border: solid 1px #7E9DB9;
    display:inline-table;
    background-color: White;
    list-style-type:none;
    list-style:none;
    margin: 0px;
    padding: 0px;
    min-height: 23px;
    border: solid 1px #A9A9A9;
    vertical-align:top;
}
.mailboxitem ul
{
    margin: 0px;
    padding: 0px;
    list-style-type:none;
    list-style:none;
}
.mailboxitem li
{
    float:left;
	border: solid 1px gray;
    background-color: #FFFCE1;
    margin: 1px 0px 0px 1px;
    padding: 0px;
    white-space: nowrap;
    list-style-type:none;
    list-style:none;
    cursor: pointer;
}
.mailboxitem .focusli
{
    float:left;
    border: solid 1px red;
    background-color: Aqua;
    margin: 1px 0px 0px 1px;
    padding: 0px;
    height: 20px;
    white-space: nowrap;
    list-style-type:none;
    list-style:none;
    cursor: pointer;
}
.mailboxitem li span
{
    cursor:pointer;
    margin: 1px 3px 1px 3px;
    padding: 0px;
}
.mailboxitem .input
{
    border: 0px;
    margin: 1px 0px 0px 1px;
    height: 20px;
    background-color: White;
}

/* Mail Contact List */
.MailContactList
{
	margin-left: 4px;
	margin-top: 4px;
}

.MailContactList .ListArea
{
	margin-top: 3px;
	margin-bottom: 3px;
}

.MailContactList .GridArea
{
	overflow: auto;
	height: 330px;
	border: solid 1px gray;
}

.MailContactList .GridArea1
{
	overflow: auto;
	height: 320px;
	border: solid 1px gray;
}

.MailContactList .GridItem
{
	color: Black;
	border-bottom: solid 1px gray;
}

.MailContactList .SelectedArea
{
	width: 100%;
	color: Black;
	border-bottom: solid 1px gray;
}

.MailContactList .SelectedArea .Selected
{
	border: solid 1px gray;
	background-color: #ECF5FF;
}

.MailContactList .CommandArea
{
	margin-top: 5px;
	text-align: right;
}

/* WebMail 2.0 */
.menubutton
{
	background-image: url(Web/sprite.png);
	background-repeat: no-repeat;
	background-position: -92px -40px;
	width: 7px;
	height: 4px;
}
#MailMainLeft
{
	/*
	float: left;
	width: 180px;
	*/
}
#MailMainLeft .title_area
{
	position: absolute;
	margin-top: -3px;
	background-color: White;
	padding-top: 3px;
}
#MailMainLeft .title_area,
#MailMainLeft .title_area .rcv_area,
#MailMainLeft .title_area .send_area
{
	height: 30px;
}
#MailMainLeft .title_area .rcv_area,
#MailMainLeft .title_area .send_area
{
	float: left;
}
#MailMainLeft .title_area .rcv_area
{
	width: 91px;
}
#MailMainLeft .title_area .send_area
{
	width: 86px;
	margin-left: 9px;
}
#MailMainLeft .list_area
{
	/* overflow: auto; */
	overflow: hidden;
}
#MailMainLeft .list_area .caption1
{
	float: left;
	margin-top: 2px;
}
#MailMainLeft .list_area .caption2
{
	float: right;
	margin-top: 2px;
}
#MailMainLeft .list_area .caption2 a
{
	color: Red;
}
#MailMainLeft .list_area .caption3
{
	float: left;
}
#MailMainLeft,
#MainMainRight
{
	width: 100%;
	height:100%;
	/*
	height: 800px;
	*/
}
#MainMainRight
{
	/*
	float: left;
	overflow: auto;
	width: 800px;
	*/
}
/* Mail List */
.MailList_Area
{
	/*
	margin-left: 5px;
	margin-right: 5px;
	*/
	margin: 0px;
}
.MailList_Header,
.MailList_Header .mailbox_name,
.MailList_Header .mailbox_status,
.MailList_Header .mailbox_search
{
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}
.MailList_Header .mailbox_search
{
	padding-right: 8px;
}
.MailList_Header
{
	background-image: url(web/tiFBBack.png);
	height: 30px;
}
.MailList_Header .mailbox_name,
.MailList_Header .mailbox_status
{
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}
.MailList_Header .mailbox_status
{
}
.MailList_Header .mailbox_name
{
	font-size: 13px;
	font-weight: bold;
}
.MailList_Header .mailbox_search
{
	float: right;
	margin-top: 1px;
}
.MailList_Command
{
	background-image: url(../../images/crm_03.jpg);
	border: solid 1px #A4A4A4;
	border-bottom: 0px;
	height: 30px;
}
.MailList_GridView .group_head
{
	font-weight: bold;
	margin: -4px -6px -4px -6px;
	padding: 3px;
	background-image: url(GridView/gvTitleBack.png);
}

/* Mail New */
.MailNew_Area
{
	/*
	margin-left: 5px;
	margin-right: 5px;
	*/
	margin: 0px;
}
.MailNew_Topic
{
	height: 30px;
}
.MailNew_Topic .mailbox_sendby,
.MailNew_Topic .mailbox_autosave,
.MailNew_Topic .mailbox_status
{
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}
.MailNew_Topic .mailbox_sendby
{
	font-weight: bold;
}
.MailNew_Topic .mailbox_autosave
{
	margin-left: 10px;
	margin-top: 5px;
}
.MailNew_Topic .mailbox_autosave span
{
	border: solid 1px #666666;
	background-color: #FFFFE2;
	padding: 3px;
}
.MailNew_Topic input
{
	font-size: 9pt;
	padding: 0px 1px 0px 1px;
}
.MailNew_Header
{
}
.MailNew_Header .command_area
{
	background-image: url(../../images/crm_03.jpg);
	background-position:bottom;
	border: solid 1px #A4A4A4;
	height: 30px;
}
.MailNew_Header .input_area
{
	margin-top: 5px;
}
.MailNew_Header .input_area .table_main,
.MailNew_Header .input_area .table_main .table_file
{
	width: 100%;
}
.MailNew_Header .input_area .table_main .mailheader,
.MailNew_Header .input_area .table_main .table_file .mailheader
{
	width: 80px;
	vertical-align: top;
}
.MailNew_Header .sentomore
{
	width: 100%;
}
.MailNew_Header .sentomore .command
{
	margin-top: 10px;
}
.MailNew_BodyHeader,
.MailNew_BodyHeader .item_select,
.MailNew_BodyHeader .html_switch1,
.MailNew_BodyHeader .html_switch2,
.MailNew_BodyHeader .text_switch1,
.MailNew_BodyHeader .text_switch2
{
	height: 25px;
}
.MailNew_BodyHeader .item_select
{
	float: left;
}
.MailNew_BodyHeader .html_switch1,
.MailNew_BodyHeader .html_switch2,
.MailNew_BodyHeader .text_switch1,
.MailNew_BodyHeader .text_switch2
{
	float: right;
	width: 50px;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
}
.MailNew_BodyHeader .html_switch1
{
	background-color: #CCCCCC;
}
.MailNew_BodyHeader .text_switch1
{
	background-color: #CCCCCC;
}
.MailNew_Body
{
}

.a-mail:link
{
    color: #1A1A1A;
    text-decoration: none;
    cursor: pointer;
}
.a-mail:hover
{
    color: #1A1A1A;
    text-decoration: none;
}

























