body {
/*	padding:5px;*/	
	background-image:url('/images/background.gif');
	background-repeat:repeat-x;
	font-family:Calibri;
	font-size:11pt;
	width: 100%;
	margin: 0 0;
}

a {
	text-decoration:none;
	color:#333399;
}

a:hover {
/*	c olor:#993333;*/
	font-weight:bold;
}

#container {
	width: 995px;
	margin: 0 auto;
}

#content {
	float:left;
	background-color:#ebebeb;
	width:100%;
}

#header {
	float: left;
	height: 70px;
	background: url('/images/head-mid.gif') repeat-x;
	width:100%;
}

#header #logo {
	float: left;
}

#login_state {
	float:right;
	font-size:9pt;
	text-align:right;
	padding: 10px;
	background: url('/images/head-right.gif') no-repeat top right;
    padding-right:20px;
}

#login_state a {
	
}

#nav {
	clear:left;
	float:left;
	width: 100%;
	text-align:left;
	background-color:#ebebeb;
}
#nav ul {
	padding: 10px 3px;
	margin-left:10px;
}
#nav ul li {
	display: inline; 
	width:60px;
}
#nav ul li.active {
	border-bottom: 2px solid #BDBEC0;
	font-weight:bold;
	color: #993333;
}
#nav ul li a {
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

#homepage_img {
	width:200px;
	height:390px;
	padding:5px;
	margin: 0 0 0 20px;
	float:left;
	background:url('/images/homepage.jpg') center no-repeat;
	vertical-align:top;
}

#secondary_nav {
	width:200px;
	height:430px;
	padding:5px;
	margin: 0 0 0 20px;
	float:left;
	background:url('/images/nav_background.gif') center no-repeat;
	font-size:10pt;
}

#secondary_nav p {
	padding:10px 10px 0 10px;
	text-align:left;
}

#secondary_nav a:hover {
	font-weight:bold;
}

#secondary_nav ul {
	text-align:left;
}

#secondary_nav li {
	padding-left:15px;
	text-align:left;
	font-weight:lighter;
}

#secondary_nav ul ul li {
	padding-left:25px;
	font-size:8pt;
	text-align:left;
}

#secondary_nav ul li.active {
	font-weight:bold;
	color: #993333;
}

#page_content {
	margin: 0 20px 0 240px;
}

#page_content #header_content {
	float:left;
	clear:right;
	width: 100%;
}

#page_content #header_content #date_time{
	float:right;
}

#page_content #header_content #title {
	font-size:12pt;
	font-style:italic;
	font-weight:bolder;
	color:#808081;
	float:left;
}

#page_content #main_content {
	float: left;
	padding: 10px;
	background-color:#DDD;
	width: 97.5%;
	text-align: justify;
	font-size:10pt;
	min-height:400px;
}

.content_images{
    margin:10px 0;
}

#main_content h1 {
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.flash_notice {
	color: green;
	text-align: left;
}

#footer {
	float: left;
	height: 40px;
	width: 100%;
	font-size: 8pt;
	background: #ebebeb url('/images/foot-left-trans.gif') no-repeat;
	text-align: center;
	vertical-align: middle;
}

#footer table tr td {
/*	fl oat:left;*/
	height:40px;
	width:100%;
	background:url('/images/foot-right-trans.gif') no-repeat right;
/*    lin e-height:40px;*/
}

#date_time_range {
	text-align:left;
	vertical-align:middle;
}

#date_time_range #popup {
	display:none;
	position:absolute;
	border:2px solid #333399;
	background-color: #FFF;
	padding:10px;	
	width:200px;
}

#popup h2{
	font-size:10pt;
	font-weight:bold;
}

#login_footer {
	width:400px;
	height:40px;
	font-size:8pt;
	background: url('/images/foot-left-trans.gif') no-repeat;
	text-align:center;
/*	padding-top:5px;*/
	float:left;
}

#login_footer #byline {
	background: #ebebeb;
	height: 40px;
	margin-left:20px;
	float:left;
	width: 360px;
}

#login_footer div {
	float:right;
	height: 40px;
}

#login_header {
/*	width:380px;*/
	height:70px;
/*	padding:10px;*/
	text-align:left;
	float:left;
}


#login_container {
	margin-top:80px;
	width:400px;
	margin-right:auto;
	margin-left:auto;
}
#login_header #logo {
	float:left;
}
#login_header div {
	float:right;
	text-align:right;
	width: 40px;
	background:url('/images/head-mid.gif') repeat-x;
}

#login_content {
	background-color:#ebebeb;
	float:left;
	width: 100%;
	padding-bottom: 10px;
	font-family:Calibri;
	font-size:10pt;	
}

input[type=text], input[type=password] { 
	border:1px solid #808080;
	padding:1px;
	font-family:Calibri;
	width:120px;
	font-size:10pt;
}

input[type=submit],input[type=button]{
    font-size:10pt;
    font-family:Calibri;
    width:100px;
}

select {
	border:1px solid #808080;
}

.user_form p{
    margin:5px 0 10px 0;
}

.report_table{
    width:100%;
    position: relative;	/* to capture the absolutely positioned table header */
/*	padding-top: 25px;	/* space for the column heads */
	margin: 0 auto;
	height:480px;
}

.innerframe {
    clear: both;
	overflow: scroll;	
	width: auto;	
	height: 470px;		/* height is required */
    margin: 0 auto;
/*    overflow-x: hidden;*/
}

.btn{
    margin:0 0 0 170px;
/*    font-size:10pt;*/
}

div.auto_complete {
    width: 350px;
    background: #fff;
}
div.auto_complete ul {
    border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
    cursor:hand;
}
div.auto_complete ul li {
    margin:0;
    padding:3px;
}
div.auto_complete ul li.selected {
    background-color: #ffb;
}
div.auto_complete ul strong.highlight {
    color: #800; 
    margin:0;
    padding:0;
}




/************************************************
	Standard Table
************************************************/
table.standard {
	width:98%;
	font-size: 10pt;
	border:1px solid #FFF;
/*	cellspacing:0;*/
    background-color: transparent;
}

table.standard caption {
	font-size:9pt;
	font-weight:bolder;
	color:#000;
	padding-bottom:2px;
	padding-top:6px;
}

table.standard thead {
	font-size:8pt;
	background-color:#333399;
	color:#FFF;
	border-bottom:1px solid #FFF;
	overflow: auto;
}

table.standard thead tr {
/*	pos ition: absolute;	/* throws the header out of the table */
	top: 0px;
	left: 0px;
}

table.standard thead th {
/*	over flow: auto;*/
	padding:4px;
	text-align:left;
/*	wi dth: 13%;*/
	white-space: nowrap;
	
}

table.standard thead th a{
	color:#FFF;
}

table.standard tbody{
  overflow: auto;
  height: 280px;
  overflow-x: hidden;
  height: auto;
  font-size: 8pt;
}

table.standard tbody td {
	padding:2px 4px;
	text-align:left;
}

table.standard tr.shade {
	background-color:#FFF;
}

table.standard td.row_header {
	background-color:#333399;
	color:#FFF;
/*	font-size:1.0em;*/
	border-right:1px solid #FFF;
	white-space:nowrap;
}

ul.standard {
	text-align:left;
}

ul.standard li {
	margin-left:10px;
	font-size:8pt;
}

/************************************************
	Standard Form
************************************************/
form.standard {
	text-align: left;
}

form.standard fieldset legend {
	font-size: 14pt;
	font-weight: bold;
}	

form.standard p {
	margin: 10px 0;
	clear:left;
}

form.standard p span {
	font-style: italic;
	color: #666;
}

form.standard label {
	float:left;
	width:160px;
	text-align:right;
	padding-right:10px;
}

form.standard label span {
	color: #FF0000;
}
/*
form.standard div.btn {
	margin-left:150px; 
}
*/
/************************************************
	Popup Form
************************************************/
form.popup input select{
	text-align:left;
}

form.popup p {
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}

form.popup label {
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
}


/************************************************
	Thickbox confirmation links
************************************************/
#confirm_buttons a {
	padding: 0 3.5em;
}

/************************************************
	Form errors
************************************************/
.fieldWithErrors {
  padding: 2px;
  margin: 0 1px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 382px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  text-align: left;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 15px 0 5px 0;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: none;
}

.validation_error{
    font-weight: bold;
    color:red;
}

/************************************************
	At a glance
************************************************/
#at_a_glance {
	float:left;
}

#at_a_glance .graph {
	float:left;
	padding:10px 40px
}



/************************************************
	Dashboard
************************************************/
#main_content div.stats {
/*	wi dth:150px;*/
	float:left;
	padding:0 5px;
	font-weight: bold;
	margin:5px 30px;
	text-align:center;
    cursor:pointer;
}

#stat_selector {
	padding-bottom: 10px;
	float: right;
}

#report_selector {
	float: right;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
}


ol.stat {
	list-style:none;
	margin:0;
	padding:0;
	clear:right;
}

.stat li {
	float:left;
	cursor: move;
	padding:3px;
	margin:3px;
	font-weight: bold;
	border:1px solid #DDD;
}

.stat li.active {
	float:left;
	cursor: move;
	padding:3px;
	margin:3px;
	font-weight: bold;
	border:1px solid #BDBEC0;
	background-color:#ECECEC;
}

.delete_icon {
/*	float:right;*/
	position:relative;
	top:-6px;
}

.delete_icon a {
	padding: 0 0 0 2px;
}

.drag_handle {
	width:246px;
	background-color:#FFF;
	padding:2px;
}

.drag_handle img {
	float:right;
}

/************************************************
	Reporter
************************************************/
#select_columns_widget {
	width: 640px;
	position: relative;
	margin: 5px 0 5px 0;
}

#available_columns {
	position: absolute;
	top: 0px; left: 320px;
}

#custom_report_columns, #unused_custom_report_columns {
	height: 200px;
	width: 310px;
	background-color: #fff;
	border: 1px solid #000;
	overflow-x: hidden;
	overflow-y: scroll;
}

#custom_report_columns li, #unused_custom_report_columns li {
	padding: 1px 0 1px 3px;
	border: 1px solid #333;
	margin: 2px;
	background-color: #eee;
	cursor: move;
}

/***********************
	Reports
************************/
#report_nav {
	list-style: none;
}
#report_nav li {
/*	float: left;*/
	padding: 5px 15px 5px 0;
	display:inline;
}

.instructions {
	font-style:italic;
	padding-bottom:10px;
}

.clickable {
	cursor: pointer;
}

/************************

************************/
.greyed {
	color: #999999;
}
.black {
	color: #000000;
}

/*.crud_list ul {
	margin:0; 
	padding:5px;
}*/
.crud_list ul li {
	margin:0; 
	margin-left:-5px; 
	list-style-type:none; 
	display:inline; 
	background:url(../images/bullet.gif ) no-repeat 10px 50%;padding:6px 25px; 
	line-height:20px;
	
}
.crud_list ul li a {
	color:#666E79; 
	text-decoration:none;
}
.crud_list ul li a:hover {
	color:#333; 
	text-decoration:none;
	
}
.crud_list tr td {
    border-bottom:1px solid #cccccc;
}
.crud_list_info {
	text-align:left;
	font-weight:bold;
	margin:15px 0;
	display:inline;
}
.help{
	font-size:8pt;
}
.star{
	color:#FF0000;
	font-size:8pt;
}
.no_results{
	font-weight:bold;
	color:green;
	font-size:9pt;
}
.reporter_welcome_page{
	text-align:center;
	font-weight:bold;
	margin:210px 0;
}

/***********************
	created by Dhaval on 02/19/08
************************/
.content_heading{
    font-size: 11pt;
	font-weight: bold;
	margin:15px 0 0 5px;
}

.content_text{
    margin:10px 0 20px 20px;
}

.content_text_default{
    margin:5px 0 5px 0;
}

.content_images{
    margin:20px 0;
}

.content_bullet{
    margin:10px 0 20px 30px;
}

.content_bullet li{
    background:url(../images/bullet.gif) no-repeat 10px 50%;padding:6px 25px; 
}

.punch_line{
    font-style:italic;
}

.punch_line span{
    font-size:13pt;
    font-style:normal;
    text-align:center;
    font-weight:bold
}

.search{
    font-size:9pt;
    font-weight:lighter;
}