﻿body {
  background-color: #fff;
  font-family: 'Tahoma', sans-serif;
  font-size: 12px;
  height: 100%;
  font-size: 12px;
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  background-image: url('images/background.png');
  background-repeat: repeat;
}

/* Containers */

#container {
  min-height: 100%;
  margin: 0 auto;
  width: 980px;
}

/* Header */

#header {
    height: 50px; 
    margin-top: 10px;
}

#header img
{
    height: 40px;
    width: 212px;
    float: left;
}

#userinfo .intro {
  color: #282828;
  font-size: 13px;
  display: inline;
  float: right;
  margin-top: 7px;    
}

/* Primary navigation */

#nav-primary {
    height: 30px;
    background-color: #005CB2;
    border-bottom: 1px solid #55AEFF;
}

input:focus {
  outline: none;
}

/* Content */

.breadcrumb
{
    color: #282828; 
    font-size: 13px;
    padding-bottom: 12px;
    padding-left: 2px;
}

#content 
{
    min-height: 400px;
    padding: 10px 0;
}

/* Footer */

#footer 
{
    padding-top: 16px;
    border-top: 2px solid #005CB2;
    text-align: center;
    color: Gray;
}

/* Styles */

.reports div
{
    margin-bottom: 7px;
}



h1, h2, h3, h4, h5, h6 {
  color: #282828;
  line-height: 32px;
}

h1 {
  font-size: 20px;
  text-shadow: 0 1px 0 #fff;
}

h2 {
  font-size: 18px;
  margin: 16px 0;
  text-shadow: 0 1px 0 #fff;
}

h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 12px }

p { text-align: justify }

p, blockquote, pre {
  color: #282828;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
}

p.small-bottom-margin
{
    margin-bottom: 10px;
}

p.no-bottom-margin
{
    margin-bottom: 0px;
}

p.align-right
{
    text-align: right;
}

.right
{
    text-align: right;
}

.float-left
{
    float: left;
}

p.align-center
{
    text-align: center;
}

blockquote {
  border-left: 4px solid #999;
  font-style: italic;
  margin-left: 16px;
  padding-left: 16px;
  text-align: justify;
}

pre {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: monospace;
  overflow: auto;
  padding: 16px;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

strong { font-weight: bold }
em { font-style: italic }

.clear { clear: both }
a:focus { outline: none }

#DataTable_processing
{
    margin-top: 8px;
    position: absolute;
    height: 30px;
    width: 32px;
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    color: #222222;
    line-height: 2.2;
    text-indent: 45px;
    border: none;
    margin-left: 7px;
    left: 0;
}

#DataTable_filter
{
    padding: 5px 5px 3px 0;    
}

#DataTable_info
{
   padding: 8px 0 5px 5px;   
}

#DataTable_paginate
{
    padding: 5px 0 5px 5px;    
}

#DataTable_wrapper td
{
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}

#DataTable1_wrapper td
{
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}

#DataTable2_wrapper td
{
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
}

.dashboard-image-container
{
    text-align: center;
    padding-top: 130px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: block;
}