html, body {
	font: normal 90%/1.4 arial, helvetica, sans-serif;
	background: #efefef;
	color: #000;
}

#container {
	margin: 1.0em auto;
	width: 950px;
}

#header {
	background: transparent url(../images/header.png) 0 0 no-repeat;
	height: 152px;
}

#error {
	margin: 20px auto;
	padding: 10px 20px 10px 40px;
	border: 1px solid #6f121d;
	color: #9f0010;
	background: #ffb2b8 url(../images/negative.png) 10px 10px no-repeat;
	width: 290px;
}

#login {
	margin: 20px auto;
	padding: 30px 0 20px;
	width: 350px;
	height: 100px;
	background: transparent url(../images/login_bg.jpg) 0 0 no-repeat;
	overflow: hidden;
}

#login label {
	margin-left: 3.0em;	
	color: #fff;
	font-weight: 700;
	clear: left;
	width: 7.0em;
}

#login input {
	width: 10.0em;
}

#login label, #login input {
	margin-bottom: 1.0em;	
	display: block;
	float: left;
}

#logText {
	margin-left: 740px;
	margin-top: 0.4em;
}

#logText p {
	color: #fff;
	font-weight: 700;
}

#logText p a {
	color: #efefef;
	font-weight: bold;
}

#logText p a:hover {
	color: #efefef;
	font-weight: bold;
	text-decoration: none;
}

/** begin styles for stat page **/
#stats {
	background-color: #fff;
	overflow: hidden;
	height: 1%;
}

#pageinfo {
	padding: 1.0em 0;
}

p.leadParagraph {
	margin: 0 1.0em;
	padding: 0.4em;
	border: 1px solid #e8e8b8;
	background-color: #ffc;
}

#fc_leadPerDay {
	margin: 0 auto;
	width: 950px;
}

#frm_date {
	margin: 1.0em 0;
}

#frm_date label {
	margin-right: 1.0em;
	margin-left: 1.0em;
	font-size: 130%;
	font-weight: 700;
}

#frm_date select, #frm_date input {
	margin-right: 0.4em;
	font-size: 110%;
	font-weight: 700;
}

#frm_date input {
	width: 100px;
}

#chatLeads {
	margin-left: 14px;
	width: 480px;
	float: left;
	background-color: #fff;
}

#chatLeads h2 {
	margin-bottom: 0.4em;
	font-size: 140%;
	font-weight: 700;
	color: #999;
}

#chatLeads h2 span {
	font-size: 60%;
	font-weight: normal;
	color: #999;
}

#fusionChart {
	width: 425px;
	float: right;
}

#table_leads {
	width: 100%;
	border-collapse: collapse;
}

#table_leads tr, #table_leads th {
	border: 1px solid #fff;
	border-collapse: collapse;
}

#table_leads th {
	background-color: #d0dafd;
	color: #039;
	font-size: 110%;
	padding: 0.6em 0.4em;
}

#table_leads th.alignRight {
	text-align: right;
}

br.both {
    font-size: 1px;
    line-height: 0px;
    height: 0;
    clear: both;
}
/** end styles for stat page **/