div.window_top div.float_left{
	position:absolute;
	float:none;
	top:0;
	left:0;
	right:25px;
	overflow:hidden;
	height:100%;
}



body {
	margin: 0;
	padding: 0; font-size: 100%; 
	line-height: 1.5; 
	height:100%;
	overflow: hidden;
	/*background: #222;*/
	font-family:'Roboto', "Segoe UI", "Segoe UI Semibold", "Segoe UI Light", "arial";
	font-size:13px;
	/*background-image:url(../../torngats/img/wornwallper.jpg);*/
	/*background-image:url(../../dtl_info/wllpapers/dtl_walpapper.jpg);*/
	/*sites/dtl_info/wllpapers/dtl_walpapper.jpg*/
	/*background-position:center;
	/*background-size:100%;*/
	background-color:#333;
	/*background:url(../../torngats/img/wornwallper.jpg) bottom right no-repeat #333;*/
	/*background-image:url(../wallpapers/space.jpg);*/
	/*background-image:url(../wallpapers/0grad.png);*/
	/*background-image:url(/sites/desktop/new_walpers/03478_sandycay_1920x1080.jpg);*/
	/*background-image:url(dusk1080.jpg);*/
	
	
	
	/*background-image:url(../wallpapers/0.jpg);*/
	/*background-image:url(../wallpapers/grappe_1920x1080.jpg);*/
	/*background-image:url(../wallpapers/deepblue.jpg);*/
	
/*	background-size:cover;*/

	
}

.condensed_font
{
	font-family:'Roboto condensed'
}

.std_drop_zone
{
	margin:5px;
	width:90%;
	border:1px #ccc solid; 
	border-radius:4px; 
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.8); 
	background-image:url('/img/dropzone.png');
}

.box_shadow_inset
{
	-webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
}

.std_drop_zone_drop_over
{
	-webkit-box-shadow: inset 0px 0px 5px 3px rgba(245,50,50,.8) !important;
	box-shadow: inset 0px 0px 5px 3px rgba(245,50,50, 0.8) !important; 
	background-image:url('/img/dropzone_red.png') !important; ;
}

.abs {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.light_gray_gradient
{
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
}


.icon {
	background: url(trans_white.png) no-repeat -99999px -99999px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3;
	padding: 6px 1px 6px;
	text-align: center;
	text-shadow: #000 1px 0px 1px, #000 0 1px 2px, #000 0 1px 2px, #000 0 1px 2px, #000 0 1px 2px;
	min-width: 80px;
	max-width: 80px;
	text-align:center; 
	white-space:normal;
	overflow:hidden;
	/*  width: 160px;*/
	float:left;
	clear:right;
	margin:10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
	font-family:Roboto, Helvetica, sans-serif;
}

.icon.active {
  background: url(trans_black.png);
}

.icon img {
  background: url(trans_black.png) no-repeat -99999px -99999px;
  display: block;
  margin: 0 auto 5px;
  width: 32px;
  height: 32px;
}

.icon:hover,
.icon.ui-draggable-dragging {
 /* background-position: 0 0;*/
  background-repeat: repeat;
  border: 1px solid #fff;
  margin:9px;
 /* padding: 5px 0 5px;*/

}

.icon.ui-draggable-dragging {
  z-index: 20;
}

.icon_container
{
	float:left;
	width:100%;
	display:block;
	clear:both;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

/* `Windows
----------------------------------------------------------------------------------------------------*/

.window {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	color: #000;
	/*  display: none;*/
    width: 320px;
	height: 175px;
	top: 30px;
	left: 120px;
	z-index: 500; 
    box-shadow:1px 1px 3px #333333;
}

.window.ui-draggable
{
	position:absolute !important;
}

.window.window_stack,
.window.ui-draggable-dragging {
  z-index: 10;
}

.window.ui-draggable-dragging {
  opacity: 0.5;
}

.window.ui-draggable-dragging .window_content,
.window.ui-draggable-dragging .window_bottom {
  display: none;
}


.window_full {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  width: 100%;
  height: 100%;
}

.window_maximized
{
	top:0px !important;
	left:0px !important;
	bottom:0px !important;
	width:100% !important;;
	height:100% !important;;
	right:0px !important;
	border-radius:0px !important;
	
}

div.window_maximized div.window_top
{
	border-radius:0px !important;
}

div.window_maximized div.window_bottom
{
	border-radius:0px !important;
}

div.window_maximized div.window_content
{
	border-radius:0px !important;
}

.window_full .ui-resizable-se {
  display: none;
}

.window_full.ui-draggable-dragging {
  opacity: 1;
}

.window_full.ui-draggable-dragging .window_content,
.window_full.ui-draggable-dragging .window_bottom {
  display: block;
}

.window_top {
  /*background: #333 url(gui/bar_bottom.png) repeat-x;*/
  
	color:#fff !important;
	position:relative;
	background: rgb(174,188,191); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlYmNiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzZlNzc3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzBhMGUwYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTA4MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(50%,rgba(110,119,116,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(100%,rgba(10,8,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 ); /* IE6-8 */
	text-shadow: #FFF 0 1px 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-background-clip: padding-box;
	color: #fff;
	font-weight: bold;
	font-size:13px;
/*	font-variant:small-caps;*/
	overflow: hidden;
	line-height: 30px;
	padding: 0 10px;
	text-shadow: #000 0 1px 1px;
	height: 31px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.window_top:hover 
{
/*	background-image:url(gui/window_hover_glow.gif);*/
}

.window_caption
{
	
}

.window_top img {
  float: left;
  margin: 6px 5px 0 0;
}

.window_bottom {
	background: #fff url(bar_top.png) repeat-x left bottom;
	border-top: 1px solid #bbb;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-background-clip: padding-box;
/*	font-size: 11px;*/
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	text-shadow: #fff 0 1px 1px;
	height: 20px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	cursor: default;
}

.window_min,
.window_resize,
.window_close {
	background: url(window_buttons.gif) no-repeat;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	float: left;
	font-size: 0;
	margin: 6px 0 0 5px;
	width: 28px;
	height: 15px;
}

.window_min:hover {
  background-position: 0 -15px;
}

.window_resize {
  background-position: -28px 0;
}

.window_resize:hover {
  background-position: -28px -15px;
}

.window_close {
  background-position: -56px 0;
}

.window_close:hover {
  background-position: -56px -15px;
  box-shadow: #f00 0 0 10px;
  -moz-box-shadow: #f00 0 0 10px;
  -webkit-box-shadow: #f00 0 0 10px;
}

.window_min:hover,
.window_resize:hover {
  box-shadow: #09f 0 0 10px;
  -moz-box-shadow: #09f 0 0 10px;
  -webkit-box-shadow: #09f 0 0 10px;
}

.window_inner {
  padding: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.window_content {
  line-height: 1.3;
  overflow: auto;
  top: 32px;
  left: 1px;
  right: 1px;
  bottom: 23px;
}

/*.window_aside {
  float: left;
  font-size: 11px;
  padding: 10px 12px 10px 10px;
  width: 150px;
}*/

.window_main {
  background: #fff;
  min-height: 98%;
}

.window_full .window_top,
.window_full .window_bottom {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
}

.window_full .window_inner {
  bottom: -1px;
}


.ui-resizable-se {
  background: url(window_corner.gif) no-repeat right bottom;
  font-size: 0;
  overflow: hidden;
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 0;
}

adiv.ui-resizable-handle {
  display: none !important;
  visibility: hidden !important;
}

#desktop {
    bottom: 36px;
    left: 0;
    overflow: hidden;
    right: 0;
    top: 0px;
}
#wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 700px;
  min-height: 500px;
}
#wallpaper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}


	.uploaded_files_item_container
	{
		position:relative; 
		height:48px; 
		border:1px #999 solid; 
		border-radius:2px;
		margin-bottom:5px;
	}
	.uploaded_files_item_icon_container
	{
		position:absolute;
		display:table-cell;
		text-align:center;
		padding-top:4px;
		vertical-align: middle;
		top:0;
		left:0;
		width:75px;
		line-height:48px;
		height:48px;
	}
	.uploaded_files_filename
	{
		position:absolute;
		display:table-cell;
		text-align:left;
		vertical-align: middle;
		top:0; left:75px;
		padding-left:3px;
		height:48px;
		right:0px;
		line-height:48px;
	}
	.uploaded_files_item_container
	{
		
	}
	
	
	
	.upload_loader_img_error
	{
		background-image : url('../../../img/icon_48/warning.png');
		background-position : center center;
		//background-repeat:no-repeat;
		height:48px;
		width:48px;
		/*width:100%;*/
		position:absolute;
		right:0px;
		opacity:0.75;
		display:none;
	}
	
	.upload_loader_img_ok
	{
		background-image : url('../../../img/icon_32/tick-icon.png');
		background-position : center center;
		background-repeat:no-repeat;
		height:48px;
		width:48px;
		/*width:100%;*/
		position:absolute;
		right:0px;
		opacity:0.75;
		display:none;
	}
	.upload_loader_img
	{
		background-image : url('../../../img/upldbg.gif');
		background-position : center center;
		height:48px;
		/*width:63px;*/
		width:100%;
		position:absolute;
		right:0px;	
		opacity:0.15;
	}
	
	.SSdropzone {
		background: palegreen;
		width: 150px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-weight: bold;
	}
	.SSdropzone.in {
		width: 600px;
		height: 200px;
		line-height: 200px;
		font-size: larger;
	}
	.SSdropzone.hover {
		background: lawngreen;
	}
	.SSdropzone.fade {
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		opacity: 1;
	}