/**
##
#	Project: PHPDisk Personal Edition
#	This is NOT a freeware, use is subject to license terms.
#
#	Site: http://www.phpdisk.com
#
#	$Id: tb_mydisk.css 269 2010-01-12 15:03:13Z along $
#
#	Copyright (C) 2008-2010 PHPDisk Team. All Rights Reserved.
#
##
*/

body {
	padding:0; margin:0;font-family:verdana, arial, helvetica, sans-serif;font-size: 12px;scrollbar-base-color: #F8F8F8; scrollbar-arrow-color: #698CC3;
}
textarea{font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}
ul{padding:0; margin:0}
li{list-style-type:none}
table {
	font: 12px verdana,tahoma; color: #000000
}
.btn {
	font: 12px verdana,tahoma; color: #fff; background:url(title_bg.gif) repeat-x #4a6ea5; border:1px #003366 solid; height:2em
}
form {
	padding:0;margin:0;
}
a {
	color: #003366; text-decoration: none
}
a:hover {
	text-decoration: underline
}

.smalltxt {
	font-size: 9pt; font-family: tahoma, verdana
}
.bold {
	font-weight: bold
}


#container {width: auto; height:auto;margin:0px auto;background-color: white;}
#container h1 { padding:15px 0px;margin:0px; font-size:14px; text-align:left;  color:#252525;}
.warning{ background:#ffffcc; border:1px #cccccc solid; padding:6px 10px; width:auto; color:#008800}

.tips_box{ width:98%; margin:auto; padding:10px; border:1px #003366 dotted}
.tips_box li{margin-bottom:5px}
.cfm_info{padding:10px; line-height:14px; height:14px; line-height:180%; margin-bottom:20px}
.tb_box_msg{margin:8px;padding:10px; background:#FFFFDD; border:#FFCC00 1px solid; color:#008800}
.box_style{padding:10px 30px !important; padding:10px;}
.up_msg_box{border:1px #999999 dotted; width:400px; height:150; padding:30px; margin:auto}

.file_box{width:340px; height:200px; overflow-y:scroll; border:1px #CCCCCC solid; margin-left:-15px !important; margin-left:0px}
.file_box li{line-height:22px; height:22px; margin-left:15px !important; margin-left:0px}
.clear{ clear:both}

.f10{font-size:10px;}
.f12{font-size:12px;}
.f14{font-size:14px;}

.td_line{border-bottom:1px #cccccc solid}

.color1 { background-color: #fcfcfc; }
.color2 { background-color: #f9f9f9; }
.color3 { background-color: #d0d0d0; }
.color4 { background-color: #fbffdf; }
.color5 {background-color:#ddffff}

.colblue { color: #0066df }
.colgreen { color: #5aa200 }
.colfuscia { color: #e600ac }
.colred{ color:#ff0000}

.txtgray{color:#666666}
.txtgreen{ color:#008800}
.txtred{ color:#ff0000}
.txtblue{color:#0000ff}


.td_line td{border-bottom:1px #cccccc dotted}

.search_box{padding:10px;}
.search_box .l{float:left}
.search_box .r{float:right}

.menu_common{
	position: absolute; top: 0px; left: 0px;  background-color: #FFFFFF; visibility: hidden; margin-bottom:8px; overflow: hidden; border: 1px solid #92B7E5; 
}
.menu_box2 {
	width: 50px; height: auto; padding-top:5px;
}
.menu_box2 a{
	display:block; height:18px; text-align:center
}
.menu_thumb{
	position: absolute; top: 0px; left: 0px;  background-color: #FFFFFF; visibility: hidden; overflow: hidden; border: 1px solid #92B7E5; padding:4px;
}
.table_title{
	font-weight: bold; font-size: 12px; background:url(title_bg.gif) repeat-x #4577A8;color: white; height: 20px;
}
td.tablerow {
	padding-right: 3px; background: #f1f3f5;line-height: 150%;
}
td.tablerowhighlight {
	font-weight: bold; padding: 3px;background: #E4EDF9;line-height: 150%;
}
.tableborder {
	margin:auto;border: 1px solid #4a6ea5; background: #ffffff;
}
.progressWrapper {
	margin-left:20px;
	width: 420px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
.up_red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

.up_green {
	border: solid 1px #DDF0DD;
	background-color: #DAE7F0;
}

.up_blue {
	border: solid 1px #666666;
	background-color: #337ABB;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 300px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 4px;
	width: 0%;
	height: 2px;
	background-color: #73C8F5;
	margin-top: 2px;
	border:1px #fafafa solid
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 320px;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 13px;
	width: 13px;
	background-image: url(upload_cancel.gif);
	background-repeat: no-repeat;
	background-position: -13px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
.upload_style{ margin-left:10px;width:110px; height: 18px; padding:5px; margin-bottom: 10px; border:1px #6699CC solid; background:url(upload_bg.gif) repeat-x; float:left}
.upload_btn{ margin-left:10px;float:left}
#upl_detail{display:none; padding:8px; color:#252525}

.store_nav{padding:10px}
#up_msg_box{margin-left:20px; width:420px; padding:5px; background:#FFFFDD; border:#FFCC00 1px solid; color:#008800}

