body {
	background: #fff url(back.gif) repeat-x;
font-family: arial;
color: #4e4e4e;
}


#mail-reader {
	width: 700px;
	height: 300px;
	border-collapse: collapse;	
	font-size: 0.9em;
margin: 25px 0 0 0;
}

h1 {
	font-family: arial:
}


#search-container {
background-color: #4e4e4e;
padding: 10px 0 10px 10px;
color: #fff;
border: #ccc solid 1px;
	
}


#mail-reader td {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}
#folder-container {
	width: 140px;
	vertical-align: top;

}

#right-container {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	font-size: 0.9em;
}


#right-container td {
	padding: 10px;
text-
}


#right-td {
	vertical-align: top;
	background-color: #ccc;
	border: 3px solid #4e4e4e;
	margin-top: 30px;
}


#folder-list {
	list-style-type: none;
}



#folder-list .not-selected {
	background-color: #e1e407;
}

.selected {
	background-color: #4e4e4e;
}

#right-container .email-header td {
	border-bottom: solid 1px black;
	border-top: solid 1px black;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	cursor: pointer;
}

.not-readed {
	font-weight: bold;
	background-color: #e1e407;
}

.readed {
	background-color: #4e4e4e;
color: #aaa;

}

#saving {
	background-color: #df421e;
	color: #fff;
	font-weight: bold;
}

#saving {
	width: 150px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

.selected a, a.visited {
	color: #fff; 
text-decoration: none;
}

ul {
padding: 0px;
}

ul a, a:visited{
text-decoration:none;
}

#reset {
	font-size: 0.7em;
}


