/* Rewritten styles, that need outer content to apply */
#statustable {color: #515461; font-size: 120%; font-weight: bold; border-collapse:collapse;}
#statustable * { line-height: 1.4em; }

#statustable .green {background: url(/static/services/its/new-green.gif) no-repeat 5px 4px; padding: 8px 0px 10px 0px; }
#statustable .green a {color: #515461; padding-left: 40px; display: block; width: 85%; height: 90%; text-decoration: none;}
#statustable .green a:link { color: #515461;}
#statustable .green a:visited {color: #515461;}
#statustable .green a:active { color: #515461;}
#statustable .green a:hover { color: #478ACC; text-decoration: underline;}

#statustable .greenstripe {background: url(/static/services/its/new-greenstripe.gif) no-repeat 0px 4px #eeeeee; padding: 8px 0px 10px 0px;  }
#statustable .greenstripe a {color: #515461; padding-left: 40px; display: block; width: 85%; height: 90%; text-decoration: none;}
#statustable .greenstripe a:link { color: #515461;}
#statustable .greenstripe a:visited {color: #515461;}
#statustable .greenstripe a:active { color: #515461;}
#statustable .greenstripe a:hover { color: #478ACC; text-decoration: underline;}

#statustable .red {background: #9f1d0e url(/static/services/its/new-red.gif) no-repeat 5px 0px; color: white; padding: 8px 0px 10px 0px;}
#statustable .red a {color: white; padding-left: 40px; display: block; width: 85%; height: 90%;}
#statustable .red a:link { color: white;}
#statustable .red a:visited {color: white;}
#statustable .red a:active { color: white;}
#statustable .red a:hover { color: white; background: url(/static/services/its/new-redinfo.gif) no-repeat bottom right;}

#statustable .amber {background: #ffb200 url(/static/services/its/new-amber.gif) no-repeat 5px 0px; color: white; padding: 8px 0px 10px 0px;}
#statustable .amber a {color: white; padding-left: 40px; display: block; width: 85%; height: 90%; }
#statustable .amber a:link { color: white;}
#statustable .amber a:visited {color: white;}
#statustable .amber a:active { color: white;}
#statustable .amber a:hover { color: white; background: url(/static/services/its/new-amberinfo.gif) no-repeat bottom right;}

/* Overrides for things that don't need to be in the slice */
#incidents-heading { display: none; }
#incidents-pane { padding: 0; margin: 0; margin-top: 0; position: static; }
body { background: white; }
