/** Franchisee/Admin login for bone-dry **/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1d1d1d;
	font-weight: normal;
}

p {
	width: 100%;
	line-height: 19px;
}

.nulink {
	color: #1d1d1d;
	text-decoration: none;
}

#header {
	width: 100%;
	height: 45px;
	background: #1d1d1d;
	border-bottom: 2px solid #c5c5c5;
}

#header h1 {
	width: 350px;
	margin: 10px;
	font-size: 24px;
	letter-spacing: -1px;
	color: #626262;
	float: left;
}

#navigation {
	width: 100%;
	height: 35px;
	background: #f6f6f6;
}

#navigation span {
	margin: 10px;	
	float: left;
	color: #626262;
	text-align: center;
}

#navigation a {
	float: left;
	margin-right: 25px;
	color: #333;
	text-decoration: none;
}

#loginbox {
	width: 400px;
	height: 310px;
	padding: 20px;
	background: #f6f6f6;
	margin: auto;
	margin-top: 10px;
}

#loginbox form {
	margin-top: 15px;	
}

#loginbox form span {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #CCC;
	margin-bottom: 5px;
	float: left;
}

#loginbox input {
	width: 375px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #CCC
}

#loginbox .login {
	width: 100px;
	margin-top: 10px;
	float: left;
}

#content {
	width: 700px;
	margin: auto;
	margin-top: 20px;
}

#content p {
	color: #999;
	text-align: justify;
	line-height: 22px;
}

#content .linebreak {
	width: 100%;
	height: 0px;
	color: #999;
	float: left;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #EEE;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content form label {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

#content form .input {
	width: 680px;
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	color: #999;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#content .forum_section, #content .forum_section_1, #content .forum_section_2, #content .forum_section_3 {
	width: 100%;
	float: left;
	margin-top: 20px;
}

#content .forum_section h1, #content .forum_section_1 h1, #content .forum_section_2 h1 ,#content .forum_section_3 h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #1d1d1d;
	border-top: 2px solid #88D0FB;
	border-bottom: 2px solid #88D0FB;
}

#content .forum_section span, #content .forum_section_1 span, #content .forum_section_2 span, #content .forum_section_3 span {
	float: left;
	width: 400px;
	font-size: 11px;
}

#content .forum_section h3, #content .forum_section_1 h3, #content .forum_section_2 h3, #content .forum_section_3 h3 {
	float: right;
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	text-align: right;
}

#content .forum_section_1 h1 { border-top: 2px solid #94F592; border-bottom: 2px solid #94F592; }
#content .forum_section_2 h1 { border-top: 2px solid #FD9FA2; border-bottom: 2px solid #FD9FA2; }
#content .forum_section_3 h1 { border-top: 2px solid #CCC; border-bottom: 2px solid #CCC; }

#content .forum_section .row, #content .forum_section_1 .row, #content .forum_section_2 .row, #content .forum_section_3 .row {
	background: #C6EFFB;
	width: 680px;
	height: 13px;
	margin-top: 1px;
	padding: 10px;
	float: left;
	color: #1d1d1d;
	text-decoration: none;
}

#content .forum_section .row:hover { background: #e4f9ff; }
#content .forum_section_1 .row { background: #D3FED6; }
#content .forum_section_1 .row:hover { background: #ecfded; }
#content .forum_section_2 .row { background: #FFE6E8; }
#content .forum_section_2 .row:hover { background: #fff4f5; }
#content .forum_section_3 .row { background: #EFEFEF; }
#content .forum_section_3 .row:hover { background: #f5f5f5; }

#content .forum_section .controls, #content .forum_section_1 .controls, #content .forum_section_2 .controls, #content .forum_section_3 .controls {
	width: 680px;
	padding: 10px;
	height: 10px;
	float: left;
	margin-top: 2px;
}

#content .forum_section .controls { background: #88D0FB; }
#content .forum_section_1 .controls { background: #94F592; }
#content .forum_section_2 .controls { background: #FD9FA2; }
#content .forum_section_3 .controls { background: #CCC; }

#content .forum_section .controls a, #content .forum_section_1 .controls a, #content .forum_section_2 .controls a, #content .forum_section_3 .controls a{
	float: right;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	margin-left: 20px;
}

#testimonials .holder {
	-moz-border-radius: 5px;
	width: 680px;	
	background: #F0F0F0;
	margin-bottom: 5px;
	padding: 10px;
	float: left;
}

#testimonials .holder h1 {
	font-size: 13px;
	color: #09C;
	font-weight: bold;
	width: 400px;
	float: left;
}

#testimonials .holder a {
	float: right;
}

#testimonials .holder p {
	width: 100%;
	margin: 0;
	margin-top: 5px;
	float: left;
}