body {
    font-family: Arial, Sans Serif;
    font-size: 13px;
    background-color: #f0f4f7;
    padding: 0px;
    margin: 0px;
    color: #333;
}

ol > li {
    font-size: 12px;
    font-weight: bold;
}

ol > li > * {
    font-size: 13px;
    font-weight: normal;
}

hr {
    border: 0;
    height: 1px;
    width: 90%;
    color: #ccc;
    background-color: #ccc;
    clear: both;
    margin-top: 2px;
    margin-bottom: 2px;
}

div.dotted-rule {
    height: 1px;
    border-top: 1px dotted #a7a7a7;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

a {
    color: #09c;
}

a:hover {
    color: #3cf;
}

img {
    border: 0px;
    display: inline;
    vertical-align: middle;
}

input[value=Save], input[value=Delete] {
    margin-top: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input[type=text], textarea {
    border: 1px inset #666;
}

.rounded, .th, .section, .section > .label, .section > .error {
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    /* behavior:url(/static/css/border-radius-ie8.htc);*/
}

th {
    font-weight: normal;
    color: #39c;
    background-color: #fff;
}

span.label {
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
    margin-right: 3px;
}

div.padding {
    padding: 5px 10px 10px 10px;
}

select[name=subject] {
    font-size: 12px;
}

select[name=subject] > option {
    font-size: 12px;
}

#centered-body {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
}

#header-area {
    position: relative;
    width: 1000px;
    height: 93px;
    background-image: url("/static/image/header_bg.jpg");
}

#header-link {
    position: absolute;
    width: 383px;
    height: 50px;
    top: 10px;
    left: 20px;
    text-decoration: none;
}

#topsearch-area {
    position: absolute;
    top: 35px;
    right: 10px;
}

#topsearch-area input[type=image] {
    vertical-align: middle;
}

#tagline-area {
    position: absolute;
    top: 40px;
    left: 420px;
    font-size: 11px;
    color: #39c;
    font-weight: bold;
    text-transform: uppercase;
}

#tagline-area > span {
    color: #e35310;
}

#userlink-area {
    position: absolute;
    top: 10px;
    right: 10px;
}

#userlink-area a {
    font-size: 12px;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}

#section-area {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 10px;
    height: 27px;
    padding: 0px;
    margin: 0px;
    background-color: #39c;
    width: 970px;
}

#section-area > a {
    float: left;
}

#section-area a {
    height: 27px;
    line-height: 26px;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    padding: 0px 10px 0px 10px;
}

#section-area a.current, #section-area a.current:hover {
    background-color: #f07900;
}

#section-area a:hover {
    background-color: #2983b0;
}

#section-area .right-side {
    float: right;
    background-color: #3cb3ef;
}

#content-area {
    float: left;
    margin-top: 10px;
    width: 630px;
    background-color: #e4f3f8;
}

#rightbar-area {
    float: left;
    margin-top: 10px;
    width: 340px;
    margin-left: 10px;
    background-color: #fff;
}

#rightbar-area > div {
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

#message-box {
    background-color: #fff;
    border: 1px solid #39c;
    width: 600px;
    position: absolute;
    top: 120px;
    left: 150px;
    z-index: 200;
    padding: 10px;
}

#message-box-close {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

#footer {
    border-top: 1px solid #999;
    font-size: 13px;
    color: #999;
}

#footer a {
    text-decoration: none;
    color: #999;
    margin-left: 10px;
}

#footer-top {
    background-color: #dfe8e9;
    border-bottom: 1px solid #999;
    padding: 5px;
}

#footer-sponsers {
    background-color: #fff;
    border-bottom: 1px solid #999;
    padding: 10px;
}

#footer-sponsers img {
    height: 120px;
}

#footer-bottom {
    background-color: #f0f6f7;
    color: #aaf;
    padding: 5px;
}

.news-item {
    clear: left;
    margin: 2px;
    margin-bottom: 5px;
    font-size: 13px;
}

.news-item img {
    max-width: 100px;
    border: 0;
    float: left;
    margin: 3px;
}

.news-item .title {
    font-size: 14px;
    font-weight: bold;
}

.news-item .meta {
    font-size: 11px;
}

.drop-down {
    height: 27px;
    overflow: hidden;
}

.drop-down:hover {
    height: auto;
}

.drop-down a {
    float:0;
    display: block;
}

div.box-body {
    padding: 5px;
}

a.category-link {
    font-family: Arial,sans-serif;
    font-size: 11px;
    margin: 10px 0px 1px 0px;
}

div.clear {
    height: 0px;
    clear: both;
}

img.advertisement {
    max-width: 340px;
    max-height: 273px;
    border: 0;
    margin: 0;
}

.half-column {
    width: 295px;
    margin-top: 10px;
    margin-left: 7px;
    min-height: 30px;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
}

.orange { color: #ef7600; }

.orange-title {
    height: 29px;
    background-image: url("/static/image/orange_bar.jpg");
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    text-align: left;
    padding-left: 10px;
}

.white-title {
    height: 29px;
    color: #e35310;
    background-color: #e8f1f3;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    text-align: left;
    padding-left: 10px;
}

.subtitle {
    display: block;
    text-align: center;
    color: #ef7600;
    font-weight: bold;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.indent {
    margin-left: 10px;
}

.more-link {
    font-size: 10px;
    float: right;
}

.option-link {
    font-size: 12px;
    margin-left: 3em;
}

.copy {
    font-family: Arial;
    font-size: 13px;
}

.section {
    display: block;
    width: 90%;
    border: 1px solid #39c;
    padding: 0.5em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 1em;
}

.section > .label {
    position: absolute;
    font-size: 80%;
    top: -1em;
    left: 2em;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #39c;
    padding-left: 3px;
    padding-right: 3px;
}

.section > .error {
    position: absolute;
    font-size: 80%;
    top: -1em;
    right: 2em;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #39c;
    padding-left: 3px;
    padding-right: 3px;
    color: #ef7600;
}

.emphasized {
    color: #ef7600;
    font-size: 120%;
}

noscript {
    color: #39c;
}