html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
h1 {font-size: 1.5em;margin-bottom: 10px;}
p{font-size: 1em;line-height: 1.3em;margin-bottom: 10px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;color:#000;text-decoration:none;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

#desktop {
	font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #2B2B2B;
    background-image: url("images/bg.png");
    background-repeat: no-repeat;
    background-position: 0px bottom;
	overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.window {
    position: absolute;
    border: 2px solid #000;
    background: #EEE;
	border-radius: 5px;
	z-index: 1000;
}
.window.closed {
	display: none;
}
.window.minimizedWindow {
	display: none;
}
.window.fullSizeWindow {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 0;
    bottom: 32px !important;
}
.fullSizeWindow .ui-resizable-handle {
	display: none;
}
.windowHeader {
    background-color: #A8A8A8;
    text-align: right;
    border-bottom: 2px solid #000;
    padding: 2px;
    cursor: move;
    height: 28px;
}
.activeWindow .windowHeader {
    background-color: #D1D1D1;
}
.windowHeader > span {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #000;
    margin-left: 4px;
    font-size: 17px;
    padding: 2px 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    border-radius: 5px;
    line-height: 20px;
    width: 12px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.windowHeader > span:hover {
	background: rgba(255,255,255,0.3);
}
.windowHeader > span.winclose:hover {
	background: #ff7200;
}
.windowHeader > span > span {
    display: inline-block;
    height: 8px;
    width: 10px;
    position: absolute;
    top: 6px;
    left: 10px;
}
.winminimize > span {
	border-bottom: 3px solid #000;
}
.winmaximize > span {
	border: 2px solid #000;
	border-top: 3px solid #000;
}
.winmaximize > span:nth-child(2) {
	display: none;
}
.fullSizeWindow .winmaximize > span:nth-child(1) {
	margin: 2px 0 0 -4px;
}
.fullSizeWindow .winmaximize > span:nth-child(2) {
    display: inline-block;
    top: 3px;
    left: 12px;
}
.wincontent {
    padding: 10px;
    min-width: 200px;
    min-height: 140px;
    border: 2px solid #000;
    margin: 2px;
	border-radius: 0 0 5px 5px;
}
.windowHeader > strong {
    float: left;
    margin: 0px 3px 0 10px;
    line-height: 29px;
    font-size: 17px;
}
.taskbarPanel {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 24px;
    margin: 6px 0 0 10px;
    font-size: 15px;
    padding: 0 10px;
    background: #a8a8a8;
    font-weight: bold;
	cursor: pointer;
}
.taskbarPanel.activeTab {
	background: #D1D1D1;
}
.taskbarPanel.minimizedTab {
	background: #4A4A4A;
    color: #fff;
}
.taskbarPanel.minimizedTab:hover {
	background: #ff7200;
}
.taskbarPanel.closed {
	display: none;
}
#taskbar {
	position: absolute;
	height: 36px;
	bottom: 0;
	left: 0;
	right: 0;
    padding-left: 15px;
	background: #808080;
}


#topbar {
	position: absolute;
	height: 36px;
	top: 0;
	left: 0;
	right: 0;
    padding-left: 15px;
	background: #808080;
}


.topbarPanel {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 24px;
    margin: 6px 0 0 6px;
    font-size: 15px;
    color:#000;
    padding: 0 10px;
    background: #DBDBDB;
    font-weight: bold;
	cursor: pointer;
}

.topbarPanel:hover {
	background: #ff7200;
}

#figcaption a {
    text-align: center;
}

#icons {
	color: #7a7a7a;
	z-index: 10;

}
#icons a {
    display: block;
    cursor: pointer;
    padding: 2px 10px;
    color: #7A7A7A;
    text-align: center;
    font-size: 14px;
    border-width: 1px;
    border-color: #2b2b2b;
    border-style: dashed;
}
#icons a:hover {
	background: #2b2b2b;
	color: #8A8A8A;
    border-width: 1px;
    border-color: #707070;
    border-style: dashed;

}
#templateLink {
    position: absolute;
    display: inline-block;
    bottom: 50px;
    right: 23px;
    font-weight: normal;
    font-size: 8px;
    color: #575757;
}
#datetime {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

#logo {
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}
#logo a {
    color: #000;
    text-decoration: none;
}
#logo a:hover {
    color: #ff7200;
    text-decoration: none;
}
