@charset "utf-8";
.msg_list, .msg_list_sub {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color:#F4F4F8;
}
.msg_list_sub {
	margin:0;
}
.msg_head {
	background:url('../images/site/files/headbg.gif') repeat-x #832038;
	text-align:left;
	padding:3px 3px 3px 6px;
	border-bottom:2px solid #999;
	cursor:pointer;
	color:#EEE;
	font-weight:bold;
	font-size:11px;
	width:100%;
	margin:0;
}

.main_arrow{
	margin-right:1px;
	padding-top:4px;
}
.sub_arrow {
	margin-right:1px;
	padding-top:3px;
}

.msg_head_sub {
	background:url('../images/site/files/subheadbg.gif') repeat-x 0 -3px #757575;
	padding:3px;
	border-bottom:2px solid #999;
	cursor:pointer;
	color:#EEE;
	font-weight:bold;
}
.msg_head_sub:hover {
	background:url('../images/site/files/subheadbg_h.png') repeat-x 0 -3px #757575;
}
.msg_head:hover{
	background:url('../images/site/files/headbg_h.png') repeat-x #832038;
}
.msg_head:hover, .msg_head_sub:hover {
	color:#FBFBFB;
}
.msg_body, .msg_body_sub {
	padding:1px;
	background-color:#F4F4F8;
	margin:0;
}
.files {
	width:100%;
	font-size:11px;	
	border-collapse:collapse;
	padding:0; margin:0;
}
.files td { height:25px; padding:.2em .2em .2em .4em;}
span.button	{
			border:1px solid #000;
			margin:0;
			padding:2px;
			font-size:11px;
			background-color:#999;
			color:#FFF;
			}
span.button:hover	{
				background-color:#855;		
				color:#FFF;
				}
				
a.fileLink:Link, .fileLink:Visited, .fileLink:Active	{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#000;
				text-decoration:none;
				}		
a.fileLink:Hover	{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				color:#822;
				text-decoration:none;
				}
.files tr.noTwo{
				background-color:#E9E9E9;
				}				
