/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

* {
	cursor: default;
}

html,
body {
	overflow: hidden;
}

body {
	background: #222;
	font: 12px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

/* `Misc
----------------------------------------------------------------------------------------------------*/

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

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

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

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

/* `Icons
----------------------------------------------------------------------------------------------------*/
.iconhelp {
	font-size: 12px;
	font-weight: bold;
	
	text-align: right;
}
.iconhelp.active {
	background: #ff6e4a;
	color: #fff;
}
.iconhelp:hover{
	text-shadow: #1b006b 0 3px 3px;
	
}
.icon {
	background: url(../images/gui/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 0 1px 2px;
	width: 80px;
}

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

.icon img {
	background: url(../images/gui/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;
	padding: 5px 0 5px;
}

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

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

.window {
	background: #fff;
	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: 720px;
	height: 480px;
	top: 30px;
	left: 120px;
	z-index: 2;
}

.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.ui-draggable-dragging {
	opacity: 1;
}

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

.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_full .ui-resizable-se {
	display: none;
}

.window_top {
	background: #333 url(../images/gui/bar_bottom.png) repeat-x;
	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;
	overflow: hidden;
	line-height: 30px;
	padding: 0 10px;
	text-shadow: #000 0 1px 1px;
	height: 30px;
}

.window_top img {
	float: left;
	margin: 6px 5px 0 0;
	max-width:22px; 
	max-height:22px;
}

.window_bottom {
	background: #fff url(../images/gui/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;
}

.window_bottom_mag {
	background: #fff url(../images/gui/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: 10px;
	font-weight: bold;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	text-shadow: #fff 3px 1px 1px;
	height: 20px;
	left: 1px;
	right: 1px;
	bottom: 1px;
}

.window_min,
.window_resize,
.window_close {
	background: url(../images/gui/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 {
	background: url(../images/gui/window_content.gif) repeat-y;
	line-height: 1.5;
	overflow: auto;
	top: 30px;
	left: 1px;
	right: 1px;
	bottom: 23px;
}

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

.window_main {
	background: #fff;
	margin: 0px 0px 0px 173px;
	min-height: 100%;
}

.window_main_user {
	background: #fff;
	margin: 0px 0px 0px 0px;
	min-height: 100%;
}

.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;
}


/* `Bar >> Top + Bottom
----------------------------------------------------------------------------------------------------*/

#bar_top,
#bar_bottom {
	font-weight: bold;
	padding: 0 10px;
	left: 0;
	right: 0;
}

#bar_top {
	background: #fff url(../images/gui/bar_top.png) repeat-x left bottom;
	border-bottom: 1px solid #333;
	color: #999;
	line-height: 25px;
	padding-right: 20px;
	text-shadow: #fff 0 1px 1px;
	height: 25px;
	top: 0;
}

#bar_bottom {
	background: #333 url(../images/gui/bar_bottom.png) repeat-x;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	opacity: 0.8;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: #000 0 1px 1px;
	height: 30px;
	bottom: 0;
}

/* `Bar >> Links
----------------------------------------------------------------------------------------------------*/

#bar_top li,
#bar_bottom li {
	float: left;
}

#bar_top li a,
#bar_bottom li a {
	display: block;
	padding: 0 10px;
}

#bar_top li a {
	background-image: url(../images/gui/bar_top_link.png);
	background-repeat: no-repeat;
	background-position: -99999px -99999px;
	color: #000;
	overflow: hidden;
	height: 25px;
	min-height: 1px;
}

#bar_top a.active {
	background-color: #06c;
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #fff;
	text-shadow: none;
}

#bar_top ul.menu {
	background: #eee;
	border: 1px solid #333;
	border-top-width: 0;
	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;
	display: none;
	font-weight: normal;
	margin: 1px 0 0 -1px;
	padding: 1px 1px 0;
	position: absolute;
	min-width: 200px;
	z-index: 30;
}

#bar_top ul.menu li {
	float: none;
}

#bar_top ul.menu a {
	background: #fff;
	border-bottom: 1px solid #eee;
	min-width: 180px;
}

#bar_top ul.menu li:last-child a {
	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;
}

#bar_top ul.menu a:hover {
	background: #06c url(../images/gui/bar_top_link.png) repeat-x;
	color: #fff;
	text-shadow: none;
}

#bar_bottom li {
	display: none;
	margin: 0 0 10px 5px;
	min-width: 150px;
}

#bar_bottom li a {
	background: #333;
}

#bar_bottom a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	color: #fff;
	overflow: hidden;
	padding: 0 10px;
	height: 30px;
}

#bar_bottom a:hover {
	background: #000;
}

#bar_bottom a:active {
	background: #c60;
	border: 1px solid #fff;
	padding: 0 9px;
}

#bar_bottom li a img {
	float: left;
	margin: 4px 5px 0 -5px;
}

#bar_bottom .float_left img,
#bar_bottom .float_right img {
	display: block;
	padding: 4px 0 0;
}

/* `Wrapper + Wallpaper + Desktop
----------------------------------------------------------------------------------------------------*/

#wallpaper {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

#desktop {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 41px;
}

#wrapper {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 960px;
	min-height: 600px;
}

#uploadico, #uploadicoico, #uploadwp, #uploadlogo{
	margin:5px 5px; padding:5px;
	font-weight:bold; font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:100px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
	
}
#savewp{
	margin:15px 15px; padding:5px;
	font-weight:bold; font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3388cc;
	border:1px solid #ccc;
	width:100px;
	cursor:pointer !important;
	-moz-border-radius:10px; -webkit-border-radius:10px;
	
}
#saveico{
	margin:15px 15px; padding:5px;
	font-weight:bold; font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#ffefd5;
	color:red;
	border:1px solid #ccc;
	width:130px;
	cursor:pointer !important;
	-moz-border-radius:10px; -webkit-border-radius:10px;
	
}
#upload_false_ico, #upload_false_icoico, #upload_false_wp, #upload_false_logo{
	margin:5px 5px; padding:5px;
	font-weight:bold; font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#A52A2A;
	color:#FFFFFF;
	border:1px solid #ccc;
	width:50px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
	
}
.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; padding:5px;
}

#dock img { max-width:25px; max-height:25px; }
span#icofiles img{ max-width:40px; max-height:30px; }
span#icofiles { padding:10px; margin-bottom:2px; width:60px;margin-right:10px;}
span#icofilesico img{ max-width:60px; max-height:50px; }
span#icofilesico { padding:10px; margin-bottom:2px; width:60px;margin-right:10px;}
span#wpfiles img{ max-width:80px; max-height:70px; }
span#wpfiles { padding:10px; margin-bottom:2px; width:60px;margin-right:10px;}
span#logofiles img{ max-width:60px; max-height:50px; }
span#logofiles { padding:10px; margin-bottom:2px; width:60px;margin-right:10px;}
.success{}
.error{ background:#f0c6c3; border:1px solid #cc6622; }

/*--------------------*/

#login
{
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: 250px;
    width: 350px;
   
    padding: 30px;
    
   
}

#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}

/*--------------------*/

h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}



/*--------------------*/

fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

/*--------------------*/

#inputs input
{
    background: #f1f1f1 url(http://www.red-team-design.com/wp-content/uploads/2011/09/login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    width: 300px; /* 353 + 2 + 45 = 400 */
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#username
{
    background-position: 5px -2px !important;
}

#password
{
    background-position: 5px -52px !important;
}

#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/
#actions
{
    margin: 25px 0 0 0;
}

#buttonlogin
{		
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;

    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
}

#buttonlogin:hover,#buttonlogin:focus
{		
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

#buttonlogin:active
{		
    outline: none;
   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#buttonlogin::-moz-focus-inner
{
  border: none;
}

#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}

/*--------------------*/

#back
{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;
}

.contextMenu
{
	display: none;
}



        #wd_setting .product {width: 300px; margin: 5px; text-align: left}
        #wd_setting label {display:inline-block; width: 120px; margin: 5px; text-align: right}
        #wd_createicon .product {width: 300px; margin: 5px; text-align: left}
        #wd_createicon label {display:inline-block; width: 120px; margin: 5px; text-align: right}
        
		#wd_setting {
width: 800px;
height: 530px;
        }
		#wd_magnoliaonline
		{
		min-width: 830px;
		min-height: 460px;
		}
		#wd_bnewsonline
		{
		min-width: 830px;
		min-height: 500px;
		}
		#wd_magnoliasalers
		{
		width: 640px;
		height: 480px;
		min-width: 535px;
		min-height: 400px;
		}
		#wd_salers
		{
		width: 650px;
		height: 500px;
		min-width: 500px;
		min-height: 500px;
		}
		
		#wd_login {
width: 586px;
height: 365px;
        }
		
		#dialogdtmain {
 background-image: linear-gradient(225deg, rgba(237,183,18,1) -10px, rgba(226,206,29,0.7) 50%);
  
        }
		
		#wd_createicon {
width: 650px;
height: 340px;
            }
		#dialogicomain {
   background-image: linear-gradient(225deg, rgba(102,102,102,1) -10px, rgba(181,181,181,0.7) 50%);
          } 
		  #wdw_trash {
   background-image: linear-gradient(285deg, rgba(255,130,130,1) -10px, rgba(255,194,193,0.7) 50%);
          } 
		 .userwindow{
   background: url(assets/images/gui/trans_black.png) 100% 0;
   background-image: linear-gradient(45deg, rgba(102,102,102,1) -10px, rgba(181,181,181,0.7) 50%);
   text-align: center;
   margin: auto;
          }   
		  
.nastrtable td {
  height: 50px;
  vertical-align: middle;
  font-size: 11pt;
}




