@import url(https://fonts.googleapis.com/css?family=Roboto);
@import 'elusive-webfont.css';

@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local('Comfortaa'), local('Comfortaa-Regular'), url(https://fonts.gstatic.com/s/comfortaa/v6/qLBu5CQmSMt1H43OiWJ77T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: local('Exo 2'), local('Exo2-Regular'), url(https://fonts.gstatic.com/s/exo2/v2/8C2PVL2WIMUnPF90ukjrZQ.woff) format('woff');
}

@font-face {
	font-family: 'uawlogo';
	src:url('/font/uawlogo.eot?s4gsgg');
	src:url('/font/uawlogo.eot?#iefixs4gsgg') format('embedded-opentype'),
		url('/font/uawlogo.woff?s4gsgg') format('woff'),
		url('/font/uawlogo.ttf?s4gsgg') format('truetype'),
		url('/font/uawlogo.svg?s4gsgg#uawlogo') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-UAW"], [class*=" icon-UAW"] {
	font-family: 'uawlogo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-UAWLogo:before {
	content: "\e600";
}
/* New Drop Down Menu */
#nav {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	font-weight:normal;
	position:relative;
	z-index:5;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline-block;
	position:relative;
}

/* sub navigation */
#nav li ul {
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 2px 5px rgba(0, 0, 0, 1);
	box-shadow:         0px 2px 5px rgba(0, 0, 0, 1);
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background:rgba(255,255,255,0);
	position:absolute;
	left:0;
        padding-bottom:10px;
	background: #334455; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334455', endColorstr='#99aabb',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #334455 0%, #99aabb 100%);
        background: -moz-linear-gradient(top, #334455 0%, #99aabb 100%);
        background: -webkit-linear-gradient(top, #334455 0%,#99aabb 100%);
        background: -ms-linear-gradient(top, #334455 0%,#99aabb 100%);
	width:200px;
}
#nav li li {
	position:relative;
	margin:0;
	display:block;
}
#nav li li ul {
	position:absolute;
	top:0;
	margin:0;
	left:200px;
}

/* style all links */
#nav a {
	text-shadow:#000 -1px -1px 0;
	text-decoration:none;
        color:#def;
	font-weight:normal;
	line-height:28px;
	padding:0 6px;
}
#nav a {
	text-decoration:none;
	display:block;
}
#nav li:hover,
#nav li:focus,
#nav li:active {
	box-shadow: 0 0 7px black;
	background:#333;
	background: #334455;
	color:rgb(250,250,250);
}

/* style sub level links */
#nav li li a {
	border-bottom:dotted 1px rgb(0,50,100);
	margin:0 2px;
	padding:0;
}
#nav li li:last-child a {
	border-bottom:none;
}

/* hide sub menu links */
ul.sub-menu {
	display:none;
}
/*#nav li.dropdown > a:after{
	content:" v";}
*/

#nav li li.dropdown:hover > a:after {
font-family: 'Elusive-Icons';
font-size:.5em;
content: "\e118";
float:right;

}
/* End new Drop Down */

#dropDownMenu {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	font-weight:bold;
	position:relative;
	z-index:5;
}

#dropDownMenu li {
	float:left;
	margin-right:0;
	position:relative;
}

#dropDownMenu a {
	display:block;
	padding:5px;
	color:#def;
	text-shadow:#000 -1px -1px 0;
	text-decoration:none;
	font-weight:normal;
}

#dropDownMenu a:hover {
	color:#fff;
	background:none;
	text-decoration:underline;
}

#dropDownMenu a:active{
	color:#fff;
	background:none;
	text-decoration:underline;
}

#dropDownMenu ul {
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 2px 5px rgba(0, 0, 0, 1);
	box-shadow:         0px 2px 5px rgba(0, 0, 0, 1);
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background:rgba(255,255,255,0);
	list-style:none;
	position:absolute;
	left:-9999px;
}

#dropDownMenu ul li {
	text-shadow:#000 1px 1px 0;
	padding-top:0;
	border-bottom:1px dotted #000;
	margin-left:0;
	padding:0;
	float:none;
}

#dropDownMenu ul a {
	white-space:nowrap;
}

#dropDownMenu li:hover {
	background: #334455;
}

#dropDownMenu li:hover ul {
	left:0;
	padding:0;
	background: #334455; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334455', endColorstr='#99aabb',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #334455 0%, #99aabb 100%);
        background: -moz-linear-gradient(top, #334455 0%, #99aabb 100%);
        background: -webkit-linear-gradient(top, #334455 0%,#99aabb 100%);
        background: -ms-linear-gradient(top, #334455 0%,#99aabb 100%);
}

#dropDownMenu li:hover a {
	color:#fff;
	text-decoration:none;
}

#dropDownMenu li:hover ul a {
	text-decoration:none;
}

#dropDownMenu li:hover ul li a:hover {
	box-shadow: 0 0 7px black;
	background:#333;
}

/* End Drop Down Menu */

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}




.ui-dialog {
	box-shadow: 0 0 17px black;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,.ui-dialog-content {
	background-image:none;
	background-color:#99aabb;
        background: linear-gradient(top, #9ab, #def 50%,#bcd 100%);
        background: -moz-linear-gradient(top, #9ab, #def 50%,#bcd 100%);
        background: -webkit-linear-gradient(top, #9ab, #def 50%,#bcd 100%);
        background: -ms-linear-gradient(top, #9ab, #def 50%,#bcd 100%);
}
.ui-state-active, .ui-tabs .ui-tabs-nav .ui-state-active{
	background-image:none;
	background-color:#99aabb;
        background: linear-gradient(top, #fff, #234 70px, #9ab 100%);
        background: -moz-linear-gradient(top, #fff, #234 70px, #9ab 100%);
        background: -webkit-linear-gradient(top, #fff, #234 70px, #9ab 100%);
        background: -ms-linear-gradient(top, #fff, #234 70px, #9ab 100%);
}
.ui-tabs .ui-tabs-nav .ui-state-hover a {
	background-image:none;
	background-color:#99aabb;
        background: linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
        background: -moz-linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
        background: -webkit-linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
        background: -ms-linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
}
.ui-tabs .ui-tabs-nav .ui-state-active a {
	background-image:none;
	color:#112233;
}
.ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background-image:none;
	color:#ddeeff;
        background: linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -moz-linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -webkit-linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -ms-linear-gradient(top, #9ab, #345 50%,#789 100%);
}

.ui-widget-header, .ui-dialog-titlebar {
	background-image:none;
	color:#ddeeff;
        background: linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -moz-linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -webkit-linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -ms-linear-gradient(top, #9ab, #345 50%,#789 100%);
}

/* End of jQuery CSS custom */


html {
	background-color:#334455;
	color:#ddeeff;
}

html, .officersBlock, .help {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

body {
	behavior: url("csshover3.htc");
	width:1024px;
	min-width:1024px;
/*	width:100%; */
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:0;
}

body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
 
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    z-index: 100;
}

p {
	white-space:normal;
}

h2 {
	margin:0;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left:0;
	font-weight:bold;
	font-size:1em;
}

.sticky {  
    position: fixed;  
    width:1024px;
    left: auto;  
    right: auto;  
    margin-left:-0px;
    top: 0;  
    z-index: 100;  
    border-top: 0;  
}

#blockTitle_localNotes {
	background: #ffff00;
        background: linear-gradient(top, #ffff00, #ffffdd 50%,#ffff00 100%);
        background: -moz-linear-gradient(top, #ffff00, #ffffdd 50%,#ffff00 100%);
        background: -webkit-linear-gradient(top, #ffff00, #ffffdd 50%,#ffff00 100%);
        background: -ms-linear-gradient(top, #ffff00, #ffffdd 50%,#ffff00 100%);
}

#adminArea {
	z-index:1000000;
	padding:3px;
	padding:3px;
	border:1px solid black;
	position:fixed;
	right:0px;
	top:0px;
	box-shadow: 0 0 17px black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	background: #ffff00;
        background: linear-gradient(top, #ffff00, #ffffdd 50%,#ffff00 100%);
        background: -moz-linear-gradient(top, #ffff00, #ffffdd 50%,#ffff00 100%);
        background: -webkit-linear-gradient(top, #ffff00, #ffffdd 50%,#ffff00 100%);
        background: -ms-linear-gradient(top, #ffff00, #ffffdd 50%,#ffff00 100%);
}
#adminArea td {
	marign-top:auto;
	marign-bottom:auto;
	padding-left:0px;
}

#filterList {
	margin-top:5px;
	vertical-align:bottom;
}

#filterListButton {
	font-size:1em;
	font-weight:lighter;
	color:#000;
	position:absolute;
	text-align:left;
	margin-left:10px;
	margin-top:-25px;
}

#uawLogo {
	width:87px;
	height:90px;
	background:transparent url(/Images/uawlogo.png) top right no-repeat;
	position:absolute;
	text-align:left;
	margin-left:-94px;
	margin-top:-9px;
}

.mapIcon {
	display:inline-block;
	position: relative;
	background:transparent url(/Images/map48.png) no-repeat;
	width:48px;
	height:48px;
	cursor:pointer;
}

.helpIcon {
	display:inline-block;
	position: relative;
	background:transparent url(/Images/help48.png) no-repeat;
	width:48px;
	height:48px;
	cursor:pointer;
}

.lookupIcon {
	float:right;
	display:inline-block;
	position: relative;
	background:transparent url(/Images/lookup48.png) no-repeat;
	width:48px;
	height:48px;
	cursor:pointer;
}

.uaw-form-control {
    text-align:left;
    display: block;
    width: 100%;
    height: 34px;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.4;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select.uaw-form-control {
        height: 36px;
}

.lookupIconSmall {
	display:inline-block;
	background:transparent url(/Images/lookup16.png) no-repeat;
	width:16px;
	height:16px;
	cursor:pointer;
}

#debug {
	position:relative;
	z-index:1000000;
	display:none;
	text-align:left;
	width:98%;
	font-size:1em;
	border-collapse:collapse;
	empty-cells:show;
	color:#000;
	text-shadow:#ccc 0 0 0;
	border:solid 1px #000;
	margin-left:auto;
	margin-right:auto;
	font-weight:normal;
	border-spacing:0;
	padding:5px;
	background-color:#99aabb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#debugButton {
	position:relative;
	width:2px;
	font-size:1em;
	font-weight:lighter;
	text-shadow:#555 -1px -1px 0;
	text-align:left;
	margin-left:0;
	margin-top:-20px;
}

table {
	font-size:1em;
	border-collapse:collapse;
	empty-cells:show;
	text-shadow:#000 0 0 0;
	border-width:0;
	border-style:none;
	margin-left:auto;
	margin-right:auto;
	font-weight:normal;
	border-spacing:0;
	border-top:0;
	border-bottom:0;
	border-right:0;
	border-left:0;
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
	padding-left:0;
	display:table;
}


table.dashboard {
	width:100%;
	font-size:1em;
	border-collapse:collapse;
	border:none 0 #000;
	margin:0;
	padding:0;
	font-weight:normal;
	border-spacing:0;
	white-space:normal;
}

table.module {
	height:630px;
	width:100%;
	font-size:1em;
	border-collapse:collapse;
	empty-cells:show;
	text-shadow:#000 0 0 0;
	border:none 0 #000;
	margin-left:auto;
	margin-right:auto;
	font-weight:normal;
	border-spacing:0;
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
	padding-left:0;
}

table.header {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: 0 0 17px black;
	background: #334455;
	background-image:url(/Images/gradient10.png);
	background-repeat:repeat-x; 
        background: linear-gradient(top, #fff, #234 70px, #9ab 100%);
        background: -moz-linear-gradient(top, #fff, #234 70px, #9ab 100%);
        background: -webkit-linear-gradient(top, #fff, #234 70px, #9ab 100%);
        background: -ms-linear-gradient(top, #fff, #234 70px, #9ab 100%);
	background-color:#fff;
	border:0 none #000;
	width:98%;
	min-width:1024px;
}

table.top {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 17px black;
	background: #334455;
	background-image:url(/Images/gradient10.png);
	background-repeat:repeat-x; 
        background: linear-gradient(top, #fff, #234 70px, #9ab 100%);
        background: -moz-linear-gradient(top, #fff, #234 70px, #9ab 100%);
        background: -webkit-linear-gradient(top, #fff, #234 70px, #9ab 100%);
        background: -ms-linear-gradient(top, #fff, #234 70px, #9ab 100%);
	background-color:#fff;
	border:0 none #000;
	width:98%;
	min-width:1024px;
	height:666px;
}

tr {
	border-width:0;
	border-style:none;
	padding:0;
	color:#1825b1;
}

td {
	padding-left:4px;
	padding-right:4px;
	font-weight:normal;
	font-size:1em;
	border-width:0;
	border-style:none;
	vertical-align:top;
	white-space:nowrap;
}

th, .th{
	padding-left:4px;
	padding-right:4px;
	border-width:0;
	border-style:none;
	height:30px;
	background-color:#99aabb;
	color:#fff;
	line-height:100%;
	font-weight:bold;
	font-size:1.15em;
	text-shadow:#000 -1px -1px 2px;
	border-bottom:2px solid black;
}

th.rwc {
	font-weight:bold;
	font-size:1em;
	text-shadow:#ccc -1px -1px 2px;
	height:1em;
	vertical-align:top;
	background:none;
	white-space:nowrap;
	border:none;
	color:#1825b1;
}

img {
	z-index:1000;
	vertical-align:text-top;
	display:inline;
	margin:0;
	border:0 none #000;
}

a {
	text-decoration:none;
	line-height:100%;
	font-weight:normal;
	font-size:1em;
	color:#003399;
	font-weight:900;
/*	border-bottom:1px dotted #000; */
}

form {
	display:inline;
}

.dolLink {
	border:none;
	background: none;
	cursor: pointer;
	display:inline;
}

.excelForm input{
	border:none;
	display:inline;
}

.excelHeader {
	background-color:#cccccc;
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid black;
}

.excelData1 {
	background-color:#eeeeee;
	color:#000000;
	font-weight:normal;
	border-bottom:1px solid black;
}

.excelData2 {
	background-color:#ffffff;
	color:#000000;
	font-weight:normal;
	border-bottom:1px solid black;
}

fieldset {
	border:1px dashed #ccc;
	margin:.2em;
}

legend {
	padding:.1em .5em;
	text-shadow:#334455 -1px -1px 2px;
	border:1px dashed #a55;
	color:#a55;
	font-size:1em;
	text-align:left;
}

label,.label {
	width:25%;
	margin-right:.5em;
	padding-top:.2em;
	line-height:1.75em;
	text-align:right;
	font-weight:bold;
}
.cleanLabel {
	width:auto;
	margin-right:auto;
	padding-top:auto;
	line-height:normal;
	text-align : inherit;
	text-align-last : auto;
	font-weight:normal;
}

#requiredMessage {
	font-weight:lighter;
	font-size:1em;
	color:#c00;
	text-align:left;
	display:inline;
}

select {
	border:1px solid #223344;
	color:#1825b1;
	background-color:#f3f7f9;
	font-weight:normal;
	font-size:1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.checkbox {
	border:0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

tr.redlist1 a {
	color:red;
}

tr.redlist2 a {
	color:red;
}

tr.redlist1 {
	color:red;
	background-color:#e3f2fa;
	border-bottom:1px solid #223344;
}

tr.redlist2 {
	color:red;
	background-color:#bcdef6;
	border-bottom:1px solid #223344;
}

tr.list1 {
	color:#112233;
	background-color:#e3f2fa;
	border-bottom:1px solid #334455;
}

tr.list2 {
	color:#112233;
	background-color:#bcdef6;
	border-bottom:1px solid #aabbcc;
}

tr.list3 {
	color:#112233;
	line-height:30px;
	background-color:#9c9ce6;
	border-top:4px double #000;
	border-bottom:1px solid #223344;
}

.bigfont {
	font-size:1.25em;
}
.bold {
	font-weight:bold;
}

.red {
	color:red;
}

ul.rb {
	height:14px;
	overflow:hidden;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border:1px dotted grey;
	transition:1.4s ease-out 1s; -webkit-transition:1.4s ease-out 1s; 
}


.loading {
	margin-right:auto;
	margin-left:auto;
	width:220px;
	height:19px;
	border:0 none #000;
	background:url(/Images/loading.gif) no-repeat;
	display:block;
}

.resetbutton {
	border:none;
	color:#b11825;
	background:none;
	cursor:pointer;
}

#posit {
	background:url(/Images/blank.png) no-repeat;
	margin-top:auto;
	margin-bottom:-4px;
	margin-left:0;
	margin-right:0;
	padding-left:4px;
	border:0;
	width:20px;
	height:20px;
}

.bigTitle {
	font-weight:bold;
	font-size:1.85em;
	color:#334455;
	text-shadow:#aabbcc -1px -1px 2px;
	border:0 none #000;
	width:100%;
	height:10px;
	margin-left:0;
	margin-right:auto;
}

.smallTitle {
	display:inline;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	text-shadow:#000 -1px -1px 2px;
	border-width:0;
	border-style:none;
	width:100%;
	margin-left:3px;
	margin-right:auto;
	vertical-align:top;
	letter-spacing:0;
	padding-bottom:10px;
}

.title2 {
	font-weight:bold;
	font-size:1.25em;
	color: #223344;
	text-shadow:#fff -1px -1px 2px;
	vertical-align:top;
	letter-spacing:0;
	padding-bottom:10px;
}

.menuTitleBox img {
	cursor:s-resize;
	padding-top:2px;
	border:0 none #000;
}

.menuTitleBox {
	line-height:30px;
	width:99%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1px;
	padding-left:2px;
	padding-right:2px;
	white-space:nowrap;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
	font-size:1.5em;
	background-color:#99aabb;
        background: linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -moz-linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -webkit-linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -ms-linear-gradient(top, #9ab, #345 50%,#789 100%);
	color:#fff;
	text-shadow:#000 -1px -1px 2px;
	height:30px;
	border:0px none black;
	letter-spacing:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	box-shadow: 0 0 17px black;
}

.roundedBorder {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.shadow {
	box-shadow: 0 0 17px black;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.titleBox {
	line-height:30px;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	white-space:nowrap;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	background-color:#99aabb;
        background: linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -moz-linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -webkit-linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -ms-linear-gradient(top, #9ab, #345 50%,#789 100%);
	color:#fff;
	text-shadow:#000 -1px -1px 2px;
	height:30px;
	border:0px none black;
	letter-spacing:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	box-shadow: 0 0 7px black;
}

tr.formSubmit {
	height:200px;
	margin-top:auto;
	margin-bottom:0;
}

.welcomeDataMotd {
	white-space:normal;
	border:outset 1px #777;
	font-weight:bold;
	font-size:.75em;
	letter-spacing:1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.titleText {
	color:#a55;
	text-shadow:#000 -1px -1px 2px;
	font-weight:bold;
	font-size:1.5em;
}

.welcomeTitle {
	background-position:5px;
	margin-left:auto;
	margin-right:auto;
	padding-left:2px;
	padding-right:2px;
	white-space:nowrap;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
	background-color:#abe;
	color:#fff;
	text-shadow:#000 -1px -1px 2px;
	border:1px solid black;
	letter-spacing:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.welcomeTitle:hover {
	cursor:auto;
}

.welcomeText {
	white-space:normal;
	border:none;
	font-weight:bold;
	font-size:1.25em;
	letter-spacing:1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:14px;
	color:#223344;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.btm {
	z-index:999;
	position:relative;
	right:auto;
	left:auto;
	top:94px;
	bottom:auto;
	text-align:center;
}

.welcomeData {
	height:100px;
	white-space:normal;
	border:outset 1px #777;
	font-weight:bold;
	font-size:.75em;
	letter-spacing:1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.welcomeData:hover {
	background-image:url(/Images/gradient3.png);
}

.welcomeData ol {
	font-size:1.5em;
}

.welcomeDataNote {
	background:0;
	white-space:normal;
	margin:0;
	font-weight:bold;
	font-size:.75em;
	letter-spacing:1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.welcomeDataNote:hover {
	background:0;
}

.welcomeDataNote ol {
	font-weight:bold;
	color:red;
	font-size:1.5em;
}

.welcomeDataNote a {
	font-weight:bold;
	color:red;
	font-size:1em;
}

.clearBG {
	background-color:#fff;
}

.yellowBG {
	white-space:normal;
	font-weight:bold;
	font-size:14px;
	border:2px solid red;
	margin-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	background-color:#ff0;
	background:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.functionTable td {
	font-weight:normal;
	font-size:1em;
}

.form {
	border:outset 1px #777;
	background-image:url(/Images/paper.jpg);
	color:#000;
	font-weight:normal;
	font-size:1.25em;
	letter-spacing:1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:14px;
	padding-bottom:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.formTitle {
	line-height:30px;
	width:100%;
	margin-top:-12px;
	margin-left:auto;
	margin-right:auto;
	padding-left:4px;
	white-space:nowrap;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;
	font-size:1.5em;
	background-color:#99aabb;
	color:#334455;
	text-shadow:#fff -1px -1px 2px;
	height:30px;
	border:0 none black;
	letter-spacing:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

table.formSubTitle {
	border:0 none #000;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0;
	padding-right:0;
	white-space:nowrap;
	vertical-align:middle;
	font-weight:normal;
	font-size:1.25em;
	background-color:#bcd;
	color:#334455;
	text-shadow:#fff -1px -1px 2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

table.formData {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0;
	padding-right:0;
	white-space:nowrap;
	vertical-align:middle;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

td.formC1 {
	width:50%;
	text-align:left;
	color:#334455;
	font-size:1em;
}

td.formC2 {
	width:25%;
	text-align:right;
	color:#334455;
	font-size:1em;
}

td.formC3 {
	width:25%;
	text-align:left;
	color:#334455;
	font-size:1em;
}

#OfficerData1 {
	cursor:pointer;
	font-size:1.25em;
	position:absolute;
	margin-top:-4px;
	display:block;
}

.globalActLine {
	margin-top:5px;
	font-weight:bold;
	font-size:1.25em;
	padding-left:20px;
}
.globalActLine label{
	font-size:.75em;
	color:#223344;
	text-shadow:#fff -1px -1px 0;
	font-weight:bold;
}
.recordCount {
	font-size:.75em;
	color:#223344;
	text-shadow:#000 0px 0px 10;
	font-weight:bold;
}

td.menuFrame {
	height:618px;
	background-color:#fff;
	background-image:url(/Images/gradient1.png);
	background-repeat:repeat-x; 
        background: linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
        background: -moz-linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
        background: -webkit-linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
        background: -ms-linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
	border:0 none #000;
	padding-left:4px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

td.content {
	background-color:#fff;
	background-image:url(/Images/gradient1.png);
	background-repeat:repeat-x; 
        background: linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
        background: -moz-linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
        background: -webkit-linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
        background: -ms-linear-gradient(top, #cfdfef, #fff 40%,#fff 100%);
	border:0 none #000;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.act select {
	height:1.35em;
	padding:0;
	color:#223344;
	font-weight:normal;
	font-size:1em;
	background:#ddeeff;
	overflow:hidden;
}

table.act {
	margin-left:0;
	padding-left:10px;
}

table.debug {
	border:2px solid #000;
}

#menuHide {
	cursor:pointer;
	margin-left:-13px;
	margin-top:4px;
	width:16px;
	height:16px;
	position:absolute;
}

.menu a {
	color:red;
	font-size:1.25em;
}

.menuHighlight a {
	color:#a00;
	font-size:1.25em;
}

table.menu {
	width:100%;
}

td.menuHighlight {
	border-top:1px solid transparent;
	text-shadow:#556677 -1px -1px 2px;
	padding-left:16px;
	padding-right:8px;
	padding-top:7px;
}

.menuUtil a {
	color:#44f;
	font-size:1em;
}

td.help {
	text-shadow:#556677 -1px -1px 2px;
	padding-left:16px;
	padding-right:8px;
	padding-top:7px;
}

p.help {
	text-align:left;
	max-width:970px;
	margin:0;
	padding:0;
}

span.help:hover {
	cursor:help;
}

p.help:hover {
	cursor:help;
}

td.help:hover {
	text-shadow:#556677 -1px -1px 2px;
	padding-left:18px;
}

.fieldText {
	font-weight:normal;
	font-size:1em;
	color:#1825b1;
}

.errArea {
	position:relative;
	visibility:hidden;
}

.errHeader {
	font-weight:bold;
	font-size:1em;
	color:#1825b1;
}

.errText {
	font-weight:normal;
	font-size:1em;
	color:#1825b1;
}

.errArea li {
	list-style:square;
	list-style-type:decimal;
	padding:0;
	margin:0;
	margin-left:0;
	font-weight:bold;
	font-size:1em;
	color:#1825b1;
	cursor:pointer;
}

.error {
	margin-right:auto;
	margin-left:auto;
	white-space:normal;
	border:solid 1px black;
	font-weight:bold;
	font-size:1.25em;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:20px;
	margin-bottom:20px;
	background:#ffc;
	color:red;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.errorTextH {
	text-decoration:underline;
	margin-left:20px;
	font-weight:bold;
	font-size:1.25em;
	color:#1825b1;
}

.errorTextT {
	margin-left:20px;
	font-weight:normal;
	font-size:1em;
	color:#1825b1;
}

.actionText {
	font-size:.75em;
	vertical-align:12%;
	color:#223344;
	text-shadow:#fff -1px -1px 0;
	font-weight:bold;
}

.menuNote {
	width:100%;
	font-weight:lighter;
	font-size:.5em;
	cursor:help;
	display:inline;
}

.list {
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	background:#fff;
	box-shadow: 0 0 7px black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#BposForm, #TposForm {
	text-align:center;
	vertical-align:text-top;
	width:98%;
	margin-left:auto;
	margin-right:auto;
	padding-right:1px;
	padding-left:1px;
	padding-top:2px;
	padding-bottom:2px;
}

.formBack {
	width:974px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-10px;
	background: #fff;
	box-shadow: 0 0 17px black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.screenForm {
	width:964px;
}

.successful { 
	font-weight:bold;
	background:#8f8;
	color:#000;
	padding:10px;
	box-shadow: 0 0 17px black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border:solid 3px #000;
	border-radius:5px;
/*	width:930px; */
	margin-left:auto;
	margin-right:auto;
}

.info {
	background:#5555ff;
	position: relative;
	min-height: 58px;
	font-weight:bold;
	color:#fff;
	padding:10px;
	box-shadow: 0 0 17px black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border:solid 3px #000;
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
}

.unSuccessful {
	background:#f00 url(/Images/warningSign48.png) no-repeat top right; 
	position: relative;
	min-height: 58px;
	font-weight:bold;
	color:#fff;
	padding:10px;
	box-shadow: 0 0 17px black;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border:solid 3px #000;
	border-radius:5px;
/*	width:100%; */
	margin-left:auto;
	margin-right:auto;
}
.unSuccessful h1{
	padding-top:0px;
	margin-top:0px;
	font-size:1.75em;
	text-decoration:underline
}

.required {
	font-weight:bold;
	font-size:1em;
	width:.70em;
	margin-left:-8px;
	overflow:hidden;
	display:inline-block;
	color:red;
	cursor: help;
}

.fieldError {
	font-weight:bold;
	font-size:.75em;
	margin-top:-2px;
	margin-bottom:2px;
	margin-left:2px;
	height:1em;
	color:red;
}

.redNote {
	font-weight:bold;
	font-size:.75em;
	display:inline-block;
	margin-top:-2px;
	margin-bottom:.75em;
	color:red;
}

.redNoteParagraph {
	border:2px #223344 solid;
	padding:10px;
	background:#eee;
	white-space:normal;
	font-weight:700;
	font-size:1.25em;
	color:red;
	vertical-align:middle;
}

.notes {
	font-weight:lighter;
	font-size:1em;
	color:#000;
}

.recordInfo {
	font-weight:bold;
	vertical-align:bottom;
	min-height:40px;
	line-height:1.75em;
	font-size:.75em;
	color: #444;
	background-color:#f3f7f9;
	border:1px solid #ddd;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.copyright {
	width:99%;
	vertical-align:middle;
	text-align:right;
	font-weight:normal;
	font-size:.75em;
	color:#aabbcc;
	display:inline;
}

.authorization {
	white-space:normal;
	font-weight:lighter;
	font-size:1em;
	color:#1825b1;
	vertical-align:middle;
}

.unitField {
	display:table-cell;
}

#bottomLine {
	box-shadow: 0 0 17px black;
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
	z-index:99999;
	background:#223344;
/*	width:98%; */
	width:1024px;
	min-width:500px;
	height:2.5em;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position:fixed;
	top:auto;
	bottom:0;
	left:0;
	right:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.strong { font-weight:bold; }

.stretch {
	width:100%;
	height:100%;
}

#testBG {
	width:100%;
	height:100%;
	background:#334455;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
}

#modal {
	z-index:100000;
	background:transparent url(/Images/mesh.png);
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
}

#previewWin {
	z-index:100001;
	width:96%;
	background:#fff url(/Images/lightBlueGradient.png);
	background-repeat:repeat-x;
	position:absolute;
	border:2px #000 solid;
	clip:auto;
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#browserMessage {
	cursor:help;
	height:132px;
	display:none;
	color:yellow;
	font-size:.8em;
	font-weight:bold;
}

.adminCollapse { width:10px; }
.adminExpand { width:auto; }

#fullBrowserMessage {
	display:none;
	color:#880000;
}

#fullBrowserMessage td {
	padding:5px;
	line-height:200%;
	font-weight:bold;
	font-size:1em;
	color:red;
}

#systemLock {
	font-size:2em;
	background:#223344;
	border:outset 10px #456;
	width:99%;
	height:97%;
	text-align:center;
	margin:0;
	position:fixed;
	clip:auto;
	overflow:hidden;
}

.column {
	width:50%;
	margin-right:auto;
	min-height:478px;
	background:transparent;
	float:left;
}

.column .dragbox {
	position:relative;
	margin:5px 2px 2px;
	padding-bottom:5px;
	background:0;
	border:1px solid #aaa;
	border-top:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.column .dragbox h2 {
	margin:0;
	font-weight:bold;
	font-size:12px;
	padding:5px;
	cursor:move;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.dragbox-content {
	background:transparent;
	height:100%;
	margin:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.dragbox-content td {
	padding:0;
	margin:0;
}

.blockTable {
	width:100%;
	margin-left:0;
	margin-right:auto;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
}

.blockTable td {
	padding-left:3px;
}

.blockWrapper {
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
}

.dragbox-content b {
	color:red;
	font-weight:bold;
}

.column .placeholder {
	background:#f0f0f0;
	border:1px dashed #ddd;
}

.dragbox h2.collapse {
	background-image:url(/Images/collapse.png) no-repeat top right;
        background: linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -moz-linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -webkit-linear-gradient(top, #9ab, #345 50%,#789 100%);
        background: -ms-linear-gradient(top, #9ab, #345 50%,#789 100%);
	color:#aabbcc;
}
h2.collapse:before {
	font-family: 'Elusive-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-shadow:#000 -1px -1px 0;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	float:right;
	content: "\e11a";
}

.dragbox h2 .configure {
	font-size:1em;
	font-weight:normal;
	margin-right:30px;
	float:right;
}

.blockTitle {
	text-align:center;
	margin-top:10px;
	font-size:1em;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	position:relative;
	border:1px solid #000;
	border-bottom:1px solid #004;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
        background: linear-gradient(top, #9ab, #def 50%,#bcd 100%);
        background: -moz-linear-gradient(top, #9ab, #def 50%,#bcd 100%);
        background: -webkit-linear-gradient(top, #9ab, #def 50%,#bcd 100%);
        background: -ms-linear-gradient(top, #9ab, #def 50%,#bcd 100%);
}
div.noMoveTitle {
	text-align:center;
	margin-top:10px;
	font-size:1.25em;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	position:relative;
	border:1px solid #000;
	border-bottom:1px solid #004;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
        background: linear-gradient(top, #9ab, #def 50%,#bcd 100%);
        background: -moz-linear-gradient(top, #9ab, #def 50%,#bcd 100%);
        background: -webkit-linear-gradient(top, #9ab, #def 50%,#bcd 100%);
        background: -ms-linear-gradient(top, #9ab, #def 50%,#bcd 100%);
}

.noMoveData {
	white-space:normal;
	border:outset 1px #777;
	background:transparent;
	font-weight:normal;
	font-size:1em;
	letter-spacing:1px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:0;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.welcomeData1 {
	list-style-type:none;
	height:190px;
	border:outset 1px #777;
	background:#999;
	font-weight:normal;
	font-size:1em;
	letter-spacing:1px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.welcomeDataYellow {
	background:#ff0 url(/Images/yellowGradient.png);
	background-repeat:repeat-x;
	margin:-20px -10px -18px;
	white-space:normal;
	font-weight:normal;
	letter-spacing:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

ol.notesList {
	white-space:normal;
	font-size:1em;
	padding-left:20px;
	margin-top:2px;
	padding-top:0;
	padding-bottom:0;
}

.help,.map {
	z-index:99999;
}

#help {
	background:transparent url(/Images/helpWM128.png) center center no-repeat;
	z-index:99999;
}

.helpTable tr td {
	text-align:left;
}

.helpHeader {
	font-weight:700;
	font-size:1.75em;
	text-decoration:underline;
	color:#67d;
}

.helpText {
	font-size:1.25em;
	font-weight:normal;
	color:#000;
}

.helpImg {
	vertical-align:text-top;
	display:inline;
	margin:0;
	border:1px solid #000;
}

.pageNumber {
	font-size:.75em;
        vertical-align:12%;
	color:#223344;
	text-shadow:#fff -1px -1px 0;
	font-weight:bold;
}

.arrow-up,.arrow-down,#filterListButton:hover,#debugButton:hover {
	cursor:pointer;
}

.fieldInfo {
	font-size:1em;
	font-weight:bold;
	color: #444;
	padding-left: 2px;
	padding-right: 2px;
}

input,input.requiredField,textarea {
	color:#1825b1;
	background-color:#f3f7f9;
	font-weight:normal;
	font-size:1em;
	border:1px solid #223344;
	padding-left: 2px;
	padding-right: 2px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.formInfo {
	min-width:4px;
	display:inline-block;
	font-weight:bold;
/*	color: #444; */
	background-color:#f3f7f9;
/*	border:1px solid #ddd; */
	margin-top:2px;
	margin-bottom:10px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 5px;
	min-height:24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 1px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 1px rgba(0, 0, 0, 1);
}
/* .disabled, input[type="text"][disabled] { */
.disabled {
/*	display:table-cell; */
	display:inline-block;
	font-weight:normal;
	color: #888;
	background-color:#f3f7f9;
/*	border:1px solid #ddd; */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	border-radius: 5px;
	min-height:16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 1px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 1px rgba(0, 0, 0, 1);
}
/* .disabled, input[type="text"][disabled]:hover { */
.disabled:hover {
	color: #000000;
/*	box-shadow: none; */
}

input:focus,input.requiredField:focus,select:focus,textarea:focus,.select:focus {
	background-color:#f6f6d2;
	box-shadow: 0 0 7px #000;
	border: 1px solid rgba(81, 203, 238, 1);
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
input[type="radio"]:focus {
	box-shadow:none;
}

input:hover,input.requiredField:hover,select:hover,textarea:hover,tr.redlist1:hover,tr.redlist2:hover,tr.list1:hover,tr.list2:hover,.select:hover {
	background-color:#fff;
}

textInput {
	background: transparent;
}

.sibutton {
	cursor:pointer;
	border:outset 1px #777;
	font-weight: bold;
	font-size:.75em;
/*	text-shadow:#000 -1px -1px 2px; */
	height:15px;
	letter-spacing:1px;
	padding-left:1px;
	padding-right:1px;
	padding-top:1px;
	padding-bottom:1px;
	color:#1825b1;
	background-image:url(/Images/gradientBtn.png);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.ibutton,.blockButton {
	cursor:pointer;
	border:outset 1px #777;
	font-weight:normal;
	font-size:1em;
/*	text-shadow:#000 -1px -1px 2px; */
	height:30px;
	letter-spacing:1px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	color:#1825b1;
	background-image:url(/Images/gradientBtn.png);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.ibutton:hover,.blockButton:hover {
	background-image:url(/Images/gradientBtnP.png);
/*	text-shadow:#000 -1px -1px 2px; */
	color:#1825b1;
}

.ibutton:active,.sibutton:active,.blockButton:active {
	background-image:url(/Images/gradientBtnP.png);
	text-shadow:#fff -1px -1px 2px;
	color:#810508;
}
/* ---------------------------------- */
.ibutton,.sibutton,.blockButton {
  box-shadow: inset 0px 0px 0px #333333, 0px 3px 0px 0px #666666, 0px 10px 5px rgba(0,0,0,.4);
  position:relative;
}
.ibutton:focus,.sibutton:focus,.blockButton:focus {
  box-shadow: inset 0px 0px 0px #333333, 0px 3px 0px 0px #666666, 0px 10px 5px rgba(0,0,0,.4);
  outline: 0;
}
.ibutton:active,.sibutton:active,.blockButton:active {
  top:2px;
  box-shadow: inset 0px 0px 0px #333333, 0px 2px 0px 0px #666666, 0px 5px 3px rgba(0,0,0,.4);
  outline: 0;
}
/* ----------------------------------------- */

#prevP,#nextP {
	background:url(/Images/blank.png) no-repeat;
	cursor:pointer;
	border:0;
	width:16px;
	height:16px;
}

.noborder {
	border:0px none #000;
}

.noback {
	background:none;
}

a:link,a:visited {
	color:#003399;
}

.link,.a {
	color:#003399;
	font-weight:900;
	border-bottom:1px dotted #000;
}

a:active,a:hover {
	color:#556677;
	text-shadow:#ddeeff 0px 0px 5px;
}

a.bigTitle:link,a.bigTitle:visited {
	color:#334455;
}

a.bigTitle:active,a.bigTitle:hover {
	text-shadow:#ddeeff 0px 0px 5px;
}

#OfficerData,.councilField,#commentsList {
	display:none;
}

td.menu,td.menuUtil {
	text-shadow:#556677 -1px -1px 2px;
	padding-left:16px;
	padding-right:8px;
	padding-top:7px;
	border-top:1px solid transparent;
}

td.menu:hover,td.menuHighlight:hover,td.menuUtil:hover {
	text-shadow:#556677 -1px -1px 2px;
	background:#99aabb;
}

.photo {
	width:128px;
	height:128px;
	border: 1px solid black;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
}

.listtooltip {
	background: #223344;
	border: 0px none white;
	white-space:normal;
	padding: 5px 5px 5px 5px;
	color: white;
	border-radius: 5px;
	font: bold 14px Verdana, Geneva, sans-serif;
	box-shadow: 0 0 7px black;
	position: absolute;
}
.listtooltip:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #223344 transparent;
	top: -10px;
	left: 10px;
}

.tooltip1 {
	z-index:1000001;
	background: #223344;
	border: 0px solid white;
	white-space:normal;
	padding: 2px 5px 2px 5px;
	color: white;
	border-radius: 5px;
	font: normal 12px Verdana, Geneva, sans-serif;
	box-shadow: 0 0 7px black;
	position: absolute;
}

.menutooltip1 {
	position: absolute;
	z-index: 100000;
	background: #ddeeff;
	border: 0px solid black;
	white-space:normal;
	padding: 2px 5px 2px 5px;
	color: black;
	border-radius: 5px;
	font: normal 14px Verdana, Geneva, sans-serif;
	box-shadow: 0 0 7px black;
}

.menutooltip1:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 5px;
      border-style: solid;
      border-color: transparent #ddeeff transparent transparent;
      top: 5px;
      left: -10px;
}

.menutooltipH {
	position: absolute;
	z-index: 100000;
	background: #ddeeff;
	border: 0px solid black;
	white-space:normal;
	padding: 2px 5px 2px 5px;
	color: black;
	border-radius: 5px;
	font: normal 14px Verdana, Geneva, sans-serif;
	box-shadow: 0 0 7px black;
}

.menutooltipH:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 5px;
      border-style: solid;
      border-color: #ddeeff transparent transparent transparent;
      bottom: -9;
      left: 5px;
}

.logintooltip1 {
	z-index: 100000;
	background: #223344;
	border: 0px solid white;
	white-space:normal;
	padding: 2px 5px 2px 5px;
	color: white;
	border-radius: 5px;
	font: normal 12px Verdana, Geneva, sans-serif;
	box-shadow: 0 0 7px black;
	position: absolute;
}

.logintooltip1:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-width: 5px;
      border-style: solid;
      border-color: transparent #223344 transparent transparent;
      top: 4px;
      left: -10px;
}

p.processForms {
	margin:20px;
	padding:0;
}

div.officerInquiry {
	border:1px solid #aaa;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	box-shadow: 0 0 7px black;
}

.pre {
	white-space:pre;
	font: normal 10px "Courier New", Courier, monospace;
	border:1px dotted #000;
	background:#efe url(/Images/greenBar.png) repeat;
	margin-right:auto;
	margin-left:auto;
	width: 900px;
	height: 700px;
	overflow: auto;
	box-shadow: 0 0 17px black;
}
.asc:before {
	font-family: 'Elusive-Icons';
	font-size:.5em;
	content: "\e02c       ";
}
.desc:before {
	font-family: 'Elusive-Icons';
	font-size:.5em;
	content: "\e11a       ";
}

.solidarityMessage {
	margin:5px;
	padding:15px;
	line-height:16px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.15em;
	text-align:justify;
	text-justify:inter-word;
	border:1px solid #aaa;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
.solidarityMessage span {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:1.25em;
}

.menu-icon-book { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) 0 0; }
.menu-icon-contact { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -16px 0; }
.menu-icon-find { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -32px 0; }
.menu-icon-help { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -48px 0; }
.menu-icon-item { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -64px 0; }
.menu-icon-list { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -80px 0; }
.menu-icon-mail { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -96px 0; }
.menu-icon-manual { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -112px 0; }
.menu-icon-members { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -128px 0; }
.menu-icon-money { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -144px 0; }
.menu-icon-notes { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -160px 0; }
.menu-icon-password { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -176px 0; }
.menu-icon-preferences { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -192px 0; }
.menu-icon-properties { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -208px 0; }
.menu-icon-receipt { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -224px 0; }
.menu-icon-report { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -240px 0; }
.menu-icon-signout { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -256px 0; }
.menu-icon-upload { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -272px 0; }
.menu-icon-download { display:inline-block; width:16px; height:16px; background:url(/Images/menuIcons.png) -288px 0; }

#passwordStrength { height:10px; display:block; float:left; }
.strength0 { width:125px; background:#cccccc; }
.strength1 { width:25px; background:#ff0000; }
.strength2 { width:50px; background:#ff5f5f; }
.strength3 { width:75px; background:#56e500; }
.strength4 { background:#4dcd00; width:100px; }
.strength5 { background:#399800; width:125px; }

/*!
 *
 * jQuery TE 1.4.0 , http://jqueryte.com/
 * Copyright (C) 2013, Fatih Koca (fattih@fattih.com), (http://jqueryte.com/about)

 * jQuery TE is provided under the MIT LICENSE.
 *
*/

/* editor's general field */
.jqte {
	margin:30px 0;
	border:#000 1px solid;
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; -moz-box-shadow:0 0 3px #999;
	overflow:hidden;
	transition:box-shadow 0.4s, border 0.4s; -webkit-transition:-webkit-box-shadow 0.4s, border 0.4s; -moz-transition:-moz-box-shadow 0.4s, border 0.4s; -o-transition:-o-box-shadow 0.4s, border 0.4s;
}
.jqte * {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.jqte_focused {
	border-color:#00AAE7;
	box-shadow:0 0 10px #00BDFF; -webkit-box-shadow:0 0 10px #00BDFF; -moz-box-shadow:0 0 10px #00BDFF;
}
/* toolbar */
.jqte_toolbar {
	overflow:auto;
	padding:3px 4px;
	background:#EEE;
	border-bottom:#BBB 1px solid;
}
.jqte_tool {
	float:left;
	margin:0;
	padding:0;
	cursor:pointer;
}
.jqte_tool, .jqte_tool_icon, .jqte_tool_label {
	border:#EEE 1px solid;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px
}
.jqte_hiddenField {
	display:none
}
.jqte_tool_icon {
	display:block;
	width:22px;
	height:22px;
	background:url(jquery-te.png) no-repeat
}
.jqte_tool.jqte_tool_1 .jqte_tool_label {
	position:relative;
	display:block;
	padding:3px;
	width:70px;
	height:16px;
	overflow:hidden;
}
.jqte_tool.jqte_tool_1 .jqte_tool_text {
	font:bold 13px Arial,sans-serif;
	color:#222;
}
.jqte_tool.jqte_tool_1 .jqte_tool_icon {
	position:absolute;
	top:10px;
	right:2px;
	width:6px;
	height:4px;
	background-position:-19px -23px;
	border:none;
	border-radius:none; -webkit-border-radius:none; -moz-border-radius:none
}
.jqte_tool.jqte_tool_2 .jqte_tool_icon {
	background-position:0 0
}
.jqte_tool.jqte_tool_3 .jqte_tool_icon {
	background-position:-22px 0
}
.jqte_tool.jqte_tool_4 .jqte_tool_icon {
	background-position:-44px 0
}
.jqte_tool.jqte_tool_5 .jqte_tool_icon {
	background-position:-66px 0
}
.jqte_tool.jqte_tool_6 .jqte_tool_icon {
	background-position:-88px 0
}
.jqte_tool.jqte_tool_7 .jqte_tool_icon {
	background-position:-110px 0
}
.jqte_tool.jqte_tool_8 .jqte_tool_icon {
	background-position:-132px 0
}
.jqte_tool.jqte_tool_9 .jqte_tool_icon {
	background-position:-154px 0
}
.jqte_tool.jqte_tool_10 .jqte_tool_icon {
	background-position:-176px 0
}
.jqte_tool.jqte_tool_11 .jqte_tool_icon {
	background-position:-198px 0
}
.jqte_tool.jqte_tool_12 .jqte_tool_icon {
	background-position:-220px 0
}
.jqte_tool.jqte_tool_13 .jqte_tool_icon {
	background-position:-242px 0
}
.jqte_tool.jqte_tool_14 .jqte_tool_icon {
	background-position:-264px 0
}
.jqte_tool.jqte_tool_15 .jqte_tool_icon {
	background-position:-286px 0
}
.jqte_tool.jqte_tool_16 .jqte_tool_icon {
	background-position:-308px 0
}
.jqte_tool.jqte_tool_17 .jqte_tool_icon {
	background-position:-330px 0
}
.jqte_tool.jqte_tool_18 .jqte_tool_icon {
	background-position:-352px 0
}
.jqte_tool.jqte_tool_19 .jqte_tool_icon {
	background-position:-374px 0
}
.jqte_tool.jqte_tool_20 .jqte_tool_icon {
	background-position:-396px 0
}
.jqte_tool.jqte_tool_21 .jqte_tool_icon {
	background-position:-418px 0
}
.jqte_tool:hover {
	background-color:#FFF;
	border-color:#FFF
}
.jqte_tool:hover .jqte_tool_icon, .jqte_tool:hover .jqte_tool_label {
	border:#AAA 1px solid
}
.jqte_tool:active .jqte_tool_icon, .jqte_tool:active .jqte_tool_label {
	border:#777 1px solid
}
.jqte_tool.jqte_tool_1:hover .jqte_tool_icon, .jqte_tool.jqte_tool_1:active .jqte_tool_icon {
	border:none
}
.jqte_tool_depressed {
	background-color:#DDD;
	border-color:#CCC
}
.jqte_tool_depressed .jqte_tool_icon {
	border-color:#AAA
}
.jqte_tool_depressed:hover {
	background-color:#EEE
}
/* link form area */
.jqte_linkform {
	padding:5px 10px;
	background:#DDD;
	border-bottom:#BBB 1px solid;
}
.jqte_linktypeselect {
	position:relative;
	float:left;
	width:130px;
	background:#EEE;
	cursor:pointer
}
.jqte_linktypeselect:Active {
	background:#FFF
}
.jqte_linktypeview {
	padding:3px 5px;
	border:#333 1px solid;
	color:#777;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	outline:none
}
.jqte_linktypetext {
	font-size:12px;
}
.jqte_linktypearrow {
	position:absolute;
	bottom:8px; right:6px;
	width:7px;
	height:6px;
	margin:0 auto;
	background:url(jquery-te.png) -7px -23px no-repeat;
}
.jqte_linktypes {
	display:none;
	position:absolute;
	top:22px; left:1px;
	width:125px;
	background:#FFF;
	border:#333 1px solid;
	box-shadow:0 1px 4px #AAA; -webkit-box-shadow:0 1px 4px #AAA; -moz-box-shadow:0 1px 4px #AAA
}
.jqte_linktypes a {
	display:block;
	padding:4px 5px;
	font-size:12px;
}
.jqte_linktypes a:hover {
	background:#DDD
}
.jqte_linkinput {
	float:left;
	margin:0 5px;
	padding:3px 5px;
	width:300px;
	background:#EEE;
	border:#333 1px solid;
	color:#777;
	font-size:12px;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	outline:none;
}
.jqte_linkinput:focus, .jqte_linkinput:hover {
	background:#FFF;
	border-color:#000;
}
.jqte_linkbutton {
	float:left;
	padding:3px 12px;
	background:#AAA;
	border:#333 1px solid;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	box-shadow:inset 0 1px #EEE; -webkit-box-shadow:inset 0 1px #EEE; -moz-box-shadow:inset 0 1px #EEE;
}
.jqte_linkbutton:hover {
	background:#A1A1A1
}
.jqte_linkbutton:active {
	box-shadow:inset 0 1px #CCC; -webkit-box-shadow:inset 0 1px #CCC; -moz-box-shadow:inset 0 1px #CCC;
	background:#888;
}

/* text format menu */
.jqte_formats {
	display:none;
	position:absolute;
	width:180px;
	oveflow-x:hidden;
	overflow-y:auto;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA;
	z-index:100;
}
.jqte_format {
	display:block;
	padding:4px 7px;
	font-size:13px
}
.jqte_format:hover {
	background:#DDD
}
.jqte_format_1, .jqte_format_2, .jqte_format_3, .jqte_format_4, .jqte_format_5, .jqte_format_6 {
	font-weight:bold
}
.jqte_format_1 {
	font-size:22px
}
.jqte_format_2 {
	font-size:20px
}
.jqte_format_3 {
	font-size:18px
}
.jqte_format_4 {
	font-size:16px
}
.jqte_format_5 {
	font-size:14px
}
.jqte_format_6 {
	font-size:12px
}
.jqte_format_7 {
	font-family:"Courier New", Courier, monospace
}

/* font size menu */
.jqte_fontsizes {
	display:none;
	position:absolute;
	width:180px;
	height:198px;
	oveflow-x:hidden;
	overflow-y:auto;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA
}
.jqte_fontsize {
	display:block;
	padding:3px 7px;
}
.jqte_fontsize:hover {
	background:#DDD
}

/* color pallette */
.jqte_cpalette {
	display:none;
	position:absolute;
	padding:6px;
	width:144px;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA
}
.jqte_color {
	display:block;
	float:left;
	width:16px;
	height:16px;
	border:#FFF 1px solid;
}
.jqte_color:hover {
	border-color:#000
}
.jqte_colorSeperator {
    float:none;
    clear:both;
    height:7px;
}

/* editor area */
.jqte_editor, .jqte_source {
	padding:10px;
	background:#FFF;
	min-height:100px;
	max-height:900px;
	overflow:auto;
	outline:none;
	word-wrap:break-word; -ms-word-wrap:break-word;
	resize:vertical
}
.jqte_editor div, .jqte_editor p {
	margin:0 0 7px
}
.jqte_editor a:link, .jqte_editor a:link * {
	color:#0066FF !important;
	text-decoration:underline;
}
.jqte_editor blockquote {
	margin-top:0;
	margin-bottom:7px
}
.jqte_editor img {
    float:left;
	margin:0 10px 5px 0
}
.jqte_editor a[jqte-setlink], .jqte_editor a[jqte-setlink] * {
	background:#3297FD !important;
	color:#FFF !important
}
.jqte_editor h1, .jqte_editor h2, .jqte_editor h3, .jqte_editor h4, .jqte_editor h5, .jqte_editor h6, .jqte_editor pre {
	display:block;
	margin:0 0 3px;
}
.jqte_editor h1, .jqte_editor h1 * {
	font-size:26px
}
.jqte_editor h2, .jqte_editor h2 * {
	font-size:24px
}
.jqte_editor h3, .jqte_editor h3 * {
	font-size:22px
}
.jqte_editor h4, .jqte_editor h4 * {
	font-size:20px
}
.jqte_editor h5, .jqte_editor h5 * {
	font-size:18px
}
.jqte_editor h6, .jqte_editor h6 * {
	font-size:15px
}
.jqte_editor pre, .jqte_editor pre * {
	font-family:"Courier New", Courier, monospace
}

/* source area */
.jqte_source, .jqte_source textarea {
	background:#FFF1E8
}
.jqte_source textarea {
	margin:0 !important;
	padding:0 !important;
	display:block !important;
	width:100% !important;
	min-height:100px;
	font-family:Courier, Arial, sans-serif !important;
	font-weight:normal;
	font-size:15px;
	overflow:hidden !important;
	outline:none;
	resize:none;
}
.jqte_source textarea, .jqte_source textarea:focus {
	css_shadow:none !important;
	background:none !important;
	border:none !important;
}

