.MailGrid {

}

.MailGrid_HeaderRow {
	font-family: Arial;
	font-size: 9pt;
	color: yellow;
	text-align: left;
	background-image: url(Images/bg_menu.gif);
	background-repeat: repeat-x;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
}

.MailGrid_HeaderCell {

}

.MailGrid_HeaderCell a {
	text-decoration: none;
	color: Yellow;
}

.MailGrid_NormalRow {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: silver;
	background: none;
}

.MailGrid_SelectedRow {
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	color: silver;
	cursor: pointer;
	height: 20px;
	background: #252525;
}

.MailGrid_UnreadNormal {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background: none;
}

.MailGrid_UnreadSelected {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	cursor: pointer;
	background: #252525;
}

.MailGrid_Cell {
	white-space: nowrap;
	border: solid 1px #484848;
	border-top: 0px;
	border-right: 0px;
}

.MailSystem_FolderTree a {
	font-family: verdana;
	font-size: 8pt;
	color: white;
}

.MailSystem_ButtonRow {
	height: 20px;
	line-height: 20px;
	font-family: verdana;
	font-size: 8pt;
	color: Aqua;
	background: #484848;
	padding: 3px;
}

.MailSystem_ButtonRow input, select {
	font-family: verdana;
	font-size: 8pt;
}

.MailSystem_DefaultButton {
	width: 100px;
	height: 20px;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	background-image: url(Images/menu2.gif);
	border: 0px;
	cursor: pointer;
}

.MailSystem_ViewPM_Fieldlabel {
	width: 15%;
	font-weight: bold;
}

.MailSystem_PageIndicator {
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	background-image: url(Images/menu3.gif);
	padding: 3px 6px 3px 5px;
	line-height: 16px;
	border: 1px outset black;
}