@import "http://fonts.googleapis.com/css?family=Ubuntu";

body {
    background: #FFFFFF;
    color: #3fa1f5;
    font-family: 'Ubuntu', sans-serif !important;
    margin: 0;
    padding: 0;
    text-align: center;
}
div {
    text-align: left;
}
p {
    margin: 1em 0;
}
table {
    border: 0 none;
    border-spacing: 0;
    font-size: 1em;
}
form {
    margin: 0;
}
a {
    color: #3c7cdb;
    text-decoration: none !important;
}
a:hover {
    background-color: transparent;
    text-decoration: underline !important;
}
a.plain {
    text-decoration: none;
}
ul {
    margin: 0.25em 0 0.75em;
    padding: 0 0 0 2.5em;
}
tt {
    font-size: 1.25em;
}
label {
}
label.error {
    color: #04697B;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background-color: #F0F0E8;
    border-color: #666666 #E8E8E1 #E8E8E1 #666666;
    border-style: solid;
    border-width: 2px;
    color: #000000;
    font-family: 'Ubuntu',Helvetica,sans-serif;
    font-size: 1em;
}
input.button {
    background-color: #E8E8E1;
    font-size: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
input.defaultButton {
    background-color: #0069c3;
    color: #FCFCFC;
    font-weight: bold;
}
#body {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 7px -2px #000000;
	height: 100%;
    margin-top: 282px 0;
	margin: 0 auto;
    padding: 0;
    vertical-align: top;
    width: 1000px;
}
#container {
    margin: 0 auto;
    min-width: 730px !important;
    text-align: center;
    width: 100% !important;
}
#header {
    background-color: transparent;
	margin: auto;
    padding: 0;
    text-align: center;
    width: 1000px;
}
#headerTitle {
    margin: 0 auto;
    padding: 0;
    text-align: left !important;
    width: 100%;
}
#header h1 {
    font-family: 'Ubuntu',sans-serif !important;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
}
#footer {
    clear: both;
    min-height: 50px;
    position: static;
    text-align: center;
    width: 100%;
}
#footerContent {
    margin: 0 auto;
    padding-left: 10%;
    width: 100%;
}
#main {
    margin-right: 2%;
    padding: 0;
    width: 72%;
}
#main h2 {
    border-bottom-width: 4px;
	border-bottom-style: solid; 
	border-bottom-color: #3c7cdb;
    color: ##3c7cdb;
    font-family: 'Ubuntu',sans-serif !important;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 2px;
    padding-top: 0.5em;
}
#main h3 {
    font-family: 'Ubunutu',sans-serif !important;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 0.2em;
    padding-top: 0;
}
#navbar {
    border-bottom: medium none;
    left: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: absolute;
    width: 100%;
}
#navbar a {
    color: #555555;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
#breadcrumb {
    color: #3c7cdb;
    font-size: 1em;
    padding-bottom: 1em;
    padding-top: 6em;
}
#breadcrumb a {
    text-decoration: none;
}
#breadcrumb a.current, #breadcrumb span.current {
    font-weight: normal;
    text-decoration: underline !important;
}
#content {
    border-bottom-width: 4px;
	border-bottom-style: solid; 
	border-bottom-color: #3c7cdb;
    border-top: 1px solid #3c7cdb;
    font-size: 1em;
    line-height: 1.6em;
    margin: 0 0 1em;
    padding: 0.5em 0 1em;
}
#content h3 {
    color: #3c7cdb;
    font-family: 'Ubuntu',serif !important;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 1em 0.25em 0;
    padding-top: 0.75em;
}
#content h4 {
    color: #3c7cdb;
    font-family: 'Ubuntu',serif !important;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0.75em 1em 0.25em 0;
}
#content h5 {
    color: #3c7cdb;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 1em 0.25em 0;
    padding-top: 0.75em;
}
#footer div.debugStats {
    font-size: 0.6em;
}
#leftSidebar {
    display: inline;
    float: left;
    font-size: 0.9em;
    height: 100%;
    margin-left: 2%;
    margin-right: 2%;
    overflow: hidden;
    padding: 7em 0;
    width: 22%;
}
#sidebar div.block {
    background: none repeat scroll 0 0 #f4f8fb;
    border: 1px solid #b6d2eb;
    margin: 0 0 2em;
    padding: 0.5em;
}
#sizer {
    padding: 0 0 2em;
}
#sidebar div.block span.blockTitle {
    display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0.5em 0;
    text-transform: uppercase;
}
#sidebar div.block ul {
    list-style: none outside none;
    padding: 0;
}
#sidebar div.block ul li {
    border-bottom: 1px solid #CCCCCC;
    padding: 0.5em 0 0;
}
#sidebarDevelopedBy {
    background: none repeat scroll 0 0 #F6F6F6 !important;
    border: 1px solid #037286;
    font-weight: bold;
}
#sidebar input.button {
    background: none repeat scroll 0 0 #3c7cdb;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    margin: 0px;
    padding: 0px;
}
#sidebar input.textField, #sidebar select.selectMenu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    float: right;
    margin: 0.5em;
    padding: 0.3em;
    width: 91%;
}
span.disabled, label.disabled {
    color: #666666;
}
a.action, a.file {
    font-size: 0.85em;
    text-transform: uppercase;
}
a.icon {
    text-decoration: none;
}
a.icon img {
    border: 0 none;
}
a.icon:hover {
    background: none repeat scroll 0 0 transparent;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField m {
    background: none repeat scroll 0 0 #3fa0f3;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-family: 'Ubuntu',sans-serif !important;
    font-size: 1em;
    margin-top: 0.5em;
    padding: 0.3em;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-family: 'Ubuntu',sans-serif !important;
    font-size: 1em;
    margin-top: 0.5em;
    padding: 0.3em;
}
span.formRequired {
    color: #333333;
    font-size: 0.9em;
}
span.instruct {
}
span.heading {
    font-size: 0.85em;
    text-transform: uppercase;
}
span.highlight {
    border-bottom: 1px dotted #000000;
}
.nowrap {
    white-space: nowrap;
}
table {
    width: 100%;
}
table.info td {
    padding: 0 0.5em 0.5em 0;
}
table.listing td {
    padding: 0.25em 1.5em 0.25em 0.5em;
}
table.listing tr.heading td, table.listing td.heading, table.info td.heading {
    font-size: 0.85em;
    font-weight: normal;
    padding: 0.75em 1.5em 1em 0.5em;
    text-transform: uppercase;
}
table.info td.heading {
    padding-left: 0;
}
table.listing td.nodata, table.info td.nodata {
    font-style: italic;
    text-align: center;
}
table.listing td.headseparator {
    border-top: 1px dotted #000000;
    font-size: 0.1em;
    line-height: 1%;
}
table.listing td.endseparator {
    border-top: 1px dotted #000000;
    font-size: 0.25em;
    line-height: 10%;
}
table.listing td.separator, table.info td.separator {
    border-top: 1px dotted #DDDDD0;
    font-size: 0.1em;
    line-height: 1%;
}
table.data tr {
}
table.data td {
    padding-bottom: 0.25em;
}
table.data td.label {
    padding-right: 1em;
}
table.data td.value {
}
table.data td.separator {
    font-size: 0.1em;
    line-height: 1%;
    padding: 0.5em;
}
table.data td.heading {
    padding-left: 0;
    padding-right: 0;
}
table.nested tr {
    margin: 0;
    padding: 0;
}
span.nested {
    font-size: 1.2em;
    padding: 0 4px 0 0;
}
span.formError {
    color: #990000;
    font-size: 1em;
    font-weight: bold;
}
span.formSuccess {
    color: #009900;
    font-size: 1em;
    font-weight: bold;
}
ul.formErrorList {
    color: #990000;
}
ul.menu {
    background: none repeat scroll 0 0 #3fa1f5;
    margin: 0 auto;
    padding: 12px 30px;
    width: 938px;
}
ul.menu li {
    display: inline;
    margin: 0;
    padding: 0;
}
ul.menu li.current {
    font-weight: bold;
	color: #FFF;
}
ul.menu a {
    color: #FFFFFF !important;
    font-size: 0.3em;
    padding: 10px !important;
    text-decoration: none;
    text-transform: uppercase;
}
ul.menu a:hover {
    background: #3C7CBD !important;
	color: #FFFFFF !important;
    text-decoration: none !important;
}
ul.steplist {
    list-style-type: decimal;
    margin: 0;
    padding: 0;
}
ul.steplist li {
    display: inline;
    font-size: 0.85em;
    margin: 0;
    padding: 0 0.5em 0 0;
    text-transform: uppercase;
}
ul.steplist li.current {
    font-weight: bold;
}
ul.steplist a {
    text-decoration: none;
}
ul.plain {
    list-style-type: none;
    padding-left: 1.5em;
}
ul.filter {
    list-style-type: none;
    margin: 0;
    padding: 1.5em 0;
}
ul.filter li {
    display: inline;
    padding-right: 1.5em;
}
div.separator {
    border-bottom: 1px dotted #3c7cdb;
    font-size: 0.5em;
    line-height: 25%;
    margin-bottom: 0.25em;
    margin-top: 1em;
    padding: 0;
    width: 100%;
}