/* CSS Document */
html{ height:100%;}
body{ margin:0; padding:0; height:100%;}
/* Notification css */	
div.top_left{ background:url(/images/round_notification.gif) 0px 0px no-repeat; width:5px; height:5px; float:left;}
div.top_right{ background:url(/images/round_notification.gif) 0px -5px no-repeat; width:5px; height:5px; float:right }
div.bottom_right{ background:url(/images/round_notification.gif) 0px -10px no-repeat; width:5px; height:5px; float:right; }
div.bottom_left{ background:url(/images/round_notification.gif) 0px -15px no-repeat; width:5px; height:5px; float:left; }
div.round{ height:5px; overflow:hidden;}
div.center{ float:left; width:308px; height:5px; background-color:#172c30;}
div.child{ background-color:#172c30; height:98px;}
div.notification_box{ width:318px; position:absolute; left: 0px; top: 0px; opacity: .90; filter: alpha(opacity=90);}
div.notification{position:relative; width:313px; height:98px; padding:5px 9px; font: normal 11px Tahoma; color:#fff; text-shadow:#000 0px 1px 0px;}
div.boxbody{ position:absolute;}
.boxbody div.header{ height:12px; width:303px;}
.boxbody .header div.control_close{ float:right; width:12px; height:12px; background:url(/images/close_notification.gif) 0px 0px no-repeat; cursor:pointer;}
.boxbody .header div.control_sound_off{ float:right; width:12px; height:12px; background:url(/images/sound_notification.gif) 0px 0px no-repeat;	cursor:pointer; margin-right:3px;}
.boxbody .header div.control_sound_on{ float:right;  width:12px; height:12px; background:url(/images/sound_notification.gif) 0px -12px no-repeat; cursor:pointer; margin-right:3px;}
div.notificationContainer{ position:absolute;}
div.content{ width:308px;}
.content ul{ clear:both; padding:0px; margin:0px;}
.content ul img{ float:left; margin:0px 5px 5px 0px;}
.content a{ font:normal 11px Tahoma; color:#6097a2; text-decoration:none;}
.content a:hover{ text-decoration:underline;}
.content a.normal{ font:normal 11px Tahoma; color:#fff;}
.podpis{ color:#79cbd8;}