@import url("reset.css");


html,body {
    font-size:11px;
    font-family:Arial;
    min-height:580px;
    max-height:100%;
    height:100%;
}
body {
    margin:0;
    padding:0;
    background:#fff;
    /*overflow:hidden;*/
    position:relative;
    z-index:1;
    zoom:1;
    min-width:960px;
    min-height:580px;
}
img {
    border:none;
}
.clear {
	font-size:0px;
	margin:0;
	padding:0;
	height:0px; 
	overflow:hidden;
	clear:both !important;
	float:none !important;
}
.relative {
	position:relative;
}
a {
    color:#6E6E6E;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a.black {
    color:#000;
}
a.noactive {
    text-decoration: none;
    cursor: default;
}
.bad {
    color:red;
}
input:required,select:required {
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-shadow:none;
}
input {outline:none}
textarea {
	resize:none;
}

#desktopbackground {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
#desktopbackground img {
	display:block;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
}
#taskbar {
	position:absolute;
	z-index:100000;
	right:0;
	left:0;
	bottom:0;
	height:50px;
	overflow:hidden;
}
#start {
	position:absolute;
	left:10px;
	top:10px;
	z-index:10;
	cursor:pointer;
	background:none;
	border:none;
}
.loading {
	/*cursor:url(../images/spacer.gif),wait;*/
	cursor:none;
	*cursor:url(images/spacer.cur),wait;
	cursor:url(images/spacer.cur),wait\0/;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100000;
}
.loading .back {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
}
.loading .l {
	z-index:1;
}
.loading.loaded {
	display:none;
}
#loadingcursor {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	z-index:200000;
	margin:5px 0 0 5px;
	display:none;
	cursor:none;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {/*for Opera*/
	.loading {
		cursor:wait;
	}
	body #loadingcursor {
		display:none;
		background:none;
	}
}
#startpanel {
	position:absolute;
	left:0;
	bottom:50px;
	min-height:50px;
	z-index:100010;
	width:250px;
	display:none;
	color:silver;
}

#windows {
	position:absolute;
	z-index:1000;
	left:0;
	top:0;
	bottom:0;
	right:0;
	overflow:hidden;
}
#windows .window {
	padding:0;
	max-width:100%;
	overflow:hidden;
}
#openWindows {
	position:absolute;
	left:45px;
	top:0;
	right:0;
	bottom:0;
	padding:5px;
	overflow:hidden;
}
.openWindow {
	float: left;
    height: 16px;
    margin: 0 5px 3px 0;
    overflow: hidden;
    padding: 3px 10px 0;
    white-space: nowrap;
    width: 200px;
    cursor:pointer;
}
.openWindow.active {
	cursor:default;
}

.toolbar,.urlLine {
	white-space:nowrap;
	margin-top:2px;
	position:relative;
	zoom:1;
	overflow:hidden;
}
.urlLine {
	display:none;
	overflow:hidden;
}
.urlLine ul {
	list-style-type:none;
}
.urlLine li {
	float:left;
}
.window.url .urlLine {
	display:block;
}
/*.toolbar table {
	width:100%;
}
.toolbar td {
	white-space:nowrap;
	overflow:hidden;
}*/
.toolbar .lb {
	text-align:left;
	float:left;
}
.toolbar .rb {
	text-align:right;
	float:right;
}
.toolbar .commands ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.toolbar .commands li {
	display:block;
	float:left;
	line-height:0;
	padding:0;
	margin:0;
}
.toolbar .commands span {
	display:none;
}
.toolbar a {
	display:inline-block;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:0 0;
}
.toolbar :first-child a:first-child,.toolbar .commands li:first-child {
	margin-left:0;
}
.fullsize {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.window_content.left>.left {
	display:block;
}
.window_content.left>.middle {
	left:25%;
}
.window_content.right>.right {
	display:block;
}
.window_content.right>.middle {
	right:25%;
}
.window_content>.left {
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	width:25%;
	overflow:hidden;
	display:none;
}
.window_content>.right {
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	width:25%;
	overflow:auto;
	display:none;
}
.window_content>.middle {
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	left:0;
	overflow:auto;
}
.window_content>.left>.fullsize {
	right:2px;
	overflow: auto;
}
.window_content>.right>.fullsize {
	left:2px;
}
.window_content>.left>.fullsize>* {
	display:none;
}
.folders {
	text-align:left;
}
.folders .item {
	float:left;
}
.folders a {
	overflow:hidden;
	display:block;
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
}

img.loader {
	visibility:hidden;
	width:0;
	height:0;
}

#rightClickWindow {
	position:absolute;
	left:0;
	top:0;
	min-width:100px;
	min-height:16px;
	z-index:150000;
	margin:0;
	display:none;
}
#rightClickWindow.active {
	display:block;
}
#rightClickWindow ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#rightClickWindow li {
	display:block;
	margin:0 5px;
	padding:5px 0;
}
#rightClickWindow a.command {
	display:inline-block;
	width:auto;
	height:auto;
	padding-top:0;
}
.hidden {
	display:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.window .visibleLang {
	position:relative;
	z-index:10;
	zoom:1;
}
.window .visibleLang .langsList {
	position:absolute;
	right:0;
	top:100%;
	width:300px;
	display:none;
}
.window .visibleLang.checked:hover .langsList {
	display:block;
}
.visibleLang .langsList .lang {
	float:left;
	width:30%;
	margin:5px 2% 5px 0;
}
.window .sort {
	position:relative;
	z-index:1;
	zoom:1;
}
.window table.data_list tr {
	width:100%;
}
.window table.data_list {
	position:relative;
	z-index:1;
	zoom:1;
}
.window table.data_list tr.ui-sortable-helper {
	border:1px dashed silver;
	left:0px;
}
.window table.data_list tr.ui-sortable-helper>td {
	visibility:hidden;
}
.window .saved {
	position:absolute;
	top:20px;
	left:0;
	right:0;
	text-align:center;
	z-index:1000;
}

#auth {
	position:absolute;
	padding:20px;
	top:50%;
	left:50%;
	z-index:10;
	margin:-100px 0 0 -195px;
	width:350px;
	height:160px;
	background:url(../themes/default/images/taskbar.png);
	
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#auth .field {
	margin:20px 0 0 110px;
	color:#fff;
	font:400 15px/22px Verdana;
}
#auth .field+.field {
	margin-top:10px;
}
#auth .d {
	float:left;
	width:100px;
}
#auth .inp {
	margin-left:110px;
	height:22px;
}
#auth .key {
	position:absolute;
	z-index:-1;
	width:128px;
	height:128px;
	left:-5px;
	top:20px;
	background:url(../images/key.png) center center no-repeat;
}
#auth .inp input[type="text"],#auth .inp input[type="password"],#auth .inp select {
	font: 400 13px/20px Verdana;
    height: 20px;
}
#auth input[type="submit"] {
	display:block;
	margin:20px auto 0;
	width:61px;
	height:22px;
	padding:0;
	text-align:center;
	border:none;
	background:url(../images/flash_button.png) 0 0 no-repeat;
	cursor:pointer;
}
#auth.initConnect span:first-child {
	width:150px;
	display:inline-block;
	color:#fff;
}
#auth.initConnect .inp {
	margin-left:0px;
}
#auth.initConnect p+p {
	margin-top:5px;
}
#auth.initConnect {
	height:260px;
	margin-top:-130px;
	color:#fff;
}
#auth.initConnect h2 {
	padding:0 0 10px;
	margin:0;
	text-align:center;
	font: 700 15px/20px Verdana;
	text-transform:uppercase;
}
#auth.initConnect input[type="submit"] {
	width:150px;
	background:#eee;
	border:1px solid #000;
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#windows>.link {
	position:absolute !important;
	z-index:10;
	top:0;
	left:0;
	width:64px;
}
#windows>.link .title {
	text-align:center;
}
#windows>.link a {
	font: 700 11px/13px Verdana;
	text-decoration:none;
	color:#fff;
}
#windows>.link .title a:hover {
	text-decoration:underline;
}