body {
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    min-width: 700px;
    background-color: #0F2E3E;
}
img {
    border: 0;
}
form {
    margin: 0;
}
a:hover {
    text-decoration: none;
}
a {
    color: #659500;
}
#header a {
    color: #A8C800;
}
#main {
    clear: both;
    background: white url(main_gradient.gif) repeat-x scroll 0 0;
    padding: 0 23px 20px 23px;
}
#content {
    background: #F7F7F7 url(content_gradient.gif) repeat-x scroll 0 0;
    margin-bottom: 10px;
}
#content h2 {
    padding-left: 0;
}
#breadcrumbs h4 {
    display: inline;
    font-weight: normal;
}
#promotion {
    background: #EE0;
    text-align: center;
    border: 3px dotted #288800;
    padding: 12px;
    margin-bottom: 5px;
}
#promotion h3 {
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 0;
}
#promotion a {
    color: #288800;
}
h1 {
    color: #213C4A;
    margin: 5px 0 0.5em 0;
}
.heading_links {
    margin: 0;
    padding-top: 0.5em;
    text-align: right;
}
.heading_links a {
    margin-left: 1em;
}
h2 {
    color: #213C4A;
    padding-left: 20px;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0;
}
h2.first_subheading {
    margin-top: 1.5em;
}
h3 {
    color: #213C4A;
    font-weight: normal;
    margin: 0;
}
p, ul {
    margin-top: 0.25em;
}
dl {
    margin: 0.25em 0 0 0;
}
#top_panel_bottom {
    background: transparent url(top_panel_bottom.gif) repeat-x scroll left bottom;
}
#top_panel_left {
    background: transparent url(top_panel_left.gif) repeat-y scroll 0 0;
}
#top_panel_right {
    background: transparent url(top_panel_right.gif) repeat-y scroll right top;
}
#top_panel_top_left {
    background: transparent url(top_panel_top_left.gif) no-repeat scroll 0 0;
}
#top_panel_top_right {
    background: transparent url(top_panel_top_right.gif) no-repeat scroll right top;
}
#top_panel_bottom_right {
    background: transparent url(top_panel_bottom_right.gif) no-repeat scroll right bottom;
}
#top_panel_bottom_left {
    background: transparent url(top_panel_bottom_left.gif) no-repeat scroll left bottom;
    min-height: 130px;
    padding: 5px 20px 15px 20px;
    overflow: hidden;
}
table.panel {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
.panel td {
    padding: 0;
}
td.panel_top_left {
    background: transparent url(panel_top_left.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
td.panel_top {
    background: transparent url(panel_top.png) repeat-x scroll 0 0;
    height: 15px;
}
td.panel_top_right {
    background: transparent url(panel_top_right.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
td.panel_left {
    background: transparent url(panel_left.png) repeat-y scroll 0 0;
    width: 15px;
}
td.panel_center {
    background: #ECECEC none repeat scroll 0 0;
    padding: 5px 13px;
    overflow: hidden;
}
td.panel_right {
    background: transparent url(panel_right.png) repeat-y scroll 0 0;
    width: 15px;
}
td.panel_bottom_left {
    background: transparent url(panel_bottom_left.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
td.panel_bottom {
    background: transparent url(panel_bottom.png) repeat-x scroll 0 0;
    height: 15px;
}
td.panel_bottom_right {
    background: transparent url(panel_bottom_right.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
td#heading_panel_top_left {
    background: transparent url(heading_panel_top_left.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
td#heading_panel_top {
    background: transparent url(heading_panel_top.png) repeat-x scroll 0 0;
    height: 15px;
}
td#heading_panel_top_right {
    background: transparent url(heading_panel_top_right.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
td#heading_panel_left {
    background: transparent url(heading_panel_left.png) repeat-y scroll 0 0;
    width: 15px;
}
td#heading_panel_center {
    background: #EAEAEA none repeat scroll 0 0;
    padding: 5px 13px;
}
td#heading_panel_right {
    background: transparent url(heading_panel_right.png) repeat-y scroll 0 0;
    width: 15px;
}
td#heading_panel_bottom_left {
    background: transparent url(heading_panel_bottom_left.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
td#heading_panel_bottom {
    background: transparent url(heading_panel_bottom.png) repeat-x scroll 0 0;
    height: 15px;
}
td#heading_panel_bottom_right {
    background: transparent url(heading_panel_bottom_right.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
.full_column {
    margin: 0 auto;
    min-width: 10em;
    max-width: 40em;
}
.left_half_column {
    float: left;
    width: 49%;
    margin-right: 1%;
    min-width: 20em;
}
.half_column {
    float: left;
    width: 50%;
    min-width: 20em;
}
.right_half_column {
    float: right;
    width: 50%;
    min-width: 20em;
}
ul.left_half_column, ul.right_half_column {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menu li {
    margin-bottom: 0.25em;
}
ul.menu li .item {
    font-size: 1.2em;
}
ul.menu li .description {
    margin-left: 0.4em;
    font-size: 0.875em;
}
table.box {
    border-collapse: collapse;
    width: 100%;
    clear: both;
}
.box td {
    padding: 0;
}
td.box_top_left {
    background: transparent url(box_top_left.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
td.box_top {
    background: transparent url(box_top.png) repeat-x scroll 0 0;
    height: 15px;
}
td.box_top_right {
    background: transparent url(box_top_right.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
td.box_left {
    background: transparent url(box_left.png) repeat-y scroll 0 0;
    width: 15px;
}
td.box_center {
    background-color: #F7F7F7;
    padding: 5px;
}
td.box_right {
    background: transparent url(box_right.png) repeat-y scroll 0 0;
    width: 15px;
}
td.box_bottom_left {
    background: transparent url(box_bottom_left.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
td.box_bottom {
    background: transparent url(box_bottom.png) repeat-x scroll 0 0;
    height: 15px;
}
td.box_bottom_right {
    background: transparent url(box_bottom_right.png) no-repeat scroll 0 0;
    width: 15px;
    height: 15px;
}
.visualization_box_top {
    background: transparent url(visualization_box_top.gif) repeat-x scroll left top;
    height: 275px;
}
.visualization_box_bottom {
    background: transparent url(visualization_box_bottom.gif) repeat-x scroll left bottom;
}
.visualization_box_left {
    background: transparent url(visualization_box_left.png) no-repeat scroll 0 0;
}
.visualization_box_right {
    background: transparent url(visualization_box_right.png) no-repeat scroll right top;
    padding: 9px;
}
.message {
    font-size: 0.75em;
    font-weight: bold;
    color: white;
    border-collapse: collapse;
}
.message .close {
    float: right;
    vertical-align: top;
}
.message h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: white;
}
.message td {
    padding: 0;
}
.message .top_left {
    width: 13px;
    height: 13px;
    background: transparent url(message_top_left.png) no-repeat scroll 0 0;
}
.message .top {
    height: 13px;
    background: transparent url(message_top.png) repeat-x scroll 0 0;
}
.message .top_right {
    width: 13px;
    height: 13px;
    background: transparent url(message_top_right.png) no-repeat scroll 0 0;
}
.message .left {
    width: 13px;
    background: transparent url(message_left.png) repeat-y scroll 0 0;
}
.message .center {
    background: transparent url(message_center.png) repeat scroll 0 0;
}
.message .right {
    width: 13px;
    background: transparent url(message_right.png) repeat-y scroll 0 0;
}
.message .bottom_left {
    width: 13px;
    height: 13px;
    background: transparent url(message_bottom_left.png) no-repeat scroll 0 0;
}
.message .bottom {
    height: 13px;
    background: transparent url(message_bottom.png) repeat-x scroll 0 0;
}
.message .bottom_right {
    width: 13px;
    height: 13px;
    background: transparent url(message_bottom_right.png) no-repeat scroll 0 0;
}
.error {
    color: #F65D00;
}
span.error {
    display: block;
}
span.general_error {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: bold;
}
.success {
    color: #98BE00;
}
.code {
    /*min-height: 100%;*/
}
h2.response {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 0 0 0;
    clear: both;
}
.thumbnail_with_label {
    text-align: center;
    max-width: 5em;
}
.thumbnail_with_label p {
    margin: 0;
    font-size: 0.6875em;
}
.attribute_name {
    font-weight: bold;
    margin-right: 0.25em;
    color: #213C4A;
}
.reply {
    display: none;
}
#footer {
    clear: both;
    color: white;
    background: #0F2E3E url(footer_background.gif) repeat-x scroll 0 0;
    padding: 20px 30px 15px 30px;
}
#footer_logo {
    float: right;
    padding-right: 6px;
    vertical-align: top;
}
#footer_navigation {
    font-size: 0.6875em;
    padding: 5px 4px;
    margin: 0;
    overflow: hidden;
}
#footer_navigation li {
    float: left;
    padding: 0 0.5em;
    list-style: none;
    border-left: 1px solid #FFF;
}
#footer_navigation li.first {
    padding: 0 0.5em 0 0;
    border-left-style: none;
}
#copyright {
    font-size: 0.5625em;
    padding: 0 4px;
    margin: 0;
}