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

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

/**
 * Main
 */

#main {
	background: #fff;
	position: absolute;
	top: 198px;
	left: 4px;
	right: 0;
	bottom: 0;
	height: expression(document.body.clientHeight - 198);
	width: expression(document.body.clientWidth - 4);
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}

#top {
	background: #626262 url(top_bg.gif) top left no-repeat;
	height: 82px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 12px;
}

#info {
	position: absolute;
	top: 53px;
	left: 0;
	background: transparent url(sitebar.gif) top left no-repeat;
	height: 30px;
	width: 100%;
}

#site {
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 7px 0 0 14px;
	font-size: 11px;
}

#site span, #user span {
	color: #b0c0cc;
}

#user {
	float: right;
	color: #fff;
	margin: 10px;
	font-size: 11px;
	padding: 7px 0 0 0;
}

#user a {
	color: #b0b0b0;
}

/**
 * Topmenu
 */

#topmenu {
	position: absolute;
	top: 83px;
	left: 0px;
	background: url(top-menu-bg.gif) repeat-x top;
	width: 100%;
	height: 40px;
	z-index: 1002;
}

/**
 * Tabs
 */

ul.tabs li input {
	margin: 6px 0 0 0;
	cursor: default;
	vertical-align: middle;
}

.tabs {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 4px 0 0 10px;
	height: 36px;
	-moz-user-select: none;
}

.tabs li {
	position: relative;
	margin: 0 0 0 -5px;
	padding: 0 15px 0 15px;
	float: left;
	color: #777;
	font-size: 11px;
	font-family: 'Lucida Sans Unicode', sans-serif;
	cursor: pointer;
	line-height: 36px;
	padding: 0 12px 0 12px;
	line-height: 36px;
}

.tabs li span {
	font-size: 1px;
	width: 9px;
	height: 36px;
	position: absolute;
	right: -1px;
	overflow: hidden;
	bottom: 0;
}

.tabs li img {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.tabs li.disabled {
	cursor: default;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.tabs li.selected {
	background: url(tab-active-bg.gif) no-repeat bottom left;
	color: #111;
	cursor: default;
}

.tabs li.selected span {
	background: url(tab-active-right.gif) no-repeat;
}

#topmenu .tabs li.selected {
	background: url(tab-active-bg-light.gif) no-repeat bottom left;
}

#topmenu .tabs li.selected span {
	background: url(tab-active-right-light.gif) no-repeat;
}

.tabs li a {
	color: #777777;
	text-decoration: none;
	line-height: 36px;
	height: 36px;
}

.tabs li.selected a {
	color: #000;
	text-decoration: none;
}

#conversionloader {
  display:none;
  position:absolute;
  font-size: 130%;
  top:170px;
  left:43%;
  width: 240px;
  height: 60px;
  text-align: center;
  padding: 10px 2px 2px 2px;
  border:1px solid #000;
  z-index:999999;
  background: #ffffff;
}                                                                     
/**
 * Quicksearch
 */

.quick-search {
  margin: 7px 10px 0 0;
  display: inline;
  float: right;
  background: url('quick-search-bg.gif') no-repeat;
  width: 107px;
  height: 25px;
  overflow: hidden;
}

.quick-search input {
  margin: 0 0 0 22px;
  padding: 5px 0 0 0;
  border: 0;
  background: transparent;
  font-family: 'arial', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #111;
}

/**
 * Advanced menu
 */

ul.advanced-menu {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size: 11px;
	cursor: default;
	height: 40px;
	line-height: 40px;
	z-index: 500;
	position: relative;
}
ul.advanced-menu.left {
	float: left;
}
ul.advanced-menu li {
	margin: 0;
	padding: 0;
	z-index: 500;
}
ul.advanced-menu a {
	color: #333333;
	position: relative;
	display: block;
	float: left;
	background: url('bar-dropdown-select.png') no-repeat bottom left;
	height: 33px;
	line-height: 33px;
	margin: 4px 0 0 0;
	padding: 0 30px 0 10px;
}
ul.advanced-menu a:hover, ul.advanced-menu .active a {
	background-position: top left;
}
ul.advanced-menu a span {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 33px;
	background: url('bar-dropdown-select.png') no-repeat bottom right;
}
ul.advanced-menu a:hover span, ul.advanced-menu .active a span {
	background-position: top right;
}
ul.advanced-menu li.dropdown {
	float: left;
	position: relative;
	line-height: 38px;
	height: 38px;
	margin: 0 10px 0 0;
	padding: 0;
}
ul.advanced-menu ul {
	background: url('bar-dropdown.png') no-repeat bottom;
	position: absolute;
	top: 35px;
	left: -1px;
	right: auto;
	width: 174px;
	margin: 0;
	padding: 10px 4px 15px 2px;
	list-style-type: none;
	z-index: 1000;
	display: none;
}
ul.advanced-menu ul.flipped {
	left: auto;
	right: -3px;
}
ul.advanced-menu .active ul {
	display: block;
}

ul.advanced-menu .active ul ul {
	display: none;
}

ul.advanced-menu ul li {
	float: none;
	position: relative;
	line-height: 26px;
	margin: 0 1px 0 1px;
	padding: 0 4px 0 40px;
	z-index: 1000;
	background: url('bar-dropdown-hover.png') no-repeat 0px 100px;
	zoom: 1;
}
ul.advanced-menu ul li img {
	position: absolute;
	left: 5px;
	top: 2px;
}
ul.advanced-menu ul li input {
	position: absolute;
	left: 6px;
	top: 3px;
}
ul.advanced-menu ul li.hover, ul.advanced-menu ul li.selected {
	background-color: #cbf1f9;
	background-position: 0px -26px;
	cursor: pointer;
}
ul.advanced-menu ul li.hr {
	font-size: 1px;
	line-height: 1px;
	margin: 5px 1px 5px 1px;
	background: #ddd;
	border-bottom: 1px solid #fff;
	height: 1px;
	overflow: hidden;
}
ul.advanced-menu ul li.top {
	position: absolute;
}
ul.advanced-menu ul li.sub {
	background-position: top right;
}
ul.advanced-menu ul li.sub.hover {
	background-position: bottom right;
}
ul.advanced-menu ul li.hover ul {
	display: block;
	top: -10px;
	left: 170px;
}
ul.advanced-menu ul li span {
	display: block;
	margin-left: -40px;
	text-indent: 40px;
}

#pageselectors {
	margin: 8px 0 0 10px;
	float: left;
}

ul.bar-menu {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0 5px 0 5px;
}

ul.bar-menu li {
  float: left;
  margin: 3px 0 0 0;
  padding: 0;
  width: 34px;
  height: 35px;
  text-align: center;
}
ul.bar-menu li:hover {
  background: url('topmenu-hover-bg.gif') no-repeat;
}
ul.bar-menu li img, ul.tabs li input {
  margin: 6px 0 0 0;
  cursor: default;
  vertical-align: middle;
}

ul.bar-menu li.vr {
  float: left;
  margin: 10px 5px 0 7px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #fff;
  width: 0;
  height: 22px;
}

.top-pagination-tools {
	float: right;
	padding-top: 10px;
}

/**
 * Item lists
 */

.items-fake {
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	padding-left: 0;
	height: 1px;
	z-index: 2000;
}

.items-header {
	margin-left: 4px;
	padding: 58px 0 0 15px;
	height: 55px;
	border-bottom: 1px solid #ddd;
}

.items-header h1 {
	font-size: 18px;
	margin: 5px 0 10px 0;
	padding-top: 10px;
}

.items-header p {
	font-size: 11px;
	color: #777;
	margin: 0;
}

#thumbnails {
	padding: 10px;
	zoom: 1;
}

#thumbnails th a img {
	margin-left: 5px;
	vertical-align: -6px;
}

table.item-list {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

table.item-list th {
	text-align: left;
	border-bottom: 1px solid #ccc;
}

table.item-list th.icon {
	width: 22px;
}

table.item-list th.check {
	width: 30px;
}

#ccheck {
	width: 30px;
}

table.item-list th.name {
	width: 50%;
}

table.item-list th:hover {
	border-bottom: 1px solid #74bac8;
}

table.item-list th a {
	display: block;
	color: #111;
	font-size: 10px;
	font-weight: normal;
	padding: 6px 6px 2px 6px;
	height: 17px;
	text-decoration: none;
}

table.item-list th a.asc {
	background: url(table-list-th.gif) no-repeat left 66.66%;
	text-indent: 10px;
}

table.item-list th a.desc {
	background: url(table-list-th.gif) repeat-x left bottom;
	text-indent: 10px;
}

table.item-list th a:hover {
	background: url(table-list-th.gif) repeat-x top right;
	color: #1da8c5;
}

table.item-list th a.asc:hover {
	background: url(table-list-th.gif) repeat-x left top;
}

table.item-list th a.desc:hover {
	background: url(table-list-th.gif) repeat-x left 33.33%;
}

table.item-list td {
	padding: 4px 6px 4px 6px;
	line-height: 22px;
}

table.item-list .even td {
	border-left: 1px solid #e7e8ed;
	border-bottom: 1px solid #e7e8ed;
	background: url(table-list-even-bg.gif) repeat-x 50% 50%;
}

table.item-list .odd td {
	border-left: 1px solid #f2f2f2;
	background: url(table-list-odd-bg.gif) repeat-x 50% 50%;
	border-bottom: 1px solid #e7e8ed;
}

table.item-list td img {
	vertical-align: middle;
}

table.item-list td.meta {
	font-size: 11px;
	color: #777;
}

table.item-list tr:hover td {
	border-left: 1px solid #b6e8f7;
	background: #c6f1fd;
}

table.item-list tr:hover td.meta {
	color: #82b2c0;
}

table.item-list td a {
	color: #4a85ac;
	text-decoration: none;
}

table.item-list td a:hover {
	text-decoration: underline;
}

/**
 * Productcard styles
 */

.product-card-item {
	position: relative;
	float: left;
	display: inline;
	width: 127px;
	height: 169px;
	margin: 0 5px 5px 0;
	background: url(item-bg.gif) no-repeat;
}

.product-card-item.recent {
	background: url(item-recent.gif) no-repeat;
}

.product-card-item.passive {
	background: url(item-passive.gif) no-repeat;
}

.product-card-item.passive p.thumbnail img {
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.product-card-item p {
	margin: 0;
}

.product-card-item p.thumbnail {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 111px;
	height: 100px;
	text-align: center;
	line-height: 100px;
}

.product-card-item p.thumbnail {
	vertical-align: middle;
}

.loading {
	background: #fff url(loader.gif) center center no-repeat;
}

.loading img {
	display: none;
}

.product-card-item p.product-id {
	position: absolute;
	top: 140px;
	left: 36px;
	font-size: 11px;
}

.product-card-item p.product-name {
	position: absolute;
	top: 114px;
	text-align: center;
	width: 120px;
	height: 26px;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	overflow: hidden;
}

.product-card-item p.product-name a:hover {
	text-decoration: underline;
}

.product-card-item input {
	position: absolute;
	right: 6px;
	bottom: 5px;
	display: block;
}

.product-card-item a {
	color: #4a85ac;
	text-decoration: none;
}

.product-card-item a:hover {
	text-decoration: underline;
}

.product-card-item .material-card {
	position: absolute;
	top: 2px;
	left: 2px;
	background: url(material-card-icon.png) no-repeat;
	width: 17px;
	height: 15px;
}

.product-card-item .digtator-link {
	position: absolute;
	top: 2px;
	right: 2px;
	background: url(digtator-link.png) no-repeat;
	width: 28px;
	height: 15px;
}

.product-card-item .approved-card {
	position: absolute;
	top: 2px;
	left: 2px;
	background: url(traffic-lights-mini.png) no-repeat bottom;
	width: 9px;
	height: 9px;
}

a img {
	border: 0;
}

#folderselector {
	display: none;
	position: absolute;
	top: 40px;
	right: 250px;
	width: 200px;
	height: 400px;
	border: 1px solid #d0d0d0;
	z-index: 999999;
	background: #ffffff;
}

#folderselector a {
	float: left;
	margin-right: 5px;
	padding-top: 5px;
}

#folderselector iframe {
	width: 196px;
	height: 370px;
	border: 0;
}

#path {
	color: #1e9e28;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}

#path a {
	color: #374b6f;
	font-weight: normal;
	text-decoration: none;
}

#path span {
	text-decoration: none;
}

#path .path-arrow {
	display: inline;
	margin: 0 3px;
}

#file-count {
	font-weight: normal;
}

#operations-remove {
	display: none;
	width: 414px; 
	height: 40px; 
	float: right; 
	margin: 0;
	padding: 0;
	position: relative;
}

#operations-remove img.cancel {
	margin-left: 12px;
}

#operations-packet {
	display: none;
	width: 414px; 
	height: 40px; 
	float: right; 
	margin: 0;
	padding: 0;
}

#operations-packet input {
	width: 120px;
	float: left;	
	border: 1px solid #d0d0d0;
	margin: 0;
	padding: 0;
}

#operations-packet p {
	padding: 0;
	margin: 0;
}

#operations-packet img.packet {
	margin-left: 12px;
}

#operations-packet img.cancel {
	margin-left: 12px;
}

#operations-workflow {
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	width: 429px; 	
	height: 56px; 
	background: #f0f3f7; 
	float: right; 
	margin: 20px 0 0 0;
	padding: 7px 0 0 22px;
}

#operations-workflow p {
	color: #3279bc;
	float: left;
	font: bold 12px Arial, sans-serif;
}

#operations-workflow select {
	width: 227px;
	float: left;
}

#operations-workflow img.copy {
	float: left;
	margin-left: 15px;
}

#operations-workflow img.cancel {
	float: left;
	margin-left: 12px;
}

#operations-workflow p.success {
	color: #1e9e28;
	float: left;
}

#operations-workflow a.view {
	font-size: 11px;
	float: left;
}

#operations-workflow img.close {
	float: left;
	position: absolute;
	top: 29px;
	left: 358px;
}

#movebutton {
	display: none;
}

#copybutton {
	display: none;
}

#all-pages {
	position: absolute;
	top: 150px;
	border: 1px solid #ff0000;
	width: 100%;
	text-align: center;
	border: 0;
	font: 10px Verdana, sans-serif;
	color: #1e9e28;
	padding: 0;
	font-weight: bold;
	z-index: 3;
}

#all-pages a {
	color: #7684a2;
	text-decoration: underline;
}

#all-pages a, #all-pages span {
	margin-right: 2px;
	font-weight: bold;
}

table.basic {
	border-collapse: collapse;
}

table.basic th {
	background: #f9f9fb;
	color: #3279bc;
	font: bold 13px Verdana, sans-serif;
	border: 1px solid #b4c3d1;
	padding: 7px 12px;
}

table.basic td {
	background: #f3f4f7;
	border: 1px solid #b4c3d1;
	padding: 7px 12px;
}

table.basic td.client {
	width: 210px;
	text-align: center;
	vertical-align: middle;
}

table.basic td.client img {
	margin: 0 auto;
}
