* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #dcdcdc;
    font-family: Arial, Verdana;
    font-size: 12px;
    padding: 0px;
    padding-bottom: 5px;
    color: #333;
}

a {
    color: #62CD01;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    padding-bottom: 10px;
}

#contentwrapper {
    width: 950px;
    margin: auto auto;
    background-color: #FFF;
    padding: 0px;
    margin-top: 0px;
}

#header {
    height: 146px;
    width: 100%;
    /*background: #fff url(../images/logo.png) no-repeat;*/
    background: #FFFFFF url(../images/logo.jpg) no-repeat scroll 10px 40px;
    position: relative;
}

#headerfestive {
    height: 146px;
    width: 100%;
    /*background: #fff url(../images/logo.png) no-repeat;*/
    background: #FFFFFF url(../images/snarl_christmas.jpg) no-repeat scroll 7px 32px;
    position: relative;
}

#nav {
    height: 30px;
    width: 100%;
    background-color: #e4e4e4;
}

#contentblock {
    background-color: #fff;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

/**
 * Right Content
 */

#rightcontentwrap {
    width: 285px;
    background-color: #e4e4e4;
    float: right;
    margin-right: 13px;
    margin-top: 17px;
    margin-bottom: 17px;
    border-width: 0px;
    display: inline;
}

#rightcontent {
    width: 266px;
    margin: auto auto;
}

#top-right-round {
    height: 8px;
    width: 285px;
    margin-bottom: 0px;
    background: #000 url(../images/topright.gif) no-repeat;
    overflow: hidden;
}

#bottom-right-round {
    height: 8px;
    width: 285px;
    margin: 0;
    background: #FFF url(../images/bottomright.gif) no-repeat;
    overflow: hidden;
}

/**
 * Headings
 */

h1 {
    background: transparent url(../images/lights.png) no-repeat top right;
    padding-right: 20px;
    height: 34px;
    font-size: 22px;
}

h2 {
    background: transparent url(../images/lights.png) no-repeat top right;
    padding-right: 20px;
    height: 34px;
    font-size: 18px;
}

h2.pointer {
    display: none;
}

/**
 * Left Content
 */

#leftcontentwrap {
    width: 624px;
    background-color: #FFF;
    float: left;
    margin-left: 13px;
    margin-top: 17px;
    margin-bottom: 17px;
    display: inline;
}

.top-left-round {
    height: 8px;
    width: 624px;
    margin: 0;
    background: #FFF url(../images/topleft.gif) no-repeat;
    overflow: hidden;
}

.bottom-left-round {
    height: 8px;
    width: 624px;
    margin: 0;
    background: #FFF url(../images/bottomleft.gif) no-repeat;
    overflow: hidden;
}

.top-full-round {
    height: 8px;
    width: 930px;
    margin: 0;
    background: #FFF url(../images/fulltopleft.gif) no-repeat;
    overflow: hidden;
}

.bottom-full-round {
    height: 8px;
    width: 930px;
    margin: 0;
    background: #FFF url(../images/fullbottomleft.gif) no-repeat;
    overflow: hidden;
}

.leftcontent {
    background-color: white;
    border-right: 8px solid #E4E4E4;
    border-left: 8px solid #E4E4E4;
    position: relative;
}

.leftContentPadding {
    padding: 5px;
}

/**
 * Content Boxes
 */

.content-box-wrap {
    width: 266px;
    margin: auto auto;
}

.content-box-wrap-float {
    width: 266px;
    float: left;
    margin-left: 10px;
}

.content-box-medium-wrap {
    width: 450px;
    margin: auto auto;
}

.content-box-top {
    background-repeat: no-repeat;
    height: 8px;
    overflow: hidden;
}

.content-box-header {
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    padding-left: 8px;
    height: 20px;
    overflow: hidden;
}

.content-box {
    border-width: 0px 4px 0px 4px;
    border-style: solid;
    background-color: #FFF;
    font-size: 11px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;
}

.content-box-bottom {
    height: 8px;
    background-repeat: no-repeat;
    overflow: hidden;
}

/**
 * Green Content Boxes
 */
.content-box-top-green {
    background-image: url(../images/greenroundrighttop.gif);
}

.content-box-medium-top {
    height: 4px;
}

.content-box-medium-top-green {
    background-image: url(../images/greentopmedium.png);
}

.content-box-header-green {
    background-color: #93d259;
}

.content-box-green {
    border-color: #93d259;
}

.content-box-bottom-green {
    background-image: url(../images/greenroundrightbottom.gif);
}

.content-box-medium-bottom-green {
    background-image: url(../images/greenbottommedium.png);
}

/**
 * Red Content Boxes
 */
.content-box-top-red {
    background-image: url(../images/redroundrighttop.png);
}

.content-box-header-red {
    background-color: #ff999a;
}

.content-box-red {
    border-color: #ff999a;
}

.content-box-bottom-red {
    background-image: url(../images/redroundrightbottom.png);
}

/**
 * Orange Content Boxes
 */
.content-box-top-orange {
    background-image: url(../images/orangeroundrighttop.png);
}

.content-box-header-orange {
    background-color: #ffcb17;
}

.content-box-orange {
    border-color: #ffcb17;
}

.content-box-bottom-orange {
    background-image: url(../images/orangeroundrightbottom.png);
}

/**
 * Footer
 */

#footer {
    width: 100%;
    background: #E4E4E4;
    clear:both;
    height: 30px;
    text-align: center;
}

#footer a {
    color: #444444;
    font-size: 10px;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 30px;
}

/**
 * Latest Incidents Listing
 */
/* Coloured listings
ul.latest-incidents {
    padding-left: 13px;
    padding-top: 16px;
    margin-left: 26px;
}

ul.latest-incidents li {
    list-style-type: disc;
    list-style-image: url(../images/redicon.png);
    padding-left: 3px;
}

div.latest-incidents {
    padding-left: 26px;
    width: 220px;
    background: transparent url(../images/redicon.png) no-repeat left top;
    height: 34px;
}

span.incident-suburb {
    text-transform: uppercase;
    color: #fc8007;
    font-size: 13px;
    font-weight: bolder;
}

a.details {
    color: #fc8007;
    text-decoration: none;
    font-size: 12px;
}*/

.cursored {
    cursor: pointer;
}

ul.latest-incidents {
    padding-left: 13px;
    padding-top: 16px;
    margin-left: 26px;
}

ul.latest-incidents li {
    list-style-type: disc;
    list-style-image: url(../images/redicon.png);
    padding-left: 3px;
}

div.latest-incidents {
    width: 238px;
    background: transparent url(../images/greenicon.png) no-repeat left top;
    color: #666;
    padding-bottom: 5px;
    /*height: 34px; */
}

span.incident-suburb {
    font-size: 12px;
    font-weight: bolder;
}

div.incident_location {
    padding-left: 8px;
    /*font-style: italic;*/
    font-size: 12px;
}

span.incident_ago {
    margin-left: 8px;
    color: #FE0000;
    /*font-style: italic;*/
    font-size: 12px;
}

a.details {
    color: #222;
    text-decoration: none;
    font-size: 12px;
}

a.details:hover {
    /*color: #93D259;*/
    /*color: #444444;*/
    text-decoration: underline;
}

/**
 * Menu
 */

.menu{
    font-size: 11px;
}


ul.menu {
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
}

ul.menu  li{
    display:block;
    float:left;
    padding: 0 0 0 0
}


ul.menu li a {
    display:block;
    float:left;
    color:#444444;
    font-weight: 600;
    text-decoration:none;
    width: 100px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
}

ul.menu li a.widemenu {
    width: 150px !important;
}

ul.menu li a:hover {
    background-color: #93d259;
}

#nomapholder {
    width: 598px;
    height: 400px;
    background: transparent url(../images/nomapgrey.jpg) no-repeat center center;
}

.incidentmap {
    width: 608px;
    height: 400px;
    margin: auto auto;
}

.incidentmapwrap {
    overflow: hidden;
}

/* Incidents Table */

.incidenttable th {
    text-align: left;
    vertical-align: top;
    width: 60px;
}

.incidenttable a {
    font-weight: bold;
    text-decoration: underline;
}

.incidenttable img.righticon {
    vertical-align: text-top;
}

.incidenttable {
    font-size: 12px;
}

img.righticon {
    cursor: pointer;
}

/* Snarl Inputs */

.snarlinput {
    background-position:left;
    width:234px;
    color: #999999;
    border: 1px solid #bbb;
}

.snarlinput_div {
    width: 0px;
    /*background-color: #E6E6E6;*/
    margin-top: 3px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.snarlinput_label {
    font-weight: 200;
    font-size: 12px;
}

.snarl_submit_wrap {
    width: 100%;
    height: 30px;
}

.snarl_submit {
    float: right;
    font-size: 11px;
    background-color:#EEEEEE;
    background-repeat:repeat-x;
    border-bottom-color:#999999;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color:#CCCCCC;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#999999;
    border-right-style:solid;
    border-right-width:1px;
    border-top-color:#CCCCCC;
    border-top-style:solid;
    border-top-width:1px;
    color:#333333;
    height: 18px;
    padding-left:0.25em;
    padding-right:0.25em;

    width:auto;
}

.timeinput_wrap {
    width: 40px;
    display: inline;
}

.timeinput {
    width: 40px;
}

.timeinput_div {
    display: inline;
}

/* Miscellaneous */

.loginwrapper {
    height: 200px;
    padding-top: 40px;
}

/* Main Incident Listings */

.incidentlistentry {
    width: 100%;
    padding-bottom: 10px;
}

.incidentlistentry-alternate {
    background-color: #E4E4E4;
}

.incidentlistentry a {
    color: #38B63C;
    text-decoration: none;
}

.mainincidentlink a {
    font-weight: bold;
}

.incidentlistentry a:hover {
    text-decoration: underline;
}

.incidentlistentry {
    text-align: left;
}

.incidentlistentry th {
    width: 100px;
    vertical-align: top;
}

.incidentlistleft {
    width: 260px;
    /*padding-left: 30px;
    background: transparent url(../images/icons/stop24.gif) no-repeat top left;*/
    vertical-align: top;
}

.incidentlistright {
    vertical-align: top;
}

#contentblock img {
    border: 0px;
}

.snarlLoginForm {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 241px;
}

.mapControlsWrap {
    background: transparent url(../images/leftbottomcontrols.jpg) no-repeat top left;
    height: 24px;
}

.mapControlsContainer {
    float: right;
    margin-right: 12px;
    margin-top: 5px;
    background: #E4E4E4 url(../images/controlsleft.gif) no-repeat 0px 3px;
    padding-left: 12px;
    height: 19px;
    width: 100px;
    position: relative;
    display: inline;
}

div#fullcontent {
    width: 930px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div#heatmapWrapper {
    width: 905px;
    height: 600px;
}

div.fullScreenMap {
    position: absolute;
    background-color: #000;
    /*width:100%;
    height: 100%;*/
    z-index: 1001;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
}

div.fullscreenwhite {
    position: absolute;
    background-color: #CCCCCC;
    z-index: 1000;
    top: 10px;
    bottom: 45px;
    left: 10px;
    right: 10px;
}

div#fullscreenclose {
    position: absolute;
    bottom: 15px;
    right: 10px;
    background: transparent url(../images/cross.png) no-repeat top left;
    width: 16px;
    height: 16px;
}

div.fullscreencorners {
    position: absolute;
    top: 5px;
    bottom: 0px;
    left: 5px;
    right: 5px;
}

div.fullscreenblackout {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent url(../images/overlay.png) repeat top left;
}

div.fullcorner {
    position: absolute;
    width: 30px;
    height: 30px;
}

div.fulltopleft, div.fullbottomleft {
    left: 0px;
}

div.fullbottomright {
    bottom: 5px;
}

div.fullbottomleft {
    bottom: 35px;
}

div.fulltopright, div.fullbottomright {
    right: 0px;
}

div.fulltopleft, div.fulltopright {
    top: 0px;
}

div.fulltopleft {
    background: transparent url(../images/top-left-corner.gif) no-repeat top left;
}

div.fulltopright {
    background: transparent url(../images/top-right-corner.gif) no-repeat top left;
}

div.fullbottomleft {
    background: transparent url(../images/bottom-left-corner.gif) no-repeat top left;
}

div.fullbottomright {
    background: transparent url(../images/bottom-right-corner.gif) no-repeat top left;
}

div.fullcontrolleft {
    background: transparent url(../images/bottom-left-corner.gif) no-repeat top left;
    bottom: 5px;
    right: 100px;
}

div.fullfiller {
    position: absolute;
    background-color: #E4E4E4;
    right: 0px;
    bottom: 35px;
    width: 30px;
    height: 30px;
}

div.fullcontrolback {
    position: absolute;
    right: 30px;
    width: 70px;
    height: 30px;
    background-color: #E4E4E4;
    bottom: 5px;
}

div.fullcontrol {
    position: absolute;
    right: 0px;
    width: 100px;
    background-color: transparent;
    bottom: 5px;
}

div.vertfullblock {
    position: absolute;
    top: 0px;
    left: 30px;
    bottom: 35px;
    right: 30px;
    background-color: #E4E4E4;
}

div.horizfullblock {
    position: absolute;
    top: 30px;
    left: 0px;
    bottom: 65px;
    right: 0px;
    background-color: #E4E4E4;
}

div#fullscreenbutton {
    background: transparent url(../images/iconfullscreen.png) no-repeat top left;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -5px;
}

div.loadingholder {
    width: 100%;
    height: 24px;
    background: transparent url(../images/loading.gif) no-repeat center center;
}

div.infoLoading {
    width: 100%;
    height: 60px;
    background: transparent url(../images/loading.gif) no-repeat center center;
}

a.hidelink {
    display: none;
}

div.minimapwrap {
    width: 334px;
    height: 150px;
    background: #FFFFFF url(../images/minimapback.jpg) no-repeat top left;
}

div.minimapinner {
    width: 324px;
    height: 140px;
    background: #FFFFFF url(../images/minimapinner.jpg) no-repeat top left;
    position: relative;
    top: 5px;
    left: 5px;
}

div.minimap {
    height: 136px;
    left: 2px;
    position: relative;
    top: 2px;
    width: 319px;
}

div.optionsbutton {
    /*width: 87px;*/
    width: 108px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    height: 14px;
    top: 0px;
    left: 5px;
    text-transform: uppercase;
    background-color: #FFFFFF;
    padding-top: 1px;
    font-weight: bold;
    padding-left: 3px;
    color: #444444;
}

img.optionsarrow {
    position: absolute;
    right: 5px;
    top: 5px;
}

div.menulist {
    background: transparent url(../images/optionsback.gif) no-repeat top left;
    bottom: 19px;
    left: 0px;
    position: absolute;
    width: 116px;
    display: none;
}

div.menuinner {
    margin-left: 5px;
    margin-top: 5px;
    width: 111px;
    background: transparent url(../images/optionsinner.gif) no-repeat top left;
}

.popmenuitem {
    height: 15px;
    padding-left: 5px;
    padding-top: 4px;
}

.popmenuitem input {
    vertical-align: text-top;
}

.popmenutitle {
    background-color: #E4E4E4;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.buttoncover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.homehalf {
    width: 305px;
}

.homehalftop {
    height: 10px;
    width: 305px;
    background: transparent url(../images/homehalftop.jpg) no-repeat top left;
    overflow: hidden;
}

.homehalfbottom {
    height: 10px;
    width: 305px;
    background: transparent url(../images/homehalfbottom.jpg) no-repeat top left;
    overflow: hidden;
}

.homehalfcontent {
    width: 285px;
    background: transparent url(../images/homehalftile.jpg) repeat-y top left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

div.columnleft {
    width: 305px;
    float: left;
}

div.columnright {
    width: 305px;
    float: left;
    margin-left: 14px;
}

div.toppadded {
    margin-top: 14px;
}

div.titlebox {
    position: absolute;
    background: transparent url(../images/titlecorner.jpg) no-repeat top left;
    height: 20px;
    right: 0px;
    padding-left: 20px;
    overflow: hidden;
}

.titletext {
    height: 20px;
    position: relative;
    top: 0px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E4E4E4;
    white-space: nowrap;
    min-width: 130px;
    width: auto !important;
    width: 130px;
    float:left;
    color:#444444;
    font-weight: 600;
    text-decoration:none;
    vertical-align: middle;
    text-align: center;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.titleholder {
    background: transparent url(../images/titlecorner.gif) no-repeat scroll left top;
    height: 20px;
    position: relative;
    right: 0px;
    top: -5px;
    right: -5px;
    margin-bottom: -5px;
    overflow: hidden;
}

div.titleicon {
    width: 16px;
    height: 16px;
    background: transparent url(../images/blank.gif) no-repeat top left;
    position: absolute;
    left: 6px;
    top: 0px;
}

div.titleicongreen {
    background-image: url(../images/greendot.png);
}

div.titleiconred {
    background-image: url(../images/reddot.png);
}

div.titleiconorange {
    background-image: url(../images/orangedot.png);
}

div.optionsclearer {
    height: 5px;
}

.hidden {
    display: none;
}

/* Suburb Pages */

.suburbDetails th {
    width: 130px;
    text-align: left;
    padding-left: 4px;
    vertical-align: top;
}

.camDetails th {
    width: 70px;
    text-align: left;
    padding-left: 4px;
    vertical-align: top;
}

.weatherTable {
    width: 279px;
}

th.weatherday {
    width: 60px;
    text-align: left;
    padding-left: 4px;
}

td.weathertemp {
    text-align: right;
    width: 25px;
    padding-right: 4px;
}

td.weathercondition {

}

a.morelink {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    width: 230px;
}

a.morelinkwide {
    width: 590px !important;
}

td.faq_question {
    font-weight: bold;
    color: #38B63C;
    font-size: 12px;
}

.hidden {
    display: none;
}

.minitop {
    width: 594px;
    height: 10px;
    background: #FFFFFF url(../images/minitop.jpg) no-repeat top left;
}

.minitiled {
    width: 574px;
    background: #FFFFFF url(../images/minitile.jpg) repeat-y top left;
    padding-left: 10px;
    padding-right: 10px;
}

.minibottom {
    width: 594px;
    height: 9px;
    background: #FFFFFF url(../images/minibottom.jpg) no-repeat top left;
}

div.resultTotal {
    padding-top: 3px;
    text-align: center;
    width: 100%;
}

div.pageNav {
    padding-top: 3px;
    text-align: center;
    width: 100%;
}

div.pageNav a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

div.pageNav a:hover {
    text-decoration: underline;
}

div#inlinelogin {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 32px;
    background: transparent url(../images/inlineloginback.gif) no-repeat top left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

div#inlinelogin .snarl_submit {
    float: none;
}

#inlineusername, #inlinepassword {
    width: 100px;
}

div#inlinelogin a {
    text-decoration: none;
}

div#inlinelogin a:hover {
    text-decoration: underline;
}

div.newsitem {
    margin-top: 6px;
    padding-left: 20px;
    background: transparent url(../images/news_bullet.gif) no-repeat left center;
}

span.newstitle {
    color:#444444;
    font-size:11px;
    text-transform:uppercase;
    font-weight: bold;
}

span.newsdate {
    font-weight: bold;
    font-size: 11px;
}

span.newsdatelisting {
    font-size: 12px;
    color: #666666;
}

div.newsitem a {
    color: #888888;
    text-decoration: none;
    font-size: 11px;
}

div.newsitem a:hover {
    color: #444444;
    text-decoration: underline;
}

div.newsitemext {
    border-bottom:1px solid #EFEFEF;
    height:auto !important;
    margin-left:10px;
    margin-top:6px;
    min-height:70px;
    /*padding-left:100px;*/
    position:absolute;
    /*width:170px;*/
}

div.newsitemext a {
    color: #888888;
    text-decoration: none;
    border: 0px;
    font-size: 11px;
}

div.newsitemext a:hover {
    color: #444444;
    text-decoration: underline;
}

div.newsitemext img {
  position: relative;
  top: 0px;
  left: 5px;
  border: 1px solid #E4E4E4 !important;
  left: -8px;
}

div.newsright {
    float: right;
    width: 280px;
    color: #666;
    font-size: 12px;
    padding-top: 50px;
}

div.newsleft {
    float: left;
    width: 300px;
    padding-top: 10px;
}

div.frontmorelink {
    margin-top: 10px;
    text-align: right;
}

#extnewsfixedwrap div.frontmorelink {
    position: absolute;
    top: 250px;
    right: 0px;
}

.frontmorelink a {
    font-weight: bold;
}

span.blogdate {
    font-style: italic;
    font-weight: normal;
}

div.postcontent p {
    margin-bottom: 10px;
}

img.state {
    position: absolute;
    opacity: 0;
}

#nt {
    left: 238px;
    _left: 234px;
    top: 15px;
}

#qld {
    left: 380px;
    _left: 376px;
    top: 10px;
}

#wa {
    left: 6px;
    _left: 2px;
    top: 58px;
}

#nsw {
    left: 416px;
    _left: 410px;
    top: 309px;
}

#vic {
    left: 410px;
    _left: 404px;
    top: 392px;
}

#tas {
    left: 453px;
    _left: 447px;
    top: 508px;
}

#act {
    left: 514px;
    _left: 508px;
    top: 418px;
}

#sa {
    left: 244px;
    _left: 238px;
    top: 255px;
}

.fullopacity {
    opacity: 1 !important;
}

.suburblist {
    float: left;
    width: 140px;
    height: 20px;
    position: relative;
}

.clear {
    clear: both;
}

.tenspace {
    height: 10px;
}

.suburbletter {
    font-size: 12px;
    padding-left: 14px;
    font-weight: bold;
}

div.calwrap {
    width: 100%;
    text-align: center;
}

table.calendar {
    margin: 0pt auto;
}

td.calcell td.calendarhead {
    font-size: 14px;
}

td.calendarhead {
    font-weight: bold;
    width: 30px;
}

td.calcell a {
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

a.monthlink {
    font-size: 13px;
    font-weight: bold;
}

.trendtable {
    width: 100%;
}

.trendtabletitle {
    background-attachment:scroll;
    background-color:transparent;
    background-image:url(/images/news_bullet.gif);
    background-position:left center;
    background-repeat:no-repeat;
    font-weight:bold;
    padding-left:20px;
    width:50%;
}

.trendtablevalue {

}

#sliderwrap {
    width: 100%;
    height: 25px;
    margin-top: 25px;
}

#sliderupdate {
    width: 100px;
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
    width: 80px;
}

#slider {
    width: 450px;
    float: left;
    margin-left: 10px;
}

#sliderloading {
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
    top: -7px;
    background: transparent url(../images/loading.gif) no-repeat center center;
    display: none;
}

#citymap {
    width: 100%;
    height: 500px;
}

#extnewsfixedwrap {
    height: 280px;
    position: relative;
    overflow: hidden;
}

#sponsors_long_container {
    text-align: center;
}

.authortag {
    color: #666666;
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}

.didyou {
    background:transparent url(../images/didyou.png) no-repeat scroll left center;
    height:auto !important;
    padding-left:50px;
    padding-top:20px;
    min-height:65px;
    height:auto !important;
    height:65px;
}

.followbox {
    min-height:36px;
    height:auto !important;
    height:36px;
    padding-left: 5px;
}

.followbox img {
    vertical-align: middle;
}

.followbox a {
    color: #666;
}

.formrow {
    width: 596px;
    margin-bottom: 10px;
}

.formleft {
    float: left;
    width: 150px;
    text-align: right;
    color: #444444;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}

.formright {
    float: left;
    width: 400px;
    margin-left: 30px;
    text-align: left;
}

.formrowsubmit {
    text-align: right;
    height: 30px;
    padding-top: 10px;
    padding-right: 65px;
}

.formrowsubmit input {
    color:#333333;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    min-width:70px;
    width:auto !important;
    width:100px;
}

.inputerror {
    border: 1px solid #FF2728;
    background-color: #FFB9B9;
}

.errorMessage {
    color:red;
    font-size:14px;
    font-weight:bold;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    text-align:center;
}

.bigtext {
    font-size: 18px;
    height: 24px;
    width: 350px;
    border: 1px solid #e4e4e4;
    font-family: Arial,Verdana;
    color: #333333;
}

.bigtextarea {
    font-size: 18px;
    height: 250px;
    width: 350px;
    border: 1px solid #e4e4e4;
    font-family: Arial,Verdana;
    color: #333333;
}

div.contactwrap {
    margin-top: 20px;
}

.centfull {
    width: 100%;
    text-align: center;
}

#copyright {
    text-align: center;
    color: #555555;
    font-size: 10px;
    margin-top: 10px;
}

.whatisrssfront {

}

.whatisrssfront a {
    color: #62CD01;
    font-size: 10px;
}

#mapnotification {
    background: transparent url(/images/legendback.png) no-repeat scroll left bottom;
    height: 100px;
    position: absolute;
    right: 0;
    top: -100px;
    width: 270px;
}

#newsletterheight {
    min-height: 120px;
    height: auto !important;
    height: 120px;
}

.subheading {
    color:#999999;
    font-size:15px;
    font-weight:bold;
    left:10px;
    position:absolute;
    text-transform:uppercase;
    top:110px;
}

.sydneysub {
    letter-spacing:8px;
}

#header img, #headerfestive img, #headeradvert img {
    border: 0px;
}

#homeblanklink {
    height:80px;
    left:5px;
    position:absolute;
    top:30px;
    width:470px;
}

.highlightedbold {
    font-size: 12px;
    font-weight: bold;
}

.showimage {
    border: 3px solid #E4E4E4 !important;
    margin: 10px;
}

.showimageright {
    float: right;
}

.showimageleft {
    float: left;
}

.screenshots {
    text-align: center;
}

.screenshots img {
    margin: 10px;
    border: 5px solid #E4E4E4 !important;
}

.inline_incident_ad {
    margin: 0pt auto;
    padding: 10px;
    text-align: center;
}

.rightfloatmenu {
    float: right !important;
}

.rightfloatmenu a {
    width:120px !important;
}

.subheadingadvert {
    color:#999999;
    font-size:15px;
    font-weight:bold;
    left:10px;
    position:absolute;
    text-transform:uppercase;
    top:100px;
    letter-spacing: 4.6px;
}

#headeradvert {
    height: 146px;
    width: 100%;
    /*background: #fff url(../images/logo.png) no-repeat;*/
    background: #FFFFFF url(http://www.snarl.com.au/images/logoshrink.jpg) no-repeat scroll 10px 40px;
    position: relative;
}

#sponsorship {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 140px;
    width: 560px;
}

.camlistentry {
    width: 100%;
    padding-bottom: 10px;
}

.camlistentry-alternate {
    background-color: #E4E4E4;
}

.camlistentry a {
    color: #38B63C;
    text-decoration: none;
}

.maincamlink a {
    font-weight: bold;
}

.camlistentry a:hover {
    text-decoration: underline;
}

.camlistentry {
    text-align: left;
}

.camlistentry th {
    width: 100px;
    vertical-align: top;
}

.camlistleft {
    width: 260px;
    /*padding-left: 30px;
    background: transparent url(../images/icons/stop24.gif) no-repeat top left;*/
    vertical-align: top;
}

.camlistright {
    vertical-align: top;
}

div.minicam {
    height:236px;
    left:2px;
    position:relative;
    top:2px;
    width:290px;
    overflow: hidden;
    margin-bottom: 4px;
    border: 2px solid #E4E4E4;
}

div.minicam img {
    width: 290px;
}

div.minicamwrap {
    background: #FFFFFF url(../images/minicamback.jpg) no-repeat top left;
}

div.minicaminner {
    background: #FFFFFF url(../images/minicaminner.jpg) no-repeat top left;
    position: relative;
    top: 5px;
    left: 5px;
}

table.camlistfloat {
    float: left;
    width: 299px;
}

td.maincamlink {
    padding-top: 5px;
    padding-left: 10px;
}

table.camlistfloat td {
    text-align: left;
}

table.camlistfloat th {
    text-align: left;
    padding-left: 10px;
    width: 90px;
}

div.camlistrow {
    width: 100%;
    text-align: center;
    clear: both;
}

img.cam_page_image {
    width: 285px;
}

.centred {
    text-align: center !important;
}

.cam_ad_wrap {
    height: 95px;
    float: left;
    width: 100%;
}

.cam_ad {
    margin: 5px auto 0pt;
    width: 728px;
    height: 90px;
}

#infowindowcam {
    height: 300px;
}

#infowindowcam img {
margin-top:10px;
width:295px;
}

.walkscore-container {
    background-color:#FFFFFF;
    padding:5px 3px 3px 5px;
    width:250px;
}

.walkscore-container p {
    line-height:17px;
    margin:0;
    padding:0 0 9px;
}

.walkscore-scoretext {
    color:#B14900;
    font-size:15px;
    font-weight:bold;
    margin-left:13px;
    position:relative;
    top:-2px;
}

#ws_info {
    margin-left:4px;
    position:relative;
    top:-5px;
}

.walkscore-api-info {
    background-color:#FFFFFF;
    border:1px solid #BFDBF8;
    display:none;
    left:10px;
    position:absolute;
    top:6px;
    width:210px;
    z-index: 100;
}

#nearby_cams_wrap .camlistfloat {
    margin-left: -5px;
}

.nearby_suburb_list {
    font-weight: bold;
    padding-top: 5px;
}
