﻿body
{

}

H1
{
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	font-family: Tahoma;
}
H2
{
	color: #333333;
	font-size: 10px;
	font-weight:bold;
	font-family: Tahoma;
}

 
/* CLASSES */

.blockElementCentered 
{
	margin-left:auto;
	margin-right:auto;
}
.dataGridItem 
{
	text-align:left;
}
.dataGridAltItem 
{
	background-color:#CCCCCC; /*#FFEBCD;*/
	text-align:left;
}

.adminGridHeading 
{
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	font-family: Arial;
	margin-top: 0px;
}
.adminGridHeading a:link 
{
	text-decoration:underline;
	color : #000000;
}
.adminGridHeading a:visited 
{
	text-decoration:underline;
	color : Navy;
}
.adminGridHeading a:hover
{
	text-decoration:underline;
	color : #333333;
}
.adminGridHeading a:active 
{
	text-decoration:underline;
	color : #333333;
}
.formtext
{
	font-size: 10px;
	color:#1A1A1A;
	font-family: Verdana, Arial;
	margin-top: 0px;
	text-align:right;
}

.MultiPage
{
	background-color: #E7E7E7;
	overflow:visible;
	position:relative;
	padding:10px;
	top:-3px;
	z-index:98;
	width:auto;
	height:auto;
}

.SinglePage
{
  background-color:White;
  overflow:visible;
  position:relative;
  padding:10px;
  top:-3px;
  z-index:98;
  border: 1px solid #a4aab6;
  width:auto;
}

.stdtext,  .stdtext select
{
	font-size: 10px;
	color:#333333;
	font-family: Verdana, Arial;
	margin-top: 0px;
    }

.reports_hack {}

.reports_hack a
{
	font-size: 10px;
	color:#000000;
	font-family: Verdana, Arial;
	margin-top: 0px;
}

input[disabled]
{
    font-size: 10px;
    color:Gray;
    font-family: Verdana, Arial;
    margin-top: 0px;
}

.warningText
{
    font-size: 10px;
    color:Red;
    font-family: Verdana, Arial;
    margin-top: 0px;
}

#admin_box_panel_left{
	float: left; 
	width: 166px; 
	height: 100%; 
	vertical-align: top;
	margin-right: 1px;
}

#admin_menuheading_left {
    height: 20px;
    width: 130px;
    text-align:center;
}

#admin_scroll_menu_left {
    height: 140px;
    width: 130px;
    border: solid 1px #e4e4e4;
    padding:10px 0 10px 0;
    /*overflow: scroll;*/
}


#admin_box_panel_right{
	padding-left: 10px; 
	float:left; 
	padding-top: 10px; 
	margin-right: auto;
	width:auto;
	height:auto;
}

#admin_box_panel_right select, span {
    font-size: 10px;
    color: #505050;
    font-family: Verdana, Arial;
    margin-top: 0px;
}

#admin_box_Panel_right input, textarea, select
{
 font-size:12px;
 color:black;
 font-family: Arial, Verdana;
    }


#admin_box_panel_right td {
    font-size: 10px;
    color:Navy;
    font-family: Verdana, Arial;
    margin-top: 0px;
    /*text-align:right;*/
}

.clear {
    clear:both;
}

.topborder {
    width: 985px; 
    height:10px; 
    margin-right: auto;
}

.adminmenu {
    width: 160px; 
    float:left; 
}

.maincontentpanel {
    width: 775px; 
    padding: 5px 5px 5px 5px;
    margin-right: auto;
    float:left; 
}

.bottompanel {
    width: 985px; height:10px; 
    margin-right: auto;  

}

.bottompanelimageleft {
    margin-top:15px;
    margin-left:5px;
    margin-bottom:5px; 
    float:left;
}

.bottompanelimageright {
    margin-top:15px; 
    margin-right: 5px; 
    float:right;
}

.style1
{
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial;
	margin-top: 0px;
	width: 267px;
}

.redheadertext
{
    font-size: 14px;
    color:Red;
    font-family: Verdana, Arial;
    margin-top: 0px;
}

.report_style1 {
	font-size: 12px;
	font-weight: bold;color:black;
}
.report_style2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
    border-bottom: solid 1px black;
}

.report_style3 {
	font-size: 12px;
	font-weight: bold;
	color:black;
    border-bottom: solid 1px black;
    color:black;
}

.report_style4 {
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    color:black;
}
.report_style5 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    color:black;
}

.report_style6 {
    border-left: solid 1px black;
    border-right: solid 1px black;
    color:black;
}
.HelpTree
{
    text-align:left;
    }
    
    .HelpPage td
    {
        vertical-align:top;
        }
        
    select.inputBig ,   input[type="text"].inputBig , .inputBig select, .inputBig input[type="text"]{ width: 300px;}
    table.trBig, .trBig td { width: 400px;}
    
/*combobox*/
	.ui-button { margin-left: -1px; }
	.ui-button-icon-only .ui-button-text { padding: 0.35em; } 

.MaxWidth160 { max-width: 160px;}
