#email_list {
	width:98%;
	height:30px;
	margin-bottom:5px;
	padding:3px 3px 0 3px;
	border:1px solid #999;
	cursor:pointer;
}

#email_list #details {
	float:left;
}

#email_list #date {
	text-align:right;
}

#email_list:hover {
	background-color:#339933;
}

#email_menu td {
	font-family:Lucida Grande;
	font-size: 100%;
	border:1px solid #000;
	padding:2px 5px 2px 5px;
	font-weight:bold;
	cursor:pointer;
}

#email_menu a {
	font-weight:bold;
}

#email_menu td:hover {
	background-color:#339933;
}

#email_sub_menu td {
	font-family:Lucida Grande;
	font-size: 100%;
	color:#000;
	border:1px solid #000;
	padding:2px 5px 2px 5px;
	font-weight:bold;
	cursor:pointer;
}

#email_sub_menu td a {
	color:#000;
	font-weight:bold;
}

#email_sub_menu td:hover {
	background-color:#339933;
}

#send_email {
	width:99%;
}

#send_email table {
	width:100%;
}

#send_email #from {
	text-align:left;
}

#send_email #title {
	width:5%;
	text-align:right;
	padding: 5px 0 5px 0;
}

#send_email #btn {
	border:1px solid #000;
	margin: 2px 5px 2px 5px;
	width: auto;
	font-family:Lucida Grande, Courier, Arial;
	font-weight:bold;
	cursor:pointer;
}

#send_email input {
	width:99%;
	border:1px solid #999;
}

#send_email textarea {
	width:99%;
	height:300px;
}

#email_options_title {
	font-size:130%;
	color:#ed1c24;
	font-weight:bold;
}

#email_manage_title td {
	text-align:center;
	font-size:120%;
	font-weight:bold;
}

#email_manage_details td {
	border:1px solid #000;
	text-align:center;
	padding: 5px 2px 5px 2px;
}

#email_manage_details td input {
	border:0px solid #f00;
}

input[type=checkbox] {
	border:0px;
}

#email_options_manage_folders {
	width:370px;
}

.drop_down_box {
	background-color:#FFFFFF;
	border:1px solid #000;
	visibility:hidden;
	position:absolute;
}

.drop_down_box div {
	padding:10px 5px 10px 5px;
	font-weight:bold;
	text-align:center;
}

.drop_down_box div a {
	color:#ed1c24;
	font-weight:bold;
}

.drop_down_box div:hover {
	background-color:#339933;
	text-decoration:underline;
}

.sub_drop_down_box {
	background-color:#FFFFFF;
	border:1px solid #000;
	visibility:hidden;
	position:absolute;
}

.sub_drop_down_box div {
	padding:10px 5px 10px 5px;
	font-weight:bold;
	text-align:center;
}

.sub_drop_down_box div a {
	color:#000;
	font-weight:bold;
}

.sub_drop_down_box div:hover {
	background-color:#339933;
	text-decoration:underline;
}