/* Notes
    Validation errors on rgba() and border-radius are expected (these are CSS3 functions).
    These functions are ignored in IE (all versions), but rendered properly in Safari,
    FireFox, Opera, and so on.
*/
* {
    padding:0;
    margin:0;
}
html, body, form {
    height:100%;
}
div {
    position:relative;
    background-color:Transparent;
}
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#000;
}
/* fix for Opera */
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* negate effect of float*/
}
ul ul {
    margin-left:2em;
}
a img {
    border:solid 0px #000;
}
a:link {
    color: #d00;
}
a:visited {
    color: #700;
}
a:hover {
    color: #f11;
}
input[type=submit], input[type=button] {
    height:33px;
    min-width:100px;
    padding:2px;
    text-align:center;
    border:1px solid #000;
    background-color:#ddd;
    background-color:rgba(221,221,221,.75);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:1px 2px 3px #999;
    -moz-box-shadow:1px 2px 3px #999;
    box-shadow:1px 2px 3px #999;
}
input[type=submit]:hover, input[type=button]:hover {
    border:1px solid #000;
    background-color:#fff;
}
.table {
    top: 0px;
    left: 0px;
}
.textbox {}
table.documents a {
    text-decoration:none;
    color:#000 !important;
}
table.documents a:hover {
    text-decoration:underline;
}
table.documents {
    border:1px solid #000;
    overflow:auto;
}

table.datagridRow {
    border:1px solid #000;
    overflow:auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
}
table.datagridRow tr {
    min-width:40px;
}
tr.datagridRow {
    background-color:#fff;
    background-color:rgba(255,255,255,.50);
}
tr.datagridRowAlt {
    background-color:#E6E6E6;
    background-color:rgba(230,230,230,.50);
}
tr.datagridRow:hover, tr.datagridRowAlt:hover {
    background-color:#eed;
    background-color:rgba(238,238,221,.50);
}
.columnHeader
{
    font-weight:bold;
    vertical-align: top;
    white-space:nowrap;    
}
.datagridRow
{
    vertical-align: top;
    white-space:normal;       
}
.datagridRow td {
    padding:0 1em 0 0;
}
.datagridRowWarning
{
    font-weight:bold;
    font-style:italic;
    color: red;
    background: yellow;
    vertical-align: top;
    white-space: nowrap;
}
#outerwrapper{
	background-color:#ccc;
	height:auto;
	min-height:100%;
	min-width:1024px;
	position:relative;
}
#wrapper {
    overflow:auto;
	padding-bottom:40px;
    width:980px;
    background-color:transparent;
    margin:0 auto;
    z-index:99;
    position:relative;
}
#coNumHolder {
    float:left;
    margin:0;
    padding:0 0 0 2em;
    /*height:38px;*/
    font-size:14px;
    font-weight:bold;
    color:#777;
}
#footer {
    position:relative;
    margin:-40px auto 0 auto;
    padding:0;
    height:38px;
    border:none;
    border-top:2px solid #000;
    overflow:hidden;
    font-size: 10px;
    width:980px;
    text-align:center;
}
#background {
	background:url(/Images/gradient.gif) repeat-x bottom #fff;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	/*height:685px;*/
	overflow:hidden;
	height:100%;
	z-index:0;
}
#background div {
    width:100%;
    height:100%;
	background: url(/Images/bat_background.jpg) no-repeat right bottom;
}
#masthead {
    height:101px;
    background:#000 url(/Images/header.png) no-repeat top center;
    width:100%;
}
#masthead img {
    width:255px;
    height:101px;
}
#phrase {
    color:#fff;
    font-size:24px;
    font-style:italic;
    text-align:center;
    line-height:80px;
    width:480px;
    min-width:480px;
    height:101px;
    position:relative;
    margin:0 auto;
}
#phrase sup {
    font-size:33%;
    font-style:normal;
    line-height:0;
}
#aim,#airbat,#gatereader,#handbat,#tracbat,#webbat {
    width:480px;
    height:101px;
    display:none;
    position:absolute;
    top:-101px;
    left:0px;
    background:#000 url(/Images/header.png) no-repeat top center;
}
#batholder {
    height:50px;
    width:100%;
    display:block;
    overflow:visible;
    background:#000 url(/Images/header.png) bottom no-repeat;
}
#bats{
    height:50px;
    text-align:center;
    display:block;
    width:480px;
    /*padding:0 240px;*/
    margin:0 auto;
    overflow:visible;
    position:relative;
}
#bats img {
    margin:0 5px;
    border:none;
}

#ButtonBar {
    float:left;
    /*height:700px;*/
    width:150px;
    overflow:visible;
    text-align:center;
    border-right: 1px solid hidden #000000;
    z-index: 99;
}
#ctl00_navholder {
	float:right;
}
#center {
    width:980px;
}
#center .content {
    padding:10px 20px 20px 20px;
    line-height:1.65em;
    height:100%;
    margin-left:155px;
}

h1 {
    font-size: 16px;
}
h2 {
    font-size: 15px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 13px;
}
.content p {
    padding: 10px 0;
}
br.clear {
    clear:both;
}

.nav {
    margin-top:20px;
}
.nav, .nav ul {
    /* all lists */
    list-style:none;
    float:left;
}
.nav li {
    /* all list items */
    position:relative;
    float:left;
    margin-bottom:-1px;
    line-height:40px;
}
.nav li ul {
    /* second-level lists */
    position:absolute;
    left:-999em;
    margin-left:150px;
    margin-top:-40px;
}
.nav li a{
    display:block;
    color:black;
    font-weight:bold;
    text-decoration:none;
    background:transparent url(/Images/menu1.gif) no-repeat left top;
    border:none;
    width:150px;
    height:40px;
    font-size:11px;
}
.nav li ul a {
    background:transparent url(/Images/menu1.gif);
    background-position: -5px bottom;
    margin-left:5px;
    width:145px;
}
.nav li ul li.parent > a {
    background-position:-5px center;
}
.nav li ul li:first-child a {
    margin-left:0px;
    background-position:left bottom;
    width:150px;
}
.nav li ul li.parent:first-child > a {
    background-position:left center;
}
.nav li a:hover, .nav li a.sfhover {
    color:white;
    background-position:right top;
}
.nav li li a:hover, .nav li li a.sfhover {
    color:white;
    background-position:right bottom;
}
.nav li ul li:first-child a:hover, .nav li ul li:first-child a.sfhover {
    color:white;
    background-position:right bottom;
}
.nav li li.parent > a:hover, .nav li li.parent > a.sfhover {
    background-position:right center !important;
}
.nav li:hover ul ul {
    left:-999em;
}
.nav li:hover ul, .nav li li:hover ul {
    left:auto;
    *left:-999em; /*hack for IE 7 */
}
.nav li.sfhover ul ul {
    left:-999em;
}
.nav li.sfhover ul, .nav li li.sfhover ul {
    left:auto;
}
 .nav li.disabled:hover > ul,   .nav li.disabled.sfhover > ul, .nav li.disabled > ul {
    /* lists nested under disabled items */
    left:-999em !important;
    display:none;
}

.tabs2 {
    width:100%;
    height:31px;
    background-color:black;
    padding-right:10px;
    position:relative;
    float:right;
}
.roundLeft {
    width:32px;
    height:31px;
    background:transparent url(/Images/round.png) no-repeat bottom right;
    float:right;
}
.roundRight {
    width:32px;
    height:31px;
    background:transparent url(/Images/round.png) no-repeat bottom left;
    float:right;
}
.tabs2 ul {
    list-style: none none outside;
}
.tabs2 ul li {
    float:right;
    text-align:center;
    font-size:15px;
    background: #fff url(/Images/btn_top.png) no-repeat scroll top center;
    border-top:5px solid #fff;
    color:#fff;
    height:26px;
    width:100px;
    padding:0px 5px;
}
.tabs2 ul li a {
    text-decoration: none;
    font-weight: bold;
    color:#fff;
    background-image:none;
    display:block;
    width:100px;
    margin-top:2px;
}
.tabs2 ul li:hover a, #ctl00_tabs2 ul li.sfhover a {
    color:#000;
}
.tabs2 ul li a.selected {
    color:#000;
    background-image:none;
}
a.disabled {
    color:#888 !important;
    text-shadow: 1px 1px 1px #fff;
}

.center{text-align:center}

div.tabtop {
    /*these are the top tab pages; they have bigger font*/
    /*font-size:125%*/
}
p.tabbed, div.tabtop p {
    text-indent:2em;
}
#SetPresTbl {
    float: left;
    text-align: center;
}
#SetPresTbl .titles {
    border-bottom: #000 2px solid;
}
#SetPresTbl .pressures {
    padding:1px;
    background-color:#fff;
    border: 1px solid #000;
    width: 4em;
}
#PresErr {
    border:#777 1px solid;
    display: none;
    float: left;
    padding: 1em;
    margin:2em 0 0 2em;
}

.ajax__combobox_inputcontainer /* comboBox for editAlertRule.aspx*/
{    
    vertical-align: bottom;
}

.lists {
    font-weight:normal;
    width:100%;
}
.messageError {
    background: transparent url(/Images/Error.gif) no-repeat scroll 0px 2px;
    font-weight: bold;
    color: Red;
    list-style-type:none;
    text-align:left;
    padding-left:18px;
}
.messageExclamation {
    background: transparent url(/Images/Exclamation.gif) no-repeat scroll 0px 2px;
    font-weight: bold;
    color: Red;
    list-style-type:none;
    text-align:left;
    padding-left:18px;
}
.messageInformation {
    background: transparent url(/Images/Information.gif) no-repeat scroll 0px 2px;
    font-weight: bold;
    color:#060;
    list-style-type:none;
    text-align:left;
    padding-left:18px;
}
.timeout {
    padding: 4px;
    font-weight: bold;
    color:Black;
    font-size:10pt;
}
.validator {
    padding: 4px 4px 4px 4px;
    font-weight: bold;
    color:Red;
}
.wideButton {
    height:33px;
    min-width:100px;
    padding:2px;
    text-align:center;
}
.floatButton {
    height:33px;
    width:100px;
    float:right;
    clear:right;
    text-align:center;
}
a.site:link, a.site:visited, a.site:active {
    color:black;
    text-decoration:none;
}
a:hover.site {
    text-decoration:underline;
}

input[type="text"],input[type="file"],input[type="password"],textarea {
    padding:1px;
    margin:2px;
    background-color:#fff;
    border: 1px solid #000;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
input[type="file"] {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#capsLockOn {
    display:none;
}

#webListenerHolder {
    margin:2em auto;
    background:transparent url(/Images/webListenerCurve.png) no-repeat;
    height:72px;
    width:500px;
}
p#output {
    margin-top:1em;
    float:left;
    width:200px;
}
#webListenerHolder img {
    float:left;
}
.webListener{
    float:left;
    width:200px;
    padding-left:100px;
    color:#fff;
    height:72px;
    background-color:#191019;
    text-align:center
}
#batimg {
    margin-left:25px;
    float:left;
    width:150px;
}
#pleasewait {
    display:none;
    width:50%;
    margin:0 auto;
    padding:12px;
    border:1px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:rgba(255,255,255,.50);
}
#pleasewait img {
    float:left;
    margin-right:10px;
}
.WizardHelp {
    font-size: 12px;
    font-family: inherit;
}
#betatag {
    /* Uncomment the following line to not display the beta tag */
    /*display:none;*/
    position:absolute;
    top:0px;
    right:0px;
    width:89px;
    height:87px;
    z-index:99
}

/* Style for jCalendar */
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */
div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/Images/Calendar.png) no-repeat 0 0; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -16px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon)
 */
input.dp-applied {
	width: 140px;
	float: left;
}
.date-pick-holder {
    width:170px;
    text-align:left;
    vertical-align: middle;
    height:24px;
    display:inline-block;
    /*hack for IE 7*/
    zoom: 1;
    *display:inline;
}
.time-pick-holder {
    height:24px;
    vertical-align: middle;
    display:inline-block;
    /*hack for IE 7*/
    zoom: 1;
    *display:inline;
}
.time-pick-holder input {
    width:20px;
}
.ellipsis {
    display:inline-block;
    overflow:hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
    display:block;
}
.ellipsis a:link, .ellipsis a:visited {
    color: #000;
    text-decoration:none;
}
.ellipsis a:hover {
    color: #f11;
    text-decoration:underline;
}
span.unread {
    font-weight:900;
    font-size:11px;
}
.greybutton {
    height:30px;
    width:125px;
    position:absolute;
    border:1px solid #000;
    background-color:#ddd;
}
.greybutton:hover {
    background-color:#eee;
}

.msgholder {
    width:95%;
    padding:5px 15px 15px 15px;
    background-color:#fff;
    border:1px solid #000;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow:hidden;
}
#map_canvas {
    width:90%;
    margin:0 auto;
    height:500px;
    border:1px solid #000;
    box-shadow: 4px 4px 2px #888;
}