/*
Theme Name: Terraficionados Agent Portal
Theme URI: http://www.globencounters.com/
Description: Theme developed for Terraficionados Agent Portal.
Version: 1.0
Author: E3 Consulting
Tags: fixed width, two columns

This is a basic layout made for the Globencoutners Agent Portal.
*/

/* Global Page Level Stylings */

*{
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	
}

a{
	text-decoration:none;
	color:#0044ab;	
}

td,p{
	font-size:12px;
	line-height:1.5em;
}

img
{
	border: 0px;
}

#container{
	width:950px;
	padding:20px 25px;
	margin:0 auto;
	overflow:auto;
}

#repeatContainer{
	width:1016px;
	margin:0 auto;
	background:url(../img/container_repeat.jpg) repeat-y;
}

#topContainer{
	background:url(../img/container_top.jpg) no-repeat;
	height:19px;
	width:1016px;
	margin:0 auto;	
	margin-top:50px;
}

#bottomContainer{
	background:url(../img/container_bottom.jpg) no-repeat;
	height:19px;	
	width:1016px;
	margin:0 auto;	
}

#header h1{
	float:left;
	color:#444444;
	text-transform:uppercase;
	font-size:27px;
	margin-left:10px;
}

#header p{
	float:right;
	margin-right: 20px;
}

#header{

	overflow:auto;
	height:70px;
}

#header img {
	margin-left: 15px;
}

a:hover{
	text-decoration:underline;
}

#mainNav a{
	text-transform:uppercase;
	font-size:12px;
	padding: 10px 20px 0 0;
	color:#fff;
	display:block;
	float:left;
}

#mainNav{
	height:34px;
	background:url(../img/navbar_repeat.jpg) repeat;
	padding-left:15px;
}

#leftNav{
	height:34px;
	background:url(../img/navbar_left.jpg) no-repeat;
	width:5px;
	float:left;
}

#rightNav{
	height:34px;
	background:url(../img/navbar_right.jpg) no-repeat;
	width:5px;
	float:right;
	margin-top:-34px;
}

#logout{
	float:right !important;
}

#sidebar{
	width:190px;
	margin-left:10px;
	padding-right:20px;
	float:left;
	margin-top:0px;
}

#sidebar ul{
	list-style:none;
	font-size:12px;
	color:#0044ab;
	line-height:1.5em;
}

#content{
	width:720px;
	float:right;
	margin-right:10px;
}

#content-full{
	width:920px;
padding-left: 15px;
}

#mainContent{
	margin-top:30px;
}

#mainContent h1{
	color:#000;
	text-transform:uppercase;
	font-size:20px;	
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 2px solid #444444;
}

#mainContent h1 span{
	color:#444444;	
}

#mainContent h2{
	color:#000;
	text-transform:uppercase;
	font-size:18px;	
margin-top: 15px;
	margin-bottom:20px;
	padding-bottom:8px;
	border-bottom: 2px solid #444444;
}

#pageTitle{
	color:#000;
	font-size:20px;	
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 2px solid #444444;
}

#pageTitle h1{
	color:#000;
	text-transform:uppercase;
	font-size:20px;	
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom: 0px;
}

#footer{
	width:990px;
	margin:0 auto;
	text-align:right;
	padding:10px 0 50px 0;
}

#footer a{
	text-transform:uppercase;
	font-size:12px;
}

#footer p{
	color:#777777;
	font-size:10px;
}

#content h1
{
margin-top: 5px;
}


/* TABLES GLOBAL */

.datagrid {
	width: 100%;
	border-spacing: 0;
	border: 0px;
	margin: 0;
}

.datagrid td {
	border-bottom:1px solid #777777;
	color:#444444;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:3px;
	text-align:right;	
	margin: 0;
}

.datagrid th {
	background:#59582a none repeat scroll 0 0;
	border:0px solid #9e9878;
	color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:5px;
	text-align:right;	
}

.datagrid th a {
	color: #ffffff;	
}

.rowAlt{
	background:#d0ccbb none repeat scroll 0 0;	
}

/* TABLES LOCAL */

/* The Quote Manager Table */

.status_normal, .status_normal td {color: #090;}
.status_action, .status_action td {color: #900;}
.status_ignore, .status_ignore td {color: #999;}

/* The Quote Manager Navigation, Legend and Action Cells */

input.actionbutton
{
	width: 60px;
}

.action
{
	float: left;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}

.action a
{
	text-decoration: none;
}

.action a span
{
font-size:12px;
}
.action img
{
	border: 0;
}

.paging a 
{
font-size:14px;
}

div .disabled
{
font-size: 14px;
}

/* The Quote Manager Add/Edit Operators Table */

.quoteLeft
{
	float: left;
	width: 400px;
}

.quoteRight
{
	float: right;
	width: 520px;
}

.quoteRight td.operatorImage
{
	width: 55px;
}

.quoteRight td.operatorLink
{
	width: 205px;
	font-size: 12px;
}

/* FORMS GLOBAL */

fieldset
{
	border: 1px solid #5a5932;
	width: 30em;
	font-size: 14px;
	padding: 1em;
}

label
{
	width: 11em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 12px;
}

label span
{
	font-size: 11px;
}

legend
{
	margin-left: 1em;
}

.input
{
	clear: left;
	margin-bottom: 8px;
}

.fckTextarea
{
	width: 60em;
	float: left;
}

.fieldWidth280
{
	width: 280px;
}

.submit
{
	margin-left: 12em;
}

.errorList li
{
	margin-left: 20px;
	padding-left: 0px;
	color: #cc0000;
	font-size: 12px;
}

.error-message {
	display: inline;
	color: #cc0000;
	font-size: 12px;
}

#GreyOut, #GreyOut input, #GreyOut select {
	color: #999999;
}

#GreyOut h2 {
	color: #999999;
	border-bottom: 2px solid #999999;
}

/* FORMS LOCAL */

/* The Quote Manager Filters Form */ 

.agent_filters .qm_date
{
	width: 6em;
}

.agent_filters .checkbox
{
	float: left;
	margin-right: .5em;
	margin-bottom: 8px;
}

.agent_filters .checkbox label
{
	width: auto;
	margin-right: .2em;
}