body {
	/*background-color:#333;*/
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:12px;
	cursor:default;
}

#langf{
	display: none;
}

#leftCol{
	width:500px;
}

table {
	font-family:arial,tahoma,helvetica,sans-serif;
	font-size:11px;
}
#header{
	margin: 0;
	width: 798px;
	height: 108px;
	background: #FFFFFF;
}
#feedback-div {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	background-color:whitesmoke;
	visibility:hidden;
	font-size:12px;
	font-family:Arial;
	border:1px solid silver;
	font-weight:bold;
	color:dimgray;
}

.feedbackError {
	border-bottom:1px solid red;
	padding-bottom:2px;
	margin-left:0px;
	margin-bottom: 10px;
}
.feedbackMessage {
	border-bottom:1px solid green;
	padding-bottom:2px;
	margin-left:0px;
	margin-bottom: 10px;
}

#spaceQuotaIndicator .x-progress-text {
	font-size:9px;
	line-height:9px;
	color:gray;
}

table.niceborder {
	background-color: silver;
}
table.niceborder a {
	color: navy;
}
table.niceborder tr.header td {
	background-color: whitesmoke;
	font-weight:bold;
}
table.niceborder td {
	background-color: white;
	padding:2px;
}
table.niceborder td.header {
	background-color: whitesmoke;
	font-weight:bold;
}

#viewport {
	width: 798px;
	height: 300px;
}

#feedback-div-text {
	margin: 5px;
}

.headerIcons-appWindow {
	background: #fff;
}
#viewport .x-window-tl .x-panel-icon {padding-left:24px !important;}

.thumbnailWraper {
	overflow:hidden;
	text-align:center;
}
.thumbnailWraper .thumb {
	margin:4px;
	background-color:#FFFFFF;
	border:1px solid #E0E0E0;
	overflow:hidden;
}
.thumbnailWraper .thumb table {
	height:100%;
	width:100%;
}
.thumbnailWraper .thumb table td {
	text-align:center;
	vertical-align:middle;
}
.thumbnailWraper .filename {
	margin:4px;
	margin-top:0px;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
}

.thumbnailedItem {
	border:1px solid white;
	background-color:white;
	cursor:default;
	float:left;
	margin:5px 5px 10px;
	width:auto !important;
}
.thumbnailedItemSelected {
	border:1px solid #AACCF6;
	background-color:#D9E8FB;
}
.thumbnailedItemSelected .thumbnailWraper .thumb {
	border:1px solid #AACCF6;
}
div#loginLogo {
	border-bottom:1px solid silver;
	text-align:right;
	background-color:navy;
	margin-bottom:10px;
	display:none;
}
v#loginLogo {
	border-bottom:1px solid silver;
	text-align:right;
	background-color:navy;
	margin-bottom:10px;
	display:none;
}



/* ADDED */

#loginbox {
	margin-top:120px !important;
}

#whitebox {
	margin-top:0 !important;
}

body {
	color:#000;
	font-family: 'FrutigerLTW01-45Light', Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:20px;
}

/* HEADER */

.header {
	width:100%;
	float:left;
	background-color:#000;
}

.outer {
	float:left;
	width:100%;
}

.inner {
	width:820px;
	margin:0 auto;
}

a.branding {
	display:block;
	text-indent:-9999px;
	width:100px;
	height:40px;
	float:left;
	background:url(../../images/trait-logo.png) no-repeat left 35px;
	padding:35px 0 15px 0;
}

/* MENU */

ul.menu {
	float:left;
	margin-left:70px;
	margin-top:58px;
}

ul.menu li {
	float:left;
}

ul.menu li a {
	text-decoration:none;
	display:block;
	float:left;
	color:#FFF;
	margin-right:22px;
	font-size:18px;
}

ul.menu li a:hover {
	cursor:pointer;
	color:#d7df21;
}

ul.menu li a.client {
	color:#d7df21;
}