@charset "utf-8";
/* Screen styles */

/* ------------------------------------------------------------------- Default tags */

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #2048af;
	text-decoration: none;
}

a:visited {
	color: #37970F;
}

a:hover,
a:focus,
a:active
{
	color: #999999;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

body {
	color: #414141;
	font: 1.2em Helvetica, Arial, sans-serif;
	background-color: #000;
}

blockquote {
	background: #FEFDE7;
	border: 1px solid #FFD700;
	padding: 5px;
	margin-bottom: 5px;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 0px 5px;
	margin: 0px 0px 15px;
	border: 1px solid #EBE9ED;
}

h1,h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {

}

h2 {
	font-weight: normal;
	font-size: 2em;
	margin: 0px 0px 10px;
	padding: 0px 0px 2px;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
	margin: 0px 0px 5px;
	padding: 5px;
	background: #F3F3F3;
	color: #414141;
}

h4 {
	font-size: 1.4em;
	margin: 0px 0px 5px;
	font-weight: bold;
}

h5 {
	margin: 0px 0px 5px;
	font-size: 1.2em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

html {
	font-size: 62.5%;
	background-color: #000;
}

img {
	border: none;
}

label {
	cursor: pointer;
}

legend {
	padding: 5px 5px 0px;
	color: #414141;
	font-size: 1.5em;
	font-weight: normal;
	border: none;
	margin: 0px 0px 5px;
}

optgroup {
	margin: 0px 0px 5px 5px;
	padding: 2px 0px 0px;
	font-style: normal;
	border-bottom: 1px dotted #D6D6D6;
}

optgroup optgroup  {
	padding: 2px 0px 0px 5px;
}

optgroup option {
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 5px;	
}

p {
	line-height: 1.5em;
	margin: 0px 0px 20px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}

th {
	background: #8CAF50;
	color: #FFFFFF;
}

ul {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style: square;
}

li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Primary structure */

#headWrapper {
	background: #b4d166 url(../images/bkgnd_tile_left.jpg) no-repeat left top;
}

#headWrapper2 {
	background: url(../images/bkgnd_tile_right.jpg) no-repeat right top;
}

#header {
	width: 1000px;
	margin: 0px auto;
	height: 160px;
	position: relative;
	background: url(../images/bkgnd_header.png) no-repeat left top;
}

#contentWrapper {
	background: #222700 url(../images/bkgnd_content_wrapper_left.jpg) no-repeat left top;
}

#contentWrapper2 {
	background: url(../images/bkgnd_content_wrapper_right.jpg) no-repeat right top;
}

#content {
	width: 995px;
	margin: 0px auto;
	overflow: hidden;
	background: url(../images/bkgnd_wrapper.png) repeat-y left top;
	padding: 0px 0px 0px 5px;
}

#primaryContent {
	width: 720px;
	float: left;
	margin: 0px 5px 20px 0px;
	overflow: hidden;
	padding: 0px 5px 5px;
}

#secondaryContent {
	width: 250px;
	overflow: hidden;
}

#footWrapper {
	background: url(../images/bkgnd_footer.png) repeat-x center top;
	padding-top: 20px;
	color: #E4F4FC;
}

#tertiaryContent {
	width: 990px;
	margin: 0px auto;
	overflow: hidden;
	padding: 0px 5px 20px 5px;
}

#footer {
	width: 990px;
	margin: 0px auto;
	padding: 0px 10px 20px 5px;
	overflow: hidden;
}

#footerPrimaryContent {
	width: 48%;
	float: left;
}

#footerSecondaryContent {
	width: 48%;
	float: right;
	text-align: right;
}

#tips {
	/*height: 85px;
	width: 250px;
	position: absolute;
	top: 8px;
	right: 10px;
	overflow: hidden;*/
	display:none;
}

/* ------------------------------------------------------------------- Secondary structure */


.floatWrap {
	width: 100%;
	overflow: hidden;
}

.columnContainer {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 10px;
}

.asideLeft {
	float: left;
	padding: 5px;
	margin: 0px 20px 20px 0px;
	background: #F3F3F3;
}

.asideRight {
	float: right;
	padding: 5px;
	margin: 0px 0px 20px 20px;
	background: #F3F3F3;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: hidden;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: hidden;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0px 1.5% 0px 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0px 1% 0px 0px;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0px 1% 0px 0px;
}

.resultsFooter {
	width: 100%;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #FFF;
	overflow: hidden;
	background: #637c39 url(../images/bkgnd_subnav_right.png) no-repeat right top;
	position: relative;
}

#updateResults {
	float: right;
	width: auto;
	height: 35px;
	padding: 0px 5px 0px 0px;
}

.pagination {
	float: left;
	width: auto;
	height: 30px;
	background: url(../images/bkgnd_subnav_left.png) no-repeat left top;
	padding: 5px 0px 0px 5px;
	line-height: 30px;
}

.contentBlock {
	padding: 5px;
}


#tagLine {
	position: absolute;
	top: 80px;
	left: 25px;
	line-height: 20px;
	color: #FFF;
	height: 20px;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Banners */

.banner_728x90 {
	margin: 0px auto 20px;
	padding: 0px;
	height: 90px;
	width: 728px;
}

.banner_180x150 {
	margin: 0px 0px 20px;
	padding: 2px;
	height: 150px;
	width: 180px;
	border: 1px solid #D6D6D6;
}

.banner_250x250 {
	margin: 0px 0px 10px;
	height: 250px;
	width: 250px;
}

.banner_250x125 {
	margin: 0px 0px 10px;
	height: 125px;
	width: 250px;
}

.banner_120x240_left {
	margin: 0px 10px 0px 0px;
	height: 250px;
	width: 120px;
	float: left;
}

.banner_120x240_right {
	margin: 0px 0px 0px 0px;
	height: 250px;
	width: 120px;
	float: left;
}

.banner_forums {
	text-align: center;
	padding: 5px 0px;
}

/* ------------------------------------------------------------------- Headings */

h1#logo {
	height: 100px;
	width: 245px;
	margin: 0px;
	padding: 0px;
}

h1#logo a {
	display: block;
	height: 100px;
	width: 245px;
	text-decoration: none;
}

h1#logo a span {
	display: none;
}

#pageHeading {
	margin: 0px 0px 5px;
	padding: 0px 0px 2px;
	font-size: 1em;
	font-weight: bold;
}


#secondaryContent h3 {
	margin: 0px 0px 5px;
	padding: 5px;
	background: #637c39;
	color: #FFF;
}

/* ------------------------------------------------------------------- Lists */




/* ------------------------------------------------------------------- Navigation */

#primaryNav {
	width: 980px;
	height: 30px;
	position: absolute;
	left: 15px;
	bottom: 21px;
}

#primaryNav ul,
#primaryNav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#primaryNav li {
	float: left;
	margin: 0px 2px 0px 0px;
}

#primaryNav li a,
#primaryNav li a:visited {
	background: transparent url(../images/bkgnd_primary_nav_right.png) no-repeat right top;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	padding: 0px 7px 0px 0px;
	color: #FFFFFF;
}

#primaryNav li a span {
	background: transparent url(../images/bkgnd_primary_nav_left.png) no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 7px;
}

#primaryNav li a:hover,
#primaryNav li a:focus,
#primaryNav li a:active,
#primaryNav li.activePageLink a {
	background-position: right bottom;
	color: #FFF;
}

#primaryNav li a:hover span,
#primaryNav li a:focus span,
#primaryNav li a:active span,
#primaryNav li.activePageLink a span {
	background-position: left bottom;
}


#headerShortcutsNav {
	width: 257px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 0px 10px 10px;
}

#headerShortcutsNav ul,
#headerShortcutsNav li {
	list-style: none;
}

#headerShortcutsNav ul {
	float: right;
	height: 25px;
	line-height: 40px;
	padding: 5px 0px 10px 5px;
	/*background: url(../images/bkgnd_primary_nav.png) repeat-x center top;*/
}

#headerShortcutsNav li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#headerShortcutsNav li a,
#headerShortcutsNav li a:visited {
	background: transparent url(../images/bkgnd_primary_nav_right.png) no-repeat right top;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	padding: 0px 7px 0px 0px;
	color: #FFFFFF;
}

#headerShortcutsNav li a span {
	background: transparent url(../images/bkgnd_primary_nav_left.png) no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 7px;
}

#headerShortcutsNav li a:hover,
#headerShortcutsNav li a:focus,
#headerShortcutsNav li a:active,
#headerShortcutsNav li a.activePageLink {
	background-position: right bottom;
}

#headerShortcutsNav li a:hover span,
#headerShortcutsNav li a:focus span,
#headerShortcutsNav li a:active span,
#headerShortcutsNav li a.activePageLink span {
	background-position: left bottom;
}


.menu_2,
.menu_2 li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

.menu_2 li {
	margin: 0px 5px 0px 0px;
	float: left;
}

#primaryNav li.menu_advertising_options {
	position: absolute;
	right: 69px;
	float: none;
}

#subNavGroup,
.subFooter {
	margin: 0px 0px 5px;
	padding: 0px;
	color: #FFF;
	background: #637c39 url(../images/bkgnd_subnav_right.png) no-repeat right top;
	width: 100%;
	height: 35px;
	overflow: hidden;
}

#subNavGroup ul,
#subNavGroup li,
.subFooter ul,
.subFooter li {
	list-style: none;
	margin: 0px;
}

#subNavPrimary,
#subNavSecondary,
.subFooterNav {
	float: left;
	width: auto;
	height: 25px;
	line-height: 35px;
	padding: 5px 0px 5px 5px;
	background: url(../images/bkgnd_subnav_left.png) no-repeat left top;
}

#subNavSecondary {
	float: right;
	background: none;
}

#subNavGroup li,
.subFooterNav li {
	float: left;
	margin: 0px 4px 0px 0px;
}

#subNavGroup li a,
#subNavGroup li a:visited,
.subFooterNav li a,
.subFooterNav li a:visited,
a.linkButton,
a.linkButton:visited {
	background: transparent url(../images/bkgnd_subnav_link_right.png) no-repeat right top;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	padding: 0px 7px 0px 0px;
	color: #FFFFFF;
}

#subNavGroup li a span,
.subFooterNav li a span,
a.linkButton span {
	background: transparent url(../images/bkgnd_subnav_link_left.png) no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 7px;
}

#subNavGroup li a:hover,
#subNavGroup li a:focus,
#subNavGroup li a:active,
.subFooterNav li a:hover,
.subFooterNav li a:focus,
.subFooterNav li a:active,
a.linkButton:hover,
a.linkButton:focus,
a.linkButton:active {
	background-position: right bottom;
	color: #001D36;
}

#subNavGroup li a:hover span,
#subNavGroup li a:focus span,
#subNavGroup li a:active span,
.subFooterNav li a:hover span,
.subFooterNav li a:focus span,
.subFooterNav li a:active span,
a.linkButton:hover span,
a.linkButton:focus span,
a.linkButton:active span {
	background-position: left bottom;
}

.pagination a,
.pagination a:visited {
	background: transparent url(../images/bkgnd_subnav_link_right.png) no-repeat right top;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	font-size:12px;
	padding: 0px 7px 0px 0px;
	color: #FFFFFF;
	margin: 0px 5px 5px 0px;
}

.pagination a span {
	background: transparent url(../images/bkgnd_subnav_link_left.png) no-repeat left top;
	display: block;
	line-height: 25px;
	padding: 0px 0px 0px 7px;
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.pagination a.activePageLink {
	background-position: right bottom;
	color: #001D36;
}

.pagination a:hover span,
.pagination a:focus span,
.pagination a:active span,
.pagination a.activePageLink span {
	background-position: left bottom;
}


#footWrapper a,
#footWrapper a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#footWrapper a:hover,
#footWrapper a:focus,
#footWrapper a:active
{
	color: #999999;
	outline: none;
	text-decoration: underline;
}


/* ------------------------------------------------------------------- Forms */

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 5px 1%;
	margin: 0px auto 5px;
	background: #FBFCFF;
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	width: 22%;
	float: left;
	padding: 4px 1% 3px;
	margin: 0px 1% 0px 0px;
}

.formBlock .input {
	width: 28%;
	float: left;
	margin: 0px;
	padding: 0px 1%;
}

.formBlock .description {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
}

.formBlock .error {
	padding: 0px;
	margin: 0px;
	display: block;
	color: #FF0006;
	font-style: normal;
}

.textareaBlock {

}

.textareaBlock .label {
	text-align: left;
}

.textareaBlock .input {
	float: right;
	width: 98%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.textareaBlock .description {
	padding: 4px 1% 3px;
	margin: 0px;
	text-align: right;
}

.radioGroup {

}

.radioGroup .input,
.radioGroup .description {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

/*.radioGroup .description {
	float: left;
	padding: 4px 1% 3px;
	margin: 0px;
}*/

.fieldGroup {

}

.fieldGroup .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.fieldGroup .description {
	float: left;
	padding: 4px 1% 3px;
	margin: 0px;
}

.singleCheck .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.required .label {
	background: #8CAF50;
	color: #FFFFFF;
}

.inputCheckBox {
	vertical-align: middle;	
}

.formError {
	background: #FFEEEC;
}

.formError .label label {
	font-weight: normal;	
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 98%;
	border: 1px solid #CCCCCC;
	height: 16px;
	padding: 2px;
}

.inputTextArea:focus,
.inputTextField:focus,
.inputSelectList:focus {
	border: 1px solid #4B95EF;
}

.inputTextArea {
	height: 30em;
	width: 100%;
}

.inputTextField {
	
}

.fieldGroup .inputTextField,
.fieldGroup .inputSelectList {
	width: 48%;
}

.inputSelectList {
	height: 22px;
	width: 100%;
}


/* ------------------------------------------------------------------- Buttons */

.linkMarkRead {
	position: absolute;
	top: 5px;
	right: 5px;		
}

/* ------------------------------------------------------------------- Tables */

.oddRow {
	background-color:#FBFCFF;
}

.evenRow {
	background-color:#FFFFFF;
}

.hoverRow {
	background-color:#FEFDE7;
}

.selectRow {
	background: #EAFEE7;
}

.permissionsGrid {

}

.permissionsGrid td,
.permissionsGrid th {
	text-align: center;
}

.permissionsGrid th.groups {
	text-align: right;
}

.resultsTable {

}

.resultsTable th,
.inputFormTable {
	text-align: left;
}

.resultsTable th ul,
.resultsTable th li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.resultsTable th li {
	float: left;
	width: auto;
}

.resultsTable th li.sortLinks {
	float: right;
	height: 16px;
	width: 16px;
}

a.linkOrderAscending,
a.linkOrderDescending {
	height: 16px;
	width: 16px;
	float: right;
	background-repeat: no-repeat;
	background-position: center top;
}

a.linkOrderAscending span,
a.linkOrderDescending span {
	display: none;
}

a.linkOrderAscending {
	background-image: url(../images/icon_sort_ascending.png);
}

a.linkOrderDescending {
	background-image: url(../images/icon_sort_descending.png);
}

a.linkOrderAscending:hover,
a.linkOrderAscending:focus,
a.linkOrderAscending:active,
a.linkOrderDescending:hover,
a.linkOrderDescending:focus,
a.linkOrderDescending:active,
a.orderActive {
	background-position: center bottom;
}

.resultOptions ul,
.resultOptions li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.resultOptions ul {
	float: right;
}

.resultOptions li {
	float: left;
	margin-right: 10px;
	height: 16px;
	width: 16px;
}

#resultOptionsHeader {
	text-align: center;
}

.resultsTable td {
	overflow: hidden;
}

.resultOptions a span {
	display: none;
}

.resultOptions a {
	height: 16px;
	width: 16px;
	display: block;
}

.resultOptions a.linkView {
	background: url(../images/icon_view.png) no-repeat center center;
}

.resultOptions a.linkModify {
	background: url(../images/icon_modify.png) no-repeat center center;
}

.resultOptions a.linkDelete,
.resultOptions a.linkDeleteIcon {
	background: url(../images/icon_delete.png) no-repeat center center;
}

.resultOptions a.linkCss {
	background: url(../images/icon_css.png) no-repeat center center;
}

.resultOptions a.linkJavascript {
	background: url(../images/icon_javascript.png) no-repeat center center;
}

.resultOptions a.linkListItems {
	background: url(../images/icon_list.png) no-repeat center center;
}

.resultOptions a.linkImages {
	background: url(../images/icon_images.png) no-repeat center center;
}

.resultOptions a.linkUserPermissions {
	background: url(../images/icon_user_permissions.png) no-repeat center center;
}

.resultOptions a.linkGroupPermissions {
	background: url(../images/icon_group_permissions.png) no-repeat center center;
}

.resultOptions a.linkViewFolderContents {
	background: url(../images/icon_folder_view.png) no-repeat center center;
}

.resultOptions a.linkUpOneLevel {
	background: url(../images/icon_folder_up.png) no-repeat center center;
}

.resultOptions a.linkReport {
	background: url(../images/icon_email_report.png) no-repeat center center;
}

.resultOptions a.linkReply {
	background: url(../images/icon_email_reply.png) no-repeat center center;
}

#updateResults label {
	margin: 5px 5px 0px 0px;
}

#updateResults .inputSelectList {
	width: auto;
	margin: 7px 5px 0px 0px;
}

#updateResults #update {
	margin: 5px 0px 0px;
}

#checkAllOption {
	float: right;
	margin-right: 13px;
}

#adminCheckAll  {
	margin: 0px 0px 0px 5px;
}

/* ------------------------------------------------------------------- Images */

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 4px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #999999;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 4px;
	float: right;
	border: 1px solid #999999;
	background: #FFFFFF;
}

.imageCenter {
	padding: 4px;
	border: 1px solid #999999;
	background: #FFFFFF;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #999999;
}

/* ------------------------------------------------------------------- Modal boxes */

#modalOverlay {
	background-color: #000000;	
}

#modalContentBox {
	background-color: #FFFFFF;
	border: 10px solid #000000;
	padding: 10px;
	color: #414141;
}

#modalTitleBar {
	width: 100%;
	overflow: hidden;
	height:25px;
	background: #8CAF50;
	margin-bottom: 5px;
}

#modalTitleBar h1 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	width: 75%;
	float: left;
}

#modalCloseButton {
	height: 25px;
	width: 26px;
	float: right;
	text-align: right;
	background: #FFFFFF url(../images/icon_delete.png) no-repeat right center;
	display: block;
}

#modalCloseButton span {
	display:none;
}


/* ------------------------------------------------------------------- Quick login form */

#quickLogin {
	position: absolute;
	top: 0px;
	right: 260px;
	width: 280px;
	height: 51px;
	background: url(../images/bkgnd_quick_login.png) no-repeat right top;
}

#quick_login_form {
	position: relative;
}

#quickLogin label {
	display:none;
}

#quickLogin label#quickLoginRememberLabel {
	display:block;
	position: absolute;
	height: 12px;
	width: 65px;
	right: 3px;
	top: 33px;
	color: #FFF;
}

#quick_login_remember {
	position: absolute;
	height: 12px;
	width: 12px;
	right: 72px;
	top: 34px;
}

#quick_login_username,
#quick_login_password {
	width: 96px;
	height: 16px;
	position: absolute;
	top: 6px;
	border: none;
	padding: 2px;
	margin: 0px;
	background-color: transparent;
}

#quick_login_username {
	left: 5px;
}

#quick_login_password {
	left: 110px;
}

#quick_login_button {
	width: 64px;
	height: 25px;
	position: absolute;
	top: 4px;
	border: none;
	padding: 0px;
	margin: 0px;
	right: 3px;
	background: transparent url(../images/quick_login_button.png) no-repeat center top;
}

#quick_login_button:hover,
#quick_login_button:focus {
	background-position: center bottom;
}

#quick_login_button span {
	display: none;
}

#quickLoginOptions {
	position: absolute;
	top: 33px;
	left: 5px;
	width: 180px;
	height: 12px;
}


/* ------------------------------------------------------------------- User status */

#userStatus {
	font-size: 0.9em;
	position: absolute;
	top: 10px;
	right: 270px;
	color: #FFF;
	width: 410px;
	text-align: right;
}

#userStatus a {
	color: #8AC837;
}


/* ------------------------------------------------------------------- 

#quickSearch {
	position: absolute;
	top: 70px;
	right: 265px;
	width: 280px;
	height: 30px;
	background: url(../images/bkgnd_quick_search.png) no-repeat center center;
}
Quick search form */
#form_search_results {
	position: relative;
}


#page_search #form_search_results {
	background: #f6f6f6 url(../images/bkgnd_row_gradient.png) repeat-x center top;
	border: 1px solid #F3F3F3;
	padding: 4px;
	margin-bottom: 5px;
	width: 710px;
	overflow: hidden;
}

#page_search #form_search_results label {
	float: left;
	color: #8CAF50;
	margin-right: 10px;
	line-height: 25px;
	height: 25px;
}

#page_search #form_search_results #search_term {
	float: left;
	width: 550px;
	margin: 0px;
}

#page_search #form_search_results #search_button {
	float: right;
	width: 100px;
}


#quickSearch label {
	display:none;
}

#quickSearch #search_term {
	width: 240px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 5px;
	border: none;
	padding: 2px;
	background-color: transparent;
}

#quickSearch #search_button {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 20px;
	width: 30px;
	background-color: transparent;
	border: none;
}

#quickSearch #search_button span {
	display: none;
}


.searchResultsBlock {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;	
}

dl.resultItemBlock {
	margin: 0px;
	padding: 0px;
	width: 720px;
	overflow: hidden;
}

dl.resultItemBlock dt {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #F3F3F3;
	background: #FBFCFF;
}

dl.resultItemBlock dd {
	color: #666666;
	margin: 0px 0px 5px;
	padding: 5px;
	background: #FBFCFF;
}

/* ------------------------------------------------------------------- username search */

.formBlock dd.usernameSearch {
	position: relative;	
}

.searchToggler {
	height: 16px;
	width: 20px;
	background: #FFF url(../images/icon_view.png) no-repeat center center;
	display: block;
	position:absolute;
	top: 3px;
	right: 12px;
}

.ajaxSpinner {
	background: url(../images/loading.gif) no-repeat center center;
	height: 32px;
}

#userResultsWrapper ul,
#userResultsWrapper li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#userResultsWrapper ul {
	border-top: 1px dotted #D6D6D6;
}

#userResultsWrapper li {
	padding: 2px 0px;
	border-bottom: 1px dotted #D6D6D6;
}

.userResultAdded {
	background: #FEFDE7;	
}

.userResultRemoved {
	background: #FFF;	
}

/* ------------------------------------------------------------------- Home page */

#page_home #pageHeading {
	display: none;
}

#homeLeftColumn,
#homeRightColumn {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 355px;
	overflow: hidden;
}

#homeRightColumn {
	float: right;
}

.homeBlock {
	margin: 0px 0px 10px;	
}

.homeBlock h3 {
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	background: #8caf50;
}

.homeBlock h4 {
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	background: #FBFCFF;
}

#homeFeeds dl,
#latestCalendarEvents dl,
#featuredTopics dl,
.latestPosts dl {
	margin: 0px;
	padding: 4px;
	background: #f6f6f6 url(../images/bkgnd_row_gradient.png) repeat-x center top;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	border-left: 1px solid #F3F3F3;
}

#homeFeeds dt,
#latestCalendarEvents dt,
#featuredTopics dt,
.latestPosts dt {
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #FAFAFA;
}

#homeFeeds dd,
#latestCalendarEvents dd,
#featuredTopics dd,
.latestPosts dd {
	margin: 0px;
	padding: 0px;
	color: #666666;
}

#homeRandomRide .title {
	font-size: 1em;
}

#homeRandomRide .rideThumbnail {
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #F3F3F3;
}

/* ------------------------------------------------------------------- Links page */

ul.linkCategories {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #D6D6D6;
}

ul.linkCategories li {
	background: #FBFCFF;
	margin: 0px;
	padding: 2px 5px;
	border-bottom: 1px solid #D6D6D6;
	font-size: 1em;
	font-weight: bold;
}

ul.linkCategories li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

ul.linkCategories li a span {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	text-align: right;
	float: right;
	width: 20%;
}

#listLinks {
	
}

#listLinks .linkRow {
		
}

#listLinks .linkRow .linkTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#listLinks .linkRow .linkTitle h3 {
	width: 400px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#listLinks .linkRow .linkTitle .linkOptionsNav {
	float: right;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	list-style: none;
}

#listLinks .linkRow .linkTitle .linkOptionsNav li {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: right;
	width: auto;
	line-height: 22px;
	height: 22px;
}

#listLinks .linkRow .linkTitle .linkOptionsNav li a {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#listLinks .linkRow .linkTitle .linkOptionsNav li a.linkReportDead {
	background: url(../images/icon_disabled.png) no-repeat left center;
}

#listLinks .linkRow .linkTitle .linkOptionsNav li a.linkModify {
	background: url(../images/icon_modify.png) no-repeat left center;
}

#listLinks .linkRow dl.linkDetails {
	background-color: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
}

#listLinks .linkRow dl.linkDetails dt {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
	float: left;
	width: 90px;
}

#listLinks .linkRow dl.linkDetails dd {
	margin: 0px 0px 5px 100px;
	padding: 0px 0px 1px;
}


/* ------------------------------------------------------------------- Events page */

ul.eventCategories {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #D6D6D6;
}

ul.eventCategories li {
	background: #FBFCFF;
	margin: 0px;
	padding: 2px 5px 2px;
	border-bottom: 1px solid #D6D6D6;
	font-size: 1em;
	font-weight: bold;
}

ul.eventCategories li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

ul.eventCategories li a span {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	text-align: right;
	float: right;
	width: 20%;
}

#listEvents .eventYear {
	
}

#listEvents .eventMonth .monthTitle {
	background: #F3F3F3;
	color: #414141;
	margin: 0px;
	padding: 5px;
	border-bottom: 5px solid #FFF;
}

#listEvents .eventRow {
	background: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
}

#listEvents .eventRow .eventTitle {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
	margin: 0px 0px 5px;
	padding: 0px;
}

#listEvents .eventRow .eventTitle h4 {
	float: left;
	width: 600px;
}

#listEvents .eventRow dl.eventDetails {
	padding: 0px;
	margin: 0px;
}

#listEvents .eventRow dl.eventDetails dt {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
	float: left;
	width: 90px;
}

#listEvents .eventRow dl.eventDetails dd {
	margin: 0px 0px 5px 100px;
	padding: 0px 0px 1px;
}

#listEvents .eventRow .eventTitle .eventOptionsNav {
	float: right;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	list-style: none;
}

#listEvents .eventRow .eventTitle .eventOptionsNav li {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: auto;
}

#listEvents .eventRow .eventTitle .eventOptionsNav li a {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 22px;
	height: 22px;
}

#listEvents .eventRow .eventTitle .eventOptionsNav li a.linkView {
	background: url(../images/icon_view.png) no-repeat left center;
}

#eventDetails {
	width: 100%;
	overflow: hidden;
}

#eventDetails #eventTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#eventDetails #eventTitle h3 {
	width: 710px;
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#eventDescription {
	float: left;
	width: 400px;
}

#eventEssentials {
	padding: 5px;
	width: 290px;
	background: #FBFCFF;
	margin: 0px 0px 10px;
	overflow: hidden;
	float: right;
}

#eventEssentials dt {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
	float: left;
	width: 90px;
}

#eventEssentials dd {
	margin: 0px 0px 5px 100px;
	padding: 0px 0px 1px;
}


/* ------------------------------------------------------------------- Trails */

#listTrails {
	
}

#listTrails .trailRow {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#listTrails .trailRow .trailTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#listTrails .trailRow .trailTitle h3 {
	width: 500px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#listTrails .trailRow .trailTitle .trailOptionsNav {
	float: right;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	list-style: none;
}

#listTrails .trailRow .trailTitle .trailOptionsNav li {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: right;
	width: auto;
	line-height: 22px;
	height: 22px;
}

#listTrails .trailRow .trailTitle .trailOptionsNav li a {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#listTrails .trailRow .trailTitle .trailOptionsNav li a.linkView {
	background: url(../images/icon_view.png) no-repeat left center;
}

#listTrails .trailRow .trailDetails {
	background-color: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
	width: 720px;
	overflow: hidden;
}

#listTrails .trailRow .trailDetails .trailAddress {
	margin: 0px;
	padding: 0px;	
}

#listTrails .trailRow ul.trailIncludes {
	float: right;
	width: 125px;
	margin: 0px 0px 0px 10px;
	list-style: none;
	padding: 0px;
}

#listTrails .trailRow ul.trailIncludes li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
}

#listTrails .trailRow ul.trailIncludes li.statsIcon {
	padding: 2px 0px 2px 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

#listTrails .trailRow ul.trailIncludes li.googleMap {
	background-image:url(../images/icon_world.png);
}

#listTrails .trailRow ul.trailIncludes li.mapFiles {
	background-image:url(../images/icon_map.png);
}

#listTrails .trailRow ul.trailIncludes li.gpsFiles {
	background-image:url(../images/icon_gps.png);
}

#listTrails .trailRow ul.trailIncludes li.photoFiles {
	background-image:url(../images/icon_photo.png);
}

#trailTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px;
	font-size: 1.5em;
	color: #414141;
}

#trailDetails {
	width: 100%;
	margin: 0px 0px 10px;
	overflow: hidden;
}

#trailDescription {

}

#trailEssentials {
	width: 100%;
	margin: 0px 0px 10px;
	overflow: hidden;
}

#trailEssentials dl {
	background: #FBFCFF;
	padding: 5px;
	margin: 0px 0px 5px;
}

#trailEssentials dl dt {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
	float: left;
	width: 90px;
}

#trailEssentials dl dd {
	margin: 0px 0px 5px 100px;
	padding: 0px 0px 1px;
}

#trailEssentials dl dd.statsIcon {
	padding: 0px 0px 1px 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

#trailGoogleMap {
	margin: 0px auto 5px;
	width: 425px;
}

#trailPhotoGallery {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

#trailPhotoGallery a {
	margin: 0px 5px 10px;
	padding: 4px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #999999;
	width: 100px;
}

/* ------------------------------------------------------------------- Articles */

ul.helpArticleCategories {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #D6D6D6;
}

ul.helpArticleCategories li {
	background: #FBFCFF;
	margin: 0px;
	padding: 2px 5px 4px;
	border-bottom: 1px solid #D6D6D6;
	font-size: 1em;
	font-weight: bold;
}

ul.helpArticleCategories li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

ul.helpArticleCategories li a span {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	text-align: right;
	float: right;
	width: 20%;
}

#listHelpArticles {
	
}

#listHelpArticles .helpArticleRow {
		
}

#listHelpArticles .helpArticleRow .helpArticleTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#listHelpArticles .helpArticleRow .helpArticleTitle h3 {
	width: 500px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#listHelpArticles .helpArticleRow .helpArticleTitle .helpArticleOptionsNav {
	float: right;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	list-style: none;
}

#listHelpArticles .helpArticleRow .helpArticleTitle .helpArticleOptionsNav li {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: right;
	width: auto;
	line-height: 22px;
	height: 22px;
}

#listHelpArticles .helpArticleRow .helpArticleTitle .helpArticleOptionsNav li a {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#listHelpArticles .helpArticleRow .helpArticleTitle .helpArticleOptionsNav li a.linkView {
	background: url(../images/icon_view.png) no-repeat left center;
}

/* ------------------------------------------------------------------- Contact us page */

#form_contact_us {
	
}

#form_contact_us .formBlock .label {
	width: 22%;
	float: left;
	padding: 4px 1% 3px;
	margin: 0px 1% 0px 0px;
}

#form_contact_us .formBlock .input {
	width: 70%;
	float: left;
	margin: 0px;
	padding: 0px 1%;
}

#form_contact_us .textareaBlock .input {
	float: right;
	width: 98%;
	padding: 4px 1% 3px;
	margin: 0px;
}

#form_contact_us .textareaBlock .input #contact_message {
	height: 200px;
}

/* ------------------------------------------------------------------- User profile page */


#userProfile {
	width: 710px;
	background: #FBFCFF;
	margin: 0px 0px 5px;
	padding: 5px;
}

#userProfile #userAvatar {
	text-align: center;
	width: 230px;
	border: 1px solid #999999;
	padding: 4px;
	margin: 0px 5px 0px 0px;
	float: left;
	background: #FFF;
}

#userProfile #userDetails {
	float: left;
	width: 230px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#userProfile #userContacts {
	float: right;
	width: 230px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#userProfile #userAboutText {
	
}

/* ------------------------------------------------------------------- User blog */

#listBlogs {
	
}

#listBlogs .blogRow {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#listBlogs .blogRow .blogTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#listBlogs .blogRow .blogTitle h3 {
	width: 550px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#listBlogs .blogRow .blogTitle .blogOptionsNav {
	float: right;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	list-style: none;
}

#listBlogs .blogRow .blogTitle .blogOptionsNav li {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: right;
	width: auto;
	line-height: 22px;
	height: 22px;
}

#listBlogs .blogRow .blogTitle .blogOptionsNav li a {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#listBlogs .blogRow .blogTitle .blogOptionsNav li a.linkView {
	background: url(../images/icon_view.png) no-repeat left center;
}

#listBlogs .blogRow .blogDetails {
	background-color: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
	width: 710px;
	overflow: hidden;
}

#listBlogs .blogRow .blogDetails .blogTimestamp {
	margin: 0px 0px 5px;
	padding: 0px;	
}

#listBlogs .blogRow .blogDetails .blogExcerpt {
	margin: 0px;
	padding: 0px;	
}

#blogTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px;
	font-size: 1.5em;
	color: #414141;
}



/* ------------------------------------------------------------------- Rides */

#listRides {
	
}

#listRides .rideRow {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#listRides .rideRow .rideTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
}

#listRides .rideRow .rideTitle h3 {
	width: 500px;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 1.5em;
}

#listRides .rideRow .rideTitle .rideOptionsNav {
	float: right;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	list-style: none;
}

#listRides .rideRow .rideTitle .rideOptionsNav li {
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	text-align: right;
	width: auto;
	line-height: 22px;
	height: 22px;
}

#listRides .rideRow .rideTitle .rideOptionsNav li a {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#listRides .rideRow .rideTitle .rideOptionsNav li a.linkView {
	background: url(../images/icon_view.png) no-repeat left center;
}

#listRides .rideRow .rideTitle .rideOptionsNav li.photoFiles {
	padding: 0px 0px 0px 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background: url(../images/icon_photo.png) no-repeat left center;
}

#listRides .rideRow .rideDetails {
	background-color: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
	width: 710px;
	overflow: hidden;
}

#listRides .rideRow ul.rideIncludes {
	float: right;
	width: 125px;
	margin: 0px 0px 0px 10px;
	list-style: none;
	padding: 0px;
}

#listRides .rideRow ul.rideIncludes li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
}

#rideTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px;
	font-size: 1.5em;
	color: #414141;
}

#rideDescription {
	float: left;
	width: 390px
}

#ridePhotoGallery {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 325px;
	overflow: hidden;
}

#ridePhotoGallery a {
	margin: 0px 1px 2px 1px;
	padding: 1px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #999999;
}



/* ------------------------------------------------------------------- Private messages */

#pmSearch {
	float: right;
	width: auto;
	height: 35px;
	background: url(../images/bkgnd_subnav_right.png) no-repeat right top;
	padding: 0px 5px 0px 0px;
}

#pmSearch label {
	height: 24px;
	line-height: 24px;
	margin: 7px 5px 0px 0px;
}

#pmSearch #pm_search_term {
	width: 145px;
	margin: 4px 5px 0px 0px;
}

#pmSearch #pm_search_button {
	margin: 5px 0px 0px;
}

.privateMessageBlock {
	
}

.privateMessageBlock .messageTitle {
	
}

.privateMessageBlock .messageDetails {
	font-size: 0.9em;
	color: #666;
	margin: 0px 0px 10px;
	padding: 0px;
}

.privateMessageBlock .messageBody {
	background: #FFF;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
}

.recipientName_unread {
	padding: 0px 0px 0px 20px;
	background: url(../images/icon_email.png) no-repeat left center;
}

.recipientName_read {
	padding: 0px 0px 0px 20px;
	background: url(../images/icon_email_open.png) no-repeat left center;
}

.recipientName_deleted {
	padding: 0px 0px 0px 20px;
	background: url(../images/icon_email_deleted.png) no-repeat left center;
}

/* ------------------------------------------------------------------- Forum */

#forumStatsNav {
	background: #FBFCFF;
	margin: 0px 0px 5px;
	padding: 5px;
	width: 710px;
	overflow: hidden;
}

#forumBreadcrumb {
	float: left;
	width: 48%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#forumBreadcrumb li {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/icon_folder_tree.png);
	background-repeat: no-repeat;
}

#forumBreadcrumb li#crumbHome {
	padding: 0px 0px 0px 25px;
	background-position: 0px center;	
}

#forumBreadcrumb li#crumbCategory {
	padding: 0px 0px 0px 35px;
	background-position: 10px center;
}

#forumBreadcrumb li#crumbBoard {
	padding: 0px 0px 0px 45px;	
	background-position: 20px center;
}

#forumBreadcrumb li#crumbTopic {
	padding: 0px 0px 0px 55px;	
	background-position: 30px center;
}

.currentlyViewing {
	float: right;
	width: 48%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#jumpToBoard {
	margin: 0px 0px 5px;
	padding: 5px;
	width: 710px;
	background: #FBFCFF;
	text-align: right;
}

#jumpToBoard label {
	margin-right: 5px;	
}

#jumpToBoard .inputSelectList {
	width: auto;
	margin-right: 5px;
}

#jumpToBoard button {
	
}

/* ------------------------------------------------------------------- Forum search */

#searchBoards {
	background: #FFF;	
}

#searchBoards dl {
	background: #FBFCFF;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

#searchBoards dd {
	margin: 0px 0px 2px;
	padding: 2px;
	border-top: 1px solid #F3F3F3;
}

#searchBoards dd.checkAllBoards {
	background: #FEFDE7;
}

#searchBoards dt {
	font-weight: bold;
}

/* ------------------------------------------------------------------- Forum categories */

#forumCategories {
		
}

#forumCategories .categoryRow {
	
}

#forumCategories .categoryCollapse_enabled {
	
}

#forumCategories .categoryCollapse_disabled {
	
}

#forumCategories .categoryTitle {
	background: #F3F3F3;
	margin: 0px 0px 5px;
	padding: 5px;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
}

#forumCategories .forumCategoryHide,
#forumCategories .forumCategoryShow {
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../images/icon_arrow_down.png) no-repeat center center;
}

#forumCategories .forumCategoryShow {
	background: url(../images/icon_arrow_up.png) no-repeat center center;
}

#forumCategories .categoryDescription {
	
}

#forumCategories .forumBoards {
		
}

#forumCategories .forumBoards .newPosts,
#homeLatest #featuredTopics dl.newPosts,
#homeLatest .latestPosts dl.newPosts {
	background: #E6F5FF url(../images/icon_new_blue.gif) no-repeat 99% 6px;
}

#forumCategories .forumBoards .newPosts {
	background-image: none;
}

#forumCategories .boardRow {
	background: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
}

#forumCategories .boardTitle {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #E0E0E0;
	position: relative;
	font-size: 1.2em;
}

#forumCategories .boardTitle a {

}

#forumCategories .boardTitle span.boardDescription {
	font-size: 0.6em;
	line-height: 22px;
	height: 22px;
	color: #999;
}

#forumCategories .boardTitle span.numberOfNew {
	text-align: right;
	position: absolute;
	line-height: 20px;
	height: 20px;
	top: 0px;
	width: 30px;
	padding-right: 20px;
	background: url(../images/icon_new_blue.gif) no-repeat right center;
	display: block;
	font-size: 0.8em;
	right: 5px;
}

#forumCategories .boardDetails {
	width: 100%;
	overflow: hidden;
}

#forumCategories .boardStats {
	text-align: right;
	float: right;
	width: 25%;
	margin: 0px;
	padding: 0px;
}

#forumCategories .latestPost {
	float: left;
	width: 73%;
	margin: 0px;
	padding: 0px;
}

#forumCategories .linkAdd {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
}


/* ------------------------------------------------------------------- Forum topics */

#forumTopics {
		
}

#forumTopics .topicRow {
	
}

#forumTopics .topicDescription {
	
}

#forumTopics .topicRow {
	background-color: #FBFCFF;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-bottom: 5px solid #FFF;
	width: 710px;
}

/*#forumTopics .topicRow .unSubscribeCheck {
	height: 20px;
	width: 100px;
	text-align: right;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}*/

#forumTopics .newPosts,
#forumTopics .stickyTopic,
#forumTopics .lockedTopic,
#forumTopics .pollTopic {
	background-repeat: no-repeat;
	background-position: 99% 6px
}

#forumTopics .newPosts {
	background-image: url(../images/icon_new_blue.gif);
}

#forumTopics .stickyTopic {
	background-image: url(../images/icon_information.png);
	background-color: #F2FEE7;
}

#forumTopics .lockedTopic {
	background-image: url(../images/icon_lock.png);
	background-color: #FCFCFC;
	color: #999;
}

#forumTopics .pollTopic {
	background-image: url(../images/icon_chart_bar.png);
}

#forumTopics .newPosts {
	background-color: #E6F5FF;
}

#forumTopics .topicTitle {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
	font-size: 1.2em;
	font-weight: bold;
}

#forumTopics .topicDetails {
	width: 100%;
	overflow: hidden;
}

#forumTopics .topicStats,
#forumTopics .unSubscribeCheck {
	text-align: right;
	float: right;
	width: 25%;
	margin: 0px;
	padding: 0px;
}

#forumTopics .topicDescription {
	float: left;
	width: 73%;
	margin: 0px;
	padding: 0px;
}

#forumTopics .linkAdd {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
}

#forumTopics .linkView {
	background: url(../images/icon_view.png) no-repeat left center;
	padding-left: 20px;
}

#listMergeTopics {
	height: 500px;
	overflow: auto;
	margin: 0px 0px 10px;
	padding: 0px;
}

#listMergeTopics ul,
#listMergeTopics li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#listMergeTopics li {
	background: #FBFCFF;
	padding: 5px 0px;
	width: 100%;
	margin: 0px 0px 2px;
}


/* ------------------------------------------------------------------- Forum polls */

#forumPoll {
	background: #FBFCFF;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 720px;
	overflow: hidden;
}

#forumPoll h4 {
	background-color: #F3F3F3;
	padding: 5px;
	margin: 0px 0px 10px;
}

#forumPoll h5 {
	border-bottom: 1px solid #637c39;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

#forumPoll #pollVoting {
	margin: 0px 0px 5px;
	width: 340px;
	float: left;
	padding: 5px;
}

#forumPoll #pollVoting ul {
	list-style: none;
	margin: 0px 0px 10px;
	padding: 0px;
}

#forumPoll #pollVoting ul li {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
}

#forumPoll #pollResults {
	margin: 0px 10px 5px 0px;
	width: 340px;
	float: left;
	padding: 5px;
}

#forumPoll #pollResults dl {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#forumPoll #pollResults dt {
	margin: 0px;
	padding: 0px;
}

#forumPoll #pollResults dd {
	margin: 0px;
	padding: 0px 100px 0px 0px;
}

#forumPoll #pollResults dd span {
	background: #637c39;
	display: block;
	float: left;
	margin-right: 5px;
}


/* ------------------------------------------------------------------- Forum posts */

#forumPosts {
		
}

#forumPosts .postRow {
	width: 710px;
	overflow: hidden;
	margin: 0px 0px 10px;
	padding: 5px;
}

#forumPosts .oddRow {
	background-color: #FBFCFF;		
}

#forumPosts .postIgnore {
	background-color: #FCFCFC;
}

#forumPosts .postIgnore p {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	color: #999;
}

#forumPosts .postUserDetails {
	float: left;
	width: 110px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	overflow: hidden;
}

.userStats {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
}

.userStats li {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #F3F3F3;
	font-size: 0.9em;
}

.userStats li.statsIcon {
	background-position: right 1px;
	background-repeat: no-repeat;
	padding: 2px 20px 2px 0px;
}

.userStats li.moodIcon {
	height: 16px;
	padding: 2px 0px 2px 0px;
}

.userStats li.moodIcon span {
	display: none;
}

.userStats li.status_online {
	background-image: url(../images/icon_status_online.png);
}

.userStats li.status_offline {
	background-image: url(../images/icon_status_offline.png);
}

.userStats li.gender_male {
	background-image: url(../images/icon_male.png);
}

.userStats li.gender_female {
	background-image: url(../images/icon_female.png);
}

.userStats li.birthday {
	background-image: url(../images/icon_cake.png);
}

.userStats li.privateMessage {
	background-image: url(../images/icon_email.png);
}

.userStats li.userIp {
	background-image: url(../images/icon_computer.png);
}

#forumPosts .postUserAvatar {
	margin: 0px 0px 5px;
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #999999;
	text-align: center;
}

#forumPosts .postCountTitle {
	font-weight: bold;	
}

#forumPosts .postContent {
	margin: 0px 0px 5px 120px;
	width: 595px;
}

#forumPosts .postContent img {
	/*max-width:500px;*/
}

#forumPosts .postHeader {
	border-bottom: 1px solid #637c39;
	width: 595px;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	overflow: hidden;
}

#forumPosts .postTopicSubject {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#forumPosts .postTimestamp {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
	height: 30px;
	font-size: 0.9em;
}

#forumPosts .postTimestamp span.postUpdateTimestamp {
	color: #ccc;
	display: block;
}

#forumPosts .postUser {
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	background: #637c39;
	padding: 5px;
	display: block;
	margin: 0px 0px 5px;
}

#forumPosts .postUser a {
	color: #FFF;
}

#forumPosts .postedAnonymously {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
}

#forumPosts .postBody {
	width: 595px;
	overflow: auto;
}

#forumPosts .postFooter {
	border-top: 1px solid #637c39;
	margin: 0px;
	padding: 5px 0px 0px 120px;
	clear: both;
}

#forumPosts .postSignature {
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#forumPosts .postOptions,
#forumPosts .postOptions li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#forumPosts .postOptions {
	float: right;
}

#forumPosts .postOptions li {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}

#forumPosts .postOptions .updateCheck {
	margin-top: 2px;	
}

#forumPosts .postOptions .linkQuote,
#forumPosts .postOptions .linkReport,
#forumPosts .postOptions .linkModify,
#forumPosts .postOptions .linkDelete {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 2px 0px 2px 18px;
	display: inline-block;
}

#forumPosts .postOptions .linkQuote {
	background-image: url(../images/icon_quote.png);
}

#forumPosts .postOptions .linkReport {
	background-image: url(../images/icon_report.png);
}

#forumPosts .postOptions .linkModify {
	background-image: url(../images/icon_modify.png);
}

#forumPosts .postOptions .linkDelete {
	background-image: url(../images/icon_delete.png);
}

#quick_reply {
	width: 100%;
	overflow: hidden;	
}

#quick_reply h4 {
	background: #F3F3F3;
	padding: 5px;	
}

#quick_reply #quickReplyHelp {
	float: left;
	width: 110px;
	margin: 0px;
	background: #FBFCFF;
	padding: 5px;
}

#quick_reply #quickReplyHelp ul {
	list-style: none;
	margin: 0px 0px 5px;
	padding: 0px;
}

#quick_reply #quickReplyHelp li {
	margin: 0px 0px 2px;
	padding: 4px 0px 2px 0px;
	border-top: 1px solid #F3F3F3;
}

#quick_reply #quickReplyEditor {
	margin: 0px 0px 5px 120px;
	width: 600px;
}

#changeMood {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 175px;
	height: 25px;
}

#changeMood #form_change_mood {
	width: 175px;
	height: 25px;
	background: url(../images/bkgnd_change_mood.png) no-repeat left center;
	position: relative;
}

#changeMood #form_change_mood #mood_label {
	display:none;
}

#changeMood #form_change_mood #new_mood {
	width: 105px;
	margin: 0px;
	position: absolute;
	left: 6px;
	top: 1px;
	padding: 1px;
}


#changeMood #form_change_mood #change_mood {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	color: #FFF;
	border-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	background: transparent url(../images/bkgnd_change_mood_button.png) no-repeat center top;
	text-align: center;
}

#changeMood #form_change_mood #change_mood:hover,
#changeMood #form_change_mood #change_mood:focus,
#changeMood #form_change_mood #change_mood:active {
	background-position: center bottom;
	color: #001D36;
}

/* ------------------------------------------------------------------- banner ad booking */

.bannerAds {
	border: 1px solid #F3F3F3;
	margin: 0px 0px 30px;
	padding: 5px;
}

.bannerAdTypeExample {
	margin: 0px 0px 10px;
	padding: 0px;	
}

.bannerAdTypeFeaturesList {
	
}

.bannerAdTypeFeaturesList dt {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-bottom: 1px solid #F3F3F3;
	float: left;
	width: 90px;
}

.bannerAdTypeFeaturesList dd {
	margin: 0px 0px 5px 100px;
	padding: 0px 0px 1px;
}

.bannerBookingSingleCheck {
	border: 1px solid #FFD700;
	background: #FEFDE7;
	padding: 4px;
	margin-bottom: 5px;
}

.bannerBookingSingleCheck .input,
.bannerBookingSingleCheck .description {
	width: 98%;
	float: none;
}

#termsAndConditions {
	margin-bottom: 10px;	
}

#totalDue {
	font-size: 2em;
	font-weight: bold;
	color: #8CAF50;
	padding: 5px;
	margin: 0px 0px 5px;
	background: #FBFCFF;
	display: block;
}

/* ------------------------------------------------------------------- WYSIWYG editor */

.wysiwygToggle {
	padding: 5px 5px 5px 25px;
	display: inline-block;
	cursor: pointer;
	background: #FFFFFF url(../images/icon_editor_enable.png) no-repeat 5px center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: relative;
	bottom: -1px;
	z-index: 10;
	margin: 0px 1px 0px 0px;
}

.wysiwygEnabled {
	background: #F0F0EE url(../images/icon_editor_disable.png) no-repeat 5px center;
}

.wysiwygPreview {
	padding: 5px 5px 5px 25px;
	display: inline-block;
	cursor: pointer;
	background: #F0F0EE url(../images/icon_view.png) no-repeat 5px center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: relative;
	bottom: -1px;
	z-index: 10;
}

.wysiwygHelpIcon {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 20px;
	overflow: hidden;
	background-image: url(../scripts/tiny_mce/themes/advanced/img/icons.gif);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------- WYSIWYG file browser */

body#page_file_browser {
	background-image: none;
}


/* ------------------------------------------------------------------- Miscellaneous */

#acceptTermsQuestion {
	border: 1px solid #FFD700;
	background: #FEFDE7;
}

#acceptTermsQuestion a {
	font-weight: bold;	
}

.fieldGroup .addField,
.fieldGroup .addFile {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
	margin-right: -20px;
}

.deleteInput {
	background: url(../images/icon_delete.png) no-repeat 5px center;
	padding: 0px 0px 0px 25px;
}

.messageBlock {
	border: 1px solid #FFD700;
	background: #FEFDE7;
	padding: 4px;
	margin-bottom: 5px;
}

.messageFail {
	background: #FEE7EE;
	border-color: #EC0000;
}

.messageNone {
	background: #E4F2FD;
	border-color: #93CAF7;
}

.messageNotice {
	background: #E4F2FD;
	border-color: #93CAF7;
}

#globalMessage {
	border: 1px solid #FFD700;
	background: #FEFDE7;
	padding: 4px;
	margin-bottom: 0px;
	text-align: center;
	color: #414141;
}

#globalMessage p {
	margin: 0px;
	padding: 0px;	
}

#noticeUnreadPms {
	border: 1px solid #93CAF7;
	background: #E4F2FD;
	padding: 4px;
	margin-bottom: 0px;
	text-align: center;
	color: #414141;
}

.highLite {
	background: #FEFDE7;
	padding: 2px 5px;
}

#secondaryContent .membersOnline,
#secondaryContent .websiteStats {
	margin: 0px 0px 5px;
	padding: 5px;
	background: #FBFCFF;
}

#secondaryContent .websiteStats ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#secondaryContent .websiteStats ul li {
	margin: 0px 0px 2px;
	padding: 0px 0px 2px;
	border-bottom: 1px solid #F3F3F3;
}

#secondaryContent .membersOnline p {
	margin: 0px;
	padding: 0px;	
}

a.userGroup_1 {
	color: #2048af;
}

a.userGroup_2 {
	color: #2048af;
}

a.userGroup_3 {
	color: #414141;
}

a.userGroup_4 {
	color: #414141;	
}

a.hiddenUser {
	color: #9f9f9f;
}

.currentlyViewing a {
	color: #2048af;	
}

button,
.formButton,
.searchToggler,
#userResultsWrapper li,
#forumCategories .forumCategoryHide,
#forumCategories .forumCategoryShow,
#changeMood #moodsList li#moodListTrigger,
#changeMood #moodsList li.moodIcon {
	cursor: pointer;
}

/* ------------------------------------------------------------------- Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
