html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#fff;
	font-size:80%;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
}
body {

	padding:0;
	margin:0;
	border:0;
}
#content {
	display:block;
	height:100%;
	max-height:100%;
	overflow:auto;
	position:relative;
	z-index:3;
	word-wrap:break-word;
	/*margin-top: -29px;*/
}

#top_fix{
	height: 29px;
	display: none;
}

#status_bar {
	position:absolute;
	margin:0;
	bottom:-1px;
	right:18px;
	display:block;
	width:100%;
	height:26px;
	color:#000;
	text-align:right;
	font-size:1em;
	z-index:4;
	margin-left: 50px;

}
.pad1 {
	display:block;
	width:18px;
	height:50px;
	float:left;
}

#status_bar_right{
	float: right;
	display: inline-block;
}

#status_bar_left{
	float: left;
	padding-right: 15px;
	display: inline-block;
	margin-left: 0px;
}

.chats_a{
	display: block;
}

/* Randy's Chat BAR CSS */

.display_bar {
	background-image: url(/images/display_bar_background.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #595B5C;
	height: 30px;
	background-repeat: repeat-x;
	
	margin-top: -4px;
	margin-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.chat_active {
	background-image: url(/images/display_bar_BG_active.jpg);
	height: 24px;
	width: 194px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}
.chat_inactive {
	background-image: url(/images/display_bar_background.jpg);
	height: 24px;
	width: 194px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
	clear: none;
}


.chat_bubble_icon_active {
	margin-right: 5px;
	height: 20px;
	width: 24px;
	float: left;
	background-image: url(/images/display_bar_chat_active.png);
	background-repeat: no-repeat;
}
.chat_bubble_icon_inactive {
	margin-right: 5px;
	height: 20px;
	width: 24px;
	float: left;
	background-image: url(/images/display_bar_chat_inactive.png);
}
.chat_name_up_active {
	width: 135px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
}
.chat_name_up_inactive {
	width: 135px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
}
.chat_container {
	background-color: #2B2929;
	height: 250px;
	width: 200px;
	
	margin-left: -5px;
	margin-top: -255px;
	position: absolute;
}
.chat_topper {
	background-color: #FFCC00;
	height: 18px;
	width: 193px;
	background-image: url(/images/display_bar_BG_active.jpg);
	padding-top: 3px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4C78B3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.chat_topper_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	width: 100px;
	height: 20px;
	float: left;
}
.chat_topper_close {
	color: #000000;
	width: 15px;
	height: 15px;
	float: right;
	background-image: url(/images/chat_close.gif);
	background-repeat: no-repeat;
	margin-right: 4px;
}
.chat_photo {
	height: 60px;
	width: 50px;
	float: left;
}

.chat_container_ID {
	padding: 5px;
}
.chat_topper_collapse {
	color: #000000;
	width: 15px;
	height: 15px;
	float: right;
	background-image: url(/images/chat_collapse.gif);
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-left: 4px;
}
.chat_ID_text {
	height: 30px;
	width: 130px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 5px;
	padding-top: 30px;
}
.style1 {
	color: #999999
}
.chat_content {
	height: 125px;
	width: 187px;
	float: left;
	margin-top: 5px;
	background-color:#FFF;
	color:#000;
	overflow:auto;
	text-align: left;
	font-size: 10px;
}

.friend {
	font-size: 12px;
}
  .me {
	font-style: italic;
	font-size: 12px;
	color:#06C;
}

.chat_send {
	height: 20px;
	width: 187px;
	float: left;
	margin-top: 5px;
}
.chat_number_up_inactive {
	width: 25px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	text-align: center;
}
.chat_number_up_active {
	width: 25px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	text-align: center;
}
.mail_active {
	background-image: url(/images/display_bar_BG_active.jpg);
	height: 27px;
	width: 75px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 2px;
	padding-left: 5px;
	float: right;
}
.mail_inactive {
	height: 27px;
	width: 75px;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-left: 5px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.mail_icon_active {
	margin-right: 5px;
	height: 23px;
	width: 32px;
	float: left;
	background-image: url(/images/display_bar_mail_active.png);
	background-repeat: no-repeat;
	margin-left: 14px;
}
.mail_icon_inactive {
	margin-right: 5px;
	height: 23px;
	width: 32px;
	float: left;
	background-image: url(/images/display_bar_mail_inactive.png);
	background-repeat: no-repeat;
	margin-left: 14px;
}
.mail_number_up_active {
	width: 15px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	text-align: left;
}
.mail_number_up_inactive {
	width: 15px;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	text-align: left;
}
.alert_active {
	background-image: url(/images/display_bar_BG_active.jpg);
	height: 27px;
	width: 75px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 2px;
	padding-left: 5px;
	float: right;
	border-right-color: #999999;
}
.alert_inactive {
	height: 27px;
	width: 75px;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-left: 5px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.alert_icon_inactive {
	margin-right: 5px;
	height: 23px;
	width: 12px;
	float: left;
	background-image: url(/images/display_bar_alert_inactive.png);
	background-repeat: no-repeat;
	margin-left: 25px;
}
.alert_icon_active {
	margin-right: 5px;
	height: 23px;
	width: 12px;
	float: left;
	background-image: url(/images/display_bar_alert_active.png);
	background-repeat: no-repeat;
	margin-left: 25px;
}
.tokens {
	height: 27px;
	width: auto;
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-left: 5px;
	float: right;
}
.tokens_number {
	width: auto;
	height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	text-align: left;
	margin-right: 20px;
}
.more_chats {
	background-image: url(/images/display_bar_BG_active.jpg);
	height: 24px;
	width: 37px;
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}
.more_chats_expand {
	margin-right: 2px;
	height: 20px;
	width: 15px;
	float: left;
	background-image: url(/images/chat_more_expand.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
}
.token_icon {
	margin-right: 5px;
	height: 25px;
	width: 25px;
	float: left;
	background-image: url(/images/display_bar_token_inactive.png);
	background-repeat: no-repeat;
	margin-left: 25px;
}

input.chat_message{
 width: 118px;
 float: left;
}
#empty_chats{
	display: inline-block;
	clear:none;
}
#empty_more_chats{
	display: inline-block;
	clear:none;
}

#status_bar_login{
	display: inline-block;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	color: #FFF;
}

#status_bar_register{
	display: inline-block;
	margin-top: 6px;
	margin-right: 10px;
	color: #FFF;
}

/*
#bubble{
  background-image: url("/images/bubble/oval.gif");
  width: 330px;
  height: 160px;
  position: absolute;
margin-top: -145px;
margin-left: 180px;
}*/
