body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
}

/*
 *	PANES & CONTENT-DIVs
 */
.ui-layout-pane { /* all 'panes' */
	background:	#FFF; 
	border:		1px solid #BBB;
	/* DO NOT add scrolling (or padding) to 'panes' that have a content-div,
	   otherwise you may get double-scrollbars - on the pane AND on the content-div
	*/
	padding:	6px;
	overflow:	auto;
	}
	/* (scrolling) content-div inside pane allows for fixed header(s) and/or footer(s) */
	.ui-layout-content {
		padding:	6px;
		position:	relative; /* contain floated or positioned elements */
		overflow:	auto; /* add scrolling to content-div */
	}

/*
 *	RESIZER-BARS
 */
.ui-layout-resizer	{ /* all 'resizer-bars' */
	background:		#DDD;
	border:			1px solid #BBB;
	border-width:	0;
	}
	.ui-layout-resizer-drag {		/* REAL resizer while resize in progress */
	}
	.ui-layout-resizer-hover	{	/* affects both open and closed states */
	}
	/* NOTE: It looks best when 'hover' and 'dragging' are set to the same color,
		otherwise color shifts while dragging when bar can't keep up with mouse */
	.ui-layout-resizer-open-hover ,	/* hover-color to 'resize' */
	.ui-layout-resizer-dragging {	/* resizer beging 'dragging' */
		background: #C4E1A4;
	}
	.ui-layout-resizer-dragging {	/* CLONED resizer being dragged */
		border-left:  1px solid #BBB;
		border-right: 1px solid #BBB;
	}
	/* NOTE: Add a 'dragging-limit' color to provide visual feedback when resizer hits min/max size limits */
	.ui-layout-resizer-dragging-limit {	/* CLONED resizer at min or max size-limit */
		background: #E1A4A4; /* red */
	}

	.ui-layout-resizer-closed-hover	{ /* hover-color to 'slide open' */
		background: #EBD5AA;
	}
	.ui-layout-resizer-sliding {	/* resizer when pane is 'slid open' */
		opacity: .10; /* show only a slight shadow */
		filter:  alpha(opacity=10);
		}
		.ui-layout-resizer-sliding-hover {	/* sliding resizer - hover */
			opacity: 1.00; /* on-hover, show the resizer-bar normally */
			filter:  alpha(opacity=100);
		}
		/* sliding resizer - add 'outside-border' to resizer on-hover 
		 * this sample illustrates how to target specific panes and states */
		.ui-layout-resizer-north-sliding-hover	{ border-bottom-width:	1px; }
		.ui-layout-resizer-south-sliding-hover	{ border-top-width:		1px; }
		.ui-layout-resizer-west-sliding-hover	{ border-right-width:	1px; }
		.ui-layout-resizer-east-sliding-hover	{ border-left-width:	1px; }

/*
 *	TOGGLER-BUTTONS
 */
.ui-layout-toggler {
	border: 1px solid #BBB; /* match pane-border */
	background-color: #BBB;
	}
	.ui-layout-resizer-hover .ui-layout-toggler {
		opacity: .60;
		filter:  alpha(opacity=60);
	}
	.ui-layout-toggler-hover , /* need when NOT resizable */
	.ui-layout-resizer-hover .ui-layout-toggler-hover { /* need specificity when IS resizable */
		background-color: #FC6;
		opacity: 1.00;
		filter:  alpha(opacity=100);
	}
	.ui-layout-toggler-north
	{
	    background: url(img/toggle-north.png) no-repeat;
		border-width: 0 1px; /* left/right borders */
	}
	.ui-layout-toggler-south 
	{
	    background: url(img/toggle-south.png) no-repeat;
		border-width: 0 1px; /* left/right borders */
	}
	.ui-layout-toggler-west {
	    background: url(img/toggle-west.png) no-repeat;
		border-width: 1px 0; /* top/bottom borders */
	}
	.ui-layout-toggler-east {
	    background: url(img/toggle-east.png) no-repeat;
		border-width: 1px 0; /* top/bottom borders */
	}
	/* hide the toggler-button when the pane is 'slid open' */
	.ui-layout-resizer-sliding  ui-layout-toggler {
		display: none;
	}
	/*
	 *	style the text we put INSIDE the togglers
	 */
	.ui-layout-toggler .content {
		color:			#666;
		font-size:		12px;
		font-weight:	bold;
		width:			100%;
		padding-bottom:	0.35ex; /* to 'vertically center' text inside text-span */
	}



/* remove padding and scrolling from elements that contain an Accordion OR a content-div */
.ui-layout-center ,	/* has content-div */
.ui-layout-south-center ,
.ui-layout-west ,	/* has Accordion */
.ui-layout-center P.ui-layout-content {
	line-height:	1.4em;
	margin:			0; /* remove top/bottom margins from <P> used as content-div */
}
.ui-layout-north
{
    margin: 0;
    padding: 0;
    background-color: #002D56;
    overflow: hidden;
}
.ui-layout-south 
{
	margin: 0;
	padding: 4px 10px 4px 10px;
}
.ui-layout-center-east
{
    margin: 0;
    padding: 0;
}

/* Left Menu */
ul.leftSubMenu, ul.leftSubMenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.leftSubMenu a {
  display: block;
  text-decoration: none;	
}

ul.leftSubMenu li {
  margin-top: 1px;
}

ul.leftSubMenu li a {
  background: #ccc;
  color: #000;
  padding: 4px 4px 4px 20px;
}

h3, h4 { /* Headers & Footer in Center & East panes */
	font-size:		1.1em;
	background:		#EEF;
	border:			1px solid #BBB;
	border-width:	0 0 1px;
	padding:		7px 10px;
	margin:			0;
}

.headerWelcome .deviceCount a:link, .headerWelcome .deviceCount a:visited, .headerWelcome .deviceCount a:hover, .headerWelcome .deviceCount a:active {color: Black; text-decoration:none;}
.headerWelcome #deviceTotals {min-width:165px;float:left;display:block;text-align: right;padding-right: 7px;}
.headerWelcome #deviceActive {width:100%;display:block;}
.headerWelcome #deviceInventory {width:100%;display:block;}

.headerWelcome a:link {color: White;} 
.headerWelcome a:visited {color: White;}
.headerWelcome a:hover {color: Yellow;}
.headerWelcome a:active {color: White;}

.topMenu a:link {color: White; text-decoration: none;} 
.topMenu a:visited {color: White; text-decoration: none;}
.topMenu a:active {color: White; text-decoration: none;}

.footerPanel
{
    font-size:small;
    text-align: right;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
    background-color: #002D56;
    color: White;
}
.footerPanel a:link {color: White;} 
.footerPanel a:visited {color: White;}
.footerPanel a:hover {color: Yellow;}
.footerPanel a:active {color: White;}

/* FORMS */

form.lpForm {
	width: 100%;
	font-size: 1.0em;
	color: #333;
}

form.lpForm legend {
	padding-left: 0;
	font-size:1.4em;
}

form.lpForm legend, form.lpForm label {
	color: #333;
}

form.lpForm fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background-color: #F8FDEF;
}

form.lpForm fieldset fieldset {
	background: none;
}

form.lpForm fieldset p, form.lpForm fieldset fieldset {
	padding: 5px 10px 7px;
}

form.lpForm label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

.lpForm .field-validation-error 
{
    color:Red; font-style: italic; font-size:smaller;
}

.pnForm .field-validation-error 
{
    color:Red; font-style: italic; font-size:smaller;
}

div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.lpForm .gray * { color: gray; }
form.lpForm fieldset {
	margin-bottom: 10px;
}

form.lpForm legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.lpForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.lpForm fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.lpForm fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.lpForm fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.lpForm fieldset fieldset label {
	display: block;
	width: auto;
}

form.lpForm label { width: 25%; } /* Width of labels */
form.lpForm fieldset fieldset label { margin-left: 25%; } /* Width plus 3 (html space) */
form.lpForm label.error {
	margin-left: 25%;
	width: 50%;
}

form.lpForm input.submit {
	margin-left: 25%;
}

form.lpForm fieldset table tbody tr td .error 
{
    margin-left: 0px;
	width: 100%;
}

/* DETAIL VIEW CLASSES */

.lpDetailView
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	width: auto;
	height: auto;
	float: left;
	color: #000000;
	display: inline;
	text-align: left;
}

.lpdvHeader 
{
}

.lpdvRow
{
	width: 100%;
	height: auto;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;    
}

.lpdvLabel
{
	width: 38%;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	height: auto;
	display: inline;
}

.lpdvField
{
    font-weight:bold;
	width: 58%;
	height: auto;
	padding-left: 10px;
	float: left;
	color: #000000;
	display: inline;
	text-align: left;    
}

.lpdvFieldLink 
{
    float: right;
    display: inline;
}

/* Map Overlay */
table.mapContext
{
    background: transparent;
}

td.mapContext
{
    text-align:left;
    height:22px;
}

.mapContext tr td hr
{
    margin:0px; 
    padding:0px;
}
