/*
-------------------------------------------------------------------------------
--                                                                             
--    	NETIC GUI                        Version: 0.3                 
--
-------------------------------------------------------------------------------
--
--		notification.css
--
--    	Styles unique to the notification center
--
-------------------------------------------------------------------------------
--
--    	Author: Marc Witteveen        Date: 3rd July 2013
--
--    	Copyright (c) 2012 - 2013 GOAP d.o.o. All Rights Reserved.
--
-------------------------------------------------------------------------------
-- CHANGELOG:
-- 0.1	Initial code outline [Marc]
-- 0.2	Added overflow to the notification center [Marc]
-- 0.3	Cleaned up CSS code [Marc]
--
-- TODO:
*/

#notification_dialog{position:fixed;z-index:100;background:rgba(221, 221, 221, 1);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:10px;border:1px solid #CCC;width:350px;right:25px;top:15px;}
#notification_center{position:fixed;height:100%;background:rgba(34, 34, 34, 0.9);width:300px;right:0px;padding:5px;color:#FFF;display:none;overflow:auto;top:0px;}
#notification_center ul li{border-bottom:1px solid #FFF;padding:3px 0px 3px 0px;}
.logcenterentry{color:#FFF;font-size:12px;cursor:pointer;}
.logcenterentry th.logtitle{text-align:left;}
.logcenterentry th.logtime{text-align:right;}
.showhidelog{float:right;cursor:pointer;/*display:inline-block;position:relative;top:-4px;*/}
.showhidelog:hover{text-decoration:underline;}
#clear_notification_center{text-align:center;color:#88898E;background-color:#232429;padding:1px 3px;border:1px solid #919191;font-weight:bold;cursor:pointer;margin-bottom:2px;width:46%;float:right;}
#hide_notification_center{text-align:center;color:#88898E;background-color:#232429;padding:1px 3px;border:1px solid #919191;font-weight:bold;cursor:pointer;margin-bottom:2px;width: 46%;float:left;}