
/*-----------------------------------------------------------------------------
AeroWindow Style - Regular
-----------------------------------------------------------------------------*/
.AeroWindow {
  position: absolute;
  background: url(../img/WindowsAeroStyle/inactive/lines.png);
  background-position: 0px -100px;
  overflow: hidden;
  display: block;  
}


.AeroWindow .table-tl {
  background: url(../img/tranc.png);
  width:14px;
  height: 14px;
}
.AeroWindow .table-tm {
  background: transparent url(../img/tranc.png);
}
.AeroWindow .table-tr {
  background: url(../img/tranc.png);
  width: 14px;
  height: 14px;
}
.AeroWindow .table-rm {
  background: url(../img/tranc.png);
}
.AeroWindow .table-bl {
  background: url(../img/tranc.png);
  width: 14px;
  height: 14px;
}
.AeroWindow .table-bm {
  background: url(../img/tranc.png);
}
.AeroWindow .table-br {
  background: url(../img/tranc.png);
  width: 14px;
  height: 14px;
}
.AeroWindow .table-lm {
  background: url(../img/tranc.png);
}
.AeroWindow .table-mm {
  background: url(../img/tranc.png);  
}
/*-----------------------------------------------------------------------------
AeroWindow Style - Active
-----------------------------------------------------------------------------*/
.AeroWindow.active {
  position: absolute;
  background: url(../img/WindowsAeroStyle/active/lines.png) 0px -400px;
  z-index: 100;
}
.AeroWindow.active .table-tl {
  background: url(../img/tranc.png);
  width: 14px;
  height: 14px;
}
.AeroWindow.active .table-tm {
  background: url(../img/tranc.png);
}
.AeroWindow.active .table-tr {
  background: url(../img/tranc.png);
  width: 14px;
  height: 14px;
}
.AeroWindow.active .table-rm {
  background: url(../img/tranc.png);
}
.AeroWindow.active .table-bl {
  background: url(../img/tranc.png);
  width: 14px;
  height: 14px;
}
.AeroWindow.active .table-bm {
  background: url(../img/tranc.png);
}
.AeroWindow.active .table-br {
  background: url(../img/tranc.png);
  width: 14px;
  height: 14px;
}
.AeroWindow.active .table-lm {
  background: url(../img/tranc.png);
}
.AeroWindow.active .table-mm {
  background: url(../img/tranc.png);
}     
.AeroWindow .table-mm-container {
  margin-top: 0px;
  border: 1px solid #b0c6e4;
}
.AeroWindow .table-mm-content {
  font-family: arial;
  padding: 0px;
  border: 1px solid #000;
  overflow: auto;
  background: #fff;
}  
.AeroWindow .table-mm-content.loading {
  background: #000000 url(../img/loading.gif) center center no-repeat!important;
}  
/*-----------------------------------------------------------------------------
AeroWindow Resizing
-----------------------------------------------------------------------------*/
.ui-resizable-e {
  right: 0px!important;
}
.ui-resizable-s {
  bottom: 0px!important;
}
.ui-icon {
  height:24px;
  width:24px;
}
.ui-icon-gripsmall-diagonal-se  {
  background-position:-76px -220px;
}
.ui-resizable-handle {
}    
/*-----------------------------------------------------------------------------
AeroWindow Title
-----------------------------------------------------------------------------*/
.AeroWindow .title {
  position: absolute; 
  margin: 10px 0px 0px 5px;
  text-shadow: #fff 0px 0px 5px; 
  color: #333;
  font-family: arial;
  padding-right: 5px;
  font-size: 14px;
  left: 5px;
  cursor: default;
}
.AeroWindow .title span {
  padding-left: 30px;
}
.AeroWindow .title  img{
  height: 14px; 
  width: 14px;
  position: absolute;
  top: -3px;
}
/*-----------------------------------------------------------------------------
Button Area
-----------------------------------------------------------------------------*/
.buttons  {
  position: relative;
}        
.buttons  a{
  text-decoration: none;
  cursor: default;  
}  

/*-----------------------------------------------------------------------------
Buttons Regular Window
-----------------------------------------------------------------------------*/
.AeroWindow .buttons .win-min-btn {
  width: 9px;
  height: 10px;
  background: url(../img/restrbt.gif);
}      
.AeroWindow .buttons .win-max-btn {
  width: 26px;
  height: 19px;
  display: block;
  float: left;
  background: url(../img/WindowsAeroStyle/btn-max.png);
}      
.AeroWindow .buttons .win-reg-btn {
  width: 26px;
  height: 19px;
  display: block;
  float: left;
  background: url(../img/WindowsAeroStyle/btn-reg.png);
}      
.AeroWindow .buttons .win-close-btn {
  width: 53px;
  height: 15px;
  float: left;
  display: block;
  background: url(../img/close.gif);
}  
.AeroWindow .buttons .win-btn-leftedge {
  width: 2px;
  height: 19px;
  float: left;
  background: url(../img/WindowsAeroStyle/left.png);
}            
.AeroWindow .buttons .win-btn-rightedge {
  width: 2px;
  height: 19px;
  float: left;
  background: url(../img/WindowsAeroStyle/right.png);
}            
.AeroWindow .buttons .win-btn-spacer {
  width: 1px;
  height: 19px;
  float: left;
  background: url(../img/WindowsAeroStyle/spacer.png);
}            
.AeroWindow .buttons .WinBtnSet {
  float: left;
}

/*-----------------------------------------------------------------------------
Buttons Active Window
-----------------------------------------------------------------------------*/
.AeroWindow.active .buttons .win-min-btn {
  background: url(../img/restrbt.gif) 0px 10px;
}      
.AeroWindow.active .buttons .win-max-btn {
  background: url(../img/btn-max.png) 0px 38px;
}      
.AeroWindow.active .buttons .win-reg-btn {
  background: url(../img/btn-reg.png) 0px 38px;
}      
.AeroWindow.active .buttons .win-close-btn {
  background: url(../img/close.gif) 0px 30px;
}            

/*-----------------------------------------------------------------------------
Buttons Hover Effects
-----------------------------------------------------------------------------*/
.AeroWindow .buttons .win-min-btn:hover {
  background-position: 0px 10px;
  -moz-box-shadow: 0px 0px 6px 4px rgba(90, 210, 255, 0.4);
}      
.AeroWindow .buttons .win-max-btn:hover {
  background-position: 0px 19px;
  -moz-box-shadow: 0px 0px 6px 4px rgba(90, 210, 255, 0.4);
}      
.AeroWindow .buttons .win-reg-btn:hover {
  background-position: 0px 19px;
  -moz-box-shadow: 0px 0px 6px 4px rgba(90, 210, 255, 0.4);
}      
.AeroWindow .buttons .win-close-btn:hover {
  background-position: 0px 15px;
  -moz-box-shadow: 0px 0px 6px 4px rgba(253, 157, 168, 0.4);
}            


/*-----------------------------------------------------------------------------
DEMO CONTENT 
-----------------------------------------------------------------------------*/
.AeroWindow  .table-mm-content p {
  color: #222;
  margin: 0px;
  padding: 0px;
  font-family: arial;
  font-size: 14px;
}
.AeroWindow  .table-mm-content h1 {
  margin: 0px;
  padding: 5px;
  font-family: arial;
  font-size: 24px;
}
.AeroWindow  .table-mm-content a {
  margin: 0px;
  padding: 5px;
  font-family: arial;
  font-size: 14px;
}
.AeroWindow  .table-mm-content ul {
  color: #222;
  margin: 10px 0px 20px 22px;
  padding: 0px;
  font-family: arial;
  font-size: 14px;
}
.iframeHelper {
  display: block; 
  height: 100%; 
  width: 100%; 
  position: absolute; 
  left: 10px; 
  top: 50px; 
  background: url(../img/WindowsAeroStyle/empty.gif);
  z-index: 0;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 1!important;
  filter: none!important;
}


#Taskbar {
  display: none;
  height: 108px;
  width: 173px;
  top: 185px;
  left: 12px;
  position: absolute;
  z-index: 5;
}
     
#Taskbar .Taskbar-Item {
  background: url(../img/taskbar/image26.png);
  height: 54px;
  width: 173px;
  float: left;
  margin-right: 2px;
}

#Taskbar #TaskbarShowDesktop {
  background: url(../img/taskbar/TaskbarItemShowDesktop.png);
  height: 39px;
  width: 14px;
  float: right;
  margin-right: 0px;
}
#Taskbar #TaskbarShowDesktop.hover {
  background-position: 0px -39px;
}

#Start-Menu-Button {
  height: 39px;
  width: 46px;
  padding-left: 10px;
  background: url(../img/taskbar/StartButtonIcon.png) 0 -7px no-repeat;
}

#TaskbarPoints {
  background: url(../img/taskbar/TaskbarPoints.png);
  height: 39px;
  width: 10px;
}

#Start-Menu-Button.hover {
  background-position: 0px -61px;
}
#Start-Menu-Button.active {
  background-position: 0px -115px;
}

#Taskbar .Taskbar-Item.hover {
  background: url(../img/taskbar/image26.png;)
}
#Taskbar .Taskbar-Item.active {
  background: url(../img/taskbar/image26.png);
}
#Taskbar .Taskbar-Item.active.hover {
  background: url(../img/taskbar/image26.png);
}
#Taskbar .Taskbar-Item img{
  height: 32px;
  width: 32px;
  position: relative;
  top: 4px;
  left: 14px;
}

#DesktopIcons {
  width: 350px;
}
#DesktopIcons .DesktopIconContainer {
  width: 114px;
  font-family: arial;
  font-size: 14px;
  float: left;
  margin-right:  15px;
  margin-bottom: 15px;
  color: #fff;
}
#DesktopIcons .DesktopIconContainer table {
  width: 100%;
  margin: 0px;
}

#DesktopIcons .DesktopIconContainer .bg-top {
  height: 3px;
}
#DesktopIcons .DesktopIconContainer .bg-middle {
  text-align: center;
}
#DesktopIcons .DesktopIconContainer .bg-bg {
  text-align: center;
  text-shadow: #fff 0px 0px 5px; 
  cursor: default;
  padding: 0px 3px 3px 3px;
}
#DesktopIcons .DesktopIconContainer .bg-bottom {
  height: 3px;
}


#DesktopIcons .DesktopIconContainer.mouseover .bg-top {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseover_top.png) no-repeat; 
}
#DesktopIcons .DesktopIconContainer.mouseover .bg-middle {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseover_middle.png) no-repeat; 
}
#DesktopIcons .DesktopIconContainer.mouseover .bg-bg {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseover_bg.png) repeat-y; 
}
#DesktopIcons .DesktopIconContainer.mouseover .bg-bottom {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseover_bottom.png) no-repeat; 
}


#DesktopIcons .DesktopIconContainer.mouseoverclicked .bg-top {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseoverclicked_top.png) no-repeat; 
}
#DesktopIcons .DesktopIconContainer.mouseoverclicked .bg-middle {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseoverclicked_middle.png) no-repeat; 
}
#DesktopIcons .DesktopIconContainer.mouseoverclicked .bg-bg {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseoverclicked_bg.png) repeat-y; 
}
#DesktopIcons .DesktopIconContainer.mouseoverclicked .bg-bottom {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseoverclicked_bottom.png) no-repeat; 
}


#DesktopIcons .DesktopIconContainer.mouseoverclickedmouseout .bg-top {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseoverclickedmouseout_top.png) no-repeat; 
}
#DesktopIcons .DesktopIconContainer.mouseoverclickedmouseout .bg-middle {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseoverclickedmouseout_middle.png) no-repeat; 
}
#DesktopIcons .DesktopIconContainer.mouseoverclickedmouseout .bg-bg {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseoverclickedmouseout_bg.png) repeat-y; 
}
#DesktopIcons .DesktopIconContainer.mouseoverclickedmouseout .bg-bottom {
  background: url(../img/DesktopIconContainer/DesktopIconBackgroundMouseoverclickedmouseout_bottom.png) no-repeat; 
}



#Start-Menu {
  height: 519px;
  width: 415px;
  position: fixed;
  bottom: 40px;
  z-index: 10000;
  visibility: hidden;
  background: url(../img/Startmenu/StartMenuBG.png) no-repeat; 

}

#Start-Menu #NavItems {
  bottom: 60px;
  margin-left: 14px;
  list-style: none;
  position: absolute;
}
#Start-Menu #SearchBox {
  bottom: 22px;
  margin-left: 20px;
  list-style: none;
  position: absolute;
  width: 246px;
}

#Start-Menu #NavItems li {
  cursor: default;
  height: 36px;
  width: 246px;
}
#Start-Menu #NavItems li.hover {
  background: url(../img/Startmenu/StartmenuItemBG.gif) no-repeat; 
}
#Start-Menu #NavItems span {
  padding-left: 40px;
  line-height: 36px;
  height: 36px;
  margin: 0px;
  display: block;
  width: 246px;
  font-family: arial;
  font-size: 14px;
}

#StartmenuItem_RestoreMinWindows span, #StartmenuItem_RestoreMinWindowsDelay span {
  background: url(../img/Startmenu/restoreWindows.png) no-repeat 2px 2px; 
}
#StartmenuItem_SortOverlapping span {
  background: url(../img/Startmenu/WindowOverlap.png) no-repeat 2px 2px; 
}
#StartmenuItem_SortGrid span {
  background: url(../img/Startmenu/WindowGrid.png) no-repeat 2px 2px; 
}
#StartmenuItem_MinimizeOpenWindows span, #StartmenuItem_MinimizeOpenWindowsDelay span {
  background: url(../img/Startmenu/minimizeWindows.png) no-repeat 2px 2px; 
}
#StartmenuItem_CreateNewWindow span, #StartmenuItem_CreateNewWindowAndIcon span {
  background: url(../img/Startmenu/newWindow.png) no-repeat 2px 2px; 
}




#AD {
  position: absolute;
  right: 50px;
  top: 50px;
}
	 

.Wtitle {
 font-family: arial;
 text-shadow: #fff 0px 0px 5px; 
 font-size: 14px;
 color: #FFFFFF;
 height: 16px; 
 position: absolute;

 overflow: hidden;
}

.subnt{
height: 16px; 
}
.DIGITAL {
 font-family: Verdana;
 font-size: 9px;
 color: #AEAEAE;
 text-shadow: #AEAEAE 1px 0px 0px;
}


