@CHARSET "ISO-8859-1";
body{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:13px;
	background:#004D8E;
}
.kill-float { clear:both; }
a{ color:#000; text-decoration:none; }
.a-active{ color:#ccc; text-decoration:underline; }
#header{
		width:790px;
		height:90px;
		margin:0 auto;
		padding:30px 5px 5px 5px;
	}
	#contents{
		background:#fff;
		width:790px;
		min-height:200px;
		margin:0 auto;
		position:relative;
		padding:0 5px 0 5px;
	}
		.round-corners{
			width:800px;
			height:13px;
			margin:0 auto;
		}
		.default{
			width:13px;
			height:13px;
			float:left;
		}
		
		.top-left{ background:url('../images/layouts/top-left.gif') no-repeat; }
		.top-right{ background:url('../images/layouts/top-right.gif') no-repeat; }
		.bot-left{ background:url('../images/layouts/bottom-left.gif') no-repeat; }
		.bot-right{ background:url('../images/layouts/bottom-right.gif') no-repeat; }
		
		.default-mid{
			width:774px;
			height:13px;
			background:#fff;
			float:left;
		}
		#left-panel{
			width:180px;
			min-height:200px;
			float:left;
			margin-right:10px;
		}
			.left-title{
				padding:3px;
				background:#18B7E9;
				color:#fff;
				margin-bottom:3px;
			}
			#left-panel a{
				text-decoration:none;
				color:#000;
				font-size:12px;
				margin:0 0 0 10px;
			}
			#left-panel a:hover, a:hover{
				color:#ccc;
			}
		#right-panel{
			width:600px;
			min-height:200px;
		}
			.header-title{
				color:#18B7E9;
				font-size:16px;
				font-weight:bold;
			}
			.testing{
				background:url('../images/manager/ftp-manager.jpg') no-repeat #ccc;
				width:97px;
				height:84px;
				position:relative;
			}
			.tooltip{
				display:none;
				background:#ccc;
				min-width:97px;
				height:25px;
				position:absolute;
				left:75px;
			}
			.manager-panel{
				min-width:101px;
				height:120px;
				float:left;
				margin:20px 0 0 50px;
			}
			
			.manager-icon{
				width:97px;
				height:70px;
				margin:auto;
			}

			.ftp{ background:url('../images/manager/ftp-manager2.jpg') no-repeat; }
			.ftpadd{ background:url('../images/manager/ftp-add.jpg') no-repeat; }
			.ftplist{ background:url('../images/manager/ftp-list.jpg') no-repeat; }
			.theme{ background:url('../images/manager/theme-manager2.jpg') no-repeat; }
			
			.logout{
				position:absolute;
				right:0;
				margin-right:15px;
			}
			
			
	#footer{
		width:800px;
		height:100px;
		margin:0 auto;
	}