﻿
/*layout*/
body {padding: 0;
    margin: 0;
    width: 750px;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    color: black;
} 

#header {
    background: url("../graphics/header.png") 0 0 no-repeat;
	height:195px;
	width:750px;
	position:relative;
}

a{
	color: #006688;
	text-decoration: none;
}

a img{border:none;}

a:hover{
	text-decoration: underline;
}



#header h1{
	margin:0; 
	padding:0;
	position:absolute;
	left:-9999px;
}

#gis{
	position:relative;
	bottom:-166px;
}

#gis  a{
	padding: 30px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:30px;
}

#gishome {width:156px;background: url("../graphics/gis.png") 0 0 no-repeat;display:block;}

#submenu{
	position:relative;
	bottom:-143px;
	left:160px;
	margin-right:240px;
}

#submenu #menu{
	float:left;
	width:50%;
}

#submenu #logout{
	text-align: right;
}

#content{
	padding:5px 15px 5px 15px;
}
#footer{text-align:center}
#footer #links{
	padding:5px;
	color: #fff;
}

#footer #links a{
	color:#fff;
}





#maincontent{
	padding:5px;
	min-height: 350px;
	_height: 350px;
}

#statusupdates{
	border:1px solid #000;
}

.highlight{
	font-weight:bold;
	font-size:1.2em;
	padding:10px 0;
}

.header{
	font-weight:bold;
	color:#fff;
	background:#7782B0;
	padding:3px;
	font-size:1.2em;
	text-transform:uppercase;
}

.upcomingEvent{
	margin:3px;
	/*border:1px solid black;*/
}
.eventHeader {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000000;
}

.eventHeader, .categoryHeader{
	font-weight:bold;
	background: #5E6896;
	color:white;
	padding:3px;
	vertical-align:middle;
}

span.urgent{
	color:red;
	font-weight:bold;
	font-style:italic;
}

legend span{width:100%;display:block}

.promoteZ { 
        z-index: 2006; /* Dialog z-index is 1006*/ 
}

.button{ padding:4px; margin:4px 4px 0 0; border: 1px solid #d3d3d3; background: #5E6896 url(images/ui-bg_highlight-hard_75_5E6896_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #FFFFFF; outline: none; }
.button:hover, .disabledButton  { border: 1px solid #999999; background: #dadada url(images/ui-bg_highlight-hard_75_dadada_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.hidden{display:none;}

.disabledButton, .disabledButton:hover{color:#9f9f9f}

label{font-weight:bold;}

#showlist li {
overflow: hidden;
display: inline-block;  /*IE≤6 hasLayout trigger*/
}

#showlist li {
display: block; /*repairs display while leaving hasLyout*/
}

#showlist li  {
float: left;
width: 33%;
}

.error{font-weight:bold; color:red}

/*event entry*/


.borderTop{
	border-top:1px solid black;
}
.borderBottom{
	border-bottom:1px solid black;
}

.borderLeft{
	border-left:1px solid black;
}
.borderRight{
	border-right:1px solid black;
}

.dogInfo div{
	margin-bottom:4px;
	text-align:left;}

.floatLeft{float:left}

.sectionHeaderNoPadding{
	padding:0;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

