/* CSS Document */

.mailbox .tabholder {
}
.mailbox .tabselected {
	float:left;
	width:100px;
	border:1px solid #cccccc;
	border-bottom:none;
	border-right:1px solid #f6f6f6;
	background:#ccdfff;
	margin-right:0px;
}
.mailbox .tabcontentselected {
	border:1px solid #eef6ff;
	border-bottom:none;
	border-right:1px solid #b5c5dd;
	padding:5px 10px;
	height:15px;
}
.mailbox .tab {
	float:left;
	width:100px;
	border:1px solid #cccccc;
	border-right:1px solid #f6f6f6;
	border-bottom:none;
	background:#99aacc url(images/navtitleback.gif) repeat-x;
	margin-right:0px;
}
.mailbox .tabcontent {
	border:1px solid #ccddff;
	border-right:1px solid #667799;
	border-bottom:1px solid #667799;
	padding:5px 10px;
	height:13px;
}
.mailbox .tabcontent a {
	color:#ffffff;
}
.mailbox .tabspacer {
	border-bottom:1px solid #ffffff;
	height:26px;
}
.mailbox .tabspacercontent {
	border-bottom:1px solid #cccccc;
	height:25px;
}
.mailbox .horizontal {
	border-bottom:1px solid #eeefff;
	border-top:1px solid #b5c5dd;
}
.mailbox .mailholder {
	border:1px solid #f6f6f6;
	border-left:1px solid #cccccc;
	border-top:0;
	background:#ccdfff;
}
.mailbox .titlerow {
	padding:12px 0px 6px 0px;
	color:#99aacc;
}
.mailbox .row {
	padding:6px 0px;
}
.mailbox .result {
	float:left;
	width:300px;
	margin-left:10px;
}
.mailbox .detail {
	float:left;
	width:200px;
	margin-left:40px;
}
.mailbox .colpadding {
	border:1px solid #b5c5dd;
	border-left:1px solid #f6f6f6;
	border-top:0;
	padding:0 6px;
}
.mailbox .mailholder .colpadding {
	padding:10px;
	padding-top:0px;
}
.mailbox .mailholder .row {
	padding:6px 0;
}
.mailbox .mailholder .row p {
	margin: 0;
}
.mailbox .mailholder .checkselect {
	float:left;
	width:26px;
}
.mailbox .mailholder .checkselect form {
	margin:0;
}
.mailbox .mailholder .checkselect input {
	margin:0;
	padding:0;
}
.mailbox .mailholder .read {
	float:left;
	width:30px;
	padding-top:4px;
}
.mailbox .mailholder .subjectline {
	float:left;
	width:300px;
}
.mailbox .mailholder .maildate {
	float:left;
	width:80px;
	margin-right:20px;
	text-align:right;
}
.mailbox .mailholder .sender {
	float:right;
	width:130px;
	text-align:right;
}
.mailbox .mailholder .contactname {
	float:left;
	width:460px;
}
.mailbox .formlabel {
	float:left;
	width:80px;
	margin-right:20px;
}
.mailbox .forminput {
	float:left;
	width:480px;
}
.mailbox .message {
	float:left;
	width:480px;
	font-size:13px;
	line-height:16px;
}
.mailbox .forminput input {
	width:480px;
}
.mailbox .forminput textarea {
	width:480px;
}
.mailbox .clear {
	clear:both;
}
.third .otherHolder .colleft {
	float:left;
	width:100px;
}
.third .otherHolder .colright {
	float:right;
	width:60px;
	text-align:right;
	color:#CCCCCC;
}
.third .otherHolder .colright .online {
	color:#FF0000;
}