body, html {
	width: 100%;
	height: 100%;
	margin: 0;
    padding: 0;	
 	overflow: hidden;
}

/* For dojo 1.6 compatibility -- minic the dojo claro 1.5 settings */
body.pwa {
    color: #131313;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.688em;
}

/* Workaround for http://bugs.dojotoolkit.org/ticket/11528 */
.dj_ie body.pwa .dijitTextBox INPUT {
        font-family: Verdana,Arial,Helvetica,sans-serif !important;    
}

/* Disable the chrome highlight on active elements */
*:focus {
        outline: none;
}

h2, h3, p {
    margin-top: 0.6em;
    margin-bottom: 0.4em;
}

.dojoxGrid table
{
    margin: 0;
}
.claro td.dojoxGridCell
{
    padding: 3px 0;
}

fieldset
{
    border: 1px solid #333;
    margin-bottom: 1em;
    padding: 1em;
}
        
/***
 * BEGIN: Styling for forms laid out with paragraph tags 
 */
.p-form p
{
    margin-bottom: 0.66em;
}

.p-form label
{
    display: block;
    float: left;
    width: 10em;
}

.p-form .dijitCheckBox + input + label
{
    display: inline;
    float: none;
}

form.jsfe-app-config label
{
    width: 12em;
}

.p-form p.checkbox label 
{
    float: none;
    display: inline;
}

.p-form legend input
{
    font-weight: bold;
}

.p-form .connections label
{   
    width: 13em;
}

.p-form .auth label
{
    width: 12em;
}

.p-form .activedirectory label
{
    width: 12em;
}

.p-form fieldset
{
    border: 1px solid #333;
    margin-bottom: 1em;
    padding: 1em;
}

form .logo-preview
{
    float: right;
    max-height: 50px;
}

.adminButtonFooter
{
    padding-top: 5px; 
    border-top: 1px solid grey; 
    margin-top: 5px;
}

/*
 * END
 ***/

div.errors,
div.login
{
    width: 400px;
    padding: 8px;
    margin: 0 auto;
}

div.errors
{
    color: #522;
    text-align: center;
}

#preloader 
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 999;
    background-color: #fff;    
}

#preloader p.loader-message
{
    background: #fff url('Images/loading.gif') no-repeat top center;
    padding-top: 40px;
    text-align: center;
    position: absolute;
    
    width: 100%;
    top: 50%;
    left: 0;
}

#centerLoader
{
    background: transparent url('Images/loading.gif') no-repeat center center;
}

h2 {
    font-size: 150%;
}

div.login
{
    margin-top: 2em;
    background-color: rgb(248, 243, 214);   
    border: 1px solid rgb(43,24,17);
}

div.login table td
{
    padding-bottom: 5px;
}

div.login label
{
    padding-right: 5px;
}

#outer {
	width: 100%;
	height: 100%;
}

#top {
	height: 110px;
	padding: 0;
	background-color: rgb(248, 243, 214);
		
}

#left {
	width: 217px; /* logo width */
	background-color: rgb(248, 243, 214);
	padding: 0;
}

#logo { /*
	width: 217px;
	height: 16px;
	background-image: url('Images/logo.png');	
*/
}

#logindisplay {
   margin-top: 5px;
}

#banner {
	background-color: white;
	position: absolute;
	left: 250px;   /* logo width */
	top: 10px;
	right: 0px;
	height: 100px;
	padding: 0;
}

#left .dijitAccordionContainer .dijitContentPane {
	padding: 0;
}

#left .dijitAccordionContainer .dijitMenu {
	width: 100%;
	border: none;
}

ul.inner li {
	padding: 2px 8px;	
}

ul.inner li:hover {
	background-color: mistyrose;
}

#center 
{
	background-color: rgb(248, 243, 214);
}

/**
 * Add some decor to the banner
 */
#banner .left-edge {
	position: absolute;
	top: 0;
	left: 0;	
	width: 100px;
	height: 100px;
	background: transparent url('Images/banner-left-circle.png') no-repeat left top;	
}

#banner div.content {
	position: absolute;
	top: 0;
	left: 100px;
	right: 100px;
	height: 100px;
}
	
#banner div.content .title {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 150%;
}

.sc {
	font-variant: small-caps
}

#banner div.content .subtitle {
	margin-top: 10px;
	display: block;
	text-align: center;
}

#banner .right-edge {
	position: absolute;
	top: 0;
	right: 0;	
	width: 100px;
	height: 100px;
	/* background: transparent url('Images/banner-right.png') no-repeat left top; */	
}
.StatusReportsPlugin p
{
    padding-top: 1em;
    padding-bottom: 1em;
}
.StatusReportsTable {
    border: 1px solid lightBlue;
    padding: 5px;
    background: white;
    margin-top: 20px;
    margin-bottom: 20px;
}
.StatusReportsTable th {
    padding: 10px;
    background:  #E5EDF4;
}
.StatusReportsTable td {
    padding: 10px;
    border: 1px solid lightBlue;
}