﻿html, body 
{ 
    font-family:Arial,Helvetica,sans-serif;
    font-size: 11px; 
    height: 100%;
    margin: 0px;
    min-width: 800px;
}
body 
{
    background-color:#333;
    margin: 0px 10px 0px 16px;    
}
html
{
    
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    padding-top: 0;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-style: italic;
    border-bottom:1px dotted black;
    padding: 0 0 10px 0;
    color: #4E4E4E;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color:#009ED8;
}

.HeaderDiv
{
    background-color: #009ED8;  
    height: 64px;      
}

.HeaderDiv img
{
    float: left;
    margin-left: 10px;
}

.HeaderDiv img.Right
{
    margin-top: 0px;
    float:right;
}

#header
{
    margin: 0;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    /*margin-right: 20px;*/
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    float: none;
}

#footer
{
    padding-top: 2px;
    padding-bottom: 1px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    background-color: #009ED8;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 0.5em 0;
    _margin: 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 6px 10px;
    vertical-align: middle;
}

fieldset label, fieldset label.inline 
{
    display: inline-block;
    width: 180px;
    text-align: right;  
    margin-right: 10px;  
    vertical-align: top;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

fieldset p input
{
    width: 200px;    
}

fieldset p select
{
    min-width: 203px;
    width: auto;    
}

fieldset p.buttons input
{
    margin-left: 192px;
    padding: 0 4px 0 4px;
    width: auto;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="text"].narrowinput 
{
    width: 100px;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #eeeeee;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #eeeeee;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #eeeeee; 
  border: solid 1px #eeeeee;   
}

/* FIX for z-index bug in IE 6 & 7 using jdmenu
----------------------------------------------------------*/
#header, .MenuContainer, .jd_menu, .jd_menu ul, .jd_menu li
{
    z-index: 110;
}

div.splitter, #LeftPanelContainer, div.map, div#map
{
    z-index: 1;
}


/* PAGER
----------------------------------------------------------*/
.pager 
{
	margin:4px 2px;
	padding:1px;
	margin-left: 10px;
	display: inline;
	height: 20px;
}

.pager .disabled 
{
    border:1px solid #c0c0c0;
	color:#999;
	margin-top:2px;
	padding:1px;
	text-align:center;
}

.pager .current 
{
	background-color:#aaa;
	border:1px solid #eee;
	color:#fff;
	font-weight:bold;
	margin-top:2px;
	padding:1px 3px;
	text-align:center;
}

.pager span, .pager a
{
	margin: 2px 4px;
}

.pager a:link, .pager a:visited
{
    color: #ddd;
}

.pager a:hover
{
    border:1px solid #eee;
    background-color:#777;
    color: #eee;
}

.pager a 
{
	border:1px solid #c0c0c0;
	padding:1px 3px;
	text-align:center;
	text-decoration:none;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.MenuContainer
{
    /*margin-right: 20px;*/
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    float: left;
    font-size:1.1em;  
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.TableFooter
{
    vertical-align: middle;
    padding-top: 6px;
    height: 20px;
}
div.MenuContainer ul li.logonMenuItem
{
    float: right;
    
    font-family: sans-serif;
	color: #FFF;

	margin: 0px;
	padding: 0px 4px 0px 0px;	
	cursor: auto;	
    background-color: #6E5E5E;	
	border: 0px solid #444;
	line-height: normal;	
}
div.MenuContainer ul li.logonMenuItem div#logindisplay select
{
    border: none 0px White;
    background-color: #6E5E5E;
    color: White;
}

div.MenuContainer ul li.activeTab
{
    border-left: 1px solid #AAA;
	border-top: 1px solid #AAA;	
	border-right: 1px solid #AAA;	
    background-color: #FFF;
    color: #000;
}
div.MenuContainer ul li.activeTab a
{
    color: #000;
}

#tabs .ui-helper-reset, #subtabs .ui-helper-reset 
{
    line-height: 0.4;
}

div.maintenanceHolder table
{
    margin-left: 10px;
}

div.maintenanceHolder
{
    padding: 10px;
    overflow: hidden;
    width: auto;
}

div.maintenanceHolder fieldset
{
    _margin-top: -1em;
}

div.maintenanceHolder h2
{
    _padding-bottom: 0px;
}

ul.validation-summary-errors
{
    margin: 0;
}

div.states-groups-matrix
{
    float: right;
}

div.states-groups-matrix label
{
    width: auto;
}

div.states-groups-matrix select
{
    min-width: 200px;
    _width: 200px;
}

div.states-groups-matrix td, div.states-groups-matrix th
{
    padding: 2px;
    text-align: center;
}

fieldset p input[type="checkbox"]
{
    width: 1em;
}

.userFieldset
{
    float: left; 
    _width: 600px;
}

.rolesFieldset
{
    float: left; 
    margin-left: 20px;
}

div.info p
{
    margin-top: 0px;
    margin-bottom: 0px;
}

/* --- Jquery UI styling */

.fg-button { outline: 0; margin:0 4px 0 0; padding: 0 0.2em; text-decoration:none !important; cursor:pointer; text-align: center; zoom: 1; }

a.fg-button { float:left; }

/* remove extra button width in IE */
button.fg-button { width:auto; overflow:visible; }

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	

.fg-buttonset { float:left; }
.fg-buttonset .fg-button { float: left; }
.fg-buttonset-single .fg-button, 
.fg-buttonset-multi .fg-button { margin-right: -1px;}

.fg-toolbar { padding: .5em; margin: 0;  }
.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
.fg-toolbar .fg-button { font-size: 1em;  }

input#username, input#password
{
    width: 160px;
}

.centreLoadingAjax
{
    background: #ffffff url('images/ajaxloading.gif') no-repeat scroll center;    
    width: 320px;
    height: 240px;
}

#headerarrow {
  cursor: pointer;
  padding-left:4px;
}

#headerarrow img
{
    margin-top: 3px;
}

.maintenanceHolder a:link, .maintenanceHolder a:visited 
{
	color: #009ED8;
	text-decoration: none;
}
.maintenanceHolder a:hover, .maintenanceHolder a:active 
{
	color: #009ED8;
	text-decoration: underline;
}
