main.admin {
	& * {
		font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
	}

	& div, p, li, td, input, select, textarea, button {
		font-size: 16px;
		font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		color: #3D3D3D;
		line-height: 120%;
	}

	& h1,h2,h3  {
		font-size: 28px;
		font-family: encode_sansmedium, Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-align: left;
		margin-bottom: 20px;
		color: #3D3D3D;
		letter-spacing: 2px;
		line-height: 120%;
	}
	& h1 {
		margin-top: 30px;
		padding-top: 0px;
	}
	& h1:first-child {
		margin-top: 0px;
	}
	& h2  {
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	& h3  {
		font-size: 16px;
		margin-bottom: 20px;
		margin-top: 30px;
	}

	& a:link, a:visited  {
		text-decoration: none;
		color: #0089BC;
	}
	& a:hover, a:focus, a:active  {
		text-decoration: none;
		color: black;
	}

    button,input.button,input[type="submit"] {
        font-family: encode_sanslight, Verdana, Arial, Helvetica, sans-serif;
    }

td {
	vertical-align: top;
}

.right {
	text-align:right;
}

.tt {
	font-family: Courier New, monospace;
}

.center {
	text-align:center;
}

table.data, table.data-alt {
	border-spacing: 0;
}

table.data td, table.data th, table.data-alt td, table.data-alt th {
	vertical-align: middle;
	padding: 5px;
}

td hr {
	margin: 0;
}

table.bordered {
    border-collapse: collapse;
    border: 1px solid #05032B;

    & th, & td {
        border: 1px solid #05032B;
    }
}

table.data tr td:first-child, table.data tr th:first-child {
	padding-left: 0;
}

table.data tr td:last-child, table.data tr th:last-child {
	padding-right: 0;
}

tr.hover:hover {
  	background-color: #edeeea;
}

tr.alternate:nth-child(even) {
	background-color: #edeeea;
}

.mleft {
	margin-left: 10px;
}

.mright {
	margin-right: 10px;
}

.mtopsep {
	margin-top: 30px;
}

b,strong {
}

i,em {
	font-style: italic;
}

hr  {
	width: 100%;
	height: 1px;
	color: #05032B;
	background-color: #05032B;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

input,select,textarea {
	border: 1px solid gray;
	background: transparent;
}

button,input.button,input[type="submit"] {
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	border: 1px solid gray;
	background: transparent;
}

input[type=button], input[type=reset] {
	cursor: pointer;
}

input[type=button]:disabled, input[type=reset]:disabled {
	cursor: normal;
	border: 1px solid #CCCCCC;
	color: #CCCCCC;
}

select {
	text-align: left;
	background: white;
}

option {
	background: white;
}

a img,img,input.radio,input.checkbox {
	border: none;
}

.smallerwidth {
	width: 70%;
}

span.highlight {
	font-weight: bold;
	color: #000080;
}

div#tabs {
	width: 660px;
}

div.line {
	border-bottom: 1px solid #05032B;;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}

.with_line {
	padding-bottom: 4px;
	border-bottom: 1px solid #05032B;
	margin-bottom: 20px;
}

span.separator {
	color: #05032B;;
}

marquee.marquee {
	margin-left: 370px;
	margin-right: 20px;
}

div.marquee {
	width: 100%;
	position: absolute;
	right: 0px;
}

.tickertext {
	font-weight: bold;
	color: gray;
}

a:link.tickertext {
	text-decoration: none;
	color: gray;
}

a:visited.tickertext {
	text-decoration: none;
	color: gray;
}

a:hover.tickertext,a:focus.tickertext {
	text-decoration: none;
	color: red;
}

a:active.tickertext {
	text-decoration: none;
	color: red;
}

.tickerseparator {
	color: gray;
	margin-left: 20px;
	margin-right: 20px;
}

td.contactform_leftcol {
	width: 180px;
	vertical-align: top;
	text-align: left;
}

td.contactform_rightcol {
	width: 300px;
	vertical-align: top;
	text-align: left;
}

input.contactform,select.contactform {
	width: 300px;
}

textarea.contactform {
	width: 300px;
	height: 100px;
}

div.feed_title {
	font-size: 16px;
	font-family: encode_sanslight, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

div.feed_item {
   	background: #F5F5F5;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}

div.feed_item_title {
	font-weight: bold;
}

a:link.feed_item_link {

}

a:visited.feed_item_link {

}

a:hover.feed_item_link,a:focus.feed_item_link {

}

a:active.feed_item_link {

}

div.feed_item_description {

}

a:link.feed_page {
	text-decoration: none;
	color: gray;
}

a:visited.feed_page {
	text-decoration: none;
	color: gray;
}

a:hover.feed_page,a:focus.feed_page {
	text-decoration: none;
	color: red;
}

a:active.feed_page {
	text-decoration: none;
	color: red;
}

.warning {
	color: red;
}

div.admin_accordion p {
    text-align: left;
}

/* overrides for ui-autocomplete */
.ui-autocomplete {
	background: #eeeeee;
}

/* paged listings navigation start */

div.listing_links_top {
	display: none;
}
div.listing_links_bottom {
}
div.listing_links {
}
a:link.listing_link_prev {

}
a:visited.listing_link_prev {

}
a:hover.listing_link_prev {

}
a:focus.listing_link_prev {

}
a:active.listing_link_prev {

}
div.listing_link_separator {
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
a.listing_link_next {

}
a:visited.listing_link_next {

}
a:hover.listing_link_next {

}
a:focus.listing_link_next {

}
a:active.listing_link_next {

}
a.listing_link_no {
	
}
a:visited.listing_link_no {

}
a:hover.listing_link_no {

}
a:focus.listing_link_no {

}
a:active.listing_link_no {

}
a.listing_link_no.inactive {
}
a:visited.listing_link_no.inactive {

}
a:hover.listing_link_no.inactive {

}
a:focus.listing_link_no.inactive {

}
a:active.listing_link_no.inactive {

}

/* paged listings navigation end */

div.number_entries_found {
	margin-bottom: 40px
}

div.list_container {

}

/* necessary for correct display of floats in tables */
div.listing_cell {
	vertical-align: top;
	display: inline-block;
}
td {
	display: table-cell;
}


/* jquery-ui restyling */

.ui-widget-content {
	background: white;
}

@media only screen and (max-device-width: 1024px) {
	#back-top {
		display: none !important;
	}
}

@font-face {
    font-family: 'encode_sanslight';
    src: url('fonts/encodesans-light-webfont.eot');
    src: url('fonts/encodesans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/encodesans-light-webfont.woff2') format('woff2'),
         url('fonts/encodesans-light-webfont.woff') format('woff'),
         url('fonts/encodesans-light-webfont.ttf') format('truetype'),
         url('fonts/encodesans-light-webfont.svg#encode_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'encode_sansmedium';
    src: url('fonts/encodesans-medium-webfont.eot');
    src: url('fonts/encodesans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/encodesans-medium-webfont.woff2') format('woff2'),
         url('fonts/encodesans-medium-webfont.woff') format('woff'),
         url('fonts/encodesans-medium-webfont.ttf') format('truetype'),
         url('fonts/encodesans-medium-webfont.svg#encode_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}