/**************************************************************************************************
 * Main Site Layout
 **************************************************************************************************/

body{ /* Main body of the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	font-size: 11px;
	line-height: 15px;
    height: 100%;
    /*
	margin: 4px 1%;
	padding-top: 0px;
	min-width: 970px;
    */
}

#wrapper {
    left: 0;
    width: 100%;
}
/*
#wrapper{
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 0px auto;
	min-width:770px;
}
*/
.centerpanel { /* Main panel the page; used in header, body, and footer */
    /*margin: 0px; /* Center page */
    margin-left: auto;
    margin-right: auto;
}
.contentbody { /* container for main content of page */
    margin: 0px 0px 5px 0px;
    text-align: center;
    position: relative;
}

.page { /* main content of page */
    text-align: left; 
    /*margin: auto; */
    /*background-color: #FFFFFF; DO NOT UNCOMMENT THIS! THIS BREAKS THE TITLE TEXT FOR THE PAGE -- Daryl W.*/
}

.userInfoPanel {
    /*color: #FFF;*/
    color: #006C07;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
}

.loginfields { /* Login fields on Login.aspx */
    margin-top: 80px;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    display: block;
    line-height: 25px;
    float: left;
}

.loginButton{
    cursor:pointer;
    padding: 0px 4px;
    height: 24px;
    border: 1px solid #333333;
    background-color: #006C07;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    float: right;

}

/* Create border for login table */

.loginTable {
	width:99%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

.loginTable td {
    font-size: 10px;
	border-top: 1px none #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px none #999;
    text-align: left;
}

.labelCell {
    background-color: #E6E6E6;
    width: 134px;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif !important;
    border-left: 1px solid #999 !important;
}

.submitCell {
    background-color: #CCDDCD;
    border-left: 1px solid #999 !important;
}

.textCell {
    border-right: none !important;
    width: 210px;
}

.hideCell {
    border: none !important;
}


.versionheader { /* Welcome message in header */
    margin: 0px;
    height: 30px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    display: block;
    line-height: 30px;
    padding-left: 70px;
    padding-right: 2px;
    text-transform: uppercase;
    text-align: right;
}

/**************************************************************************************************
 * Global Search Box
 **************************************************************************************************/
.sitesearch { /* container for global search box */
    width: 185px;
    float: right;
}

.searchtext { /* text box for global search */
    float: left;
}

/**************************************************************************************************
 * Presentation Title
 **************************************************************************************************/
.title { /* Presentation Title Container */
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color: #005106;
    margin: 30px 0px 5px 0px;
    border-bottom : 1px dashed #999;
    background-color: #ECEAE6;
    padding: 3px;
}

.title img { /* If there is an image for the presentation */
    height: 32px;
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
}

.titlepopup { /* presentation title container in popup*/
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #575757;
	margin: 0px;
	padding-bottom: 10px;
}
.titlepopup  div {
    border-bottom : 1px dashed #575757;
	width: 100%;
}

.breadcrumb { /* Breadcrumbs above the title */
    font: bold 12px Verdana,Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #575757;
    margin: 0px 0px 5px 0px;
}

/**************************************************************************************************
 * Footer
 **************************************************************************************************/
#footer { /* footer container */
	font-size: 9px;
	color: #666666;	
	clear: both; 
	background-color: #F0F0F0;
	padding: 0px;
	margin: 0px auto;
	min-width:770px;
	display: block;
}

#footer a{
	font-size: 10px;
    font-weight: normal;
	color: #666666;
}
#footer a:visited{
	font-size: 10px;
	color: #666666;
}
#footer a:hover{
	font-size: 10px;
	color: #333333;
}

.footer img { /* POSSE logo in footer */
    border: none;
    float: right;
    margin: 0px;
}

.footertext { /* copyright in footer */
    color:#575757;
    font: 12px Calibri,sans-serif;
    font-weight: bold;
    display: block;
    line-height: 54px;
    float: left;
}

/**************************************************************************************************
 *  To Do List
 **************************************************************************************************/
#todolist { /* extJS To Do List */
    margin-top: 10px;
}

span.toDoHeader { /* from global */
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #575757;
    border-bottom: 1px dashed #999;
	display: block;
}

div.toDoLabel {
        padding-bottom: 5px;
        color: #575757;
	font-weight: bold;
	float: left;
	width: 100px;
	clear: both;
}

div.toDoField { /* from global */
	font-weight: normal;
	color: #575757;
	float: left;
	width: 300px;
}
.toDoButtonContainer  .button { /* make buttons on the todo list loook better */
    float: left;
    clear: both;
    margin-top: 15px;
}

/**************************************************************************************************
 * Misc layout
 **************************************************************************************************/
#fullPageMapC ontrol { /* map container */
    width: 100%;
    height: 100%;/*687px;*/
    border: 1px solid #575757;
}

#AddressSearchMap { /* map container */
    position: relative;
    width: 650px;
    height: 600px;
    border: 1px solid #575757;
}

ul.mapSearchOptionList { /* map options list */
    list-style: none;
}

ul.mapSearchOptionList li { /* map options list item */
    margin: 4px 0 4px 0;
    height: 18px;
}

ul.mapSearchOptionList li a { /* map options list item link*/
    background: url(../images/icons/searchicon16.png) top left no-repeat;
    padding-left: 20px;
    height: 18px;
}

/**************************************************************************************************
 * Help Icon
 **************************************************************************************************/
.helpicon { 
    width: 185px;
    float: right;
    text-align: right;
}

/**************************************************************************************************
 * Reports
 **************************************************************************************************/
.ReportPane {
  height: 100%;
  width: 100%;
}

td.ReportPane {
  height: 550px;
}