body {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
	background-color: #FFFFFF;
}

.BlankBody {
	background-color: #FFFFFF;
}
.outerBorder {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.contentpanel {
	background-color: #3A5C82;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #010000;
	border-right-color: #010000;
	border-bottom-color: #010000;
	border-left-color: #010000;
}


/******************************************************************************
 **
 ** Tapestry / Dojo specific stylesheets
 **
 *************************************************************************** */
.fieldMissing {
    background: #bedef4;
}

.fieldInvalid {
    background: #ffaf7e;
    font-weight: bold;
}
.alertButton {
        width: auto;
        border: none;
        background-color: #699ED9;
        color: #fff;
        padding: 0.1em;
        border-bottom: 1px solid #5885b6 !important;
        border-right: 1px solid #5885b6 !important;
        border-top: 1px solid #92b8e2 !important;
        border-left: 1px solid #92b8e2 !important;
        cursor: hand;
        cursor: pointer;
}

.alertDialog {
    width: 30em;
    border: 2px solid #ff660a;
    padding: 1em;
    background: #ffffff;
    -moz-border-radius: 10px;
}

.alertContent .alertButton {
    float:right;
    position:relative;
    bottom:1em;
}

.missingList, .invalidList {
    padding-bottom: 0.6em;
    padding-top: 0.2em;
    padding-left:0.1em;
    padding-right:0.2em;
    margin: 0;
}

.missingList {
    border-top: 4px solid #bedef4;
}

.invalidList {
    border-top: 4px solid #ffaf7e;
}

.missingList li, .invalidList li {
    list-style:none;
    font-style:italic;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #EEEEEE;
}

body#mapbody {
	color: #000000;
	background-color: #282828;
}

.headerPanel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.footerPanel {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.copyrightNote {
	font-size: 9px;
	text-transform: none;
	color: #000000;
}
.innerPanel {
	padding-top: 24px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.innerPanel a:link {
	color: #FFFFFF;
}
.innerPanel a:visited {
	color: #FFFFFF;
}.outerborder {
	border: thin dotted #A0A0A4;
}
