@CHARSET "UTF-8";

#noticePanels{
	position:fixed;
	left:10px;
	bottom:10px;
	z-index:10000;
}

/*notice panel*/

.noticePanel{
	left: 10px;
	bottom: 10px;
	z-index: 10000;
	border: 1px solid #757575;
	padding: 10px;
	background-color: #535353;
	width: 190px;
	margin: 5px 0;
	display: none;
	overflow: hidden; 
	word-wrap: break-word;
}

.noticePanel .nTitle{
	float: left;
	font-weight: bold;
	color: white;
}

.noticePanel .nTitle a{
	float: left;
	font-weight: bold;
	color: white !important;
}

.noticePanel .nClose{
	float: right;
	font-weight: bold;
	cursor: pointer;
}

.noticePanel .nClose:HOVER{
	text-decoration: underline;
}

.noticePanel .nMessage{
	margin-top: 5px;
	color: white;
	text-align: left;
}

div.anpcat{
	color: #C5C5C5;
	font-style:italic;
	margin-top: 5px
}

div.anpname{
	display: block;
}

.nTitle img{
	margin-bottom: -3px;
	margin-right: 3px;
}

/*notice panel end*/

/*shoutbox*/

.shoutbox, .sbonline{
	height: 400px;
	overflow-y: scroll;
	overflow-x: auto;
	word-wrap: break-word; 
	border: 1px solid #757575;
}

.sbinput, .sbSmilies{
	width: 917px;
	padding: 10px;
	border: 1px solid #757575;
	margin-top: 5px;
	text-align: left;
}

.sbinput .newPM, .sbinput .sound{
	margin-top: 5px;
	cursor: pointer;
}

.sbinput .newPM{
	display: none;
}

.sbSmilies{
	display: none;
}

.sbSmilies img{
	cursor: pointer;
}

.sbinput input{
	width: 100%;
}

.shoutbox{
	background-color: #535353;
	height: 400px;
	width: 750px;
	float: left;
}

.sbonline{
	float: left;
	width: 186px;
	font-weight: bold;
	text-shadow: 2px 2px #000;
}

.shoutbox .row, .sbonline .row{
	padding: 5px;
	border-bottom: 1px dashed #757575;
	text-align: left;
}

.row:nth-child(even) {
	background-color: #474747;
}
.row:nth-child(odd) {
	background-color: #575757;
}

.sbLeft{
	font-weight: bold;
	text-shadow: 2px 2px #000;
}

.sbPanel{
	width: 940px!important;
}

.sbStaffTools img{
	width: 12px;
	height: 12px; 
}

.sbArrow{
	cursor: pointer;
}

.sb_edit, .sb_del{
	cursor: pointer;
}

.sbActive{
	color: #07D702;
	display: none;
}

.sbInactive{
	color: #FF0000;
}

#smilies, #emptySb, .sbSep{
	margin-top: 3px;
	cursor: pointer;
	font-weight: bold;
	font-size: 7pt;
	color: #B4B4B4;
	font-style: italic;
	float: left;
}

.sbSep{
	margin-left: 5px;
	margin-right: 5px;
}

#smilies:hover{
	text-decoration: underline;
}

.sbMessage{
	word-wrap: break-word;
}

/*shoutbox end*/

/* information */
#noticePanels .information{
	border: 1px solid #008000;
	background-color: #C6FFC6 !important;
}

#noticePanels .information .nTitle,
#noticePanels .information .nTitle a,
#noticePanels .information .nMessage,
#noticePanels .information  .nClose{
	color: #008000 !important;
}

#noticePanels .information .anpcat{
	color: #006A00 !important;
}
/* information end */

/* warning */
#noticePanels .warning{
	border: 1px solid #404000;
	background-color: #FFFFD3 !important;
}

#noticePanels .warning .nTitle,
#noticePanels .warning .nTitle a,
#noticePanels .warning .nMessage,
#noticePanels .warning  .nClose{
	color: #404000 !important;
}

#noticePanels .warning .anpcat{
	color: #4A4A00 !important;
}
/* warning end */

/* alert */
#noticePanels .alert{
	border: 1px solid #FF0000;
	background-color: #FFD2D3 !important;
}

#noticePanels .alert .nTitle,
#noticePanels .alert .nTitle a,
#noticePanels .alert .nMessage,
#noticePanels .alert  .nClose{
	color: #FF0000 !important;
}

#noticePanels .alert .anpcat{
	color: #D50000 !important;
}
/* alert end */