* {
	margin:0;
	padding:0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size:.8em;
	background:url('images/bodyBg.gif') repeat-x 0 0;
}
h1, h2 {
	color:#006699;
	font-size:1.2em;
	font-weight:bold;
	margin:5px 0;
}
h3 {
	font-size:1em;
	font-weight:bold;
	padding-bottom: 5px;
	padding-top: 10px;
}
.clear, .clr {
	display:block;
	clear:both;
}
.padding10 {
	padding:10px;
}
.padding20 {
	padding-left:20px;
}
.padding20 ul {
	padding-left:20px;
	padding-bottom:4px;
	margin-top: -6px;
}
.padding20LR {
	padding:0 20px;
}
p, .p {
	margin:0 0 10px 0;
}
a {
	text-decoration:none;
	color:#006699;
}

a:hover {
	text-decoration: underline;
}

.paddingUlTop {
	padding-top: 10px;
}

.pagination a:hover {
	text-decoration: none;	
	font-weight: bold;
	background-color: #99ccff;
}

.pagination a.active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
/** Layout **/
#siteBody {
	width:900px;
	margin:auto;
}

#header {
	height:90px;
	background:url('images/siteRakeLogo.gif') no-repeat 1px 15px;	
}

#contentBody {
	margin:25px 0 20px 0;
}

#reportContainer {
	background-image:url('images/rounded900Top.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:19px 0 0 0;	
}
#reportContainerBottom { background:url('images/rounded900Bottom.gif') no-repeat 0 0; height:19px;width:900px; }
	
#reportBody {
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
}
#reportBody .contentTitle {
	padding: 5px 20px;
	margin:0;
}

.content-page {
	padding:10px;
}

.content-page ul{
	padding-left:20px;
	padding-bottom: 4px;
	margin-top: -6px;
}

.content-page p{
	padding-bottom:0px;
}

/** Nav **/
#nav {
	margin:6px 0 0 0;
	list-style:none;
	float:right;
		
}
#nav li {
	display:block;
	float:left;
	margin:0 0 0 10px;
}

#nav li a{
	display:block;
	width:118px;
	color:#fff;
	text-decoration:none;
	height:31px;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height:27px;
	background:url('images/menuTab.gif') no-repeat 0  0;
}

#nav li a:hover, #nav li a.active{
	color:#006093;
	background:url('images/menuTab.gif') no-repeat 0 100%;
}

#nav li a#stand-alone-version {
	width:132px;
	background:url('images/menuTabLarge.gif') no-repeat 0  0;
}

#nav li a#stand-alone-version:hover, #nav li a.stand-alone-versionactive {
	background:url('images/menuTabLarge.gif') no-repeat 0  100% !important;
	color:#006093;
}

#nav li a#faq {
	width:61px;
	background:url('images/menuTabSml.gif') no-repeat 0  0;
}

#nav li a#faq:hover, #nav li a.faqactive {
	background:url('images/menuTabSml.gif') no-repeat 0  100% !important;
	color:#006093;
}

#nav li.home {
	height:60px;
	margin:0 140px 0 0;
}

#nav li a.home {
	text-indent:-5000px;
	overflow:hidden;
	margin:10px 0 0 0;
	background:none;
	width:160px;
	height:50px;
}
#nav li a.home:hover {
	background:none;
}

/** Form elements **/


.submit {
	border:1px solid #ccc;
	background:#99CC00;
	font-size:11px;
	width:30px;
	height:23px;
}

.uploadFrame{
	height:0;
	width:0;
	visibility:hidden;
	border:none;
}

input {
	font-size:11px;
	padding:2px;
}

/** Content **/
.contentBox, .contentBoxRight {
	width:397px;
	height:100px;
	padding:20px;
	margin:10px 0 20px 0;
	color:#000;
	float:left;
	background:url('images/roundedBox.gif') no-repeat 0 0;
}
.contentBoxRight {
	float:right;
}
.contentTitle, .blueText {
	color:#006699;
	font-size:1.2em;
	font-weight:bold;
	margin:5px 0;
}
.blueText {
	font-size:1em;
	font-weight:normal;
}
.note {
	padding: 4px 0 0 0;
	font-size:11px;
}

/** Graphs **/
.graphPie {
	float:left;
	width:448px;		
	overflow:hidden;
}
.lineGraph {
	width:600px;
	margin:auto;
}
/** Pagination **/
.pagination {
	margin:15px 0 15px 5px;
}

.pagination ul {
	list-style:none;
}
.pagination li {
	display:block;	
	color:#003654;		
	margin: 0 8px 0 0;
	float:left;
}

.pagination li a{
	text-decoration: underline;
	text-align:center;	
}
.pagination .title {
	font-weight:bold;
	color:#003654;
}

/** Search Phrase Overview Table **/

.reportPeriod {
	margin:5px 20px;
	padding:5px 2px;
	font-size:.85em;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}

#searchPhraseContainer {
	width:831px;
	margin:auto;
	z-index:-1;
}
td.green, td.cyan, td.red, td.grey {
	color:#fff;
	width:37px;
}
tr.odd .green { background:#8ED942;}
tr.odd .cyan {background:#469E9E;}
tr.odd .red {background:#D94242;}
tr.odd .grey {background:#999999;}
tr .green, li.google span {background:#66CC00;}
tr .cyan, li.yahoo span {background:#067C7C;}
tr .red, li.live span {background:#CC0000;}
tr .grey, li.tally span {background:#767676;}

.blank { width:43px; }

#spOverview {
	border-collapse:collapse;
	clear:both;	
	z-index:10;
	margin:10px auto 0 auto;
	background: #f7f7f7;
	color:#000;
	width:829px;
	font:normal .9em arial,verdana;
}
#spOverview th, #spOverview td {
	border: 1px solid #fff;
	padding:3px;	
}

#spOverview td {
	text-align: center;
}
#spOverview td.rank {
	width:30px;
}
#spOverview .title {
	background: #E1E1E1;
	color: #006299;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}
#spOverview .total {
	font-weight:bold;
}
#spOverview th{
	background:#EBF3F7;
	font-weight: bold;
	color:#006699;
	border:1px solid #fff;
}
#spOverview .odd {
	background:#fafafa;
}
#spOverview .searchPhrase{
	text-align:left;
	width:365px;
}
#spOverview .legend {
	background:#fff;
	text-align:left;
}

.legendList{
	display:block;
	float:right;
	margin:1px 0 0 0;
	list-style:none;
	font-size:11px;
	padding: 0 45px 0 0;
}
.legendList li {
	float:left;	
	padding:0 7px 0 0;
}
.legendList li span{
	display:block;
	height:13px;
	width:13px;
	float:left;
	margin:0 3px 0 0;
}
li.google {	color:#66CC00;}
li.yahoo {	color:#067C7C;}
li.live {	color:#CC0000;}

a.graphIcon {
	display:block;
	width:30px;
	height:20px;
	background:url('images/graphIcon.gif') no-repeat 0 0;
}
a.graphIcon:hover {
	background-position:0 100%;
}

#graphContainerSmall {
	clear:both;
}
#graphContainer {
	margin: 0 0 20px 0;	
}

#graphBlock {
	border:1px solid #BBD8EA;	
	z-index:1000;
	background:#fff;
	margin:0;
	padding:0;
	overflow:hidden;
	position:absolute;
}

a.closeButton {
	width:30px;
	height:23px;
	display:block;
	left:0;
	position:absolute;
	background:url('images/close.gif') no-repeat 0 0;
}
a.closeButton:hover {
	background:url('images/close.gif') no-repeat 0 100%;
}

/** Feedback **/
.feedBack {	
	background:#fff url('images/spinner.gif') no-repeat 50% 50% !important;
}

.updateBar {
	margin:5px 0 0 0;	
	height:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.animationContainer {
	background:#E2E2E2;
	height:15px;
	width:200px;
}
.feedBackLogProcess {
	background:#fff url('images/spinner.gif') no-repeat 250px 20px !important;
}
.progressContainer {
	width:200px;
	height:15px;
	/*border:1px solid #C4E8FF;*/	
	margin:6px 0 0 0;
}
.progressText {
	color:#005486;
	margin:2px 0 0 0;
	text-align:center;
	font:normal 11px arial,helvetica;
}
.progressAnimationComplete {
	background:url('images/progressBarComplete.gif') no-repeat 0 0;
	height:100%;
	width:100%;
}
.progressAnimation {
	background:url('images/progressBar.gif') no-repeat 0 0;
	height:100%;
	width:0%;
}

/** FORM ELEMENTS **/

.inputRow {	
	margin:5px 0 0 0;
	height:20px;
	clear:both;	
}

form > .inputRow {
	height:auto;
	min-height:21px;
}

.inputArea {
	float:left;
}

.errorSpam {
	margin:10px 0;
}
.errorSpam p {
	margin:10px 0;
}

.formErrorMessage {
	background: #3B82A9;
	color:#fff;
	padding:3px;
	font-size: 0.9em;
}
.required {
	color:#3B82A9;
	background: inherit;
}
#registerFormBlock input.submit {
	width: 9em;
	float:right;
	clear:both;
	margin: 5px 14px 10px 190px;
}
#registerFormBlock label {
	display:block;
	float:left;
	width:190px;
	clear:right;
}

#registerFormBlock .inputArea input {
	width:280px;
	border:1px solid #0887CB;
	padding:2px;
}

#registerFormBlock .inputArea select {
	width:286px;
	border:1px solid #0887CB;
	padding:2px;
}

#registerFormBlock .inputArea textarea {
	width:280px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	margin: 0;
	border:1px solid #0887CB;
}

#registerFormBlock .inputArea > textarea {	
	margin: 0 0 2px 0 ;
}
.submitError {
	margin:20px;
	padding:10px;
	border:1px solid #00598C;
}
#registerFormBlock {
	width:490px;
	padding:20px;
	color: #000;
	background: #F3F7FA;
	border:1px solid #ccc;
	margin:15px;
}
#registerFormBlock .inputArea > .formErrorMessage{
	margin:0 0 3px 0;
	font-size:11px;
}