@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Nobile:400,400italic,700,700italic);

body {
    background: url("http://s8.postimg.org/e2r8s0zbo/oatmeal_linen_paper_texture_1.jpg") repeat scroll 0 0 #FBFBF3;
    color: #111111;
    font-family: 'Droid Sans',sans-serif !important;
    font-size: 1.3em;
    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 {
    text-decoration: none;
	color: #8f488a !important;
}
a:hover{
	background:none;
	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: #990000;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField m{
    background-color: #FFF;
    border: 1px solid #8f488a;
    color: #000;
    font-family: 'Droid Sans',sans-serif !important;
    font-size: 1em;
    padding: 0.3em;
	margin-top:0.5em;
}
input.textField, select.selectMenu, textarea.textArea, input.uploadField{
	background-color: #FFF;
    border: 1px solid #8f488a;
    color: #000;
    font-family: 'Droid Sans',sans-serif !important;
    font-size: 1em;
    padding: 0.3em;
	margin-top:0.5em;
}

input.button {
    background-color: #BBA7BA;
    font-size: 1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
	cursor:pointer;
}
input.defaultButton {
    background-color: #8f488a ;
    color: #FBFBF3;
    font-weight: bold;
}
#body {
    background: none repeat scroll 0 0 #FFFFFF !important;
	box-shadow: 0 0 7px -2px #000000  !important;
    margin: 0 auto  !important;
    width: 1000px  !important;
    height: auto !important;
    overflow: auto;
}

#container {
    margin: 0 auto;
    min-width: 730px !important;
    text-align: center;
    width: 100% !important;
}
#header {
	background: none;
	box-shadow: 0 0 7px -2px #000000;
    margin: 0 auto;
    text-align: center;
    width: 1000px;
}
#headerTitle {
    margin: 0 auto;
    padding: 0;
    text-align: left !important;
    width: 100%;
}
#header h1 {
    font-family: 'Droid Sans',sans-serif !important;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
#footer {
    clear: both;
    min-height: 50px;
    position: static;
    text-align: center;
    width: 100%;
}
#footerContent {
    margin: 0 auto;
    padding-left: 10%;
    width: 100%;
}
#main {
    border-bottom: 15px solid #404040;
    display: inline;
    float: left;
    margin-bottom: 2%;
    margin-left: 2%;
    overflow: hidden;
    padding: 0 0 2%;
    width: 70%;
}
#main h2 {
    border-bottom: 1.8px solid #8f488a;
    font-family: 'Droid Sans',sans-serif !important;
    font-weight: bold;
    margin: 0 12em 0 0;
    padding-top: 0.5em;
	color: #8f488a;
    font-size: 1.2em;
}

#main h3 {
    font-family: 'Droid Sans',sans-serif !important;
    font-weight: normal;
    margin: 0 1em 0.5em 0;
    padding-top: 0;
}
#navbar {
    border-bottom: medium none;
    height: 57px;
    left: 0;
    margin-right: 0;
    padding-bottom: 0;
    position: absolute;
    width: 100%;
}

#navbar a {
    font-size: 0.63em!important;
}
#breadcrumb {
	font-family: 'Nobile', sans-serif;
    font-size: 0.7em;
    padding-top: 5em;
	padding-bottom: 1em;
	font-weight:bold;
	color: #8f488a !important;
}
#breadcrumb a{
	color: #8f488a !important;
}
#breadcrumb a.current{
	text-decoration:underline;
}
#breadcrumb span.current{
	text-decoration:underline;
}
#content {
    border-top: 1px solid #8f488a;
    font-size: 0.7em;
    margin: 0;
    padding: 1em 0;
	line-height:1.5em;
}
#content h3 {
    font-family: 'Droid Sans',sans-serif !important;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 1em 0.25em 0;
    padding-top: 0.75em;
	color:#8f488a;
}
#content h4 {
    font-family: 'Droid Sans',sans-serif !important;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0.75em 1em 0.25em 0;
	color: #8f488a;
}
#content h5 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 1em 0.25em 0;
    padding-top: 0.75em;
}
#footer div.debugStats {
    font-size: 0.6em;
}
#rightSidebar {
    float: right;
    font-size: 0.65em;
    height: 100%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 6em 0;
    width: 22%;
}

#sidebar div.block {
    background: none repeat scroll 0 0 #EFEFEF;
    font-size: 1em;
    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{
	padding: 0.5em 0 0;
	border-bottom:1px dotted #8f488a;
}

#sidebarDevelopedBy{
	background: #EFEFEF !important;
	font-weight:bold;
}

#developedBy{
	color: #000 !important;
}

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;
}
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.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;
}
table.announcements td.endseparator {
    border-top: 1px dotted #8f488a;
    font-size: 0.25em;
    line-height: 10%;
}
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: #700068;
    display: block;
    height: 39px;
    margin: 0 auto;
    padding: 9px 26px;
    text-align: left;
    width: 982px;
    border-radius: 10px;
}
ul.menu li{
	padding:0;
}
ul.menu a{
	font-family: 'Droid Sans',sans-serif;
	font-weight:bold;
	padding: 16px 10px 15px;
	color:#FBFBF3 !important;
}
ul.menu a:hover{
	background:#B192B1;
	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 #8f488a;
    font-size: 0.5em;
    line-height: 25%;
    margin-bottom: 0.25em;
    margin-top: 1em;
    padding: 0;
    width: 100%;
}