@charset "UTF-8";
/* CSS Document */
/*

TODOS

- remember to define focus styles!
- remember to highlight inserts somehow!

*/

/* CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent }
tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%;  /* background:transparent */ }
body { line-height:1 }
ol, ul { list-style:none }
blockquote, q { quotes:none }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none }
:focus { outline:0 }
ins { display:none }
del { text-decoration:line-through }
/* table { border-collapse:collapse; border-spacing:0 } */

/* Common */
body { font:11px/14px Arial, sans-serif; background:#FFF; color:#000; min-width:980px }
.left { float:left }
.right { float:right }
.right > div, .left > div { position:relative }
.boxtop { font:12px/30px Arial, sans-serif; background:#C00 url(/_img/common/red24.png) 0 0 repeat-x; -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; text-shadow:0 -1px 1px rgba(0,0,0,0.25); color:#FFF; line-height:24px; padding:0 8px }
.boxbar { font:12px/30px Arial, sans-serif; background:#C00 url(/_img/common/red24.png) 0 0 repeat-x; text-shadow:0 -1px 1px rgba(0,0,0,0.25); color:#FFF; line-height:24px; padding:0 8px }
.roundcorners { display:inline-block; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-border-radius-topleft:0; -webkit-border-top-left-radius:0 }
.clear { clear:both }
span.msg { color:#999 }

/* Header */
#stateconf { display:none }
#header { display:none }

/* Body */
#body .sidebar { display:none }


