/**
 * 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(/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
{
	text-align: center;
	background: #eee url(/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(/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(/assets/tab-l.gif);
}

.tab.selected .padding .left
{
	background: transparent url(/assets/tab-selected-l.gif);
}

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

.tab.selected .padding .right
{
	background: transparent url(/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(/assets/house.png);
}

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

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

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

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

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

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

.tab.form .padding .icon
{
	left: 32px;
	background: transparent url(/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;
}
