@charset "utf-8";

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444; margin: 0; text-align: center; background-color: #fff }
table { font-size: 11px }
td, th { text-align: left; vertical-align: top }
img { border: none }
p, li, dd { line-height: 1.5em }

ul li { list-style: square }

input { font-size: 11px }

hr { color: #4c7ea7; height: 1px; background-color: #4c7ea7; border: none }

h1 { font-size: 17px }
h2 { font-size: 14px }
h3 { font-size: 12px }
h4 { font-size: 11px }
h5 { font-size: 10px }
h6 { font-size: 12px }

a { color: #2179c6; text-decoration: none }
a:hover { text-decoration: underline }

.clear { clear: both }
.no-repeat { background-repeat: no-repeat }
.no-border { background: none !important; border: none !important }
.right { text-align: right }

div#message { width: 660px; height: 64px; overflow: hidden; background-repeat: no-repeat; margin: 8 0 16 0 }
div#message p { margin: 6 16 0 80; padding: 0 }

.success { color: #646a36; background-image:url(../images/message-success.png) }
.error   { color: #6e2616; background-image:url(../images/message-failure.png) }
.warning { color: #857914; background-image:url(../images/message-warning.png) }
.info    { color: #294a64; background-image:url(../images/message-info.png) }
.hide    { display: none }

.maintenance { padding: 8 16 8 16; color: #660000; border-top: solid 2px #990000; border-bottom: solid 2px #990000; background-color: #ffdddd }
