
body {
    position: relative;
    background-color: #FFFFFF;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #202020;
    padding: 5px;
    margin: 0px;
}

a {
    color: #404040;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

input, textarea, select, option {
	font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: #202020;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
}

option {
    border-style: none;
}

option:active {
	color: #FFFFFF;
    background-color: #404040;
}

span.text_small {
    font-size: 9px;
}

span.text_large {
    font-size: 14px;
}

span.text_bold {
    font-weight: bold;
}

/* ****************************************************************************
   Recursed link styles
**************************************************************************** */

pre.code {
    position: relative;
    white-space: normal;
    top: -8px;
    background-color: #FFFFFF;
    color: #008000;
    padding: 5px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    margin-bottom: -20px;
    margin-left: 24px;
}

/* ****************************************************************************
   Main layout styles
**************************************************************************** */

#header {
    position: relative;
    right: 0px;
    left: 0px;
    width: auto;
    height: 108px;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    padding-bottom: 5px;
    border-style: solid;
    border-color: #000000;
    border-width: 0px;
    border-bottom-width: 1px;
}

#header_login {
    position: absolute;
    display: inline;
    bottom: 6px;
    right: 0px;
    text-align: right;
}

#header_login_links {
    position: relative;
    bottom: 13px;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    border-style: solid;
    border-color: #000000;
    border-width: 0px;
    border-bottom-width: 1px;
}

#header_logo {
    display: inline;
    float: left;
}

#header_text_1 {
    position: relative;
    display: block;
    float: left;
    top: 24px;
    z-index: 1;
    padding: 0px;
    padding-left: 16px;
    color: #404040;
    font-size: 32px;
    font-weight: bold;
}

#header_text_2 {
    position: relative;
    display: block;
    float: left;
    top: 8px;
    left: 50px;
    padding: 0px;
    padding-left: 16px;
    color: #D0D0D0;
    font-size: 24px;
    font-weight: bold;
}

#header_text_3 {
    position: absolute;
    bottom: 4px;
    left: 106px;
    padding: 0px;
    padding-left: 16px;
    color: #B0B0B0;
    font-size: 10px;
    font-weight: bold;
}

#sidebar {
    display: inline;
    float: left;
    width: 160px;
    margin: 0px;
    margin-right: -1px;
    padding: 0px;
    padding-right: 5px;
    border-style: solid;
    border-color: #000000;
    border-width: 0px;
    border-right-width: 1px;
}

/*
#navigation {
    display: inline;
    float: left;
    width: 160px;
    margin: 0px;
    margin-right: -1px;
    padding: 0px;
    padding-right: 5px;
    border-style: solid;
    border-color: #000000;
    border-width: 0px;
    border-right-width: 1px;
}
*/

#content {
    position: absolute;
    left: 170px;
    right: 5px;
    width: auto;
    height: auto;
    margin: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0px;
    padding-left: 5px;
    border-style: solid;
    border-color: #000000;
    border-width: 0px;
    border-left-width: 1px;
}

#title {
    position: relative;
    top: -5px;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    border-style: solid;
    border-color: #000000;
    border-width: 0px;
    border-bottom-width: 1px;
}

/* ****************************************************************************
   Frame styles
**************************************************************************** */

div.frame {
    position: relative;
    width: 650px;
    padding: 0px;
    margin: 0px;
    color: #000000;
    background-color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
}

div.frame div.frame_content {
    margin: 2px;
}

div.frame div.frame_header {
    position: relative;
    width: 100%;
    height: 32px;
    color: #FFFFFF;
    background-color: #404040;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
}

div.frame div.frame_header a {
    color: #FFFFFF;
}

div.frame div.frame_header a:hover {
    text-decoration: underline;
}

div.frame div.frame_header span.frame_header_left {
    position: absolute;
    left: 2px;
    bottom: 2px;
}

div.frame div.frame_header span.frame_header_right {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

div.frame div.frame_footer {
    position: relative;
    width: 100%;
    height: 15px;
    left: -1px;
    color: #202020;
    background-color: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0px;
    border-color: #000000;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
}

div.frame div.frame_footer span.frame_footer_left {
    position: absolute;
    left: 2px;
    bottom: 1px;
}

div.frame div.frame_footer span.frame_footer_right {
    position: absolute;
    right: 2px;
    bottom: 1px;
}

/* ****************************************************************************
   Table frame styles
**************************************************************************** */

table {
    width: 650px;
    padding: 0px;
    margin: 0px;
    color: #202020;
    background-color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-collapse: collapse;
}

td.caption {
    width: 114px;
    padding: 3px;
    background-color: #F0F0F0;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #000000;
}

td.text {
    width: 524px;
    padding: 3px;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #000000;
}

td.caption span {
	color: darkred;
	font-weight: bold;
}

/* ****************************************************************************
   Recursed link styles
**************************************************************************** */

span.link_header_name {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

span.link_header_desc {
    color: #606060;
}

div.link_wrapper {
    margin-top: 4px;
}

div.link_header_wrapper {
    margin-top: -8px;
}

span.link_image {
    border-width: 0px;
}

span.link_name {
    font-weight: bold;
}

span.link_desc {
    
}

/* ****************************************************************************
   Progress bar styles
**************************************************************************** */

div.progress_bar {
    position: relative;
    height: 20px;
    background-color: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}

div.progress_bar div.progress_bar_bar {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #404040;
}

div.progress_bar span.progress_bar_text {
    position: absolute;
    z-index: 1;
    top: 2px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

div.progress_bar span.progress_bar_text_shadow {
    position: absolute;
    top: 3px;
    bottom: 0px;
    left: 2px;
    right: 0px;
    text-align: center;
    color: #202020;
    font-weight: bold;
}
