﻿@charset "UTF-8";

/* Header Styles */

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin: 0px;
}
#header {
	float:left;
	width:100%;
    background:yellow;
	background:url(../../images/Theme2/bg.jpg) repeat-x bottom;
    font-size:11px;
    line-height:normal;
	height:60px;
	color:#ffffff;
}
#expand {
color:#156DDB;
display:inline;
float:right;
margin-right:10px;
}

#header input 
{
	height:15px;
	font-size:11px;
}

#header ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:6px 10px 0;
	font-size:1.1em
}
	
#header li {
    float:left;
    margin:0;
    padding:0;
}

#header a {
    display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#header li {
    float:left;
    background:url(../../images/Theme2/norm_right.gif) no-repeat right top;
    margin:0;
    padding:0;
}

#header a span{
    display:block;
    background:url(../../images/Theme2/norm_left.gif) no-repeat left top;
    padding:10px 8px;
}
	
#header .current {
    background-image:url(../../images/Theme2/norm_right_on.gif);
}

#header .current a span{
    background-image:url(../../images/Theme2/norm_left_on.gif);
	color:#333;
    padding:10px 8px;
}

/* Main Styles */

h1 {
	font-size:18px;
	font-weight:bold;
	color:#000;
}

#toplinks {
	display:block;
	font-size:11px;
	height:25px;
}

#navwrapper {
	display:block;	
	height:35px;
}

.selectionwrap {
	display:block;	
	height:25px;
	background-color:#ffffff;
	color:#156ddb;
	font-weight:bold;
	font-size:11px;
	padding-left:10px;
	padding-top:8px;
}

.reportswrap {
	display:block;	
	background-color:#e8f1ff;
	color:#156ddb;
}

#main_content {
	display:block;
	position:relative;
	float:left;
	width:100%;
    font-size:11px;
    line-height:normal;
	height:60px;
	color:#000000;

	}

.runbar {
	display:block;
	height:35px;
	background-image:url(../../images/Theme2/run_bg.jpg);
	text-align:right;
}

.runbar a
{
	padding:0px;
}
.runbar a img
{
	border:0;
}

/* Footer Styles */

#footer {
	font-size: 11px;
	background-image:url(../../images/Theme2/footer_bg.jpg);
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height:25px;
	visibility: visible;
	display: block
}


#leftlinks {
display:inline;
float:left;
margin-left:10px;
margin-top:5px;
}

#rightlinks {
display:inline;
float:right;
margin-right:10px;
margin-top:5px;
}

#nav {
display:inline;
float:left;	
}

#date {
font-weight:bold;
color:#FFFFFF;
display:inline;
float:left;
font-size:11px;
padding-top:5px;
margin-right:10px;
vertical-align:bottom;
line-height:30px;
}

#date a 
{
	font-size:11px;
}

#client_name {
	font-weight:bold;	
}

label {
	font-size: 12px;
	color:#666;
	font-weight:100;
}

.paddedContent
{
	padding-left:13px;
	display:inline-block;
}
.report_group_parent_class
{
	border: thin dotted #99CCFF;
	margin-top: 20px;
	padding: 5px;
	width: 100%;
}
.report_group_child_label {
  position: absolute;
  margin: -20px 0 0 5px;
  padding: 5px;
  height: 16px;
  display: inline;
	border: thin dotted #99CCFF;
	background-color: rgb(232, 241, 255);
    color: #666666;
    font-size: 12px;
    font-weight: 100;
    }
