.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}
            
/*Voice control ------------------------------------------------------------------------*/
#voicecontrol {
margin: 0px;
z-index: 4900;
padding: 0px;
color: transparent;
width: 16px;
cursor: pointer;
background: transparent;
border: none;
box-shadow: none;
position: fixed;
top: 11px;
left: 11px;
-webkit-transform:scale(2.0,2.0);-moz-transform:scale(2.0,2.0);-ms-transform:scale(2.0,2.0);transform:scale(2.0,2.0);
 -webkit-border-radius: none; -moz-border-radius: none; border-radius: none;
}
#voicecontrol:hover {

}
#blockq {
width: 20px;
height: 40px;
z-index: 9999;
background: transparent;
position: absolute;
top:0px;
left: 0px;
}
#qloader {
display: none;
z-index: 99999;
position: absolute;
top: 6px;
left: 6px;
width: 24px;
height: 44px;
background: url('images_day/qloader.gif') no-repeat;
}

#lacat {
width: 32px;
height: 32px;
background: url('images_day/lacat_locked.png') no-repeat;
cursor: pointer;
box-shadow: 2px 2px 5px #000;
position: fixed;
z-index: 4900;
top: 30px;
right: 0px;
}

/*Page menu ------------------------------------------------------------------------*/
#menu {
width: 950px;
margin: 0 auto;
height: 32px;}
#menu ul {
list-style-type: none;
width: 100%;
height: 32px;
padding: 0px 0px 0px 0px;
margin: 0px;}
#menu ul li {
float: left;}
#menu ul a {
position: relative;
top: 2px;
right: 3px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 6px;
padding-top: 5px;
text-decoration: none;
font-family: "Arial Black";
font-size: 15px;
color: #000;
text-shadow: 0 0 1px #000;
background: transparent;}

/*Notifications ------------------------------------------------------------------------*/

#usernotifications {
padding: 0px;
margin: 0px;
border: none;
font-family: 'Arial';
font-weight: bold;
font-size: 12px;
margin-bottom: 4px;
}

#usernotifications .notification{
padding: 2px;
}


#user {
border: solid 2px #000;
cursor: pointer;
}

#notificon {
width: 16px;
height: 16px;
background: url('images_day/taskbar_icons/notif.png') center center no-repeat;
cursor: pointer;
border: none;
}

#phoneicon {
width: 20px;
height: 20px;
background: url('images_day/calls.png') center center no-repeat;
cursor: pointer;
border: none;
}

#apel {
text-align: center;
}

#miccontrol {
background: url('images_day/mic_off.png') no-repeat;
height: 128px;
width: 128px;
}

#mailicon {
width: 25px;
height: 16px;
background: url('images_day/notification/mail.png') center center no-repeat;
cursor: pointer;
border: none;
margin-left: 10px;
}
#mailiconnr {
float: right;
position: relative;
top: 10px;
font-family: Helvetica;
font-size: 14px;
color: #fff;
text-shadow: 0px 0px 1px #000;
}

#notifcount {
float: right;
position: relative;
top: 10px;
font-family: Helvetica;
font-size: 14px;
color: #fff;
text-shadow: 0px 0px 1px #000;
}

#clock {
font-family: Helvetica;
font-size: 14px;
color: #000;
}

#diskspace {
cursor: pointer;
position: relative;
top: 5px;
}

#diskspacebar {
width: 40px;
height: 8px;
border: solid 1px #000;
background: transparent;
}
#diskspacetext {
font-family: Arial;
font-size: 8px;
}

.diskbar {
float: left;
width: 4px;
height: 8px;
background: transparent;
}

.diskbarfull1 {
float: left;
width: 4px;
height: 8px;
background: url('images_day/notification/diskbar1.png') no-repeat;
}

.diskbarfull2 {
float: left;
width: 4px;
height: 8px;
background: url('images_day/notification/diskbar2.png') no-repeat;
}

.diskbarfull3 {
float: left;
width: 4px;
height: 8px;
background: url('images_day/notification/diskbar3.png') no-repeat;
}

/*User drop-down menu  ------------------------------------------------------------------------*/
#userarrow {
margin-left: 1px;}
#userdropdown {
display: none;
width: 170px;
float:right;
position: relative;
right: 2px;
top: -4px;
z-index: 2001;
box-shadow: 0 0 14px #000;
background: url('images_day/transparent.png') repeat;}
#dropdowntitle {
text-align: center;
font-family: 'Arial Black';
font-size: 14px;
color: #006432;
text-decoration: underline;}
#userdropdowncontent {
padding: 0px;
margin: 0px;
margin-top: 5px;
width: 170px;
margin-bottom: 5px;
border: none;}
.dropdownrow {
display: block;
height: 32px;
cursor: pointer;}
.dropdownrow:hover {
text-decoration: underline;
color: #006432;
background: url('images_day/menu_arrow.png') no-repeat center right;}
.dropdownicon {
width: 32px;
height: 32px;}
.dropdowntext {
padding-left: 2px;
padding-right: 16px;
font-family: 'Arial';
font-size: 14px;
font-weight: bold;}
#settings_icon {
background: url('images_day/menu_settings2.png') no-repeat;}
#mylocation_icon {
background: url('images_day/menu_mylocation.png') no-repeat;}
#premium_icon {
background: url('images_day/menu_premium.png') no-repeat;}
#logout_icon {
background: url('images_day/menu_logout.png') no-repeat;}

.closebar {
width: 32px;
height: 32px;
float: right;
position: relative;
top: -16px;
cursor: pointer;
}

#warningexit {
background: url('images_day/x/yellowx.png') no-repeat;
}

#errorexit {
background: url('images_day/x/redx.png') no-repeat;
}

#infoexit {
background: url('images_day/x/greenx.png') no-repeat;
}

/*User settings page ------------------------------------------------------------------------*/
#settingspage {
background: #fff url('images_day/settings_icons/bg.png') bottom right no-repeat;}
#settingspage .inpt {
width: 150px;}
#settitt {
padding: 0px;
margin: 0px;
height: 15px;
margin-bottom: 5px;
font-family: 'Arial Black';
font-size: 14px;
color: #006432;
text-decoration: underline;
}
#settpage {
margin-left: 2px;
width: 98%;
height: 100%;
overflow: hidden;
}
.newsection {
overflow: hidden;
cursor: pointer;
padding: 0px;
margin: 0px;
height: 32px;
margin-bottom: 5px;
font-family: 'Helvetica';
font-size: 15px;
font-weight: bold;
color: #006432;
text-decoration: underline;}
.settitle {
overflow: hidden;
cursor: pointer;
padding: 0px;
margin: 0px;
padding-left: 37px;
padding-top: 6px;}
.setcontainer {
overflow: hidden;
width: 98%;
margin: 0px;
padding: 3px;
border: solid 1px #000;
margin-bottom: 5px;
display: none;}
.setcontainer tr td input, .setcontainer tr td, .setcontainer tr {
padding: 0px;
margin: 0px;
padding-bottom: 2px;}
.setswitch {
cursor: pointer;
background: url('images_day/settings_icons/plus.png') 50% 70% no-repeat;
width: 12px;
height: 12px;
position: relative;
top: 3px;}
.seterror {
display: none;
color: #FF0000;
width: 100%;
padding-left: 18px;}
.ok {
width: 16px;
height: 16px;}
.settingtick {
box-shadow: 1px 1px 5px #000;
}
#accountdata {
background: url('images_day/settings_icons/account.png') no-repeat left center;}
#ui {
background: url('images_day/settings_icons/ui.png') no-repeat left center;}
#privacy {
background: url('images_day/settings_icons/privacy.png') no-repeat left center;}
#widsettings {
background: url('images_day/settings_icons/widgets.png') no-repeat left center;}
.settitle {
font-weight: bold;
font-size: 14px;}
.smalltext {
font-size: 10px;
padding: 0px;
margin: 0px;}
#setemailicon, #setpasswordicon, #setvoicecontrolicon, #settooltipsicon, #setbgicon, #setimgloginicon, #setgeolocationicon, #setsslicon, #setwidhelpicon, #setwiddragicon,#setsoundeffectsicon,#setautologouticon  {
width: 16px;
height: 16px;
float: left;
padding-right: 5px;}
#setemailicon {
background: url('images_day/settings_icons/email.png') no-repeat;}
#setpasswordicon {
background: url('images_day/settings_icons/password.png') no-repeat;}
#setvoicecontrolicon {
background: url('images_day/settings_icons/voicecontrol.png') no-repeat;}
#settooltipsicon {
background: url('images_day/settings_icons/tooltips.png') no-repeat;}
#setbgicon {
background: url('images_day/settings_icons/bg.jpg') no-repeat;}
#setimgloginicon {
background: url('images_day/settings_icons/img.png') no-repeat;}
#setgeolocationicon {
background: url('images_day/settings_icons/geolocation.png') no-repeat;}
#setsslicon {
background: url('images_day/settings_icons/ssl.png') no-repeat;}
#setautologouticon {
background: url('images_day/settings_icons/autologout.png') no-repeat;}
#setwidhelpicon {
background: url('images_day/settings_icons/widhelp.png') no-repeat;}
#setwiddragicon {
background: url('images_day/settings_icons/widdrag.png') no-repeat;}
#setsoundeffectsicon {
background: url('images_day/settings_icons/soundeffects.png') no-repeat;}
#settingsexit {
font-family: 'Arial Black';
font-size: 13px;
height: 32px;
width: 100px;
position: relative;
left: 50%;
margin-left: -50px;
cursor:pointer;
margin-bottom: 10px;
}



/* VIP Page */
#premiumpage {
background: #fff url('images_day/vip_icons/bg.png') bottom right no-repeat;}

#mylocationpage {
background: #fff url('images_day/location_icons/bg.png') bottom right no-repeat;
}

/*Content widgets  ------------------------------------------------------------------------*/
#calendaralerts {
display: none;
cursor:pointer;
}
#userswidgets {
width: 930px;
margin: 0 auto;
list-style-type: none;
margin: 0;
padding: 0;
min-height:175px;
height:auto !important;
margin-left: 30px;}
.widgetpage, .widgetpagemaxed {
background: url('images_day/transparent_widget.png') repeat;
box-shadow: 0 0 14px #ddd;
overflow: hidden;
z-index: 55;}
#userswidgets li {
margin: 0px 0px 0px 0px;
margin-right: 25px;
margin-bottom: 25px;
float: left;
width: 150px;
height: 150px;}
.boxcontentwidget {
color: #000;
margin: 0 auto;
overflow: hidden;}
#rss_big .boxcontentwidget {
overflow: auto;
}
.screenwidget {
box-shadow: 0px 1px 5px #000;
-moz-user-select:none;
-webkit-user-select:none;
user-select:none;
-ms-user-select:none;
cursor: pointer;
width: 150px;
height: 150px;}
#screen_radio {
cursor: default;
}
.widget {
width: 150px;
height: 150px;
background: url('images_day/transparent.png') repeat;
z-index:50;}
.widgettitle {
font-family: 'Arial';
font-weight: bold;
font-size: 14px;
width: 150px;
height: 16px;
background: url('images_day/carbon.png') repeat;
color: #006432;}
.widgettitle p {
padding: 0px;
margin: 0px;
text-align: center;}
.widgetcontent {
font-size: 10px;
height: 134px;
overflow: hidden;
width: 144px;
margin: 0 auto;
}

.wid16 {
height: 36px;
width: 18px;
background: transparent;
float: right;
position: relative;
bottom: 38px;
left: 18px;
}


.wid16set {
width: 16px;
height: 16px;
background: url('images_day/cheie.png') no-repeat;
}

.wid16help {
position: relative;
top: 2px;
width: 16px;
height: 16px;
background: url('images_day/semnint.png') no-repeat;
}


.widget_big_container {

}
.widget_big_title {
font-family: 'Helvetica';
color: #006432;
font-size: 15px;
padding: 0px;
margin: 0px;
}
.iframemaxed {
border: none;
width: 100%;
height: 96.5%;
z-index: 200;
overflow-y: auto;
overflow: auto;
}

.iframemaxed2 {
border: none;
width: 100%;
height: 100%;
overflow: hidden;
}

.iframenormal {
border: none;
width: 100%;
height: 100%;
overflow: hidden;
}

#screen_rss  {
background: url('images_day/widgets/rss.png') center center no-repeat;}
#screen_weather  {
background: url('images_day/widgets/weather.png') center center no-repeat;}
#screen_stocks {
background: url('images_day/widgets/stocks.png') center center no-repeat;}
#screen_photoshop  {
background: url('images_day/widgets/photoshop.png') center center no-repeat;}
#screen_transportation  {
background: url('images_day/widgets/transportation.png') center center no-repeat;}
#screen_radio  {
background: url('images_day/widgets/radio.png') center center no-repeat;}
#screen_mydocuments {
background: url('images_day/widgets/mydocuments.png') center center no-repeat;}
#screen_gallery {
background: url('images_day/widgets/gallery.png') center center no-repeat;}
#screen_twitter {
background: url('images_day/widgets/twitter.png') center center no-repeat;}
#screen_calendar  {
background: url('images_day/widgets/calendar.png') center center no-repeat;}
#screen_contacts  {
background: url('images_day/widgets/contacts.png') center center no-repeat;}
#screen_mail  {
background: url('images_day/widgets/mail.png') center center no-repeat;}
#screen_office {
background: url('images_day/widgets/office.png') center center no-repeat;}
#screen_alarm {
background: url('images_day/widgets/alarm.png') center center no-repeat;}
#screen_notes{
background: url('images_day/widgets/notes.png') center center no-repeat;}
#screen_calculator{
background: url('images_day/widgets/calculator.png') center center no-repeat;}
#screen_translator{
background: url('images_day/widgets/translator.png') center center no-repeat;}
#screen_motd{
background: url('images_day/widgets/motd.png') center center no-repeat;}
#screen_convertor{
background: url('images_day/widgets/convertor.png') center center no-repeat;}
#screen_mediaconvertor{
background: url('images_day/widgets/mediaconvertor.png') center center no-repeat;}
#screen_map{
background: url('images_day/widgets/map.png') center center no-repeat;}
#screen_qrcode{
background: url('images_day/widgets/qrcode.png') center center no-repeat;}
#screen_modele{
background: url('images_day/widgets/modele.png') center center no-repeat;}
#screen_exchange{
background: url('images_day/widgets/exchange.png') center center no-repeat;}

/*Popup pages------------------------------------------------------------------------*/

#typingarea {
width: 470px;
overflow: hidden;
height: 200px;}



.myfriend {
cursor: pointer;
}

.myfriend:hover {
background: url('images_day/phone.png') center right no-repeat;
color: #006432;
}

#addfriendsubmit {
width: 20px;
height: 20px;
border: none;
box-shadow: none;
}

/*Dulap ------------------------------------------------------------------------*/
#dulapwrapper {
min-height: 479px;
height: 480px;
width: 408px;
background: url('images_day/dulap.jpg') no-repeat;
position: fixed;
right:-388px;
top: 80px;
z-index: 2000;
box-shadow: 2px 2px 14px #000;
}
#dulap {
z-index: 2001;
height: 480px;
width: 408px;
list-style-type: none;
margin-top: 25px;
margin-left: 30px;
padding: 0;}
#dulap li {
z-index: 2001;
margin: 0px 0px 0px 0px;
margin-right: 10px;
margin-bottom: 31px;
float: left;
width: 64px;
height: 64px;
font-size: 4em;
text-align: center;}
#arrow {
width: 16px;
height: 480px;
background: url('images_day/arrow.png') no-repeat center left;
position: absolute;
left: 1px;
cursor: pointer;
z-index: 2001}
#dulaphandle {
width: 20px;
height: 40px;
background: url('images_day/move.png') no-repeat center top;
position: absolute;
bottom: 1px;
z-index: 2003;}
#dulaphandle:hover {
cursor: move;}
.dulapwidget {
width: 64px;
height: 64px;
background: url('images_day/dulap_icons/office.png') no-repeat;
cursor: pointer;}
.placeholdera {
z-index: 2001;
width: 64px;
height: 64px;
background: url('images_day/dulap_icons/placeholder.png') center no-repeat;}

/*Dulap icons ------------------------------------------------------------------------*/
#dulap_alarm  {
background: url('images_day/dulap_icons/alarm.png') no-repeat;}
#dulap_contacts  {
background: url('images_day/dulap_icons/contacts.png') no-repeat;}
#dulap_rss  {
background: url('images_day/dulap_icons/rss.png') no-repeat;}
#dulap_weather  {
background: url('images_day/dulap_icons/weather.png') no-repeat;}
#dulap_stocks {
background: url('images_day/dulap_icons/stocks.png') no-repeat;}
#dulap_mydocuments  {
background: url('images_day/dulap_icons/mydocuments.png') no-repeat;}
#dulap_transportation  {
background: url('images_day/dulap_icons/transportation.png') no-repeat;}
#dulap_radio  {
background: url('images_day/dulap_icons/radio.png') no-repeat;}
#dulap_gallery  {
background: url('images_day/dulap_icons/gallery.png') no-repeat;}
#dulap_calculator  {
background: url('images_day/dulap_icons/calculator.png') no-repeat;}
#dulap_photoshop  {
background: url('images_day/dulap_icons/photoshop.png') no-repeat;}
#dulap_translator  {
background: url('images_day/dulap_icons/translator.png') no-repeat;}
#dulap_calendar  {
background: url('images_day/dulap_icons/calendar.png') no-repeat;}
#dulap_notes  {
background: url('images_day/dulap_icons/notes.png') no-repeat;}
#dulap_twitter  {
background: url('images_day/dulap_icons/twitter.png') no-repeat;}
#dulap_mail  {
background: url('images_day/dulap_icons/mail.png') no-repeat;}
#dulap_motd  {
background: url('images_day/dulap_icons/motd.png') no-repeat;}
#dulap_convertor {
background: url('images_day/dulap_icons/convertor.png') no-repeat;}
#dulap_mediaconvertor {
background: url('images_day/dulap_icons/mediaconvertor.png') no-repeat;}
#dulap_map {
background: url('images_day/dulap_icons/map.png') no-repeat;}
#dulap_qrcode {
background: url('images_day/dulap_icons/qrcode.png') no-repeat;}
#dulap_modele {
background: url('images_day/dulap_icons/modele.png') no-repeat;}
#dulap_exchange {
background: url('images_day/dulap_icons/exchange.png') no-repeat;}


#taskbar_alarm  {
background: url('images_day/taskbar_icons/alarm.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_contacts  {
background: url('images_day/taskbar_icons/contacts.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_rss  {
background: url('images_day/taskbar_icons/rss.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_weather  {
background: url('images_day/taskbar_icons/weather.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_stocks {
background: url('images_day/taskbar_icons/stocks.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_mydocuments  {
background: url('images_day/taskbar_icons/mydocuments.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_transportation  {
background: url('images_day/taskbar_icons/transportation.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_radio  {
background: url('images_day/taskbar_icons/radio.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_gallery  {
background: url('images_day/taskbar_icons/gallery.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_calculator  {
background: url('images_day/taskbar_icons/calculator.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_photoshop  {
background: url('images_day/taskbar_icons/photoshop.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_translator  {
background: url('images_day/taskbar_icons/translator.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_calendar  {
background: url('images_day/taskbar_icons/calendar.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_notes  {
background: url('images_day/taskbar_icons/notes.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_twitter  {
background: url('images_day/taskbar_icons/twitter.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_mail  {
background: url('images_day/taskbar_icons/mail.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_motd  {
background: url('images_day/taskbar_icons/motd.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_convertor {
background: url('images_day/taskbar_icons/convertor.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_mediaconvertor {
background: url('images_day/taskbar_icons/mediaconvertor.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_map {
background: url('images_day/taskbar_icons/map.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_qrcode {
background: url('images_day/taskbar_icons/qrcode.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_modele {
background: url('images_day/taskbar_icons/modele.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_exchange {
background: url('images_day/taskbar_icons/exchange.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_typingpage {
background: url('images_day/taskbar_icons/typingwindow.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_phone {
background: url('images_day/calls.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat}
#taskbar_notif {
background: url('images_day/taskbar_icons/notif.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat }
#taskbar_incoming {
background: url('images_day/taskbar_icons/incoming.png') 9% 50% no-repeat, url('images_day/transparent_black.png') repeat }

/*Alerts tooltips and warnings ------------------------------------------------------------------------*/
.warning {
width: 98%;
margin: 0px;
padding: 0px;
box-shadow: 2px 2px 5px #000;
margin: 0 auto;
min-height: 32px;
background: #FED54C url('images_day/achtung.png') center left no-repeat;}
.warning p {
margin: 0px;
margin-top: 1px;
padding:0px;
padding-left: 40px;
}
.error {
width: 98%;
margin: 0px;
padding: 0px;
box-shadow: 2px 2px 5px #000;
margin: 0 auto;
min-height: 32px;
background: #E81100 url('images_day/shtop.png') center left no-repeat;}
.error p {
margin: 0px;
margin-top: 1px;
padding:0px;
padding-left: 40px;
}
#nowids {
display: none;}
.information {
width: 99%;
margin: 0px;
padding: 0px;
box-shadow: 2px 2px 5px #000;
margin-left: 5px;
min-height: 32px;
background: #BED259 url('images_day/informatung.png') center left no-repeat;}
.information p {
margin: 0px;
margin-top: 2px;
width: 90%;
padding:0px;
padding-left: 40px;}
#nowids {
display: none;}
.dulaptooltip {
display:none;
background:transparent url('images_day/black_arrow_left.png');
font-size:12px;
height:160px;
width:70px;
padding:25px;
color:#fff;
z-index: 3000;	}
.usertooltip {
display:none;
background:transparent url('images_day/black_arrow_bottom.png');
font-size:12px;
height:70px;
width:160px;
padding:25px;
color:#fff;
z-index: 3000;	}
.lacattooltip {
display:none;
background:transparent url('images_day/lacattooltip.png');
font-size:12px;
height:110px;
width:70px;
padding:25px;
color:#fff;
z-index: 3000;}
.voicetooltip {
display:none;
background:transparent url('images_day/voicetooltip.png');
font-size:12px;
height:110px;
width:70px;
padding:25px;
color:#fff;
z-index: 3000;}

.helptooltip {
display: none;
background: #ddd;
font-size:12px;
border: solid 2px #006432;
padding:5px;
color:#000;
margin-left: -3px;
width: 136px;
height: 121px;
z-index: 3000;	
}

.helpclose {
width: 16px;
height: 16px;
position: absolute;
bottom: 5px;
right: 5px;
z-index: 3001;
background: url('images_day/x.png') no-repeat;
cursor: pointer;
}

.cifretooltip {
background-color:#000;
border:1px solid #fff;
padding:10px 15px;
width:50px;
display:none;
color:#fff;
text-align:left;
font-size:12px;
z-index: 7000;}

#taskbarwrapper {
width: 100%;
height: 50px;
position: fixed;
bottom: 0px;
left: 0px;
}

#taskbar {
padding: 0px;
margin: 0px;
width: 100%;
min-height: 40px;
background: url('images_day/transparent_black.png') repeat;
position: fixed;
bottom: -38px;
left: 0px;
list-style-type: none;
}

#taskbar li {
color: #fff;
font-family: 'Helvetica';
font-size: 10px;
font-weight: bold;
cursor: pointer;
margin-left: 5px;
float: left;
height: 30px;
margin-top: 5px;
}


#taskbar li p {
padding: 0px;
margin: 0px;
padding-left: 28px;
padding-right: 5px;
position: relative;
top: 50%;
margin-top: -6px;
}

#taskbar li p:hover {
text-decoration: underline;
}


#taskbarbutton {
width: 10px;
height: 10px;
background: url('images_day/taskopen.png') no-repeat;
position: absolute;
bottom:2px;
left: 50%;
margin-left: -10px;
z-index: 20;
}


.xmin {
height: 16px;
width: 16px;
background: url('images_day/min.png') no-repeat;
}

/*Resizable */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}


#pagecontact {
display: none;
}
