/* CSS Document */

#filelist {
				border: 1px solid #ccc;
				background: #f7f7ff;
				padding: 5px;
				padding-bottom: 20px;
				padding-left: 15px;
				margin-top: 20px;
				width: 70%;
				}
				
#error_msg, #success_msg {
				border: 2px solid #f00;
				padding: 10px;
				background: #ffdddd;
				font-weight: bold;
				font-size: 10px;	
				margin-top: 10px;	
				margin-right: 15px;		
				}
				
#success_msg {
				border: 2px solid #3c3;
				background: #ddffdd;
				}
				
a.filelink {
				color: #000;
				}
			
a.filelink:hover {
				color: #000;
				text-decoration: none;
				}
				
#table_logs {
				margin-top: 20px;
				margin-bottom: 30px;
				}
				
#table_logs td {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		}
				
#table_logs .log_up {
		background: #dfd;
		}
#table_logs .log_down {
		background: #ddf;
		}

#table_logs img{
	margin: 0;
	padding: 0;
	}
	
	
div.fileoption {
	margin-top: 15px;
	margin-bottom: 0;
	}

div.fileinfo {
	font-size: 10px;
	padding-left: 22px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 14px;
	}

div.filemsg {
	font-size: 10px;
	padding-left: 22px;
	margin-top: 1px;
	margin-bottom: 2px;
	}
