/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	overflow: hidden;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
}

a {
	text-decoration: none;
	color: #E3B688;
}

a:hover {
	color: #FFB66C;
}

form, 
object {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	padding: 2px;
	
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

textarea {
	overflow: auto;
}

code {
	white-space: pre;
	font-size: 10px;
}

h1, h2, h3, h4, h5 {
	color: #F27900;
}

h3 {
	font-size: 12px;
}

legend {
	color: #F27900;
	letter-spacing: 0.5px;
	font-weight: bold;
}

small {
	font-size: 90%;
	color: #666666;
}

em {
	color: #FF9933;
	font-weight: bold;
}

h1.sadkitty {
	margin: 200px auto 0 auto;
	padding: 56px 65px 10px 0;
	width: 25%;
	
	color: #FFB66C;
	font-size: 16px;
	background: url(images/sadkitty.gif) right top no-repeat;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
	
	overflow: hidden;
}

.content {
	position: absolute;
	top: 40px;
	left: 220px;
	right: 21px;
	bottom: 20px;
	padding: 5px 10px;
	min-width: 200px;
	_width: expression((document.body.offsetWidth - 242 < 200) ? '200px' : (document.body.offsetWidth - 242)+'px');
	_height: expression(document.body.offsetHeight - 72 + 'px');
	
	border: 1px solid #CCCCCC;
}

#kitty {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -400px;
	width: 200px;
	height: 800px;
	
	background: url(images/cat.jpg) left center no-repeat #fff;
	z-index: 0;
}

a.close_btn {
	float: right;
	width: 10px;
	height: 10px;
	margin: -5px -5px 0 0;
	
	background: url(images/close_btn.gif) center no-repeat;
}

a.close_btn:hover {
	background: url(images/close_btn-hover.gif) center no-repeat;
}

#ajax-indicator {
	position: absolute;
	top: 0;
	left: 10px;
	width: 20px;
	height: 20px;
	z-index: 1000;
	
	background: url(images/ajax-loader.gif) center no-repeat;
}

#feedback {
	position: absolute;
	top: 0;
	left: 40px;
	height: 20px;
	z-index: 1000;
	
	line-height: 20px;
	color: #FF6600;
}

#menu {
	position: absolute;
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	
	background: url(images/menu-bg.gif) #eee;
	z-index: 20;
}

#menu .front {
	float: left;
	width: 14px;
	height: 20px;
	
	background: url(images/menu-front.gif) no-repeat;
}

#menu .back {
	float: right;
	width: 14px;
	height: 20px;
	
	background: url(images/menu-back.gif) no-repeat;
}

#menu_items {
	position: absolute;
	top: 0;
	right: 21px;
	width: 100%;
	height: 20px;
	
	line-height: 20px;
	z-index: 30;
}

#menu_items a {
	float: right;
	margin-left: 21px;
	
	color: #E3B688;
}

#menu_items a:hover {
	color: #FFB66C;
}

#menu_items .logout {
	margin-right: 21px;
}


/*
#form_login {
	float: right;
	display: inline;
	margin: 3px 10px 0 10px;
}

#form_login input {
	height: 14px;
	width: 60px;
	margin: 0;
	padding: 0 4px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFB66C;
	border: 0;
	background: url(images/input-bg.gif) repeat-x;
	vertical-align: top;
}

#form_login input.submit {
	width: 22px;
}
*/



#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	
	color: #F2B679;
}

#owners {
	margin: 4px 21px;
}

#host {
	float: right;
	display: inline; /* against ie double margin */
	margin: 4px 21px;
}





/*	FTP	*/
#ftp {
}

#ftp #controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	z-index: 20;
}

#ftp #controls a {
	float: left;
	padding: 0 10px;
	
	line-height: 18px;
	background-color: #ddd;
	border: 1px solid #fff;
	border-left: none;
}

#ftp #controls a:hover {
	background-color: #fff;
}

#ftp #controls a.opensec {
	border-bottom: 1px solid #ddd;
}

#ftp #controls .histback {
	border-left: 1px solid #fff;
}

#ftp #controls .help {
	float: right;
	
	border-left: 1px solid #fff;
}

#ftp .subsec div {
	padding: 10px;
}

#ftp #help div {
	background-color: #FFFF99;
}

#ftp .subsec {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	clear: both;
	
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
	z-index: 100;
}

#ftp #upload form {
}

#ftp input {
	font-size: 10px;
	border: none;
	background-color: #fff;
	color: #FFB66C;
	vertical-align: middle;
}

#ftp #upload input.field {
}

#ftp #upload_indicator {
	float: left;
	width: 20px;
	height: 20px;
	
	background: url(images/ajax-loader.gif) center no-repeat;
}

#ftp .current_folder {
	height: 20px;
	padding: 0 10px;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	_width: expression(parentNode.offsetWidth - 21 +'px');
	
	line-height: 20px;
	background-color: #666;
	color: #efefef;
	z-index: 50;
}

#ftp #browser {
	clear: both;
	position: absolute;
	top: 41px;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 200px;
	_height: expression(parentNode.offsetHeight - 43 + 'px');	
	_width: expression(parentNode.offsetWidth - 1 + 'px');
	
	overflow: auto;
}

#ftp #browser .file,
#ftp #browser .dir {
	clear: both;
	height: 20px;
	padding: 0 10px;
	
	line-height: 20px;
	color: #666;
}

#ftp #browser .btn {
	position: absolute;
	height: 20px;
	left: 0;
	right: 0;	
	_width: expression(parentNode.offsetWidth - 1 + 'px');
	
	cursor: pointer;
	z-index: 100;
}

#ftp #browser .even {
	background-color: #eee;
}

#ftp #browser .over {
	background-color: #E3B688;
	color: #222;
}

#ftp #browser .name {
	height: 20px;
	padding-left: 24px; 
	
	overflow: hidden;
	background: url(images/file_icons/default.gif) left center no-repeat;
}

#ftp #browser .info {
	float: right;
	width: 60px;
	padding-left: 5px;
	margin-left: 5px;
	
	border-left: 1px solid #eee;
	z-index: 50;
}

#ftp #browser .size {
	text-align: right;
}




#blog {
	padding: 5px 10px;
	
	border: 1px solid #CCCCCC;
	overflow: auto;
	color: #333333;
}




/*	write us	*/
#writeus fieldset {
	width: 400px;
	margin: 0 auto;
}

#writeus form {
	width: 380px;
	margin: 0 auto; 
}

#writeus input,
#writeus textarea,
#writeus label {
	display: block;
	width: 380px;
	margin: 2px auto;
}

#writeus textarea {
	height: 100px;
}

#writeus img {
	margin-top: 12px;
}

#writeus input.btn {
	float: right;
	width: auto;
}

#writeus label {
	margin-top: 4px;
	
	color: #bbb;
}

#writeus #addressees {
	margin: 2px auto;
	width: 380px;
	
	border: 1px solid #efefef;
}

#writeus .addressee {
	float: left;
	width: 186px;
	padding: 2px;
	
	text-align: center;
	cursor: pointer;
}

#writeus .true {
	text-decoration: underline;
}