/* CSS Document */
*{
	font-family: Verdana, Helvetica, sans-serif;
}
input{
             font-family: Tahoma, Helvetica, sans-serif;
}
#files, #taskPane, #browser{
	height:95%;
}
#taskPane,#files {

}
a{
	text-decoration: none;
	color:blue;
}

.tile{
	display:inline;
	padding:3px;
	width:150px;
	margin:3px;
	border:1px solid #F3F4EE;
	height:80px;
}
#files > .tile{
	display:block;
	float:left;
}
#files >.tile img{
	float:left;
}
#files >.tile p{
	clear:left;
}
img{
	border:0;
}
body{
	margin:0;
	padding:0;
}
.error{
	color:#ff0000;
}
.action{
	color:#0000ff;
}
#files,#browser{
	_width:100%;
	_margin-left:-230px;
	_padding-left:230px;
	_float:left;
	overflow:auto;
	z-index:99;
}
body > #files{
	width:800px;
}
#taskPane{
	width:230px;
	float:left;
	overflow:auto;
	background-color:#EAF8C4;
	z-index:0;
	position:relative;
}
#taskPane > .panel{
	width:90%;
}
#addressBox{
	border:0;
	padding-left:18px;
	background: url(images/icons/folder_address_bar.gif) no-repeat left center;
}
#addressBar{
	width:100%;
	padding:3px;
	background-color:#F3F4EE;
	height:25px;
	position:relative;
}
#address1,#address3{
	font-family:Tahoma, Arial;
	background-color:#F3F4EE;
	font-size:12px;
	padding:0px;
	color:7F7C73;
	width:40px;
}
#address2{
	font-size:12px;
	border:#7F9DB9 1px solid;
	background-color:#FFFFFF;
    padding:0px;
}
a.order{
	display:block;
	width:100%;
}
.panel{
	margin:5px;
	padding:5px;
	background-color:#d2dfb0;
	width:100%;
	border:#ffffff 1px solid;
}
.panel h2{
	background-color:#FBFBFC;
	padding:3px;
	margin:-5px -5px 0px -5px;
}
.folder {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
.parent {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
.file {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
.order{
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	color:blue;
}
.order2{
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	color:blue;
}
.type {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
body{
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
th {
	text-align:left; 
	font-weight:bold; 
	background-color: #F9FAFD; 
	cursor:default;
	border-width:1px; 
	border-style: solid; 
	border-color: #ECE9D8;
}
.bg1{
	background-color:#FFFFFF
}
.bg2{
	background-color:#F0F0F0
}

h1 {
	font-size: 16px;
	font-style:bold;
}
h2 {
	font-size: 12px;
	font-style:bold;
}
h3 {
	font-size: 12px;
	display:inline;
}
.ul{
	border-bottom:1px #000000 solid;
}

.uploadBox{
	background: url(images/file_upload.gif) no-repeat left center;
}
.newfileBox{
	background: url(images/newfile.gif) no-repeat left center;
}
.newfolderBox{
	background: url(images/newfolder.gif) no-repeat left center;
}
.searchBox {
	background: url(images/search.gif) no-repeat left center;
}
.username {
	background: url(images/username.gif) no-repeat left center;
}
.password {
	background: url(images/password.gif) no-repeat left center;
}
.email {
	background: url(images/email.gif) no-repeat left center;
}
.foldericon {
	background: url(images/icons/folder_open_16.gif) no-repeat left center;
}
.paste{
	background: url(images/paste.gif) no-repeat left center;
}
.inputIcon{
	padding-left:17px;
	background-color:#FFFFFF;
	padding-right:-17px;
	margin-right:-17px;
}

/*login*/

#login{
	border: 1px solid #CCCCCC;
	padding: 4px 4px 4px 4px;
	width:150px;
}
#tools{
	margin:10px;
}
.tool{
	text-align:center;
	float:left;
	padding:4px;
}

.clockStyle{
	font-weight:bold;
	padding:auto;
	text-align:center;
}

/*help*/
#help{
	margin:10px;
}
.uploading{

	background-color:#F0F1F5;
	border:#ffffff 1px solid;
}
.hidden{
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}