@charset "utf-8";
/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: url(../images/bg.png) repeat-x 0 57px #e7eaeb;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrap{
	position: absolute;
	width: 1024px;
	height: 768px;
}

#top-bar{
	background:url(../images/top-menu.png) repeat-x 0 -56px;
	height: 56px;
	float: left;
	width: 100%;
	position: relative;
	z-index: 500;
	top:0;
	left: 0;
	border-bottom: 1px solid white;
}

#top-bar .lc{
	position: absolute;
	top: 0;
	left: 0;
	height: 56px;
	width: 8px;
	background:url(../images/top-menu.png);
}

#top-bar .rc{
	position: absolute;
	top: 0;
	right: 0;
	height: 56px;
	width: 8px;
	background:url(../images/top-menu.png) 8px 0;
}

#top-bar #logo{
	background: url(../images/logo2.png) no-repeat;
	width: 144px;
	height: 48px;
	position: absolute;
	top: 6px;
	left: 34px;
	}
	
#question{
	left: 210px;
	background:url(../images/quotebar.png) repeat-x 0 -88px;
	position: absolute;
	right: 210px;
	height: 44px;
	top: 7px;
}

#question .lc{
	background:url(../images/quotebar.png) no-repeat;
	top: 0;
	left: 0;
	height: 44px;
	width: 22px;
}

#question .rc{
	background:url(../images/quotebar.png) no-repeat 0 -44px;
	top: 0;
	right: 0;
	height: 44px;
	width: 22px;
}

#question .text{
	color: #9c9c9c;
	font-weight: bold;
	left: 30px;
	right: 30px;
	text-align: center;
	font-size: 0.9em;
	margin-top: 13px;
	letter-spacing: -1px;
}

#shade{
	background:#000;
	height: 4px;
	bottom: -5px;
	position: absolute;
	left: 0;
	right: 0;
    filter: alpha(opacity=40);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#main, #your-details{
	min-height: 600px;
}

#chat-log{
	top: 1px;
	left: 10px;
	right: 10px;
	bottom: 70px;
	position: absolute;
	clear: both;
}

#chat-log #log{
	bottom: 0;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	left: 0;
	right: 0;
}

.your-chat, .partner-chat{
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
	padding: 7px 0;
	position: relative;
	border-bottom: 1px solid #e6e9ea;
}

.partner-chat{
	background: #e5e8ea;
}

#log .emote{
	background:url(../images/chat-av.png) no-repeat;
	height: 51px;
	width: 51px;
	text-align: center;
	margin-top: 3px;
	float: left;
	margin-left:6px;
}

.partner-chat .msg{
	color: #83785b;
}

.partner-chat .who{
	background: url(../images/whopoint.png) top left;
	width: 34px;
	height: 34px;
	right: -38px;
	position: absolute;
	top: 0;
	z-index: 400;	
}

.your-chat .who{
	background: url(../images/whopoint.png) bottom left;
	width: 34px;
	height: 34px;
	left: -38px;
	position: absolute;
	top: 0;
	z-index: 400;	
}

#log .msg{
	margin-left: 71px;
	margin-right: 110px;
	line-height: 24px;
	font-size: 14px;
	margin-top: 13px;
}

.your-chat .msg{
	color: #5d7c8d;
}

#log .time{
	float: right;
	width: 90px;
	top: 18px;
	position: absolute;
	right: 0;
	font-size: 11px;
	color: #505f67;
}

#main{
	min-width: 700px;
}

#main #sub-menu{
	margin: 0 auto;
	top: 0px;
	width: 570px;
	height: 49px;
	background:url(../images/sub-menu.png) 0 -49px repeat-x;
	position: relative;
	text-align: center;
	z-index:400;
}

#sub-menu .lrs{
	background:url(../images/sub-menu.png) top left no-repeat;
	width: 15px;
	height: 49px;
	left: -15px;
	top: 0;
	position: absolute;
	}

#sub-menu .rrs{
	background:url(../images/sub-menu.png) bottom left no-repeat;
	width: 15px;
	height: 49px;
	right: -15px;
	top: 0;
	position: absolute;
	}	

#sub-menu .options{
	top: 0;
	position: absolute;
	left: 25px;
}

#sub-menu .edit-details, #sub-menu .chat-as, #sub-menu .chat-settings{
	display: block;
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid white;
	width: 170px;
	float: left;
	padding: 17px 0;
	text-decoration: none;
	color: #ABABAB;
	font-size: 12px;
}

#sub-menu .edit-details{
	background:url(../images/edit-ico.png) 20px 13px no-repeat;
}

#sub-menu .edit-details:hover{
	background:url(../images/edit-ico.png) 20px 13px no-repeat #f7f7f7;
}

#sub-menu .chat-settings{
	background:url(../images/settings-ico.png) 20px 13px no-repeat;
}

#sub-menu .chat-settings:hover{
	background:url(../images/settings-ico.png) 20px 13px no-repeat #f7f7f7;
}

#sub-menu .chat-as{
	background:url(../images/switch-ico.png) 20px 13px no-repeat;
	padding-left: 10px
}

#sub-menu .chat-as:hover{
	background:url(../images/switch-ico.png) 20px 13px no-repeat #f7f7f7;
	padding-left: 10px
}

#chat-input{
	background:url(../images/input-chat.png) 0 -52px repeat-x;
	bottom: 10px;
	left: 10px;
	right: 10px;
	height: 52px;
	position: absolute;
}

#chat-input .lcs{
	background:url(../images/input-chat.png) top left;
	width: 10px;
	height: 52px;
}

#chat-input .rcs{
	background:url(../images/input-chat.png) bottom left;
	width: 10px;
	height: 52px;
	right: 0;
	position: absolute;
	top: 0;
}

#chat-input .point{
	background:url(../images/chat-corner.png) no-repeat;
	width: 33px;
	height: 35px;
	position: absolute;
	top: 5px;
	left: -32px;
	z-index: 700;
}

input#chat{
	position: absolute;
	left: 10px;
	right: 10px;
	top: 5px;
	font-size: 16px;
	color: #575757;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	padding: 10px;
}

#main{
	left: 197px;
	right: 197px;
	background: #f5f5f5;
	bottom: 20px;
	position: absolute;
	top: 56px;
}

#main .ls{
	background:url(../images/main-ls.png) repeat-y;
	width: 4px;
	bottom: 0;
	top:0;
	position: absolute;
}
#main .rs{
	background:url(../images/main-ls.png) repeat-y -4px 0;
	width: 4px;
	bottom: 0;
	top:0;
	right: 0;
	position: absolute;
}

#main .bs{
	background:url(../images/main-rs.png) repeat-x;
	height: 4px;
	bottom: 0;
	left: 2px;
	right: 3px;
	position: absolute;
}

#partner-details{
	position: absolute;
	bottom: 18px;
	right: 18px;
	top: 78px;
	width: 160px
}


#your-details{
	position: absolute;
	bottom: 18px;
	left: 18px;
	top: 78px;
	width: 160px
}

#your-details #av{
	background:url(../images/box.png) no-repeat;
	bottom: 0;
	left: 0;
	height: 162px;
	width: 162px;
	position: absolute;
}

#partner-details #av{
	background:url(../images/box.png) no-repeat;
	top: 0;
	left: 0;
	height: 162px;
	width: 162px;
	position: absolute;
}

#av .yd-point{
	height: 42px;
	width: 143px;
	background:url(../images/av-box-overlays.png) no-repeat;
	position: absolute;
	top: -10px;
	left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #56809b;
	font-size: 11px;
	font-weight: bold;
}

#partner-details .yd-point{
	height: 42px;
	width: 143px;
	background:url(../images/av-box-overlays.png) no-repeat 0 -42px;
	position: absolute;
	top: 130px;
	left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #56809b;
	font-size: 11px;
	font-weight: bold;
}

#your-details .yd-point p{
	margin-top: 22px;
	font-size: 12px;
}

#partner-details .yd-point p{
	margin-top: 5px;
	font-size: 12px;
}

#your-details #info{
	background:url(../images/info.png) repeat-x;
	bottom: 150px;
	position: absolute;
	width: 162px;
	padding-bottom: 26px;
	}

#partner-details #info{
	background:url(../images/info.png) repeat-x;
	top: 150px;
	position: absolute;
	width: 162px;
	padding-top: 26px;
	}	

#info .title{
	color: #d4d4d4;
	font-weight: bold;
}

#info li{
	border-bottom: 1px solid #1C1C1C;
	border-top: 1px solid #575757;
	padding-top: 9px;
	padding-left: 15px;
	padding-bottom: 11px;
	color: #b0b0b0;
	font-size: 12px;
}

#info .bg, #info .na{
	color: #787878;
	font-size: 11px;
}

#info .bg{
	line-height: 16px;
	margin-top: 7px;
}



#info p{
	color:#f8ba16;
	font-size: 12px;
	float: right;
	width: 90px;
}
#info .bg .avail{
	font-style: none;
	color: #fff;
}

#info .bg a{
	color: #f8ba16;
	font-size: 9px;
	font-weight: bold;
}
	
#av .emote{
	width: 128px;
	height: 128px;
	margin: 18px;
}

#av .shine{
background: url(../images/av-box-overlays.png) no-repeat 0 -143px;
height: 60px;
width: 143px;
position: absolute;
top: 8px;
left: 11px;
}

#partner-details #av .shine{
	background: url(../images/av-box-overlays.png) no-repeat 0 -143px;
	height: 60px;
	width: 143px;
	position: absolute;
	top: 8px;
	left: 11px;
}

#info li.title{
	background:url(../images/user-title.png) repeat-x;
	text-align: center;
	color: #fff;
	font-weight: normal;
	padding: 7px 0px;
}

#info li.btn{
	padding: 0;
	background: #e7eaeb;
	border: 0;
	padding-top: 10px;
	}

.disconnect{
	background:url(../images/disconnect.png) top left no-repeat;
	width: 161px;
	height: 41px;
	display: block;
	text-indent: -9000px
}

.disconnect:hover{
	background:url(../images/disconnect.png) bottom left no-repeat;}
	
.report{
	background:url(../images/report.png) top left no-repeat;
	width: 56px;
	height: 18px;
	display: block;
	text-indent: -9000px;
	float: right;
}

.report:hover{
	background:url(../images/report.png) bottom left no-repeat;}

#info li p.number{
	background: url(../images/users-helped.png) no-repeat 42px 0px;
	height: 20px;
	float: none;
	margin-top: 7px;
	width: 130px;
	color: white;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.2em black;
	letter-spacing: -2px;
}

#info li p.rating{
	height: 18px;
	float: none;
	width: 130px;
}

/* Scrolling */

#scrollbar1 .viewport { width: 500px; height: 200px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end,
#scrollbar1 .thumb { background-color: #003D5D; }
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; }
#scrollbar1 .track { background-color: #D8EEFD; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbar1 .disable{ display: none; }