/* Global */
body { background: #0F0F0F; font-size: 0.75em; color: #FFF; font-family: verdana, helvetica, arial, sans-serif; }

/* Dropdown Menu */
#canhover:hover #siteexpand { display:block; }
.siteexpanddrop { display:none; background-color:#184b18; padding:5px; border:1px solid #333; left:18%; width:100px; margin-left:-55px; position:absolute; z-index:5; } 

/* Container */
.fixed_container {}

/* Notifications-Box */
.notificationbox { position:fixed; top:0px; width:42px; height:37px; left:0px; z-index:15; background: url('/skins/1/images/not_0.png') no-repeat 0 0; padding:5px; }
.notificationbox_new{ position:fixed; top:0px; left:0px; width:42px; height:37px; z-index:15; background: url('/skins/1/images/not_1.png') no-repeat 0 0;  padding:5px; }
.notificationbox_content { background-color:#202020; border:1px solid #555; top:0px; left:0px; z-index:14; width:400px; display:none; position:fixed;}
.noti_newcount_link { z-index:13; position:fixed; top:0px; left:0px; background-color:#232323; padding:4px; border:1px solid #444; }
.noti_newcount_link>a { text-decoration:none; }
.noti_newcount_link>a:hover { text-decoration:none; }
.notification_item_avatar { height:40px; width:40px; max-height:40px; max-width:40px; }
.notification_item_data { padding-left:5px; }
.notification_close_link { cursor:pointer; width:100%; background-color:#212821; border-top:1px solid #213321; border-bottom:1px solid #213321; height:18px; text-align:center;}
.notification_close_link:hover { background-color:#213821; }
.notification_close_link >a { }
.notifications_item_unread { border-bottom:1px solid #555; padding:6px;  background-color:#333; }
.notifications_item_unread:hover { background-color:#444; }
.notifications_item_read { border-bottom:1px solid #555; padding:6px; background-color:#232323; }
.notifications_item_read:hover { background-color:#272727; }

/* Banner */
.banner { position: relative; height: 100px; }
.leftbanner { position: absolute; top: 0px; left: 0px; width: 50%; height: 100px; z-index: -2; background: url('/skins/1/layout/bannerL3.png') no-repeat 0 0; }
.rightbanner { position: absolute; top: 0px; right: 0px; width: 100%; height: 100px; z-index: -3; background: url('/skins/1/layout/bannerR3.png') no-repeat 100% 0; }
.logo { width: 600px; margin: 0 auto 0 auto; z-index: -1; }
.user {
 position: absolute;
 right: 56px;
 bottom: 0px;
 width: 176px;
 height: 34px;
 background: url('/skins/1/layout/userbg.png') repeat-y 0 0;
 border: 1px solid #383838;
 border-bottom: 0px; text-align: center;
 padding: 8px 5px 5px 5px; }
.user a { color: #FFF; }
.user a.name { font-weight: bold;}
.user a.links { font-size: .8em; }

/* Navbar */
.navbar { width: 100%; height: 25px; background-color: #184b18; border-top: 1px solid #2d5d2d; border-bottom: 1px solid #2d5d2d; text-align: center; padding-top: 5px; margin-bottom: 5px; }
.navbar ul { list-style: none; }
.navbar table { width: 80%; margin: 0 auto 0 auto; }
.navbar td { width: 20%; }
.navbar a { color: #FFF; width: 100px; margin: 0 auto 0 auto; }

/* Members Online */
.membersonline { position:fixed; bottom:0px; width:100%; margin:auto; border-top:#228822 4px solid; background-color:#313131 }
