@import url('https://fonts.googleapis.com/css?family=Tinos');

body {
	font-family: "Helvetica", Arial; font-size: 16px; color: #333; background: #fff;
}
a {
	color: #000; text-decoration: none;
}
a:hover {
	color: #333;
}
ul {
	list-style: disc; margin-left: -20px;
}

#wrap {
	margin: auto;
}
#header {
	width: 100%; margin: auto; padding: 25px 0 25px 0; text-align: center;
}
#verbiage {
	margin: auto; text-align: center; width: 50%; height: 0px;
}
#content {
	width: 50%; overflow: hidden;
}


.logo {
	margin: auto;
}
.whitebox {
	background: #fff; padding: 20px; border: 1px solid #000; position: relative; color: #333; border-radius: 3px;
}
.whitebox a {
	color: #000;
}
.whitebox a:hover {
	color: #c8a356;
}
.whitebox h1 {
	font-size: 30px; color: #c8a356; margin: 0px 0 15px; font-family: 'Tinos'; text-transform: uppercase; font-weight: bold;
}
.title {
	font-size: 30px; color: #c8a356; margin: 0px 0 15px; font-family: 'Tinos'; text-transform: uppercase; font-weight: bold;
}
.button {
	background: #fff; color: #c8a356; padding: 10px; text-align: center; font-family: "Helvetica"; font-weight: bold; font-size: 1rem; text-decoration: none; border-radius: 0px; display: inline-block; text-transform: uppercase; border: solid 2px #c8a356;
}
.button:hover {
	color: #fff; background: #c8a356;
}

.sideMenu {
	color: #fff;
}
.sideMenu  a {
	background: #fff; color: #c8a356; text-decoration: none; font-size: 1rem; text-transform: uppercase; font-family: "Helvetica"; font-weight: bold; border: solid 2px #c8a356;
}
.sideMenu  a:hover{
	color: #fff; background: #c8a356;
}


table {
	color: #000;
}
table tr.head {
	background: none;
}
table tr {
	
}
table td {
	padding: 5px 10px;
}

input {
	background: #fff; border: 1px solid #ddd; border-radius: 0px; padding: 7px 10px;
}
select {
	background: #fff; border: 1px solid #ddd; border-radius: 0px; padding: 6px 10px;
}

.field input, .field label {
	display: block;
}
.field label {
	padding: 0 0 5px 8px;
}
.field input {
	margin: 0;
}
.field-inline {
	overflow: hidden; padding: 0 0 5px; color: #000;
}
.field-inline label {
	display: block; padding-top: 9px;
}

.columns {
	overflow: hidden; margin: 0 0 15px; color: #000; white-space: nowrap;
}
.columns .column {
	float: left; width: 30%; margin: 0 15px 0 0;
}
.columns .column-last, .columns .column:last-child {
	margin: 0;
}

.left {
	color: #fff;
}
.left h1 {
	color: #fff; text-transform: uppercase;
}
.right {
	
}
.right h1 {
	color: #fff; text-transform: uppercase;
}

.red {
	color: #E8A02E;
}
.desc {
	width: 60%; margin-top: 10px; height: 60px; vertical-align: bottom; display: table-cell;
}
.submitbuttons {
	float: right; margin-top: 30px;
}
.labelColor {
	color: #fff;
}
.labelColor2 {
	color: #fff;
}
.topLinkColor {
	color: #000;
}


/* TABS */
.tabs {
	z-index: 1; background: #fff; 
}
.ajax__tab_inner, .ajax__tab_inner a {
	line-height: 35px; height: 35px; width: 238px; color: #000; font-family: 'Tinos'; text-transform: uppercase; font-weight: bold;
	vertical-align: middle; text-align: center; font-size: 16px; margin-top: 5px;
}
.ajax__tab_inner:hover, .ajax__tab_inner a:hover {
	color: #c8a356; transition: all .2s ease-in-out 0s;
}
.ajax__tab_inner img {
	vertical-align: middle;
}
.ajax__tab_header .ajax__tab_active {
	background: transparent;
}
.ajax__tab_active, .ajax__tab_active .ajax__tab_inner {
	color: #fff;
}
.ajax__tab_outer {
	margin-right: -1px; margin-bottom: 5px;
}
.ajax__tab_active {
	color: #fff;
}
.ajax__tab_body {
	margin-top: 10px;
}


/* GRIDVIEW STYLING */
.GridView {
    border-style: none;
}
.GridViewHeaderStyle a, th{
	background-color: transparent; color: #FFFFFF; text-decoration: None;
}
.GridViewHeaderStyle {
	background-color: rgb(244, 165, 32); color: #FFFFFF; text-decoration: None;
}
.GridViewRowStyle td {
	background-color: #e7f0f7; color: #000;
}
.GridViewAlternatingRowStyle td {
	background-color: White; color: #000;
}
.GridViewBlankRowStyle td {
	color: #000;
}
.GridViewSelectedRowStyle {
	background-color: #CE5D5A; color: #000;
}
.GridViewFooterStyle {
    background-color: #6B696B;  color: #000;
}
.GridViewFooterStyle td {

}
.GridViewPagerStyle {
	color: #fff; float: right; width: 100%; padding: 3px; font-weight: bold;
}
.GridViewPagerStyle td {
	margin-top: 5px;
}
.GridViewPagerStyle a {
    color: #000; font-weight: normal; padding: 3px; border: solid 1px #666; background-color: #CCC; text-decoration: none;
}