/****************************************************************
 * common
 ****************************************************************/ /*
* {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-family: sans-serif;
}
*/
span {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-family: sans-serif;
}

img {
	padding: 0px;
	margin: 0px;
}

td {
	padding: 0px;
	margin: 0px;
}

tr {
	padding: 0px;
	margin: 0px;
}

tbody {
	padding: 0px;
	margin: 0px;
}

table.header_title {
	border-collapse: collapse; /* for IE */
	border-spacing: 0; /* for N6 */
	padding: 0px;
	margin: 0px;
}

div.contents {
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	font-family: sans-serif;
	display: none;
}

.padding5 {
	padding: 5px;
}

.padding2 {
	padding: 2px;
}

.margin5 {
	margin: 5px;
}

.vertical-middle {
	vertical-align: middle;
}

.contents {
	background-color: white;
	border: 1px solid gray;
}

/****************************************************************
 * header 
 ****************************************************************/
div.header {
	
}

div.header_title {
	background-color: white;
	width: 100%;
	font-size: 10pt;
	overflow-x: hidden;
}

span.header_title {
	font-weight: bold;
}

div.header_note {
	font-size: 8pt;
	overflow-x: hidden;
	background-color: white;
	width: 100%;
	display: none;
}

/****************************************************************
 * tabheader
 ****************************************************************/
div.tabheader {
	margin-top: 4px;
	background-color: white;
}

span.tabheader {
	cursor: pointer;
	top: 0px;
	left: 2px;
	padding: 2px;
	/*	font-size: 8pt;
	font-weight: bold;*/
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	white-space: nowrap;
}

span.tabheader_text {
	cursor: pointer;
	font-size: 8pt;
	font-weight: bold;
	white-space: nowrap;
}

.bgcolor_public {
	background-color: #f6f6f6;
}

.bgcolor_private {
	background-color: #ffffcc;
}

/****************************************************************
 * chat log
 ****************************************************************/
div.logarea {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	overflow: auto;
	width: 100%;
}

div.log {
	border: 1px dotted gray;
	padding: 2px;
}

div.log_header {
	
}

span.log_header_username {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

span.log_header_time {
	font-size: 8pt;
}

div.log_message {
		font-size: 8pt;
}

div.log_note_private {
	background-color: white;
}

/****************************************************************
 * chat input
 ****************************************************************/
div.inputarea {
	padding: 2px;
	position:relative;
	overflow:hidden;
}

div.input_header {
	overflow-x: hidden;
	width: 100%;
}

table.input_header {
	
}

span.input_header_username {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
}

div.input_text {
	overflow-x: hidden;
	width: 100%;
}

textarea.input_text {
	width: 100%;
	height: 60px;
	font-size: 8pt;
}

button.input_button {
	padding: 0px;
	margin: 0px;
	background-color: #f6f6f6;
}

div.callarea {
	position: absolute;
	top:0px;
	left:0px;	
	background-color: #ffffff;
	cursor: default;
	z-index: 10;
	display: none;
}

div.call_buttonarea {
	margin-top: 10px;
	text-align: center;
}

button.call_button {
	cursor: pointer;
	background-color: #ffcc99;
	width: 130px;
}

span.call_button {
	font: bold 100%/ 150% serif;
}

div.call_chatlink {
	position: absolute;
	bottom: 5px;
	right: 5px;
	cursor: default;
	font-size: 8pt;
	text-decoration: underline;
}

/****************************************************************
 * icon
 ****************************************************************/
div.iconarea {
	border: solid 1px black;
	z-index: 10;
	position: absolute;
	width: 161px;
	height: 181px;
	display: none;
	background-color: white;
}

td.icon {
	width: 19px;
	height: 20px;
	border: 1px solid gray;
}

img.icon {
	width: 19px;
	height: 19px;
	border: none;
}

/****************************************************************
 * AA
 ****************************************************************/
div.aaarea {
	border: solid 1px black;
	z-index: 10;
	position: absolute;
	display: none;
	background-color: #ffffcc;
}

div.aalist {
	margin: 4px;
	height: 14px;
}

span.aa {
	font-size: 8pt;
	font-family: sans-serif;
	padding: 4px;
	cursor: default;
}

/****************************************************************
 * volume
 ****************************************************************/
div.volumearea {
	position: absolute;
	top: 20px;
	width: 70px;
	height: 145px;
	z-index: 10;
	border: solid 1px black;
	background-color: #eeeeee;
	display: none;
}

div.volume_slider_line {
	position: absolute;
	top: 10px;
	left: 25px;
	width: 10px;
	height: 105px;
}

div.volume_slider_bar {
	position: absolute;
	top: 10px;
	left: 18px;
	width: 24px;
	height: 14px;
}

div.volume_mute {
	position: absolute;
	top: 120px;
	left: 4px;
	height: 20px;
}

/****************************************************************
 * others
 ****************************************************************/
div.closebutton {
	border: solid 1px black;
	z-index: 10;
	position: absolute;
	width: 16px;
	height: 16px;
	display: none;
	background-color: #ffffcc;
}

/****************************************************************
 * footer
 ****************************************************************/
div.footer {
	border-top: 1px solid gray;
	background-color: #e0e0ff;
	width: 100%;
	text-align: center;
}