/*
 * booyaachat 
 * Copyright (c) 2011 Inscripts - support@booyaachat.com | http://www.booyaachat.com | http://www.inscripts.com
*/
html {
	overflow-y: --moz-scrollbars-vertical;
}

body {
	padding-bottom: 30px;
}

#booyaachat_base {
	background-image: url(themes/dark/images/bgrepeat.png);
	border-left: 1px solid #b5b5b5;
	bottom: 0px;
	display: block;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 11px;
	height: 25px;
	left: 15px;
	position: fixed;
	text-align: left;
	z-index: 10000;
}

#booyaachat_chatboxes {
	float: right;
	height: 25px;
	overflow: hidden;
	text-align: left;
}

#booyaachat_chatboxes_wide {
	height: 25px;
	text-align: left;
	width: 0px;
}

#booyaachat_chatbox_left {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 3px -350px;
	border-left: 1px solid #333333;
	color: #ccc;
	cursor: pointer;
	float: right;
	height: 18px;
	margin-top: 1px;
	padding-left: 11px;
	padding-top: 6px;
	text-align: left;
	width: 10px;
}

#booyaachat_chatbox_right {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 11px -572px;
	border-left: 1px solid #333333;
	color: #ccc;
	cursor: pointer;
	float: right;
	height: 18px;
	margin-top: 1px;
	padding-left: 3px;
	padding-top: 6px;
	text-align: left;
	width: 17px;
}

.booyaachat_chatbox_right_last {
	background-position: 11px -611px !important;
	color: #a7a7a7 !important;
	cursor: default !important;
	text-align: left;
}

.booyaachat_chatbox_left_last {
	background-position: 3px -389px !important;
	color: #a7a7a7 !important;
	cursor: default !important;
	text-align: left;
}

.booyaachat_chatbox_lr {
	display: none !important;
	text-align: left;
}

.booyaachat_chatbox_lr_mouseover {
	background-color: #333333 !important;
	text-align: left;
}

/* Add display:none for below to hide options and whos online tab */
#booyaachat_optionsbutton {
	border-right: 1px solid #333333;
	text-align: left;
	width: 25px;
}

#booyaachat_userstab {
	padding-left: 9px;
	text-align: left;
	width: 176px;
}

.booyaachat_userstabclick {
	background-position: 5px 3px !important;
	padding-left: 8px !important;
	text-align: left;
	width: 177px !important;
}

.booyaachat_closebox {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 4px -934px;
	float: right;
	height: 12px;
	text-align: left;
	width: 21px;
}

.booyaachat_closebox_bottom {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 1px -1010px;
	float: right;
	height: 12px;
	text-align: left;
	width: 16px;
}

.booyaachat_closebox_bottom_click {
	background-position: 0px -1010px !important;
	text-align: left;
}

.booyaachat_closebox_bottomhover {
	background-position: 1px -1047px !important;
	text-align: left;
}

.booyaachat_chatboxmouseoverclose {
	background-position: 4px -973px !important;
	text-align: left;
}

.booyaachat_name {
	color: #fff;
	float: left;
	text-align: left;
}

#booyaachat_chatbox_buttons {
	float: right;
	text-align: left;
}

.booyaachat_tabmouseover {
	background-color: #333333 !important;
	text-align: left;
}

.booyaachat_tabmouseovertext {
	text-align: left;
	text-decoration: underline;
}

.booyaachat_statusinputs {
	border-top: 1px solid #EEEEEE;
	margin-top: 10px;
	padding-left: 5px;
	padding-top: 4px;
}

.booyaachat_hidebartext {
	border-top: 1px solid #eeeeee;
	margin-top: 10px;
	padding-left: 4px;
	padding-top: 4px;
}

.booyaachat_tab {
	border-left: 1px solid #333333;
	border-right: 1px solid #555555;
	color: #eeeeee !important;
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 18px;
	line-height: 1.2em;
	margin-top: 1px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
	text-shadow: 1px 1px 0px #333333;
	width: 140px;
}

.booyaachat_tabclick {
	background-color: #000000 !important;
	border-bottom: 1px solid #333333 !important;
	border-left: 1px solid #333333 !important;
	border-right: 1px solid #333333 !important;
	color: #eeeeee !important;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	padding-bottom: 1px;
	padding-top: 4px !important;
	text-align: left;
	text-decoration: underline;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.booyaachat_usertabclick {
	padding-left: 9px !important;
	text-align: left;
	width: 141px !important;
}

.booyaachat_tabpopup {
	background-color: #000000;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 11px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	position: fixed;
	text-align: left;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	width: 230px;
	z-index: 10001;
}

#booyaachat_userstab_popup {
	text-align: left;
	width: 224px;
}

#booyaachat_optionsbutton_popup {
	text-align: left;
	width: 224px;
}

.booyaachat_tabopen {
	display: block !important;
	text-align: left;
}

.booyaachat_tabtitle {
	background: url(themes/dark/images/bgbar.png) repeat-x top left;
	background-color: #000000 !important;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #333333;
	cursor: pointer;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	padding: 5px;
	padding-right: 0px;
	text-align: left;
	text-shadow: 1px 1px 0 #000000;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.booyaachat_userstabtitle {
	background: url(themes/dark/images/bgbar.png) repeat-x top left;
	background-color: #000000 !important;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #ffffff;
	cursor: pointer;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	padding: 5px;
	text-align: left;
	text-shadow: 1px 1px 0 #000000;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.booyaachat_userstabtitletext {
	float: left;
}

.booyaachat_tabsubtitle {
	background-color: #333333;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	color: #eeeeee;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 9px;
	line-height: 1.3em !important;
	padding: 5px;
	text-align: left;
}

.booyaachat_plugins {
	color: #666666;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 9px;
	padding-right: 5px;
	padding-top: 2px;
	text-align: left;
}

.booyaachat_pluginsicon {
	cursor: pointer;
	margin-right: 5px;
	text-align: left;
}

.booyaachat_pluginsicon:hover {
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.booyaachat_pluginsicon_divider {
	margin-right: 5px;
	text-align: left;
}

.booyaachat_tabcontent {
	background-color: #000000;
	background-image: url(themes/dark/images/tabbottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	color: #eeeeee;
	line-height: 1.3em !important;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 1px;
	text-align: left;
}

.booyaachat_tabcontenttext {
	border-bottom: 1px solid #555555;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px;
	text-align: left;
	width: 217px;
}

#booyaachat_userscontent {
	height: 200px;
	line-height: 100% !important;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}

.booyaachat_tabcontentinput {
	border: 0px;
	border-top: 1px solid #333333;
	outline: none;
	padding: 4px 5px 0px 4px;
	text-align: left;
}

.booyaachat_tabcontentsubmit {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0px -29px;
	float: right;
	height: 16px;
	width: 16px;
	cursor: pointer;

}

.booyaachat_textarea {
	background: #000000;
	border: 0px;
	color: #eeeeee;
	float: left;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 11px;
	height: 18px;
	outline: none;
	overflow: hidden;
	padding: 0px;
	resize: none;
	text-align: left;
	width: 195px;
}

.booyaachat_userlist_hover {
	background-color: #555555 !important;
	color: #ffffff;
	text-align: left;
}

.booyaachat_tooltip_content {
	background-color: #333333;
	color: #ffffff;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 11px;
	padding: 5px;
	text-align: left;
	#000000-space: nowrap;
}

.booyaachat_userlist {
	cursor: pointer;
	height: 20px;
	line-height: 100%;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
}

.booyaachat_userscontentname {
	float: left;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 4px;
	text-align: left;
}

.booyaachat_userscontentdot {
	background-position: 0px 2px;
	background-repeat: no-repeat;
	float: right;
	height: 16px;
	margin-top: 2px;
	text-align: left;
	width: 20px;
}

.booyaachat_available {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0 -129px !important;
	text-align: left;
}

.booyaachat_away {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0 -175px !important;
	text-align: left;
}

.booyaachat_busy {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0 -221px !important;
	text-align: left;
}

.booyaachat_offline {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0 -1088px !important;
	text-align: left;
}

#booyaachat_tooltip {
	background-image: url(themes/dark/images/pointer.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	_background: none;
	bottom: 29px;
	display: none;
	padding-bottom: 4px;
	position: fixed;
	text-align: left;
	z-index: 10001;
	color: #ffffff;
}

.booyaachat_tooltip_left {
	background-position: left bottom !important;
	text-align: left;
}

.booyaachat_closebox_bottom_status {
	background-position: 0 -1px;
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	text-align: left;
	width: 16px;
}

.booyaachat_tabalert {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0 -537px;
	color: #000000;
	font-size: 8px;
	height: 16px;
	line-height: 100%;
	padding-top: 1px;
	position: absolute;
	text-align: center;
	text-decoration: none !important;
	width: 16px;
	text-shadow: none;
}


.booyaachat_tabalertlr {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0 -537px;
	color: #000000;
	font-size: 8px;
	height: 16px;
	padding-top: 1px;
	position: absolute;
	text-align: center;
	width: 16px;
}

.booyaachat_chatboxmessage {
	margin-left: 1em;
	text-align: left;
}

.booyaachat_chatboxmessagefrom {
	font-weight: bold;
	margin-left: -1em;
	text-align: left;
}

.booyaachat_statustextarea {
	border: 1px solid #333333;
	color: #eeeeee;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	height: 42px;
	margin-bottom: 3px;
	margin-top: 3px;
	outline: none;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 4px;
	resize: none;
	text-align: left;
	width: 200px;
	background: #000000;
}

.booyaachat_search {
	border: 1px solid #333333;
	color: #eeeeee;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	outline: none;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 4px;
	text-align: left;
	width: 200px;
	background: #000000;
}

.booyaachat_search_light {
	color: #aaaaaa !important;
}

.booyaachat_optionsstatus {
	cursor: pointer;
	float: left;
	padding-left: 6px;
	padding-top: 1px;
	text-align: left;
	width: 70px;
}

.booyaachat_optionsstatus2 {
	float: left;
	padding-left: 10px;
	text-align: left;
}

.booyaachat_friendtextbox {
	border: 1px solid #333333;
	color: #eeeeee;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 4px;
	padding: 2px;
	text-align: left;
	width: 200px;
}

.booyaachat_tabsubtitle a {
	color: #ffffff;
	text-align: left;
}

.booyaachat_tabcontent a {
	color: #287197;
	text-align: left;
}

.booyaachat_gooffline {
 	cursor: pointer;
	text-align: left;
}

.booyaachat_user_invisible {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 10px -890px !important;
	height: 16px;
	text-align: left;
	width: 16px;
}

.booyaachat_user_available {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0px -752px !important;
	height: 16px;
	text-align: left;
	width: 16px;
	float: left;
}

#booyaachat_userstab_icon {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0px -753px;
	float: left;
	height: 16px;
	padding-right: 5px;
	text-align: left;
	width: 16px;
}

.booyaachat_user_invisible2 {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0px -891px !important;
	text-align: left;
}

.booyaachat_user_available2 {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0px -753px !important;
	text-align: left;
}

.booyaachat_user_busy2 {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0px -799px !important;
	text-align: left;
}

.booyaachat_user_away2 {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0px -845px !important;
	text-align: left;
}

.booyaachat_optionsimages {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 10px -309px !important;
	text-align: left;
}

.booyaachat_optionsimages_click {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 10px -310px !important;
	text-align: left;
}

.booyaachat_optionsimages_exclamation {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 10px -263px !important;
	text-align: left;
}

.booyaachat_trayicon {
	border-right: 1px solid #333333;
	cursor: pointer;
	float: left;
	height: 18px;
	margin-left: 1px;
	margin-top: 1px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	text-align: left;
}

.booyaachat_smiley {
	text-align: left;
	vertical-align: -3px;
}

.booyaachat_nofriends {
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	padding: 5px;
	text-align: left;
}

.booyaachat_traypopup {
	background-color: #333333;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 11px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	position: fixed;
	text-align: left;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	z-index: 10001;
}

.booyaachat_traytitle {
	background-color: #000000 !important;
	background-image: url(themes/dark/images/bgbar.png);
	background-repeat: repeat-x;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #333333;
	cursor: pointer;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	padding: 5px;
	padding-right: 0px;
	text-align: left;
	text-shadow: 1px 1px 0px #000000;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
 


.booyaachat_traycontent {
	background-color: #333333;
	background-position: left bottom;
	background-repeat: no-repeat;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	color: #333333;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 1px;
	text-align: left;
}

.booyaachat_traycontenttext {
	border-bottom: 1px solid #333;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px;
	text-align: left;
}

.booyaachat_trayclick {
	background-color: #000000 !important;
	border-bottom: 1px solid #333333 !important;
	border-left: 1px solid #333333 !important;
	border-right: 1px solid #333333 !important;
	color: #eeeeee !important;
	margin-left: 0px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	padding-bottom: 1px;
	padding-top: 4px !important;
	text-align: left;
	text-decoration: underline;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.booyaachat_traytitle .booyaachat_minimizebox {
	margin-right: 6px;
}

.booyaachat_userstabtitle .booyaachat_minimizebox {
	margin-right: 2px;
}

.booyaachat_minimizebox {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 10px -429px;
	float: right;
	height: 12px;
	text-align: left;
	width: 21px;
}

.booyaachat_chatboxtraytitlemouseover {
	background-position: 10px -462px !important;
	text-align: left;
}

.booyaachat_star {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 4px -1068px;
	height: 16px;
	text-align: left;
	width: 16px;
}

.booyaachat_star_empty {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0 -1150px;
	height: 16px;
	text-align: left;
	width: 16px;
}

.booyaachat_star_half {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0 -1196px;
	height: 16px;
	text-align: left;
	width: 16px;
}

.booyaachat_name a {
	color: #ffffff;
	float: left;
	text-align: left;
	text-decoration: underline;
}

.booyaachat_name a:hover {
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}

.booyaachat_avatar {
	border: 1px solid #ccc;
	height: 28px;
	text-align: left;
}

.booyaachat_avatarbox {
	float: left;
	padding-right: 5px;
	text-align: left;
}

.booyaachat_ts {
	color: #ccc;
	cursor: default;
	display: none;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 2px;
	text-align: left;
}

.booyaachat_ts:hover {
	color: #333;
	cursor: default;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 2px;
	text-align: left;
}

.booyaachat_ts_date {
	display: none;
	text-align: left;
}

.booyaachat_optionstyle {
	background-image: url(themes/dark/images/tabbottomoptions.gif);
	padding: 5px;
	padding-bottom: 10px;
	text-align: left;
}

.booyaachat_tabstyle {
	background-image: url(themes/dark/images/tabbottomwhosonline.gif);
	height: 200px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
}

.booyaachat_self {
	color: #666666 !important;
	text-align: left;
}

.booyaachat_typing {
	background-image: url(themes/dark/images/pencil.png);
	_background-image: url(themes/dark/images/pencil.gif);
	display: none;
	float: left;
	height: 13px;
	width: 16px;
}

.booyaachat_userscontentavatar {
	display: block;
	float: left;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-top: 1px;
	text-align: left;
}

.booyaachat_userscontentavatarimage {
	height: 18px;
	width: 18px;
}

.booyaachat_notification_avatar_image {
	height: 25px;
	width: 25px;
}

.booyaachat_notification {
	border-top: 1px dotted #666;
	cursor: pointer;
	margin-top: 6px;
	padding-top: 4px;
	width: 176px;
}

.booyaachat_notification:first-child {
	border-top: 0px dotted #ccc !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
	width: 176px;
}

.booyaachat_notification_avatar {
	float: left;
	padding-right: 6px;
	padding-top: 2px;
	width: 25px;
}

.booyaachat_notification_message {
	float: left;
	#000000-space: normal;
	width: 144px;
}

.booyaachat_notification_status {
	color: #aaa;
	display: none;
	font-size: 10px;
}

.booyaachat_statusbutton {
	background-color: #eeeeee;
	border: 1px solid #ccc;
	color: #444;
	font-size: 10px;
	font-weight: bold;
}

.booyaachat_user_busy {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 0px -798px !important;
	height: 16px;
	padding-left: 0px !important;
	text-align: left;
	width: 16px;
}

.booyaachat_announcement {
	#000000-space: normal;
	width: 176px;
}

.booyaachat_tooltip_content a {
	border-bottom: 1px dotted #caf0fc;
	color: #ffffff;
	text-decoration: none;
}

#booyaachat {
	background-color: #fff;
	color: #000000;
	direction: ltr;
	font-size: normal;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	z-index: 10000;
}

.booyaachat_user_shortname {
	float: left;
}

#booyaachat_hidden {
	background-image: url(themes/dark/images/bgrepeat.png);
	bottom: 0px;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 20px;
	z-index: 10000;
}

#booyaachat_hidden_content {
	background: url(themes/dark/images/booyaachat.png) no-repeat top left;
	_background: url(themes/dark/images/booyaachat.gif) no-repeat top left;
	background-position: 7px -24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
	width: 16px;
}

.booyaachat_xtc {
	background: transparent url(themes/dark/images/xgtc.png) repeat scroll 0 0;
	height: 10px;
}

.booyaachat_xcl {
	background: transparent url(themes/dark/images/xgcr.png) repeat scroll 0 0;
	width: 16px;
}

.booyaachat_xcr {
	background: transparent url(themes/dark/images/xgcl.png) repeat scroll 0 0;
	width: 10px;
}

.booyaachat_xcc {
	background: transparent url(themes/dark/images/xgcc.png) repeat scroll 0 0;
	font-size: 10px;
}

.booyaachat_xbc {
	background: transparent url(themes/dark/images/xgbc.png) repeat scroll 0 0;
	height: 8px;
}

.booyaachat_tc {
	background: transparent url(themes/dark/images/gtc.png) repeat-x scroll 0 0;
	height: 10px;
}

.booyaachat_cl {
	background: transparent url(themes/dark/images/gcl.png) repeat scroll 0 0;
	width: 10px;
}

.booyaachat_cr {
	background: transparent url(themes/dark/images/gcr.png) repeat scroll 0 0;
	width: 16px;
}

.booyaachat_cc {
	background: transparent url(themes/dark/images/gcc.png) repeat scroll 0 0;
	font-size: 10px;
}

.booyaachat_bc {
	background: transparent url(themes/dark/images/gbc.png) repeat-x scroll 0 0;
	height: 8px;
}

.booyaachat_iphone .booyaachat_chatboxmessage {
	margin-left: 0px;
}

.booyaachat_iphone .booyaachat_chatboxmessagefrom {
	display: none;
}

.booyaachat_iphone {
	margin-bottom: 4px;
}

.booyaachat_bl {
	background: url(themes/dark/images/iphone.png) no-repeat top left;
	background-position: 0 -59px;
	height: 9px;
	width: 10px;
}

.booyaachat_br {
	background: url(themes/dark/images/iphone.png) no-repeat top left;
	background-position: 0 -118px;
	height: 9px;
	width: 16px;
}

.booyaachat_tl {
	background: url(themes/dark/images/iphone.png) no-repeat top left;
	background-position: 0 -393px;
	height: 10px;
	width: 10px;
}

.booyaachat_tr {
	background: url(themes/dark/images/iphone.png) no-repeat top left;
	background-position: 0 -453px;
	height: 10px;
	width: 16px;
}

.booyaachat_xbr {
	background: url(themes/dark/images/iphone.png) no-repeat top left;
	background-position: 0 -572px;
	height: 9px;
	width: 10px;
}

.booyaachat_xbl {
	background: url(themes/dark/images/iphone.png) no-repeat top left;
	background-position: 0 -631px;
	height: 9px;
	width: 16px;
}

.booyaachat_xtr {
	background: url(themes/dark/images/iphone.png) no-repeat top left;
	background-position: 0 -906px;
	height: 10px;
	width: 10px;
}

.booyaachat_xtl {
	background: url(themes/dark/images/iphone.png) no-repeat top left;
	background-position: 0 -966px;
	height: 10px;
	width: 16px;
}

#booyaachat_hide {
	background: url(themes/dark/images/hide.png) no-repeat top left;
	_background: url(themes/dark/images/hide.gif) no-repeat top left;
	background-position: 8px;
	border-right: 1px solid #333333;
	cursor: pointer;
	float: right;
	height: 18px;
	margin-left: 1px;
	margin-top: 1px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 6px;
	text-align: left;
	width: 16px;
}

#booyaachat_flashcontent {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

#booyaachat_userstab_text {
	float: left;
}

.booyaachat_trayicontext {
	float: left;
	color:#eeeeee;
	font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
	font-size:11px;
	width:auto;
	padding-top: 1px;
	padding-left: 5px;
}

.booyaachat_trayiconimage {
	float: left;
}

