
/***********************
 * Index page
 * *********************/

#agencywire,
#wire {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 3px;
    border: 1px solid #d5d8dd;
    margin-top: 20px;
}

#wire h3 {
    position:relative;
    color: #5f666c;
    background-color: #d5d8dd;
    font-size: 100%;
    line-height: 40px;
    padding-left: 8px;
    zoom:1;
	font-family: Arial, "Lucida Grande", helvetica, trebuchet, sans-serif;
	margin: 0px;

}

.communityWire,.municipalWire{
    position:absolute;
    top:3px;
    right:128px;
    display:block;
    width:105px;
    height:33px;
    overflow:hidden;
    text-indent:-9999px;
/*    background:url(http://local.nixle.com/static/img/btns/wires2.png) 0 -33px no-repeat; */
}
.communityWire{
    right:8px;
    width:117px;
    background-position:-105px -33px;
}

.signup{
font-weight:normal;
}

.communityWire:hover,.ccurrent{background-position: -105px 0;}
.municipalWire:hover,.mcurrent{background-position: 0 0;}

#wire table {
    position:relative;
    width: 100%;
	border-left: 8px solid #d5d8dd;
	border-right: 8px solid #d5d8dd;
	border-bottom: 8px solid #d5d8dd;
	font-family: Arial, "Lucida Grande", helvetica, trebuchet, sans-serif;
		font-size: 69.7%;
}

#agencywire table {
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#wire tr {
    position: relative;
}

#wire tr.row1 {
    background-color: #f7fafb;
}

#wire tr.row2 {
    background-color: #e9eeef;
}

#wire th {
	background-image: url(http://local.nixle.com/static/img/public/index_th_gradient.png);
	background-repeat: repeat-x;
    background-position: top;
    text-align: center;
    line-height: 26px;
    height: 26px;
    padding: 0 2px;
}

/* Absolute positioning not working on FF
th.col0 {
    position: relative;
    padding-left: 5px;
}

span#leftcol0 {
    position: absolute;
	background-image: url(http://local.nixle.com/static/img/public/index_th_left.png);
	background-repeat: none;
    background-position: center left;
    height: 30px;
    width: 10px;
    left: -5px;
    top: 0;
}
*/

#wire th.col0,
#wire th.col1,
#wire th.col2,
#wire th.col3 {
    border-right: 1px solid #eee;
}

#wire th.col1,
#wire th.col2,
#wire th.col3,
#wire th.col4 {
    border-left: 1px solid #bbb;
}

#wire th.col0,
#wire th.col1,
#wire th.col2,
#wire th.col3,
#wire th.col4 {
padding:0px 2px 0px 2px;
background:url(http://local.nixle.com/static/img/public/index_th_gradient.png) 0 0px repeat-x;
}

#wire td {
    color: #000;
    padding: 4px 0 4px 5px;
    font-weight: bold;
    overflow: hidden;
}

#wire td.col0 {
    background-color: white;
    text-align: center;
    overflow: hidden;
    padding: 0;
}

#wire td.col1 {
    width: 120px;
    position:relative;
	padding:3px;
}
#wire td.col2 {
	padding:4px;
}
#wire td.col3 {
	padding:3px;
}
#wire td.col4 {
	padding:0px 0px 3px 3px;
}


#wire td.col2 {
    width: 80px;
    line-height: 31px;
}

#wire td.col3 {
    width: 60px;
    border-right: 1px solid #eee;
}

#wire td.col3expanded {
    width: 100px;
}

#wire td.col4 {
    border-left: 1px solid #bbb;
}

#wire td a {
	color: #087677;
    font-weight: bold;
}

#wire td a:active,
#wire td a:hover {
    color: #009999;
	text-decoration: underline;
}

#wire td p.empty{
    padding:15px;
    font-size:155%;
    word-spacing:1.4pt;
    line-height:130%;
    font-weight:normal;
}
#wire td p.empty a{font-weight:normal;}

#wire td.priority_1 {
	background-image: url(http://local.nixle.com/static/img/public/alert_eas.png);
	background-repeat: no-repeat;
    background-position: center center;
}

#wire td.priority_2 {
	background-image: url(http://local.nixle.com/static/img/public/alert_alert.png);
	background-repeat: no-repeat;
    background-position: center center;
}

#wire td.priority_2_expired {
	background-image: url(http://local.nixle.com/static/img/public/alert_alert_expired.png);
	background-repeat: no-repeat;
    background-position: center center;
}

priority advisory {
	background-image: url(http://local.nixle.com/static/img/public/alert_advisory.png);
	background-repeat: no-repeat;
    background-position: center center;
}

#wire td.priority_3_expired {
	background-image: url(http://local.nixle.com/static/img/public/alert_advisory_expired.png);
	background-repeat: no-repeat;
    background-position: center center;
}

#wire td.priority_4 {
	background-image: url(http://local.nixle.com/static/img/public/alert_traffic.png);
	background-repeat: no-repeat;
    background-position: center center;
}

#wire td.priority_4_expired {
	background-image: url(http://local.nixle.com/static/img/public/alert_traffic_expired.png);
	background-repeat: no-repeat;
    background-position: center center;
}

#wire td.priority_5 {
	background-image: url(http://local.nixle.com/static/img/public/alert_community.png);
	background-repeat: no-repeat;
    background-position: center center;
}

#wire td.priority_5_expired {
	background-image: url(http://local.nixle.com/static/img/public/alert_community_expired.png);
	background-repeat: no-repeat;
    background-position: center center;
}

#alert_options_menu {
    position:absolute;
    z-index:8;
    width:89px;
    list-style:none;
    padding:2px 0;
    border:1px solid #92a2af;
    background-color:#cdd4dc;
}

/* Oh IE, you crazy diamond. */
#alert_options_menu li.slip {
    position:absolute;
    top:-1px;
    left:-1px;
    z-index:11;
    width:9px;
    height:1px;
    background:url(http://local.nixle.com/static/img/ui/bg_aro_optionMenu.gif) 0 -17px no-repeat;
}

#alert_options_menu a {
    color:#36393e;
    text-align:center;
    text-decoration:none;
    display:block;
    width:100%;
}

#alert_options_menu a:hover{
    background-color:#363940;
    color:#fff;
}

.empty_alerts {
    position:relative;
    clear:left;
    float:left;
    margin-top:20px;
    width:565px;
    background:#eff0f0 url(http://local.nixle.com/static/img/ui/bg_bubble_sprite.gif) -588px 0 no-repeat;
}

.empty_alerts p {
    font-size:155%;
    word-spacing: 1.4pt;
    line-height: 130%;
    padding:1em 22px 1em;
    margin:0;
}
.empty_alerts p.last {
    background:url(http://local.nixle.com/static/img/ui/bg_bubble_sprite.gif) -23px bottom no-repeat;
}
.empty_alerts a {
    color:#087677;
}
.empty_alerts a:hover,
.empty_alerts a:active {
    color:#099;
}
.empty_alerts .pointer {
    position:absolute;
    top:-13px;
    left:6.75em;*left:6.5em;_left:6.75em;
    height:14px;
    width:23px;
    background:url(http://local.nixle.com/static/img/ui/bg_bubble_sprite.gif) top left no-repeat;
}

#btnrecommend,
#boxfeedback {
    padding-top: 20px;
}

#btnrecommend,
#boxfeedback img {
    width: 342px;
    height: 121px;
}

/*************************
 * Standard content pages
 * ***********************/

#content {

    background-color: transparent;
    margin: auto;
}

#content h1 {
    background-color: transparent;
	background-image: url(http://local.nixle.com/static/img/public/content_titlebar.png);
    background-position: top center;
	background-repeat: no-repeat;
    font-size: 162.9%;
    color: #fff;
    height: 56px;
    line-height: 56px;
    padding-left: 15px;
}

#main {
    background-color: #f5eed3;
	border-left: 1px solid #646c54;
	border-right: 1px solid #646c54;
    float: left;
}

#main h2 {
    font-size: 162.9%;
    margin-left: 16px;
    padding: 10px 0;
}

#main h2 a {
    font-size: 70%;
    color: #087677;
    margin-right: 6px;
    text-decoration: none;
}

#content h2 a:active,
#content h2 a:hover {
    color: #009999;
    text-decoration: underline;
}

#pagebottom {
    background-color: transparent;
	background-image: url(http://local.nixle.com/static/img/public/simple_footer.jpg);
	background-repeat: no-repeat;
    height: 22px;
    clear: both;
}

/***********************************
 * Full notification styling
 * *********************************/
#alert {
    background-color: #E9E2C8;
    margin: 0 16px;
    width: 895px;
    float: left;
    _display: inline;   /* IE6 hack for double margin error */
}

#alert h3 {
    font-size: 120%;
    color: #000;
    margin-bottom: 20px;
    font-family: Arial, "Lucida Grande", helvetica, trebuchet, sans-serif;
    font-size: 69.7%;
}

#alert p {
    font-size: 100%;
}

#alert p.bold {
    color: #000;
    font-weight: bold;
    font-size: 120%;
}

#alert p.contact {
    color: #000;
    font-size: 120%;
}

#alert p.hr {
    padding-bottom: 20px;
	border-bottom: 1px dashed #898989;
    margin-bottom: 20px;
    font-size: 120%;
}

#alert ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    height: 37px;
}

#alert li {
    float: left;
    line-height: 35px;
    font-size: 120%;
    font-weight: bold;
}

#alert li span {
    color: #000;
}

#alert li.level {
    width: 85px;
    height: 37px;
}

#alert li.time {
    color: #898989;
    background-color: #fff;
    width: 497px;
    padding-left: 20px;
    height: 35px;
}

#alert li.expire {
    height: 37px;
    background-color: transparent;
	background-image: url(http://local.nixle.com/static/img/public/bg_expiration_time.png);
    background-position: center;
	background-repeat: no-repeat;
    color: #fff;
    width: 273px;
    padding-left: 20px;
}

#alert li.type1, #alert li.type2, #alert li.type3, #alert li.type4,
#alert li.type5 {
    background-color: transparent;
	background-image: url(http://local.nixle.com/static/img/public/bg_expiration_time.png);
    background-position: center;
	background-repeat: no-repeat;
}

#alert li.type1,
#alert li.type1_expired {
	background-image: url(http://local.nixle.com/static/img/public/alert_eas2.png);
}

#alert li.type2 {
	background-image: url(http://local.nixle.com/static/img/public/alert_alert2.png);
}

#alert li.type2_expired {
	background-image: url(http://local.nixle.com/static/img/public/alert_alert2_expired.png);
}

#alert li.type3 {
	background-image: url(http://local.nixle.com/static/img/public/alert_advisory2.png);
}

#alert li.type3_expired {
	background-image: url(http://local.nixle.com/static/img/public/alert_advisory2_expired.png);
}

#alert li.type4 {
	background-image: url(http://local.nixle.com/static/img/public/alert_traffic2.png);
}

#alert li.type4_expired {
	background-image: url(http://local.nixle.com/static/img/public/alert_traffic2_expired.png);
}

#alert li.type5 {
	background-image: url(http://local.nixle.com/static/img/public/alert_community2.png);
}

#alert li.type5_expired {
	background-image: url(http://local.nixle.com/static/img/public/alert_community2_expired.png);
}


#alert li.border1,
#alert li.border1_expired,
#alert li.border2,
#alert li.border2_expired {
	border-top: 1px solid #ce0f10;
	border-bottom: 1px solid #ce0f10;
}

#alert li.border3,
#alert li.border3_expired {
	border-top: 1px solid #caae48;
	border-bottom: 1px solid #caae48;
}

#alert li.border4 {
	border-top: 1px solid #5f8482;
	border-bottom: 1px solid #5f8482;
}

#alert li.border5 {
	border-top: 1px solid #6a7746;
	border-bottom: 1px solid #6a7746;
}

#alert li.border4_expired {
	border-top: 1px solid #659ea8;
	border-bottom: 1px solid #659ea8;
}

#alert li.border5_expired {
	border-top: 1px solid #7c895a;
	border-bottom: 1px solid #7c895a;
}

#alert .left {
    float: left;
    width: 562px;
    padding: 10px 20px;
}

#alert .right {
    float: left;
    width: 280px;
    padding: 10px 10px 0 0; 
}

#alertmedia {
    width: 276px;
    padding: 2px;
    background-color: #f5eed3;
    margin: 15px 0 15px;
}

#alertmedia img {
    display: block;
    margin: 10px auto 10px auto; 
    text-align: center; /* for older browsers */
	border: 1px solid #000;
}

div#location {
    position: relative;
    background-color: #f5eed3;
    height: 245px;
    margin-bottom: 20px;
    padding: 5px 20px;
    font-size: 120%;
}

div#location h4 {
    font-size: 100%;
}

div#location #map {
	border: 1px solid #000;
}

div#location p {
    width: 242px;
    padding: 7px 0 10px 0;
}

div#agency {
    background-color: #c0bfab;
    height: 25px;
    line-height: 25px;
    text-align: center;
    clear: both;
}

div#agency p {
    font-weight: bold;
}

.traffic {
font-family: Arial;
font-size: 12px;
color: #fff;
background: #1A6C75;
border: 1px solid #c0c0c0;
padding: 3px;
margin: 3px auto;
line-height:28px;
}

.community {
font-family: Arial;
font-size: 12px;
color: #fff;
background: #417C04;
border: 1px solid #c0c0c0;
padding: 3px;
margin: 3px auto;
line-height:28px;
} 

.advisory {
font-family: Arial;
font-size: 12px;
color: #fff;
background: #E1B605;
border: 1px solid #c0c0c0;
padding: 3px;
margin: 3px auto;
line-height:28px;
} 

.alert {
font-family: Arial;
font-size: 12px;
color: #fff;
background: red;
border: 1px solid #c0c0c0;
padding: 3px;
margin: 3px auto;
line-height:28px;
}  
