/* @override http://0.0.0.0:3000/stylesheets/cms.css?1163885289 */

/* @group body */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	background-color: #f4f4f4;
	color:#333;
	margin:0;
	padding:0;
}
* {
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
}

/* @end */

/* @group header */
#header {
	height: 100px;
	background-color: #fff;
	border-bottom: 1px solid #919da7;
}
#header #user {
	padding-top: 28px;
	padding-bottom: 28px;
}
#header img {
	float: left;
	padding-right: 20px;
}
#header h1 {
	font-size: 21px;
	color: #369;
}
#header h2 {
	padding: 0;
	color: #233b50;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 0;
}
h1 {
	font-size: 2em;
	margin-bottom: .5em;
	display:block
}

h2 {
	margin-bottom: .5em;
	font-size: 1em;
}

h3 {
	margin-bottom: .5em;
	font-size: 1em;
	color: #787878;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
}

h5 {
	margin-bottom: .5em;
	font-size: 2em;
	color: #000;
	padding-left: .1em;
}

/* @end */

/* @group nav */

ul#tabnav {
	font: 11px;
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 21px;
	margin: 0;
	background-color: #cecece;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #9a9a9a;
}

ul#tabnav li {
	float: left;
	height: 21px;
	background-image: url(/images/track/nav_bg.png);
	margin-right: 1px;
}

div#dashboard li.dashboard, 
div#tab2 li.tab2 {
	border-bottom: 1px solid #9a9a9a;
	background-image: url(/images/track/nav_bg_active.png);
}

div#dashboard li.dashboard a, 
div#tab2 li.tab2 a {
	color: #fff;
}

#tabnav a {
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 2px 12px;
}

#tabnav a:hover {	
	border-bottom: 1px solid #2385fd;
	background-image: url(/images/track/nav_bg_active.png);
	color: #fff;
	background-color: #76d3fe;
}

/* @end */

/* @group content */

.news {
	width: 500px;
	padding-bottom: 25px;
}

#content {
	background-color: #f4f4f4;
	padding: 20px;
	height:100%
}

#content h1 {
	color: #233b50;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
}

#content h2 {
	font-weight: bold;
	font-size: 13px;
}

#content p {
	font-size: 11px;
	margin-bottom: 1em;
	line-height: 1.3em;
}

#instructions {
	font-size: 11px;
	width: 210px;
	clear: none;
	position: absolute;
	right: 20px;
	text-align: justify;
}

#main_shadow {
	background-color: #d8dbde;
	padding: 1px;
	border: 1px solid #e8e9ea;
	margin-right: 225px;
	height: 100%;
	min-width:662px;
}

#main {
	background-color: #fff;
	border: 1px solid #bcc2c7;
	padding: 10px;
	min-width:660px;
}

* html #main {
	height: 1%
}

.clear {
	background: #fff;
	clear:both;
	font-size:0px;
	height:50px;
}

#flash {
	clear: both;
	font-size: 1.2em;
	color: #a91b00;
	margin-top: 1em;
	margin-left: 2em;
	border-style: none;
	padding: 1em 1em 1em 0;
	margin-bottom: -1em;
}

.user_comment {
	font-weight: bold;
	font-size: 1.3em;
}

.user_comment_date {
	clear: none;
	float: right;
}

.user_marker_manager {
	background-color: #036;
	width: 10px;
	padding-right: 0;
	padding-left: 0;
}

.user_marker_coordinator {
	background-color: #369;
	width: 10px;
	padding-right: 0;
	padding-left: 0;
}

.user_marker_super {
	background-color: #69c;
	width: 10px;
	padding-right: 0;
	padding-left: 0;
}

.user_marker_client {
	background-color: #c7dce4;
	width: 10px;
	padding-right: 0;
	padding-left: 0;
}

.user_marker_subcontractor {
	background-color: #76d3fe;
	width: 10px;
	padding-right: 0;
	padding-left: 0;
}

/* @end */

/* @group form */

/* @group input */
input, select, textarea 
{
	border: 1px solid #d4d4d4;
	text-indent:1px;
	background: #fff;
	font: 12px/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: .25em .5em .25em .25em;
}

input.short {
	width: 3em;
}
select 
{
	padding: .25em 0;
}

textarea {
	width: 75%;
}
input:focus, select:focus, textarea:focus 
{ 
	border: 1px solid #cc9;
	background: #ffc; 
}

.input_button 
{
	color: #333;
	border: 1px solid #999;
	cursor: pointer;
	cursor: hand;
	background-color: #f4f4f4;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px .5em;
	margin-top: .5em;
	border-top-color: #d4d4d4;
	border-left-color: #d4d4d4;
}
.input_button:hover 
{
	border: 1px solid #a7a778;
	background-color: #fefed4;
	border-top-color: #d4d3a8;
	border-left-color: #d4d3a8;
}
/* @end */

dl {}
dt {
	width: 100px;
	margin: 4px 2px 0 0; padding: 0;
	text-align: right;
	white-space: nowrap;
	float: left;
	clear: left;
	position: relative;
}
dd {
	margin: 0 0 5px 0px;
}

ul {
	line-height: 1.5em;
}
.block {
	background:#fff;
	border-top: 1px solid #ddd;
	margin-bottom:.5em;
	padding: 10px 0;
}

.plain_block {
	margin-bottom:.5em;
	padding: 10px 0;
	clear: both;
}
.user_block {
	float: left;
	padding: 5px 20px 10px 10px;
}
* html users {
	height: 1%
}

.highlight:hover {
	background: #ffc;
}


/* @end */

/* @group table */

table {
	border-spacing: 1px;
	clear:both;
	white-space: normal;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 20px;
}

.tablenone {
	border: none;
	clear:both;
	white-space: normal;
	width: 600px;
	margin-bottom: 0px;
}
th {
	font-size: 11px;
	font-weight: bold;
	text-indent:0px;
	color:#FFF;
	background-color: #2a4258;
	background-image: url(/images/track/th_bg.png);
	border-top: 1px solid #ccc;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #000;
}

.thnone {
	font-size: 11px;
	font-weight: bold;
	text-indent:0px;
	color:#333;
	background-color: #f4f4f4;
	text-align: left;
	padding: 5px;
	border:none;
	background-image: none;
}
td {
	margin:0px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

th.center, td.center {
	text-align: center;
	width: 50px;
}

.row0 {
	background: #f4f4f4;
}

.row1 {
	background:#fff;
}

/* @end */

/* @group list/filter */
#container {
	background:#e1e1e1;
	border: none;
	padding: 0px;
	margin: 0px;
}
#container td {
	padding: 0px;
	margin: 0px;
	border: none;
}
#list_table {
	border-collapse:collapse;
	clear:both;
	white-space: normal;
}
#list_table td {
	height:10px;
	border-right: 1px dotted #ccc;
	border-left: none;
	border-bottom: 1px solid #ccc;
	margin:0px;
	padding: .3em .3em;
}
#list_table a { 
	color:#333; 
	text-decoration:none;
	font-weight:bold;
}
#filter_table {
	background:#f4f4f4;
	border: none;
}
#filter_table th { 
	padding-left:5px;
	background-color: #333;
	color: #fff;
	text-align: center;
}
#filter_table td {
	color:#666;
	border:none;
	margin:0px;
	font-size: 1em;
	line-height: 1.5em;
	padding: .5em 1em;
}
#filter_table .title {
	color:#333;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:2px;
}
#filter_table a { 
	color:#333; 
	text-decoration:none;
}
#filter_table .on { 
	padding-left:4px;
	border-left:4px solid #333;
	font-weight:bold;
}
#pagination {
	float:left;
	clear:both;
}

/* @end */

/* @group links */

.remove {
	font-size: .9em;
}

.new {
	font-size: .5em;
	font-weight: normal;
	font-style: normal;
}

.logout {
	font-variant: normal;
	font-style: normal;
	font-size: .5em;
}

a:link, a:visited, .faux_link { 
	text-decoration:underline;
	color: #333;
	cursor: pointer;
	cursor: hand;
}
a:hover{ 
	text-decoration:none;
	background-color: #ffc;
}
a.project {
	background: url(/images/track/category_12.gif) no-repeat;
	padding-left: 15px;
}
a.new_project {
	background: url(/images/track/add_category_12.gif) no-repeat;
	padding-left: 15px;
}

a.edit_project {
	background: url(/images/track/edit_category_12.gif) no-repeat;
	padding-left: 15px;
}

a.user {
	background: url(/images/track/user.gif) no-repeat;
	padding-left: 15px;
}

a.add_user {
	background: url(/images/track/user_12.gif) no-repeat;
	padding-left: 15px;
}

a.new_user {
	background: url(/images/track/add_user_12.gif) no-repeat;
	padding-left: 15px;
}

a.retailer {
	background: url(/images/track/brand.gif) no-repeat;
	padding-left: 15px;
}

a.new_retailer {
	background: url(/images/track/add_brand_12.gif) no-repeat;
	padding-left: 15px;
}

a.method {
	background: url(/images/track/template_12.gif) no-repeat;
	padding-left: 15px;
}

a.new_method {
	background: url(/images/track/add_template_12.gif) no-repeat;
	padding-left: 15px;
}

a.add_user:hover, 
a.new_user:hover, 
a.project:hover,
a.edit_project:hover, 
a.new_project:hover,
a.new_retailer:hover,
a.new_method:hover {
	text-decoration:none;
	background-color: #ffc;
}

/* @end */

hr {
	margin-top: .5em;
	padding: 0;
	border:none;
	border-top: 1px dotted #aaa;
	margin-bottom: .5em;
}

ol {
	padding-left: 7.25em;
	font-size: 1.2em;
}

ol li {
	list-style-type: lower-latin;
	list-style-position: outside;
}

.errorExplanation {
	border: 2px solid #900;
	padding: 1em;
	color: #900;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.errorExplanation ul {
	margin-top: .5em;
}

.errorExplanation li {
	font-weight: bold;
	list-style-type: decimal;
	list-style-position: inside;
}

input.validation-failed {
	color: maroon;
}