* {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

body {
	border:0px;
	font-size:12px;
	font-family:arial;
	background-color: #F5F7FA;
	overflow: hidden;
}

#connection_div {
	display:block;position:absolute;
	width:100%;height:100%;left:0px;top:0px;background-color:white;
	text-align: center;
}

#connection_div img {
	margin:100px 0 20px 0;
}

#input_info_div {
	position:absolute;
	width:100%;height:100%;left:0px;top:0px;background-color:white;
	text-align: center;
	color: #30689B;
	display:none;
}

#welcome_bar{
	border: 1px solid #9EADCA;
	height: 31px;
	background: url("title_bar_bg.gif") repeat-x;
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	vertical-align: middle;
	line-height: 31px;
	text-align: left;
	width:560px;
	padding-left: 3px;
	margin:auto;
}

#input_info_div_mid {
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 72px;
	width: 550px;
	margin:auto;
	margin-top: 5px;
}

.optional{
	color: #999999;
}

#input_info_div_info{
	margin:auto;
	margin-top: 5px;
	text-align: center;
	border: 1pt #6699FF solid;
	width: 550px;
}

#input_info_div table {
	margin-top: 5px;
	font-size: 12px;
	color: #30689B;
	width:90%;
}

#input_info_div input {
	font-size: 12px;
}

.input_form_info {
	border: 1px solid #C6C6C6;
	width: 200px;
}

#input_info_div #queue_block{
	display:none;text-align:center;
}

#input_info_div #queue_area {
	height:80px;overflow:auto;width:70%;color: #73AD01;text-align:left;margin:auto;
}

#input_info_div #question_input {
	width: 100%; height: 100px;border: 1px solid #C6C6C6;font-size: 12px;
}
	
#chat_end_div {
	display:none;position:absolute;
	width:100%;height:100%;left:0px;top:0px;background-color:white;
}

#chat_end_div div {
	margin:15px 0 0 15px;
}

#main_div {
	display:none;
}

#title_bar {
	border:solid 1px #99B1CD;
}

#title_bar #inner_bar {
	border-left:solid 1px white;
	border-top:solid 1px white;
	height:30px;
	background: url("title_bar_bg.gif") repeat-x;
}

#title_bar #bar_handle {
	margin-left:5px;
	width:3px;
	height: 30px;
	float:left;
	background: url("title_bar_dot.gif") no-repeat;
}

#title_bar #title_bar_btn {
	float:left;
	margin-top:2px;
	margin-left:10px;
}

#title_bar #title_bar_btn a {
	display:block;
	color:#5F6879;
	text-decoration:none;
}

#title_bar #title_bar_btn a:hover {
	background-color:#98B0CD;
}

#title_bar #title_bar_btn img {
	vertical-align:-6px;
	width:24px;
	height:24px;
}


#title_bar #btn_split {
	float:left;
	width:2px;
	height:23px;
	margin-left:15px;
	margin-top:3px;
	background: url("title_bar_split.gif") no-repeat;
}

#title_bar #chat_log_mail_div {
	display:none;position:absolute;width:270px;background-color:#98B0CD;
	padding:2px;
}

#main_content {
	margin:5px;
}

#main_content #left_bar {
	width:156px;
	float:left;
}

#ad_block {
	margin-top:3px;
	height:72px;
	text-align:center;
}

#main_content #company_info {
	height:387px;
	border:solid 1px #98B0CD;
	background-color:white;
}

#company_info #company_content {
	padding:5px;
}

#company_content ul {
	list-style:none;
}

#company_content ul li {
	margin-top:2px;
	color:#333333;
}

#company_content ul li label {
	color:#009900;
}

#company_content a {
	color:blue;
	word-break:break-all;
}

#company_content a:hover {
	color:red;
}

#main_content #voiceDiv {
	position:absolute;
	height:289px;
	top:138px;
	border:solid 1px #98B0CD;
	background-color:white;
	display:none;
	text-align:center;
}

.adBar {
	display:none;
	overflow:auto;
	width: 100%; height: 60px;
	text-align:center;
}
.adFrame {
	margin:0;
	overflow:auto;
	height: 60px;
	width:470px;
}

#queueAD_bar {
	display:none;
	overflow:auto;
	width: 100%; height: 200px;
	text-align:center;
}

#queue_ad_frame {
	margin:0;
	overflow:auto;
	height: 200px;
	width:300px;
}

#voiceDiv #connectDiv {
	height:220px;
	padding-top:20px;
}

#voiceDiv #timeDiv {
	height:220px;
	padding-top:20px;
	display:none;
}

#voiceDiv #hangupDiv {
	border-top:solid 1px #98B0CD;
	padding: 5px;
}

#hangupDiv #hangup_btn {
	width:93px;
	height:26px;
	line-height:26px;
	background: url("hangup.gif") no-repeat;
}

#hangupDiv #hangup_btn a {
	display:block;
	color:white;
	width:93px;
	height:26px;
	font-size:14px;
	padding-left:25px;
	font-weight:bold;
	text-decoration:none;
}

#hangupDiv #hangup_btn a:hover {
	color:#cc5555;
}

#block_title {
	height: 26px;
	line-height:26px;
	font-size:14px;
	color:#336699;
	border-bottom:solid 1px #98B0CD;
	text-align:center;
	background: url("block_title_bg.gif") repeat-x;
}

#main_content #left_split {
	height:300px;
	float:left;
}

#queue_div {
	margin-left:160px;
	border:solid 1px #98B0CD;
	height:389px;
	background-color:white;
}

#queue_div #queue_info_header {
	margin:20px 20px 0 20px;
	line-height:20px;
}

#queue_div #queue_info_content {
	border:1px #ccc solid; background-color:#ffe;height:28px;margin:20px
}

#main_content #chat_area {
	margin-left:160px;
}

#chat_area #message_window {
	height:278px;
	border:solid 1px #98B0CD;
	background-color:white;
}

#message_window #block_title {
	padding-left: 8px;
	text-align:left;
}

#message_window iframe {
	height:250px;
	width:100%;
}

#message_window #fontDiv {
	display:none;
	background-color:#F5F7FA;
	width:100%;
	border-top:solid 1px #98B0CD;
}
#fontDiv table {
	margin:1px 0 1px 3px;
	background-color:#F5F7FA;
}
#fontDiv table td img {
	width:16px;
	height:16px;
}
#fontDiv table td a {
	display:block;
	border:solid 1px #cccccc;
	padding:2px;
}
#fontDiv table td a:hover {
	border:solid 1px #98B0CD;
}
#fontDiv #fontsize {
	width:50px;
}

#message_window #uploadDiv {
	display:none;
	background-color:#F5F7FA;
	width:100%;
	border-top:solid 1px #98B0CD;
	padding:3px 0 0 0;
}
#uploadDiv iframe {
	width:100%;
	height:25px;
}

#message_window #emotiondiv {
	display:none;
	background-color:#F5F7FA;
	width:100%;
	border-top:solid 1px #98B0CD;
	padding-top:2px;
}
#message_window #emotiondiv img {
	cursor:pointer;
	margin:1px;
	width:20px;height:20px;
}

#message_window #freePhoneDiv {
	display:none;
	background-color:#F5F7FA;
	width:100%;
	border-top:solid 1px #98B0CD;
	padding-top:2px;
	text-align:center;
	line-height:20px;
}
#freePhoneDiv div {
	margin:5px;
}
#freePhoneDiv .phoneTitle {
	font-weight:bold;
	color:#6dc500;
}
#freePhoneDiv .cmpPhone {
	font-weight:bold;
	font-size:20px;
	color:#6dc500;
}

#chat_area #toolbar {
	height:21px;
	margin-left:5px;
	list-style:none;
}
#chat_area #toolbar li {
	float:left;
	margin-left:2px;
}
#chat_area #toolbar li a {
	display:block;
	color:#336699;
	padding:3px 3px 2px 3px;
	text-decoration:none;
}
#chat_area #toolbar li a:hover {
	background-color:#98B0CD;
}
#chat_area #toolbar li img {
	vertical-align:-3px;
	width:16px;
	height:16px;
}

#chat_area #chat_input {
	height:89px;
	border:solid 1px #98B0CD;
	background-color:white;
}

#chat_input table {
	width:100%;
}

#chat_input iframe{
	width:100%;
	height:87px;
}

#chat_input #send_btn {
	width:50px;
	height:41px;
	font-size:12px;
	line-height:41px;
	margin-left:8px;
	text-align:center;
	background: url("send_btn.gif") no-repeat;
}
#chat_input #send_btn a {
	color:white;
	display:block;
	width:50px;
	height:41px;
	text-decoration:none;
}
#chat_input #send_btn a:hover {
	color:#336699;
}

#status_roll_bar {
	margin-top:5px;
	height:21px;
	border:solid 1px #D9DDE3;
	background: url("roll_info_bg.gif") repeat-x;
}

#uploadProcessor {
	display:none;
}

#video_area {
	display:none;
	width:215px;
	float:left;
	margin-left:5px;
	height:387px;
	border:solid 1px #98B0CD;
	background-color:white;
}

#video_chat_frame {
	width:100%;margin:0;
	height:356px;
}
