/* background color/image for the chat window body */
body {
	background: #c3e7f8;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size:11px;
	color:#00506d;
	font-weight:bolder;
}
table
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size:12px;
	color:#00506d;
	font-weight:bold;
	line-height:1.7em;
	text-shadow:1px 1px #eefaff;
}

/* dropdown list style */
.dropdownstyle
{
	font-family: Lucida Grande, Arial, sans-serif;
	font-size:11px;
	color:#007993;
	font-weight:bolder;
	width:260px;
}

/* text box style */
.textboxstyle
{
	font-family: Lucida Grande, Arial, sans-serif;
	font-size:11px;
	color:#007993;
	font-weight:bolder;
}

/* label style */
.labelstyle
{
	font-family: Lucida Grande, Arial, sans-serif;
	font-size:14px;
	color:#007993;
	font-weight:bold;
	line-height:1em;
	text-shadow:1px 1px #eefaff;
}

/* chat transcript window style */
.text_Window
{
	background:#ffffff;
	margin: 0em; /*0em 0em 0.02em 0em;*/
	padding: 0em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px groove #286EA7;
	color: #003052;
	width: 350px;
	height: 100%;
}

/* text area for message input style */
.text_Input {
	margin: 0em 0em 0em 0em;
	padding: 0em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px groove #286EA7;
	color: #003052;
	width: 350px;
	height: 52px;
}

/* operator image on the right */
.banner
{
	display: block;
	margin: 0em 0em 0em 0em;
	background: url(//static.discoveryeducation.com/feeds/www/media/images/yourpotential/CSS-files/DEHeadset.png);
	width: 85px;
	height: 180px;
}

/* logo image top-left */
.logo {
	float: left;
	background: url(//static.discoveryeducation.com/feeds/www/media/images/yourpotential/LogoforCSSHelp.png) no-repeat;
	width: 141px;
	height: 21px;
}

/* print transcript button */
.print {
	float: left;
	background: url(http://www.livehelpnow.net/lhn/windows/chat/11/images/print.gif);
	width: 66px;
	height: 21px;
}

/* email transcript button */
.email {
	float: right;
	background: url(//static.discoveryeducation.com/feeds/www/media/images/yourpotential/CSS-files/email2.png);
	width: 66px;
	height: 21px;
}

/* close-disconnect button */
.close {
	float: right;
	background: url(//static.discoveryeducation.com/feeds/www/media/images/yourpotential/CSS-files/close2.png);
	width: 66px;
	height: 21px;
}

/* send message button */
.send
{
	display: block;
	background: url(//static.discoveryeducation.com/feeds/www/media/images/yourpotential/CSS-files/send2.png);
	width: 72px;
	height: 24px;
}
/* start chat button */
.startchat
{
	display: block;
	background: url(http://www.livehelpnow.net/lhn/windows/chat/11/images/start_chat1.gif);
	width: 94px;
	height: 21px;
}

/* warning message style (displayed when information is entered incorrectly. i.e. email is invalid) */
.warningmessage
{
	font-family: Lucida Grande, Arial, sans-serif;
	font-size:11px;
	font-weight:bolder;
	color:Red;
}

/* this div is displayed when user clicks "Email Transcript" button */
.popupem
{
	font-size: 13px;
	font-family:Lucida Grande, Arial, sans-serif;
	POSITION: absolute;
	display:none;
	BACKGROUND-COLOR: #f0f0c8;
	LAYER-BACKGROUND-COLOR: #f0f0c8;
	width: 350;
	BORDER-LEFT: 1px solid black;
	BORDER-TOP: 1px solid black;
	BORDER-BOTTOM: 3px solid black;
	BORDER-RIGHT: 3px solid black;
	PADDING: 3px;
	z-index: 10
}

/* Billboard box style */
.billboardbox
{
	background: #ffffcc;
	BORDER-RIGHT: #cccccc 1px inset;
	BORDER-TOP: #cccccc 1px outset;
	MARGIN: 0px;
	BORDER-LEFT: #cccccc 1px outset;
	BORDER-BOTTOM: #cccccc 1px;
	padding-left: 0px;
	padding-top:10px;
	width: 100%;
	height:100%;
	vertical-align:top;
}

/* Billboard content style */
.billboardcontent{
	width: 100%;
	height:100%;
	display:block;
	font-weight:normal;
	padding-left:3px;
	vertical-align:top;
	margin:0px;
}

/* Billboard content font style */
.billboardfont {
	border:none;
	font-size:11px;
	font-family: Lucida Grande, Arial, sans-serif;
	background:none;
}
