﻿body
{
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
}

hr
{
	border:solid 1px #BBCCFF;
}

/***** General Forms Layout *****/
#divContent h3
{
	font-size: 16px;
}
#divContent h3proxy
{
	font-size: 16px;
}

#divContent .notice
{
	padding: 5px;
}

#divContent .dataSection
{
	padding-left:5px;	
}

#divContent .dataSection .dataLabel
{
	display:inline-block;
	text-align:right;
	vertical-align:top;
	width:175px;
	height: 20px;
}
#divContent .dataSection .dataValue /* Works for ASP.NET labels but not text boxes */
{
	display:inline-block;
	text-align:left;
	width:300px;
	font-weight: bolder;
	height: 20px;	
}
#divContent .dataSection .dataMemoValue /* Multiline text "label" */
{
	display:inline-block;
	text-align:left;
	width:600px;
	font-weight: bolder;
	height: 40px;	
}
#divContent .dataSection input		/* ASP.NET textbox! */
{
	display:inline-block;
	text-align:left;
	width:300px;
	font-weight: bolder;
}
#divContent .dataSection textarea		/* ASP.NET Multiline textbox! */
{
	display:inline-block;
	text-align:left;
	width:600px;
	font-weight: bolder;
	height:40px;	
}
#divContent .dataSection .dataValue input 		/* ASP.NET checkbox! */
{
	display:inline-block;
	text-align:left;
	width:20px;
	font-weight: bolder;
}
#divContent .dataFooter
{
	text-align: center;
	width: 450px;
}
#divContent .dataFooter .button
{
	width: 100px;
}
.validationMessage
{
	color:Red;
}
.searchCriteria
{
	width: 700px;
}
.extraSpace
{
	padding-left:15px;
}

/***** Banners *****/
#LoginBanner
{
	background-repeat:repeat-x;
	background-image:url('../../Images/HeaderBackground 130.png');
}
#AdminBanner
{
	background-repeat:repeat-x;
	background-image:url('../../Images/HeaderBackground 90.png');
}

/***** Headers & Footers ****/
#Header
{
	font-family: Arial;
	font-weight:bold;
}
#Footer
{
	text-align:center;
	margin-top: 20px;
	width : 100%;
	font-size: 10px; 
}
.HomeRibbon
{
	margin-top:10px;
}
.HomePageTitle
{
	font-size: 20px;
}
#divSiteMapPath  
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	border-style: solid;
}


/*****  Home Page *****/
#HomePage h1
{
	color:black;
    font-size: 15px;
    font-weight: bold;
	margin: 2px;
}
#HomePage h2
{
	font-size:12px;
	margin: 3px;
}
#HomeTable
{
	width: 95%;
	border-collapse:collapse;
	margin: 15px;
}
#HomeTable td
{
	border:2px #BBCCFF solid;
	padding: 8px;
	vertical-align:top;
}
#HomeTable .col1
{
	width: 125px;
}
#HomeTable .col1 span
{
	color:gray;
    font-size: 10px;
}
#HomeTable ul 
{
	padding: 0px 15px 0 0px;
	margin: 0px;
}
#HomeTable li
{
	display: inline;
	float: left;
	width: 225px;
	padding: 0px 15px 5px 0px;
}
#HomeTable .AspLinkButton
{
	margin-left:20px;
}


/*****  Login Page *****/
#LoginPage
{
	position:relative;
	width:900px;
	min-width:600px;
	height:400px;
}
#LoginPage #Header
{
	font-size:18px;
	font-weight:bold;
	color:#337799;
}

.LoginHeader
{
	font-size:18px;
	font-weight:bold;
	color:#337799;
}

#LoginPanel				/* Left panel */
{
	position:absolute;
	top:0;
	left:15px;
}
#LoginPanel .labelcell	/* label spacing */
{
	width:80px;
	padding-left:10px;
}
#LoginPanel .datacell	/* username & password spacing */
{
	width:240px;
	height:30px;
}
#LoginPanel input		/* username & password TextBoxes */
{
	width:80%;
	font-weight: bolder;
}
#LoginPanel .ButtonCell		/* Login button spacing */
{
	height:40px;
}
#LoginPanel .ButtonCell input		/* Login button control */
{
	font-weight: normal;
	width:auto;
}
#LoginPage #AnnouncementPanel			/* Right panel */
{
	position:absolute;
	top:0;
	right:0;
	left:400px;						/* This line is for IE6 & 7 - grrr! */
}
#LoginPage #AnnouncementFrame
{
	width:450px;
	height:340px;
}


/*****  Agency Settings Page *****/
div#AgencySettings h3
{
	font-size:15px;
}
div#AgencySettings table.outer
{
	width: 95%;
	border-collapse: collapse;
	margin: 15px;
}
div#AgencySettings table.outer td
{
	border: 2px #BBCCFF solid;
	padding-top: 5px;
}
div#AgencySettings table.inner td
{
	border-style:none;
}
div#AgencySettings .col1
{
	width: 125px;
	padding-top:5px;
	padding-left:5px;
}
div#AgencySettings .Name
{
	width: 220px;
	font-weight:bold;
}
div#AgencySettings .Value
{
	width: 100px;
	font-weight:bold;
}
div#AgencySettings .Info
{
	width: 600px;
}

/*****  DemoRequest Page  *****/
#DemoRequestContactInfo
{
	color:Gray;
}


/***** ManageDevices Page *****/
#divContent .dataSection .dataLabelLeft
{
	display:inline-block;
	text-align:left;
	width:100px;
	height: 20px;
}


/***** ServiceAgreements Page *****/
.h3serviceagreement
{
	font-size: 16px;
	font-weight:bold;
	display: block;
	margin: 5px;
}
.TermsText
{
	width: 70%; 
	height: 400px; 
	overflow: auto;
	border-style: solid;
	border-color:Gray;
	border-width:1px;
	padding: 10px;
}
.TermsAccept
{
	width:70%;
	text-align:center;
}
