@charset "utf-8";
/* CSS Document */
textarea {
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
}
.nodisplay {
	display:none;
}
#sm2-container {
	padding:0;
	margin:0;
	z-index:6;
	position:fixed;
	background-color:transparent;
}
#sm2movie {
	margin:0;
	padding:0;
	top:0;
	left:0;
}
#soundmanager-debug {
	bottom:0;
	right:0;
	color:red;
	height:400px;
	position:fixed;
	bottom:0;
	right:10px;
	z-index:1000;
	overflow:auto;
	background-color:#000000;
}
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.focusedinput {
	position:fixed;
	top:-200px;
	left:-200px;
	z-index:0;
	color:transparent;
	background:transparent;
	float: left;
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	overflow: hidden;
}
/* ID on input tag */
#focusedinput {
	width:0;
	height:0;
	overflow:hidden;
	color: transparent;
	background-color:transparent;
	position:fixed;
	top:-200px;
	left:-200px;
	float: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}
#header {
	background-color: #000000;
	clear: both;
	height: 40px;
	color: #999999;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	width: 100%;
}
#header .logo {
	position: absolute;
	right: 90px;
	top: 4px;
}
#header .status {
	float: right;
	margin-top: 8px;
	margin-right: 50px;
}
.header-progress {
	background-color: #d4e8f9;
	border: 1px solid #9faaaa;
	width: 320px;
	position: absolute;
	top: 40px;
	right: 0px;
	max-height: 90%;
	overflow: auto;
	z-index: 10;
	font-size: 12px;
	display:none;
}
.header-progress .item {
	padding-top: 6px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.header-progress .ico {
	float: left;
	width: 50px;
	height: 45px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.header-progress .action {
	float: left;
	width: 250px;
	height: 45px;
}
.header-progress .action h5 {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 12px;
	width: 250px;
	overflow: hidden;
	height: 14px;
}
.header-progress .action .status {
	background-color: #1c7298;
	height: 10px;
	width: 98%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.header-progress .action .status-loading {
	background-image: url(../img/status-loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 18px;
	width: 98%;
}
.header-progress .action .size {}
.header-progress .close {
	float: right;
	text-align: center;
	width: 20px;
}
#header #programs {
	background-color: #000000;
	background-image: url(../img/taskbar/programs-menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 38px;
	width: 140px;
	display:none;
}
#header #programs #programs-cnt {
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#header #taskbar {
	background-color: #131313;
	background-image: url(../img/taskbar/taskbar-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 36px;
	border: 1px solid #4f4f4f;
	position: fixed;
	left: 140px;
	_margin-left: 140px;  /* IE 6 */
	top: 1px;
	right: 0px;
	display:none;
}
#header #taskbar div {
	background-image: none;
	background-color: transparent;
	float:left;
	margin-right:2px;
	padding-left:2px;
	padding-right:2px;
	color: #333333;
	height: 32px;
	border: 1px solid transparent;
}
#header #taskbar div:hover {
	background-color: #b9defa;
	background-image: url(../img/taskbar-item-hover-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #71b3e3;
	cursor: pointer;
}
#header #taskbar div.active{
	background-image: none;
	background-color: #292929;
	border: 1px solid #474747;
	border-top:0;
	cursor: pointer;
}
#header #taskbar .logout {
	float:right;
	color: #333333;
	position: absolute;
	top: 8px;
	right: 8px;
	border: none;
}
#header #taskbar .logout:hover {
	background-color:none;
	background-image:none;
	background:none;
	background-repeat:no-repeat;
	cursor: pointer;
	border: none;
}
#filebrowser {
	position: relative;
	height: 100%;
	width: 100%;
	display:none;
}
#filebrowser .leftcol {
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #d4e8f9;
	float: left;
	z-index: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9faaaa;
	height: 100%;
}
#filebrowser .leftcol-ad {
	position: absolute;
	bottom: 6px;
	left: 32px;
}
#filebrowser .leftcol-cnt {
	padding-bottom: 24px;
	margin-top: 50px;
}
#foldertree {
	position:absolute;
	top:80px;
	left:0;
	right:0;
	bottom:10px;
	background-color:transparent;
}
ul.foldertree {
	list-style-image: none;
	list-style-type: none;
	color: #214343;
	display: block;
	margin: 0px!important;
	overflow:auto;
	padding-bottom:20px;
	_width: 250px; /* IE 6 */
	padding-top: 0px!important;
	padding-right: 0px;
	padding-left: 0px;
}
li.foldertree-li {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9faaaa;
	clear: both;
	overflow: hidden;
	padding:0!important;
	margin:0!important;
}
div.foldertree-div {
	margin:0!important;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	clear:both;
}
div.foldertree-div:hover {
	background-color: #1c7298;
	background-image: url(../img/filebrowser-leftcol-foldertree/foldertree-li-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	cursor: pointer;
}
li.foldertree-li span.plus {
	font-size:0.9em;
	float:left;
	margin-top:2px;
	width:6px;
	height:11px;
	border:1px solid transparent;
	overflow:hidden;
	padding-left:2px;
	text-align:center;
	padding-right:2px;
	padding-bottom:1px;
	padding-top:0;
}
li.foldertree-li span.noplus {
	font-size:0.9em;
	float:left;
	margin-top:2px;
	width:6px;
	height:11px;
	border:1px solid transparent;
	overflow:hidden;
	padding-left:2px;
	text-align:center;
	padding-right:2px;
	padding-bottom:1px;
	padding-top:0;
}
li.foldertree-li span.plus:hover {
	text-align:center;
	font-size:0.9em;
	float:left;
	margin-top:2px;
	width:6px;
	height:11px;
	border:1px solid #ffffff;
	overflow:hidden;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:1px;
	padding-top:0;
}
li.foldertree-li ul {
	text-decoration: none;
	padding:0!important;
	clear:both;
	margin-left:16px!important;
	background-image: none;
	margin-top: 0!important;
	margin-right: 0!important;
	margin-bottom: 0!important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
}
li.foldertree-li ul li {
	text-decoration: none;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.programs {
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	background-image: url(../img/programs-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 16px;
	cursor: pointer;
	padding-left: 16px;
	height: 36px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5a646e;
}
.programs-cnt {
	padding-top: 10px;
}
.programs a {
	color: #ffffff;
	text-decoration: none;
}
.programs a:hover {
	color: #CCCCCC;
}
.programs-menu {
	background-color: #898989;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	width: 450px;
	position: absolute;
	_position: absolute; /* IE 6 */
	left: 0px;
	top: 40px;
	display:none;
	height: 280px;
	z-index:10;
}
.programs-menu-cnt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.programs-menu h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #0c0c0c;
}
.programs-menu .ico {
	text-align: left;
	vertical-align: middle;
	height: 32px;
	width: 38px;
	overflow: hidden;
}
.programs-menu .description {
	font-size: 11px;
	color: #a1a1a1;
}
.programs-menu-more {
	float: right;
	height: 270px;
	width: 190px;
	position: relative;
	color: #FFFFFF;
}
.programs-menu-more-cnt {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.programs-menu-more-logout {
	position: absolute;
	left: 4px;
	bottom: 2px;
}
.programs-menu a {
	color: #000000;
}
.programs-menu a:hover {
	cursor: pointer;
	text-decoration: none;
}
.programs-menu hr {
	background-color: #666666;
	height: 1px;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.programs-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-color: #FFFFFF;
	float: left;
	width: 255px;
	height: 270px;
	overflow: auto;
}
.programs-menu ul li {
	clear: both;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #FFFFFF;
}
.programs-menu ul li:hover {
	background-color: #82c8fb;
	background-image: url(../img/programs-menu-hover-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #71b3e3;
	color: #0066CC;
	cursor: pointer;
}
#filebrowser .rightcol {
	clear: both;
	position: absolute;
	left: 251px;
	top: 81px;
	_top: 41px; /* IE 6 */
	right: 0px;
	bottom: 0px;
	overflow: auto;
	_height: 76%;
	float: left;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 12px;
	color: #333333;
	z-index: 1;
	margin-top: 41px;
	min-width: 600px;
	background-image:none;
}
#filebrowser .bgzip {
	background-image:url(../img/filebrowser-rightcol/zipmanager-bg.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#filebrowser .menu {
	float: left;
	position: absolute;
	left: 251px;
	right: 0px;
	top: 40px;
	_top: 0px; /* IE6 */
	float: left;
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9faaaa;
	z-index:4;
}
#filebrowser .menu .bar {
	background-color: #92c4da;
	background-image: url(../img/filebrowser-menu-bar/menu-bar-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	_position: fixed; /* IE6 */
	left: 22px;
	_margin-left: 22px; /* IE6 */
	_margin-right: 22px; /* IE6 */
	top: 0px;
	right: 22px;
	min-width: 600px;
}
#filebrowser .menu .bar-cnt {
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}
#filebrowser .menu .bar-tools {
	float: left;
	padding-top: 4px;
	display:none;
}
#filebrowser .menu .bar-tools .ico {
	float: left;
	margin-right: 8px;
}
#filebrowser .menu .bar-tools-item {
	font-size: 16px;
	float: left;
	margin-right: 36px;
}
#filebrowser .menu .bar-tools a {
	color: #00284c;
	text-decoration: none;
}
#filebrowser .menu .bar-tools a:hover {
	color: #1c5674;
	text-decoration: underline;
}
#filebrowser .menu .bar-settings {
	float: right;
	font-size: 0.9em;
	color: #333333;
}
#filebrowser .menu .bar-settings #viewsortoptions {
	display:none;
}
#filebrowser .menu .bar-settings table tr td {
	background-color:none;
	padding-top: 1px;
}
#filebrowser .menu .bar-settings table tr td.active {
	background-color:#1c7298;
}
#filebrowser .menu .pathbar {
	position: absolute;
	left: 22px;
	top: 50px;
	right: 22px;
	z-index:4;
	display:none;
}
#pathbar-cnt {
	border:1px solid #000000;
	border-top:0;
	position:absolute;
	top:24px;
	left:60px;
	width:65.2%;
	max-height:200px;
	min-height:20px;
	overflow:auto;
	height:auto;
	z-index:6;
	background-color:#ffffff;
	text-align:left;
	display:none;
}
#pathbar-cnt span {
	padding:0;
	margin:0;
	padding-left:5px;
	margin-top:1px;
	margin-bottom:1px;
	width:99%;
	overflow:hidden;
	height:auto;
	background-color:#ffffff;
	clear:both;
	display:inline;
	float:left;
	cursor:pointer;
}
#pathbar-cnt span:hover {
	color:#ffffff;
	background-color:#1c7298;
}
#filebrowser .menu-bot {
	clear: both;
	position: relative;
}
#filebrowser .menu-bot-l {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#filebrowser .menu-bot-r {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#filebrowser .menu h4 {
	margin: 0px;
	padding: 0px;
}
.dshared {
	background-color: #fff8dd;
}
.dbroken {
	background-color: red;
}
.selected {
	color: #000000;
	background-color: #78D0E2;
	z-index: 5;
	cursor: pointer;
}
.item-icon {
	position:relative;
	float: left;
	overflow: hidden;
	min-height: 50px;
	height: 6.9em;
	min-width: 40px;
	width: 8em;
	text-align: center;
	font-size: 0.9em;
	margin-right: 4px;
	margin-bottom: 16px;
	background-color:transparent;
}
.item-icon img.nothumb {
	clear: both;
	margin-bottom: 2px;
	text-align: center;
	margin-top: 10px;
}
.item-icon img.thumbimg {
	clear: both;
	margin-bottom: 2px;
	text-align: center;
	margin-top: 2px;
}
.item-icon:hover .icon-border {
	color: #FFFFFF;
	background-color: #1c7298;
	z-index: 5;
	cursor: pointer;
}
.item-icon .icon-border {
	float:left;
	padding:0;
	margin:0;
	height:4.35em;
	width:4.4em;
	margin-left:1.8em;
	border: 1px solid #ece9d8;
	overflow:hidden;
}
.item-icon span.textname {
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	margin-top:0.3em;
}
.shared .icon-border {
	background-color: #fff8dd;
}
.broken .icon-border {
	background-color: red;
}
.selected .icon-border {
	color: #000000;
	background-color: #78D0E2;
	z-index: 5;
	cursor: pointer;
}
.foldertree .ico {
	float: left;
	margin-right: 8px;
}
.foldertree .text {
	float: left;
	margin:0;
	margin-top:1px;
}
.foldertree h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	clear: both;
	padding: 0px;
}

.ico-menu-absolute {
	display:none;
	border:1px solid #333333;
	width:12px;
	height:11px;
	background-color:#ffffff;
	float:left;
	margin-left:10px;
	margin-top:0px;
}
.item-icon .ico-menu-absolute {
	position:absolute;
	top:2px;
	right:20px;
}
.ico-menu-absolute img { float:left; margin-left:2px; margin-top:4px; }
.text { float:left; }
.item-icon:hover .ico-menu-absolute , .row:hover .ico-menu-absolute , .foldertree-div:hover .ico-menu-absolute {
	display:block;
}
.item-icon .ico-menu-absolute:hover , .row .ico-menu-absolute:hover , .foldertree-div:hover .ico-menu-absolute {
	border:1px solid #b1b1b1;
}
#filebrowser #files .title {
	font-weight: bold;
	color: #333333;
	background-color: #92c4da;
	background-image: url(../img/filebrowser-menu-bar/menu-bar-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
}
#filebrowser #files .row {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	clear:both;
}
#filebrowser #files .row:hover {
	background-color: #1c7298;
	color: #FFFFFF;
	cursor: pointer;
}
#filebrowser #files .ico {
	float: left;
	margin-right: 8px;
}
#filebrowser #files .ico img {
	float: left;
	width:1.3em;
	height:1.3em;
}
#filebrowser #files .name {
	float: left;
}
#filebrowser #files .name a {
	float: left;
	margin-left:20px;
	padding-top:1.5px;
}
#filebrowser #files .date {
	float: right;
	width: 140px;
}
#filebrowser #files .size {
	float: right;
	width: 80px;
}
.clear {
	clear: both;
}
.info-baloon {
	background-color: #d4e8f9;
	width: 300px;
	border: 1px solid #CCCCCC;
}
.info-baloon-cnt {
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
}
.info-baloon ul {
	margin: 0px;
	padding: 0px;
}
.info-baloon ul li {
	clear: both;
	margin-bottom: 4px;
}
.info-baloon .label {
	font-size: 11px;
	text-align: right;
	float: left;
	width: 100px;
	margin-right: 8px;
}
.info-baloon .object {
	float: left;
}
form {
	margin: 0px;
	padding: 0px;
}
#selectarea {
	margin:0;
	padding:0;
	position:absolute;
	background-color: #6ac4ff;
	border:1px solid #007fd6;
	z-index:2;
	display:none;
}
#coverobjects {
	margin:0;
	padding:0;
	position:absolute;
	z-index:4;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	clear:both;
	background-image: url(../img/transparent-bg.png);
	background-repeat:repeat;
}
#otherPages {
	margin:0;
	padding:0;
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	clear:both;
	background-color:#FFFFFF;
	background-image: url(../img/login/body-bg.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#selectedobjects {
	margin:0;
	padding:0;
	position:absolute;
	z-index:7;
	display:none;
	top:0;
	left:0;
	max-height:50px;
	min-height:25px;
	width:auto;
	padding-bottom:20px;
	overflow:hidden;
	border-bottom:1px solid black;
}
/*
#files .selected {
	background-color: #78D0E2;
}*/

#foldertree .selected {
	background-color: #ffffff;
}
div#loading {
	display:none;
	width:100%;
	height:100%;
	z-index:20;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	right: 0px;
	bottom: 0px;
}
div#loading div.loadingcnt {
	width:100%;
	height:100%;
	z-index:21;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
	right: 0px;
}
div#loading div.loadingcnt div.background {
	width:100%;
	height:100%;
	z-index:22;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	background-image: url(../img/system-working-bg.png);
	right: 0px;
	bottom: 0px;
}
div#loading div.loadingcnt span#loadingtext {
	z-index:23;
	position:absolute;
	margin:0;
	font-size:1.8em;
	top:40%;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
	left: 20%;
	right: 20%;
}
#submenus {
	margin:0;
	padding:0;
	height: 0px;
	width: 0px;
	position:fixed;
	z-index: 12;
}
.pointer {
	cursor:pointer;
}
/* Text area for rename */
#files textarea {
	width: 97%;
	height: 2.2em;
	overflow: hidden;
	border: 1px dotted #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	clear: both;
}
.foldertree textarea {
	width:79%;
	height:1.2em;
	overflow:hidden;
	border:0;
	float:left;
	font-size:1.4em;
	background:transparent;
	padding:0;
	margin:0;
	color: #214343;
	display:inline;
}
#files textarea:hover , texarea:focus {
	color:#000000;
	border:1px dotted #000000;
}
.foldertree textarea:hover , texarea:focus {
	color:#ffffff;
	border:0;
}
img.thumbimg {
	height: 4em;
	width: 4em;
}
/* search results */
.search-results textarea {
	width: 98%;
	height: 2.4em;
	overflow: hidden;
	border: 1px dotted #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	clear: both;
}
/*
.search-results .selected {
	background-color: #78D0E2;
}*/

.search-results .item-icon .icon-border {
	float:left;
	padding:0;
	margin:0;
	height:4.35em;
	width:4.4em;
	margin-left:1.8em;
	border: 1px solid #ece9d8;
	overflow:hidden;
}
.search-results.item-icon img {
	clear: both;
	margin-bottom: 2px;
	text-align: center;
	margin-top: 4px;
}
.search-results .item-icon:hover .icon-border {
	color: #FFFFFF;
	background-color: #1c7298;
	z-index: 5;
	cursor: pointer;
}
.inboxsearch .title {
	font-weight: bold;
	color: #333333;
	background-color: #92c4da;
	background-image: url(../img/filebrowser-menu-bar/menu-bar-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
}
.inboxsearch .row {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	clear:both;
}
.inboxsearch .row:hover {
	background-color: #1c7298;
	background-image: url(../img/filebrowser-leftcol-foldertree/foldertree-li-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	cursor: pointer;
}
.inboxsearch .ico {
	float: left;
	margin-right: 8px;
}
.inboxsearch .ico img {
	float: left;
	width:1.3em;
	height:1.3em;
}
.inboxsearch .name {
	float: left;
}
.inboxsearch .name a {
	float: left;
	margin-left:20px;
	padding-top:1.5px;
}
.inboxsearch .date {
	float: right;
	width: 140px;
}
.inboxsearch .size {
	float: right;
	width: 80px;
}
#uploadmenu {
	position:absolute;
	top:80px;
	left:273px;
	z-index:5;
	background-color:#d4e8f9;
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	display:none;
	padding-right: 0;
	padding-left: 0;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6FA5BD;
	border-bottom-color: #9faaaa;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9faaaa;
	border-left-color: #9faaaa;
}
#uploadmenu .item {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
}
#uploadmenu .item .ico {
	float: left;
	padding-right: 8px;
	padding-left: 20px;
}
#uploadmenu .item:hover {
	background-color: #1c7298;
	background-image: url(../img/filebrowser-leftcol-foldertree/foldertree-li-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	cursor: pointer;
}
#uploadmenu a {
	cursor:pointer;
	color:#00284c;
	text-decoration:none;
	padding-right: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#uploadmenu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	cursor:pointer;
}