/* Chat Window CSS -Cory */

#livechatbox {
	text-align:center;
/* 	visibility:hidden; */
	width: 200px;
	border-top: 1px solid #ED716B; 
	border-right: 1px solid #ED716B; 
	border-left: 1px solid #ED716B; 
	background: #ffffff; 
	position: fixed; 
	right: 14px;
	bottom:0;
	padding:0;
}

#livechatbox_head {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	display:none;
	width: 200px;
	height: 20px;
	background: #ECC2C0;
	border-bottom: 1px solid #ED716B;
	margin:0;
	padding:0;
}

#livechatbox_head a {
	color: white;
	text-decoration: none;
}

#livechatbox_head a:hover {
	color: #BD2821;
	text-decoration: none;
}

#livechatbox_head_request {
	display:none;
	width: 200px;
	height: 25px;
/*	background: #00ff00;*/
	background-image: url('images/livechatrequestheadslice2.png');
	background-repeat: repeat;
	margin:0;
	padding:0;
}

#livechatbox_head_request:hover {
	background-image: url('images/livechatrequestheadsliceinverted.png');
}

#livechatbox_head_request a {
	display:block;
	height: 25px;
	padding-top:5px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	text-decoration: none;
	color: #BD2821;
	size: 11px;
	font-weight: bold;
	text-shadow: #FFFFFF 0px 1px 0px;
}

#livechatbox_head_request a:hover{
	color: #BD2821;
	display:block;
	text-decoration: none;
}

#livechatbox_head_requested {
	display:none;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	color: #52626F;
	text-shadow: #FFFFFF 0px 1px 0px;
	font-weight: bold;
	width: 200px;
	height: 20px;
	background: #ECC2C0;
	margin:0;
	padding:0;
	padding-top: 4px;
	border-bottom: 1px solid #ED716B;
/*	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;*/
}

#livechatbox_chat {
	display:none;
	width: 193px;
	height: 273px;
	text-align:left;
	background-color: #FED0CE;
	background: none;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:7px;
}

#livechatbox_chat_request {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	size: 11px;
	color: #999999;
	display:none;
	width: 193px;
	height: 170px;
	text-align:left;
	background-color: white;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:7px;
}

#livechatbox_chat_request a {
	color: #333333;
	text-decoration: none;
}

#livechatbox_chat_request p {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 7px;
}

#livechatbox_chat_request a:hover {
	text-decoration: none;
	color: #BD2821;
}

#livechatbox_chat #conver {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	overflow-y: auto;
	overflow-x: hidden;
	width: 181px;
	height: 210px;
	margin:0px;
	padding:2px;
	text-align:left;
	background-color: #ffffff;
	border: 1px solid #ED716B;
	border: 1px solid #CCCCCC;
	border: 1px solid #999999;
}

#livechatbox_chat textarea {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	overflow-y: auto;
	width: 185px;
	height: 30px;
	margin:2px 0 0 0;
	text-align:left;
	border:0;
	background-color: #ffffff;
	border: 1px solid #ED716B;
	border: 1px solid #CCCCCC;
	border: 1px solid #999999;
}

#chat_text_form a {
	color: #BD2821;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #ED716B;
	width: 185px;
	margin-top: 3px;
	background-image: url('images/sendbuttonunpressed.png');
	background-repeat: repeat;
	text-shadow: #FFFFFF 0px 1px 0px;
}

#chat_text_form a:hover {
	text-decoration: none;
	background-image: url('images/sendbuttonpressed.png');
	background-repeat: repeat;
	text-shadow: #FFFFFF 0px 1px 0px;
	color: #BD2821;
}

/* End Chat Window CSS -Cory */
