/* Mail Manager Event Display   ************************************************************************** */

* { margin: 0; padding: 0; }

BODY { 
  background-color: #f1f1f1;
  min-width:900px;
} 


 

table.page{
  border-collapse: collapse;
  background-color:#fff;
  font-family:verdana;
  color:#999;
  font-size:12px;
  text-align:left;
}
table.page td{
  border: solid 1px #ccc;	
}


.lolight{
  color:#d1d1d1;
}

table.response{
	width: 200px;
	border-style: none;
	border-collapse: collapse;
}
table.response td{
	border-style: none;
	border-bottom: 1px solid #ccc;
	padding-left:10px;
	height:36px;
}
table.response td.none{
	border-style: none;
	padding-left:10px;
	height:36px;
}
table.response td.who{
	font-size:14px;
	font-weight:bold;
	background-color:#f9f9f9;
}
table.response td.response{
	width:145px;
	font-size:11px;
	font-weight:bold;
	color:#000;
	background: url(../images/response.jpg) repeat-x #e5e5e5;
}
table.response td.yes{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background: url(../images/yes.jpg) no-repeat #e5e5e5;
	width:45px;
	text-align:right;
	padding-left:0;
}
table.response td.maybe{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background: url(../images/maybe.jpg) no-repeat #e5e5e5;
	width:45px;
	text-align:right;
	padding-left:0;
}
table.response td.no{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	background: url(../images/no.jpg) no-repeat #e5e5e5;
	width:45px;
	text-align:right;
	padding-left:0;
}


table.replied{
	width: 560px;
	border-style: none;
	border-collapse: collapse;
}
table.replied td{
	border: 1px solid #ccc;
	padding-left:10px;
	height:36px;
}
table.replied td.who{
	font-size:14px;
	font-weight:bold;
	background-color:#f9f9f9;
	border-right:none;
}
table.replied td.notyou{
	font-size:14px;
	font-weight:bold;
	background-color:#f9f9f9;
	border-left:none;
	padding-right:10px;
	text-align:right;
}
table.replied a{
color:#999; text-decoration:underline;
}
table.replied a:hover{
color:#999; text-decoration:underline;
}