#MyCesar_Toolbar {
	position:fixed;
	bottom:0;
	right:8px;
	background:url(/images/mycesar_toolbar/bg_expanded.png) #222;
	width:337px;
	height:30px;
	z-index:1999;
}

#MyCesar_Toolbar * {
	color:#fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#Toolbar_Logo {
	display:block;
	float:left;
}

#Toolbar_Manage {
	display:block;
	float:left;
	width:102px;
	height:30px;
	margin-left:1px;
	text-align:center;
	text-decoration:none;
	/*padding-top:8px;*/
}

#Toolbar_Manage:hover {
	/*text-decoration:underline;*/
}

.toolbarNotificationMessage {
	float:left;
	width:117px;
	height:25px;
	padding-top:1px;
	margin-top:3px;
	cursor:pointer;
	background-image:url(/images/mycesar_toolbar/notification_bg_closed.png);
}

.toolbarNotificationMessage.notificationsOpen {
	margin-top:0;
	padding-top:4px;
	height:30px;
	background-image:url(/images/mycesar_toolbar/notification_bg_open.png);
}

.toolbarNotificationMessage:hover #Toolbar_Notification_Text {
	/*text-decoration:underline;*/
}
.toolbarNoHover.toolbarNotificationMessage:hover #Toolbar_Notification_Text {
	text-decoration:none;
	cursor:default;
}

.zeroNewAlert.toolbarNotificationMessage {
	background-color:#666 !important;
}

.toolbarNotificationCount {
	float:left;
	width:10px;
	height:10px;
	margin:7px 7px 0 16px;
	/*background:url(/images/mycesar_toolbar/dot_orange.png) no-repeat;*/
}

#Toolbar_Notification_Text {
	float:left;
	/*margin-top:3px;*/
	margin-left:4px;
}

#Toolbar_Trigger {
	display:block;
	cursor:pointer;
	position:fixed;
	right:8px;
	bottom:0;
	z-index:2000;
}

#Toolbar_Notifications {
	display:none;
	position:fixed;
	bottom:30px;
	right:50px;
	background:url(/images/mycesar_toolbar/message_bg.png) #bcbcbc 100% 100% no-repeat;
	width:227px;
	z-index:20000;
	text-align:left;
}

#Toolbar_Notifications ul {
	margin-left:6px;
	margin-top:6px;
	padding:0;
}

#Toolbar_Notifications li {
	list-style:none;
	margin-bottom:5px;
	padding:0;
	line-height:0;
}

#Toolbar_Notifications li a {
	display:block;
	width:186px;
	height:27px;
	padding:8px 20px 8px 10px;
	background-color:#595959;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
}

#Toolbar_Notifications a.notificationClose {
	position:absolute;
	width:18px;
	height:43px;
	padding:0;
	margin-right:5px;
	margin-left:198px;
	background:url(/images/mycesar_toolbar/message_close.png) 0 50% no-repeat;
}

#Toolbar_Notifications li.unread a.notificationClose,
#Toolbar_Notifications li a.notificationClose:hover {
	background:url(/images/mycesar_toolbar/message_close.png) 0 50% no-repeat;
}

#Notification_Modal {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1997;
	display:none;
}

#growl 
{
    background:url(/images/mycesar_toolbar/growl_bg.png) 0 50% no-repeat;
    /*border:5px solid #dadada;*/
    width:240px;
    height:57px;
    position:fixed;
    bottom:50px;
    right:51px;
    display:none;
    text-align:left;
}

#growl a 
{
    color:#fff;
    font-size:12px;
    height:50px;
    line-height:18px;
    padding:10px 10px 0 20px;
    text-decoration:none;
    display:block;
}

#growl a.notificationClose 
{
    float:right;
    padding:9px 25px 0 0;
    background:url(/images/mycesar_toolbar/message_close.png) 0 50% no-repeat;
}

#growl a:hover 
{
    text-decoration:none;
}

#Toolbar_Hide_Tip,
#Toolbar_Show_Tip {
	position:fixed;
	bottom:30px;
	right:15px;
	z-index:20001;
	display:none;
}
