
span.onMouseOver{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #990000;
}

span.onMouseOut{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

div.topBar{	
	background-image: url(../graphic/chat/top_bar.gif);		
	background-repeat: no-repeat;
	background-color: transparent;
	width: 268px;
	height: 8px;
	display: block;
	font-size: 1px;
}

div.bottomBar{
	background-image: url(../graphic/chat/bottom_bar.gif);
	background-repeat: no-repeat;
	background-color: transparent;	
	width: 268px;
	height: 8px;
	display: block;
}

.Style_Console{
	position: absolute;
	font-family: arial, verdana, sans-serif; font-size: 11px;	
	width: 268px;	
	background-color: transparent;	
	color: black;
	display: inline;
	text-align:left;
	z-index: 0;
}

.Style_ConsoleTitle{
	background-color: #5487c6;
	color: #003CE6;
	padding: 0px 0px 2px 10px;
	height: 40px;
	border-bottom: 2px solid #6a9dd2;
}

.Style_ConsoleTitle div{
    background-color: transparent;
}

.Style_ChatLogo{
	background-image: url(../graphic/chat/logo.gif);
	background-repeat: no-repeat;
	width: 78px;
	height: 33px;
	display: block;
	float: left;
}

.Style_ChatClear{
	background-image: url(../graphic/chat/clear.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 31px;
	display: block;
	margin-left: 40px;
	position: relative;
	top: 5px;
	float: left;
	cursor: pointer;	
}

.Style_ChatClear_on{
	background-image: url(../graphic/chat/clear_on.gif);	
}

.Style_ChatClear_down{
	background-image: url(../graphic/chat/clear_down.gif);	
}

.Style_ChatScroll{
	background-image: url(../graphic/chat/scroll.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 31px;
	display: block;
	margin-left: 15px;
	position: relative;
	top: 5px;	
	float: left;	
	cursor: pointer;	
}

.Style_ChatScroll_down{
	background-image: url(../graphic/chat/scroll_down.gif);	
}

.Style_ChatScroll_pressed{
	background-image: url(../graphic/chat/scroll_pressed.gif);	
}

.Style_ChatClose{
	background-image: url(../graphic/chat/close.gif);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	margin-left: 30px;
	top: -3px;
	position: relative;
	float: left;	
	cursor: pointer;	
}

.Style_ChatClose_on{
	background-image: url(../graphic/chat/close_on.gif);
}

.Style_ConsoleOptions 	{ margin-bottom: 1px; background-color: #5487c6; }
.Style_ConsoleOptions ul, .Style_ConsoleOptions li { margin: 0; padding: 0; display: inline; }

.Style_ConsoleBody{
	background-color: #a5d1ee;
	border-bottom: 2px solid #6a9dd2;	
	height: 300px;
	overflow: auto;
	padding: 10px;
	position: relative;
	z-index: 100;
}

.Style_Tracing	 		{ background-color: #e8eef7; }
.Style_Active 			{ color: black; font-weight: bold; margin-right: 3px; text-decoration: none; }
.Style_Unactive 		{ color: black; margin-right: 3px; text-decoration: none; }
.Style_Alert			{ color: #E56A35; font-weight: bold; margin-right: 3px; text-decoration: none; }

.Style_Message{
	background-color: #a5d1ee;
	overflow: hidden;
	margin: 0px auto;
	width: 231px;
} 


.Style_Message div{
    background-color: transparent;
}

div.Style_MessageHeaderRed{
	background-image: url(../graphic/chat/red_chatbar.gif);
	background-repeat: repeat-x;
	height: 17px;
	padding: 0px 5px 0px 5px;		
	font-weight: bold;
}

div.Style_MessageBodyRed{
	background-color: #e8cdc7;
	overflow: hidden;
	padding: 2px 5px 2px 5px;
	margin-bottom: 7px;
	width: 100%;
}

div.Style_MessageHeaderGreen{
	background-image: url(../graphic/chat/green_chatbar.gif);
	background-repeat: repeat-x;
	height: 17px;
	padding: 0px 5px 0px 5px;		
	font-weight: bold;
}

div.Style_MessageBodyGreen{
	background-color: #cdeccd;
	overflow: hidden;
	padding: 2px 5px 2px 5px;
	margin-bottom: 7px;
	width: 100%;
}

div.Style_MessageHeaderBlue{
	background-image: url(../graphic/chat/blue_chatbar.gif);
	background-repeat: repeat-x;
	color: #d2ebff;
	height: 17px;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

div.Style_MessageBodyBlue{
	background-color: #7db5f2;
	overflow: hidden;
	padding: 2px 5px 2px 5px;
	margin-bottom: 7px;
	width: 100%;
}

div.Style_UserName{
	width: 45%;	
	height: 16px;
	overflow: hidden;
	float: left;
}

div.Style_MessageHeaderBlue div.Style_UserName{	
	color: #d0ecfa;	
}

div.Style_MessageHeaderGreen div.Style_UserName{	
	color: #3f7213;	
}

div.Style_MessageHeaderRed div.Style_UserName{	
	color: #efdbdb;	
}

div.Style_Date{
	width: 30%;	
	height: 16px;
	overflow: hidden;
	margin-left: 5px;	
	float: left;
}

div.Style_MessageHeaderBlue div.Style_Date{	
	color: #0f669b;	
}

div.Style_MessageHeaderGreen div.Style_Date{	
	color: #589023;	
}

div.Style_MessageHeaderRed div.Style_Date{	
	color: #763633;	
}

div.Style_Hour{
	width: 20%;	
	height: 16px;
	overflow: hidden;
	color: white;	
	margin-left: 5px;	
	float: left;
}

.Style_Input{
	background-color: white;
	height: 55px;
	background-color: #5487c6;
	color: #003ce6;
	padding: 3px 3px 3px 5px;
}

.Style_Input div{
    background-color: transparent;
}

.Style_InputMessage{
	width: 190px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	position: relative;
	background-color: #e5f2fb;
	text-decoration: none;
	z-index: 0;
	float: left;
	margin: 2px 2px 5px 5px;
	border: none;
	border-bottom: solid #8db2dc 1px;
	border-top:  solid #8db2dc 1px;
}

div.Style_Submit{
	background-image: url(../graphic/chat/send.gif);
	background-repeat: no-repeat;
	width: 48px;
	height: 39px;
	display: block;
	margin-left: 10px;
	margin-top: 9px;
	cursor: pointer;
	float: left;
}

div.Style_Submit_on{
	background-image: url(../graphic/chat/send_on.gif);
}

div.Style_Submit_down{
	background-image: url(../graphic/chat/send_down.gif);
}

.Style_Link{
	height: 20px;
	display: inline;
}
