/* CSS Document */
h1, h2, h3, h4,h5, h6, p, form, label, img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 7px 0 15px 0;
	text-align: center;
	font-size: small;
	background: #eee;
	font-family: verdana,arial,sans-serif;
}

div#containerprint {
	text-align: left;
	background: #fff;
	margin: 10px auto;
	width: 720px;
}

/* Make sure the table cells show the right font */

td {
	font-family: verdana,arial,sans-serif;
}

table {
	border-collapse: collapse;
}

/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/

a {
	text-decoration: underline;
}

a:link {
	color: #3252B2;
}

a:visited {
	color: #3252B2;
}

a:hover, a.attention:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

a.attention {
	color: #900;
}

a.current {
	color: #600;
	font-weight: bold;
	text-decoration: none;
}

a.current:hover {
	color: #600;
	background: transparent;
}

a img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

p,li {
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0;
}

li {
	font-size: 12px;
	margin: 0 0 4px 0;
	padding: 0;
}

object {
	padding: 0;
	margin: 0;
}

h1 {
	color: #23397D;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	font-weight: normal;
	text-align: left;
}

h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

small {
	font-size: 10px;
	color: #666;
}

.inputbutton {
	margin-top: 10px;
	font-weight: bold;
}

/* BUTTONS */

.buttons a, .buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #23397D;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px 6px 7px;


/* Links */
}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
/* IE6 */
}

.buttons button[type] {
	padding: 5px 10px 5px 7px;
	/*Firefox */
    line-height: 17px;
	/* Safari */
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px;
	/* IE7 */
}

.buttons button img, .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

/* STANDARD */

button:hover, .buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #7D2323;
	color: #23397D;
}

.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* POSITIVE */

button.positive, .buttons a.positive {
	color: #fff;
}

.buttons a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative {
	color: #d12f19;
}

.buttons a.negative:hover, button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

div.subNav {
	font-size: 95%;
}

div.highlightbox {
	padding: 11px;
	background-color: #FFFFD1;
	border: 2px solid #23397D;
	margin-bottom: 5px;
}

div.signup {
	padding: 8px;
	background-color: #FFF;
	border: 4px solid #23397D;
	margin-bottom: 5px;
	min-height: 0.01%;
}

div.signup h1 {
	font-size: 18px;
	margin: 0 0 2px 0;
	color: #000;
	text-align: left;
	padding: 0;
}

div.signup h2 {
	font-size: 12px;
	color: #000;
	line-height: 13px;
}

div.signup h4 {
	margin: 10px 0 2px 0;
}

div.signup input {
	width: 98%;
}

div.signup input.check {
	width: 15px;
}

div.signup input.big {
	font-size: 18px;
	font-weight: bold;
}

div.signup.input.imgbutt {
	width: 85px;
	text-align: right;
	border: none;
	padding: 0;
	background: none;
	cursor: pointer;
	*cursor: hand;
/*alternate cursor for IE*/
}

div.signup p, div.topside p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

div.signup p {
	font-size: 11px;
	line-height: 13px;
}

div.form {
	padding: 8px;
	background-color: #FFF;
	border: 2px solid #23397D;
	margin-bottom: 5px;
}

div.form input.big {
	font-size: 14px;
	font-weight: bold;
	width: 275px;
}

.message {
	padding: 8px;
	font-size: 20px;
	color: #7D2323;
	background-color: #ffffd1;
	border: 1px solid #B23232;
	margin-bottom: 15px;
}

.hlink {
	cursor: help
}

.highlight {
	background-color: #FFFFD1;
}

.highlightbright {
	background-color: #f9ff00;
}

.ast{
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
}


.new {
	background-color: #cfc;
	padding: 3px;
}

strike {
	color: #999;
}

/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code {
	font-size: 105%;
}

.clearall {
	height: 20px;
	clear: both;
	font-size: 2px;
}

.clearallnoheight {
	height: 2px;
	clear: both;
	font-size: 2px;
}

.clearallrule {
	margin: 0 0 15px;
	0;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #ccc;
	clear: both;
	font-size: 2px;
}

.clearallrulebig {
	margin: 0 0 15px;
	0;
	padding: 15px 0 0 0;
	border-bottom: 6px solid #ccc;
	clear: both;
	font-size: 6px;
}

#container {
	width: 750px;
	background: #fff;
	text-align: left;
	padding: 10px;
}

#container, #top, #bottom, #footer {
	margin: 0 auto;
	width: 750px;
	padding: 10px;
}

#top, #bottom {
	padding: 0px 0px 0;
	width: 780px;
	height: 10px !important;
	display: block !important;
}

#top {
	margin-top: 10px;
}

/* BEGIN: scorecard
---------------------------------- */

.scorecard {
	float: left;
	width: 100%;
	margin: 0;
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	padding: 0;
}

.scorecard td {
	background: #fff;
	border-left: 1px solid #ddd;
}

.scorecard td.last {
	border-right: 1px solid #ccc;
}

.scorecard td .statistic {
	position: relative;
	z-index: 3;
	padding: 6px;
}

/* END: scorecard
---------------------------------- */

/* BEGIN: statistic
------------------------------------ */

.statistic {
	margin: 0 0 1em;
}

.scorecard .statistic {
	margin: 0;
}

.statistic h3 {
	font-weight: normal;
	font-size: 170%;
	margin: 0;
}

.statistic .label, 
.statistic p {
	margin: 0;
}

.statistic .not_configured p {
	margin: 0 0 .5em 0;
}

.statistic .primary_value {
	font-weight: bold;
	font-size: 225%;
	margin: 0;
}

.statistic .comparison_value,
.statistic .positive_comparison,
.statistic .negative_comparison,
.statistic .neutral_comparison {
	font-weight: bold;
}

.statistic .date_comparison {
	margin: 0;
	font-size: 100%;
	color: #666;
}

.sparkline div .statistic h3 {
	font-size: 110%;
}

.scorecard .statistic h3 {
	font-weight: normal;
	font-size: 110%;
	margin: 0;
	padding: 0 15px 0 0;
}

.sparkline div .statistic h3 .label {
	font-weight: bold;
}

.scorecard.expanded .sparkline .statistic h3 .label, 
.scorecard.dashboard .sparkline .statistic h3 .label {
	font-weight: bold;
}

.navigation_summary .statistic h3 {
	font-size: 110%;
}

.navigation_summary .statistic h3 .label {
	font-size: 110%;
}

/* END: statistic
------------------------------------ */

/* BEGIN: records table
---------------------------------- */

.records {
	float: left;
	width: 720px;
	font-size: 95%;
}

.records.performance.overtime {
	margin-top: 1em;
	border-top: 1px solid #999;
}

.records th {
	border: 1px solid #bbb;
	padding: .6em;
	text-align: right;
	font-weight: normal;
	background: #e5e5e5;
	vertical-align: middle;
}

.records th.text {
	text-align: left;
}

.records td {
	border: 1px solid #ddd;
	padding: 8px;
/*
	padding: .6em;
	this linke makes IE wrongly calc text box widths... fix??
---------------------------------- */
	text-align: right;
	background: #f9f9f9;
}

.records td.count {
	font-weight: bold;
	width: 5%;
}

.records td.text {
	text-align: left;
	width: 35%;
}

.records td.textright {
	text-align: right;
	width: 15%;
}

.records td.cost {
	text-align: left;
	width: 15%;
}

.records.performance.overtime td.text {
	text-align: right;
	border: 1px solid #999;
	border-top: 0;
	border-left-color: #fff;
	border-bottom-color: #eee;
	padding: .7em;
	width: 25%;
	background: #fff;
}

.records.performance.overtime td.text div {
	width: 215px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.records.pie_view td.text .text_wrapper .text_wrapper {
	padding-left: 1.1em;
}

.records th.default_var,  
.records th.graph_sort {
	
}

.records th.graph_variable {
	width: 55%;
	text-align: left;
}

.records td.graph_variable_bar {
	width: 55%;
	background: #fff;
	text-align: left;
}

.records.performance.overtime td.graph_variable_bar {
	width: 99%;
	border: 1px solid #999;
	border-top: 0;
	border-right-color: #fff;
	border-bottom-color: #eee;
	padding: .7em .7em .7em 0;
}

.records td.graph_variable_bar {
	width: 55%;
	background: #fff;
	text-align: left;
}

.records th.sort, 
.records th.graph_sort {
	font-weight: bold;
}

.records th.graph_sort, 
.records th.graph_variable {
	padding: .3em .6em;
}

.records th.graph_sort {
	padding-right: 2px;
}

.records th.graph_sort select {
	margin: 0 15px 0 0;
}

.records th.graph_variable select {
	float: left;
	margin: 0 0 0 6px;
}

.records th a {
	color: #000;
	display: block;
}

.records th.sort a {
	padding: 0 10px 0 0;
}

.records.comparison td {
	background: #f0f0f0;
}

.records.comparison .highlight td.text {
	font-weight: normal;
}

.records td.sort, 
.records td.graph_sort {
	font-weight: bold;
	background-color: #e5e5e5;
}

.records .highlight td {
	background-color: #fff;
}

.records .highlight td.sort, 
.records .highlight td.graph_sort {
	background-color: #f0f0f0;
}

.records.comparison .highlight td.sort {
	background-color: #f9f9f9;
}

.records input {
	width: 98%;
}

.records input.check {
	width: 15px;
}

.records input.imgbutt {
	width: 115px;
	vertical-align: top;
	border: none;
	padding: 0;
	background: none;
	cursor: pointer;
	*cursor: hand;
	/*alternate cursor for IE*/
}

.records input.button {
	width: 50%;
	font-size: 150%;
	background-color: #FFFF99;
	border-top-color: #333333;
	border-left-color: #333333;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

.records input.big {
	font-size: 135%;
}

.records input.med {
	font-size: 110%;
	color: #666;
	width: 600px;
}

/* BEGIN: graphs table
---------------------------------- */

.graphs {
	float: left;
	width: 100%;
	font-size: 95%;
}

.graphs th {
	border: 1px solid #bbb;
	padding: .6em;
	text-align: right;
	font-weight: bold;
	background: #e5e5e5;
}

.graphs th.text {
	text-align: left;
	width: 35%;
}

.graphs td {
	padding: .6em 0 .6em 0;
}

.graphs td.text {
	text-align: left;
}

img {
	behavior: url(i/iepngfix.htc);
	border: none;
}

.hide {
	display: none !important;
}

.format_text {
	line-height: 1.57143em;
}

.format_text ul {
	list-style: square;
	margin: 0 0 1.57143em 1.57143em;
	padding-left: 0;
}

.format_text ol {
	margin: 0 0 1.57143em 1.57143em;
}

.format_text li {
	
}

.format_text ul li {
	
}

.format_text ul li ul, .format_text ul li ol, .format_text ol li ul, .format_text ol li ol {
	margin: 0 0 0 1.57143em;
}

.format_text dl {
	margin-bottom: 1.57143em;
}

.format_text dt {
	font-weight: bold;
}

.format_text dd {
	margin-bottom: 1.57143em;
}

.format_text img.block {
	display: block;
	margin: 0 auto 1.46667em 0;
	float: none;
	clear: both;
}

.format_text img.frame { padding: 6px; background: #999; }



/* ----- Specialized IDs ----- */
.sampleAd {
	float: right;
	overflow: scroll;
	width: 406px;
	height: 475px;
	border: 2px solid rgb(49, 73, 159);
	margin-left: 10px;
	margin-top: 4px;
}
.sampleAdHeader {
	width: 406px;
	text-align: center;
	float: right;
}

