﻿
/* Single-page application */
body, html 
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.pageWrapper
{
    margin: 0 3% 0 3%;
    width: 94%;
}

.columnOne
{
    text-align: left;
}
#ali-header-nav > table
{
    width:100%;
    height:100%;
}
#ShadowBoxFtr
{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    clear: both;
    float: none;
    height: auto;
    margin: 5px auto;
    overflow: hidden;
    padding: 5px;
    width: 958px !important;   
}
#ShadowBoxFtr div.CopyrightNav
{
    background-color: #CEC1AF;
    color: #2D1B05;
    font-size: 11px;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 958px;
}

/* Add PDF icon to links that have .pdf extension */
a[href$=".pdf"]
{
    background-image: url('images/pdf_icon.png');
    background-repeat: no-repeat;
    padding-left: 20px;
}

/* Page Classes */
.pwa #borderContainer 
{
    width: 100%;
    height: 100%;
}
.pwa .pwaContentPane
{
    min-width: 300px;   
}
.pwa #freeFormText
{
    width:99%;
    height:98%;
    resize: none;
}
.pwa .dojoxFileInput
{
    margin-top: 4px;
    margin-left: 2px;
}

/* Map Related Classes */
.pwa #map 
{
    padding: 0;
}

.pwa .toolbar
{
    z-index:5;
    position: absolute;
}
.pwa .toolbarMuni
{
    top: 10px;
    right: 10px;
    background-color: #EEEEEE;
    border: 1px solid #999;   
}
.pwa .toolbarReview
{
    right: 5px;
    top: 5px;
}

/* Page Loader Classes */
.pwa .pwaContainer
{
    position:relative;
    width:100%;
    height:100%;
}
.pwa #loader
{
    z-index: 1000;
    background-color:#ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.pwa #loader > img
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    display:block;
    top:200px;
}

.pwa .dijitTextBox
{
    border-radius: 3px 3px 3px 3px;   
}
.pwa .dijitTextBox .dijitInputField
{
    margin: 1px;   
}

/* Admin Page Classes */
.pwa .AdminButtonContainer
{
    display:block;
    margin:100px auto 0 auto;
    width: 260px;
}
.pwa .LongButton .dijitButtonNode
{
    width:250px;
    height:30px;
    margin-top: 20px;
    font-size:large;
}

.pwa .AdminFilter
{
    margin: 0 0 1.0em;
    padding: 0 1.5em 0.75em 1.5em;
    border: 1px solid #DDDDDD;
}
.pwa .AdminFilter tr
{
    height: 35px;
    vertical-align: middle;    
}
.pwa .AdminFilter td
{
     padding: 0 4px;
}

.pwa table.Admin {
	background-color: white;
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
}
.pwa table.Admin th {
	border-width: 2px;
    padding: 2px 3px 2px 3px;
	border-style: solid;
	border-color: #DDDDDD;
	background-color: white;
}
.pwa table.Admin td {
	border-width: 2px;
	padding: 2px 3px 2px 3px;
	border-style: solid;
	border-color: #DDDDDD;
	background-color: white;
}

.pwa div.account
{
    padding-top: 8px;    
}

.pwa div.profile label,
.pwa div.login label,
.pwa div.account label
{
    padding-right: 1em;
}

.pwa div.profile tr,
.pwa div.login tr,
.pwa div.account tr
{
    height: 2em;
}
.pwa .login
{
    width:350px;
    margin:175px auto 0 auto;
}

.pwa div.login .LoginButtonRow
{
    text-align:center;  
}

.pwa div.account td
{
    vertical-align: top; 
    border-style: none;
}

/* Link Header */
.pwa .LinkHeader
{
    float:left;   
}
.pwa .LinkHeaderTitle
{
    margin-right:5px;   
}

/* Login Status */
.pwa .LoginStatus
{
    float: right;   
}

.UserInfoPane > div
{
    margin-bottom: 0.8em;   
}
.UserInfoPane label
{
    width: 8em;
}

.pwa .smallSpinner
{
    position:absolute;
    left:15px;
    bottom:10px;    
}

.pwa .pwaSubmitButton
{
    position:absolute;
    bottom:2px;
    right:2px;
    font-weight:bold;
}
.pwa div .pwaSubmitButton .dijitButtonNode
{
    border:2px solid #769DC0;
    width: 100px;
}

.pwa input[type="button"]:hover
{
    color: #000000;   
}

.pwa .pwaCloseNode
{
    background: url("images/dialogCloseIcon.png") no-repeat scroll 0 0 transparent;
    float:right;
    width:21px;
    height:15px;
}
.pwa .pwaCloseNodeHover       /* If add on hover event */
{
    background-position: -22px 50%;
}

.pwa .sortAsc:after,
.pwa .sortDesc:after
{
    font-weight: bold;
}

.pwa .sortAsc:after
{
    content: " ↓";
}

.pwa .sortDesc:after
{
    content: " ↑";
}
#menuNav
{
    margin-right: 5px;
    margin-top: 22px;
    width: 820px;
}
.titleAndMenu
{
    height: 100px;
    margin-left: 110px;
    vertical-align: bottom;
    /*width: 100%;*/
}
#logo
{
 background: url("Images/Logo.png");
 float:left;
 height:120px;
 width:100px;   
}
#centerContent
{
    background-color:White;   
    margin-left:20px;
    margin-right:20px;
    margin-bottom:5px;
}