/**
 * GENERAL
 */

span.tag
{
	font: normal 11px Arial,Helvetica,sans-serif;
	color: #666;
}

html,body
{
	overflow-y: auto;
}

h1
{
	color: #000;
	font: bold 16pt Arial,Helvetica,sans-serif;
	margin: 20px 0 4px 0;
}

p,td
{
	font: normal 12px Arial,Helvetica,sans-serif;
}

a
{
	color: #c00;
	font: normal 12px Arial,Helvetica,sans-serif;
}

a:hover
{
	color: #c00;
	font: normal 12px Arial,Helvetica,sans-serif;
}

/**
 * FORM ELEMENTS
 */

div.multiselect
{
	width: 300px;
	height: 80px;
	overflow-y: scroll;
	border: 1px solid #999;
}

input.text
{
	padding: 3px;
	border: 1px solid #999;
}

select
{
	cursor: pointer;
}

/**
 * TEMPLATE
 */

body
{
	margin: 0;
	background-color: #eee;
}

#template .title
{
	height: 100px;
	background-color: #094962;
	text-align: center;
}

#template .title .center
{
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
}

#template .title .center .logo
{
	position: absolute;
	width: 80px;
	height: 90px;
	left: 12px;
	top: 10px;
	background: transparent url(http://www.helloleads.co.uk/assets/logo.gif);
}

#template .title .center .links
{
	position: absolute;
	right: 12px;
	top: 20px;
	color: #000;
}

#template .title .center .links a
{
	color: #fff;
	font: bold 13px Arial,Helvetica,sans-serif;
	text-decoration: none;
}

#template .tabbar
{
	background-color: #666;
}

#template .tabbar .tabs
{
	width: 780px;
	height: 48px;
	margin: 0 auto 0 auto;
}

#template .main
{
	background: #eee url(http://www.helloleads.co.uk/assets/bg.gif) center repeat-y;
}

#template .main .content
{
	width: 780px;
	margin: 0 auto 0 auto;
	background-color: #fff;
}

#template .main .content .padding
{
	padding: 20px;
	text-align: left;
}

/**
 * TABS
 */

.tab
{
	position: relative;
	float: left;
	width: 115px;
	top: 16px;
	height: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/tab-c.gif);
	margin-left: 5px;
	cursor: pointer;
}

.tab.forwarders
{
	width: 150px;
}

.tab.selected
{
	background: #fff none;
}

.tab .padding .left
{
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/tab-l.gif);
}

.tab.selected .padding .left
{
	background: transparent url(http://www.helloleads.co.uk/assets/tab-selected-l.gif);
}

.tab .padding .right
{
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/tab-r.gif);
}

.tab.selected .padding .right
{
	background: transparent url(http://www.helloleads.co.uk/assets/tab-selected-r.gif);
}

.tab .padding .icon
{
	position: absolute;
	left: 16px;
	top: 8px;
	width: 16px;
	height: 16px;
}

.tab .padding .caption
{
	color: #666;
	position: absolute;
	left: 56px;
	top: 10px;
	font: bold 11px Arial,sans-serif;
}

.tab.selected .padding .caption
{
	color: #333;
}

.tab.home .padding .icon
{
	left: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/house.png);
}

.tab.users .padding .icon
{
	left: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/group.png);
}

.tab.orders .padding .icon
{
	left: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/money.png);
}

.tab.leads .padding .icon
{
	left: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/table.png);
}

.tab.tqs .padding .icon
{
	left: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/phone.png);
}

.tab.reports .padding .icon
{
	left: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/report.png);
}

.tab.forwarders .padding .icon
{
	left: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/email_go.png);
}

.tab.form .padding .icon
{
	left: 32px;
	background: transparent url(http://www.helloleads.co.uk/assets/application_form.png);
}

.tab.form
{
	width: 140px;
}

/**
 * TABLE
 */

table td
{
	font: normal 13px Arial,Helvetica,sans-serif;
}

table.table
{
	width: 100%;
}

table.table td
{
	padding: 8px;
	font: normal 13px Arial,Helvetica,sans-serif;
}

tr.headings td
{
	background-color: #eee;
	font: bold 13px Arial,Helvetica,sans-serif;
	border-bottom: 4px solid #ccc;
}

/**
 * SUB-LINKS DIV
 */
span.sublinks
{
	padding: 4px;
	font: normal 12px Arial,Helvetica,sans-serif;
}

/**
 * ACTIONS DIV
 */

div.actions
{
	background-color: #eee;
	text-align: center;
	padding: 10px;
	border: 2px solid #999;
}

button.button,input.button
{
	width: 120px;
	height: 30px;
	font: bold 13px Arial,Helvetica,sans-serif;
	cursor: pointer;
}

/**
 * SMALLPRINT
 */
div.smallprint
{
	padding: 20px 8px 8px 8px;
	text-align: right;
	background-color: #666;
	font: normal 10px Arial,Helvetica,sans-serif;
}

div.smallprint a
{
	color: #fff;
	text-decoration: none;
	font: normal 10px Arial,Helvetica,sans-serif;
}

div.smallprint a:hover
{
}

/**
 * SPACER DIV
 */
div.spacer
{
	height: 30px;
}

/**
 * FILTER
 */
div.filter
{
	font: bold 13px Arial,Helvetica,sans-serif;
}

table.filters
{
	width: 100%;
	padding: 10px;
	background-color: #eee;
	border: 2px solid #999;
}

fieldset
{
	padding: 20px;
}

legend
{
	color: #009;
	font: bold 14px Arial, Helvetica, sans-serif;
}

div.blueBG
{
	border:1px solid #3f71c5;
	background:#d4e4ff;
	padding:5px;
	line-height:1.7em;
	text-align:center;
}

div.signuplabelLong
{
	line-height:1.8em;
	width:285px;
	text-align:right;
	float:left;
	margin-right:5px;
}

div.submitbutton
{
	text-align:center;
	margin: 30px auto 0 auto;
}

button
{
	cursor:pointer;
	padding:15px;
	font-weight:bold;
}

div.footer
{
	background-color:#999999;
	width:720px;
	height:32px;
	margin:0 auto;
}
/*
#navbarlinks
{
	color: #8f3e9b;
	float: right;
	margin: 225px;
	margin-top:40px;
	font: bold 14px Arial,Helvetica,sans-serif;
}

*/
#copyright
{
	color: #ffffff;
	float: right;
	margin-top: 11px;
	margin-right:11px;
	font: bold 10px Arial,sans-serif;
}

input
{
	border: 1px solid #B0B0B0;
}

