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

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

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

html {
	background: #661f35 url(../images/bkgnd_tile.png) repeat-x center top;
}

body {
	color: #FFF;
	font: 62.5% Verdana, Helvetica, Arial, sans-serif;
	background: url(../images/bkgnd_center.jpg) no-repeat center top;
}

a {
	text-decoration: none;
	color: #9f284e;
}

a:visited {
	color: #D5557E;
}

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

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

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

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

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: 10px 0px;
	margin: 10px 0px;
	background: #FFF;
	border-top: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}


h1,h2, h3, h4, h5, h6 {
	margin: 0px 0px 5px;
	padding: 3px 0px 0px;
	font-weight: normal;
	color: #701f40;
}

h1 {
	font-size: 1.5em;
	margin: 0px 0px 10px;
}

h2 {
	font-size: 1.5em;
	margin: 0px 0px 10px;
}

h3 {
	font-size: 1.4em;
}

h4, h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px;
	color: #701f40;
}

h5 {
	font-size: 1em;
}

label {
	cursor: pointer;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #701f40;
	background: #FFF;
	padding: 0px 5px 0px 0px;
}

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

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

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

th {
	background: #701f40;
	color: #FFF;
}


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

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

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

#header,
#wrapper_1_column,
#wrapper_2_column,
#footer {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	font-size: 1.2em;
}

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

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

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

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

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

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

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

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

/* ------------------------------------------------------------------- Content images */

.imageLeft,
.imageRight,
.imageCenter,
.inlineImage {
	
}

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	background-color: #FFF;
	color: inherit;
	display: block;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 5px;
	float: right;
	background-color: #FFF;
	color: inherit;
	display: block;
}

.imageCenter {
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	border: none;
}

.imageLoad {
	
}

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


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

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

.detailList dt,
.detailList dd {
	margin: 0px;
	padding: 0px;
}


.detailList dt {
	width: 205px;
	float: left;
	padding: 4px 5px 4px 0px;
	margin: 1px 20px 1px 0px;
	text-align: right;
	background: #F4F4F4;
	font-weight: normal;
	color: #333;
}

.detailList dd {
	width: 480px;
	float: left;
	margin: 1px 0px;
	padding: 4px 5px 4px 0px;	
}

.itemList {
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #e0b0c0;
	border-bottom: none;
	border-left: 1px solid #e0b0c0;
	padding: 0px 5px;
	margin: 0px 0px 10px;
	background: #f3dee5;
	width: auto;
}

.itemList h3 {
	margin: 0px;
	padding: 0px;	
}

.itemBlock {
	width: 100%;
	overflow: hidden;
	padding: 9px 0px 4px;
	margin: 0px;
	background: #f3dee5;
	border-top: 1px solid #FDFDFD;
	border-bottom: 1px solid #e0b0c0;
	border-right: none;
	border-left: none;
}

.detailsLink {
	float: right;
	margin-top: -23px;
}

.itemDetails {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 5px;
}

.itemDetails dt,
.itemDetails dd {
	margin: 0px;
	padding: 0px;
}

.itemDetails dt {
	width: 20%;
	float: left;
	text-align: right;
	padding: 0px;
	margin: 0px 1% 4px 0px;
	font-weight: bold;
	color: #333;
}

.itemDetails dd {
	width: 79%;
	float: left;
	margin: 0px 0px 4px;
	padding: 0px
}

#searchResultsContainer .itemDetails dt {
	width: 100%;
	float: none;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}

#searchResultsContainer .itemDetails dd {
	width: 100%;
	float: none;
}

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

.filesList li {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
}

.sidebarCategories {
	
}

.sidebarCategories ul,
.sidebarCategories li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
}

.sidebarCategories ul {
	margin: 0px 0px 10px;
}

.sidebarCategories li {
	margin: 0px 0px 5px;
}

.sidebarCategories .currentCategory {
	font-weight: bold;	
}

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

.formBlock {
	width: 728px;
	overflow: hidden;
	padding: 4px 5px;
	margin: 0px;
	background: #f3dee5;
	border-top: 1px solid #FDFDFD;
	border-bottom: 1px solid #e0b0c0;
	border-right: 1px solid #e0b0c0;
	border-left: 1px solid #e0b0c0;
}

#wrapper_1_column .formBlock {
	width: 928px;
}

.buttonBlock {
	width: 493px;
	padding: 4px 5px 4px 240px;
}

#wrapper_1_column .buttonBlock {
	width: 693px;
}

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

.formBlock .label {
	width: 205px;
	float: left;
	padding: 4px 25px 4px 0px;
	margin: 0px;
	text-align: right;
}

.formBlock .input label span {
	font-size: 0.8em;
}

.formBlock .input {
	width: 495px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#wrapper_1_column .formBlock .input {
	width: 695px;
}

.formBlock .description {
	float: right;
	width: 495px;
	margin: 0px;
	padding: 5px 0px 2px;
	font-size: 0.9em;
	color: #777777;
}

#wrapper_1_column .formBlock .description {
	width: 695px;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 230px;
	border: 1px solid #E3E2DB;
	padding: 3px;
}

#wrapper_1_column .inputTextArea,
#wrapper_1_column .inputTextField,
#wrapper_1_column .inputSelectList {
	width: 430px;
}

.inputTextArea {
	width: 486px;
}

#wrapper_1_column .inputTextArea {
	width: 686px;
}

.inputSelectList,
#wrapper_1_column .inputSelectList {
	width: auto;
	padding: 2px;
}

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

.formButton {
	padding: 0px 5px;
}

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

.formError {
	background-color: #FFEEEC;
}

.formError .label label {
	color: #FF0000;	
}

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

.required .label {
	background: url(../images/icon_bullet_star.png) no-repeat 213px center;
}


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

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

.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;
	background-position: center center;
	background-repeat: no-repeat;
}

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

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

.resultOptions a.linkDelete {
	background-image: url(../images/icon_delete.png);
}

.resultOptions a.linkChildren {
	background-image: url(../images/icon_children.png);
}

.resultOptions a.linkCopy {
	background-image: url(../images/icon_copy.png);
}

.resultOptions a.linkItems {
	background-image: url(../images/icon_cog.png);
}

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

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

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

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

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

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

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

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

.resultOptions a.linkPrint {
	background-image: url(../images/icon_print.png);
}

.resultOptions a.linkShipping {
	background-image: url(../images/icon_shipping.png);
}

.resultOptions a.linkUsers {
	background-image: url(../images/icon_users.png);
}

.resultOptions a.linkUserAdd {
	background-image: url(../images/icon_user_add.png);
}

.resultOptions a.linkUserGo {
	background-image: url(../images/icon_user_go.png);
}

.resultOptions a.linkUserStar {
	background-image: url(../images/icon_user_star.png);
}

.resultOptions a.linkUserDelete {
	background-image: url(../images/icon_user_delete.png);
}

.listPerPage label,
#updateResults label {
	margin: 5px 5px 0px 0px;
}

.listPerPage .inputSelectList,
#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;
}

/* ------------------------------------------------------------------- Misc navigation */

#subNavGroup li a,
#subNavGroup li a:visited,
.subFooterNav li a,
.subFooterNav li a:visited,
a.linkButton,
a.linkButton:visited,
.pagination a,
.pagination a:visited,
#search_events,
#search_site {
	text-decoration: none;
	padding: 0px 5px;
	line-height: 23px;
	height: 23px;
	background: #661f35;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #f3dee5;
	display: inline-block;
	font-size: 12px;
	border-style: none;
}


a.linkButton span,
.pagination a span {

}

#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,
.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.pagination a.activePageLink,
#search_events:hover,
#search_events:focus,
#search_events:active {
	background-color:#A09FA3;
	color:#5b1f39;
	text-decoration: none;
}

a.linkButton:hover span,
a.linkButton:focus span,
a.linkButton:active span,
.pagination a:hover span,
.pagination a:focus span,
.pagination a:active span,
.pagination a.activePageLink span {
	
}

.pagination {
	float: left;
	width: auto;
	height: 30px;
	padding: 5px 0px 0px 5px;
	line-height: 30px;
}

.pagination a,
.pagination a:visited {
	margin: 0px 5px 5px 0px;
}

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

.resultsFooter {
	margin: 0px 0px 5px;
	padding: 0px;
	background: #F3F3F3;
	width: 100%;
	height: 35px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
	
#subNavGroup,
.subFooter {
	margin: 0px 0px 5px;
	padding: 5px;
	background: #f3dee5;
	width: 730px;
	overflow: hidden;
	color: #661f35;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

#subNavPrimary,
#subNavSecondary {
	float: left;
	width: auto;
}

#subNavSecondary {
	float: right;
}

#subNavGroup #subNavPrimary li,
#subNavGroup #subNavSecondary li {
	float: left;
	margin: 0px 5px 0px 0px;
}

#subNavGroup #subNavSecondary li {
	margin: 0px 0px 0px 5px;
}

.sidebarMenu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f3dee5;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
	border-style: none;
	overflow: hidden;
}

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

.sidebarMenu li {
	border-top: 1px solid #FDFDFD;
	border-bottom: 1px solid #e0b0c0;
	border-right: 1px solid #e0b0c0;
	border-left: 1px solid #e0b0c0;
	padding: 5px;
}

.sidebarMenu li a {
	
}

.sidebarMenu li a.linkButton:hover,
.sidebarMenu li a.linkButton:focus,
.sidebarMenu li a.linkButton:active {
	
}

/* ------------------------------------------------------------------- Header */

#header {
	height: 300px;
	position: relative;
	z-index: 2;
}

#logo {
	padding: 0px;
	height: 200px;
	width: 310px;
	display: block;
	background: url(../images/logo.png) no-repeat left top;
	position: absolute;
	left: 30px;
	top: 45px;
	z-index: 2;
}

#logo a {
	height: 200px;
	width: 310px;
	display: block;
}

#logo span {
	display: none;	
}

#primaryNav {
	width: 960px;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index: 4;
	height: 40px;
	background: #5B1F39 url(../images/bkgnd_nav.png) repeat-x center top;
	font-size: 10px;
}

#menu_id_1 a,
#menu_id_1 a:visited,
#subMenusContainer a,
#subMenusContainer a:visited {
	text-decoration:none;
	display:block;
	padding:0px 5px;
	margin: 0px;
	line-height: 30px;
	height: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	white-space: nowrap;
}

#menu_id_1 a {
	margin:0px;
	float:left;	
}

#menu_id_1 li li a,
#subMenusContainer a,
#menu_id_1 li li a:visited,
#subMenusContainer a:visited {
	text-align:left;
	text-shadow: none;
	color:#661f35;
}

#menu_id_1 a:hover,
#menu_id_1 a:focus,
#menu_id_1 a.mainMenuParentBtnFocused,
#subMenusContainer a.subMenuParentBtnFocused {
	background-color:#A09FA3;
	color:#661f35;
	text-shadow: none;
}


#menu_id_1 ul li a:hover,
#menu_id_1 ul li a:focus,
#subMenusContainer a:hover, 
#subMenusContainer a:focus,
#subMenusContainer a.subMenuParentBtnFocused {
	background-color:#5b1f39;
	color:#FFF;
}

.subMenuParentBtn {
	background: url(../images/arrow_right.gif) right center no-repeat;
}

.subMenuParentBtnFocused { 
	background: url(../images/arrow_right_over.gif) right center no-repeat;  
}

.mainMenuParentBtn {
	background: url(../images/arrow_down.gif) right 13px no-repeat;
}

.mainMenuParentBtnFocused {
	background: url(../images/arrow_down.gif) right 13px no-repeat;
}

#menu_id_1 a.mainMenuParentBtn,
#menu_id_1 a.mainMenuParentBtnFocused {
	padding:0px 20px 0px 10px;
}

#menu_id_1 a.mainMenuParentBtnFocused {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px 20px 5px 10px;
}

#menu_id_1 a.subMenuParentBtnFocused {
}

.smOW { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	padding:0px;
	margin:0px;
}

#menu_id_1,
#menu_id_1 ul,
#menu_id_1 ol,
#subMenusContainer ul,
#subMenusContainer ol { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

#menu_id_1 {
	padding:5px 0px 0px 5px;
	margin:0;
	list-style:none;
	list-style-image: none;
	height:30px;
	position:relative;
	z-index:2;
	float: left;
	width: 960px;
}

#menu_id_1 ol,
#menu_id_1 ul,
#subMenusContainer ul,
#subMenusContainer ol {
	background:#A09FA3;
	left:0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#menu_id_1 li {
	display: block;
	list-style: none;
	list-style-image: none;
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#subMenusContainer li {
	list-style: none;
	list-style-image: none;
	margin: 0px;
	padding: 5px;
}

#subMenusContainer {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0px;
	overflow:visible;
	z-index:10;
	font-size: 1.2em;
}

#menu_id_1 li li {
	float:none;
	margin: 0px 0px 5px;
}

#menu_id_1 li li a {
	position:relative;
	float:none;
}

#menu_id_1 li ul {
	position: absolute;
	width: 200px;
	margin-left: -1000em;
	margin-top:30px;
	background:#A09FA3;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 5px;
}

#menu_id_1 li ul ul {
	margin: -1em 0 0 -1000em;

}
#menu_id_1 li:hover ul ul {
	margin-left: -1000em;
}

#menu_id_1 li:hover ul {
	margin-left: 0;
}

#menu_id_1 li li:hover ul {
	margin-left: 10em;
	margin-top:-2.5em;
}

#menu_id_1 li a:focus + ul {
	margin-left: 0;
	margin-top:2.2em;
}

#menu_id_1 li li a:focus + ul {
	left:0;
	margin-left:1010em;
	margin-top:-2.2em;
}

#menu_id_1 li li a:focus {
	left:0; 
	margin-left:1000em;
	width:10em; 
	margin-top:0;
}

#menu_id_1 li li li a:focus {
	left:0;
	margin-left: 2010em;
	width: 10em;
	margin-top:-1em;
}

#menu_id_1 li:hover a:focus {
	margin-left: 0;
}

#menu_id_1 li li:hover a:focus + ul {
	margin-left: 10em;
}

#headerImages {
	height: 300px;
	width: 960px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;	
}

#quickLogin,
#quickLoginWrapper {
	position: absolute;
	text-align: right;
	right: 30px;
	top: 0px;
	z-index: 3;
	width: 375px;
}

#quickLogin,
#quickLoginDropDown {
	background: #5b1f39;
	color: #FFFFFF;
}

#quickLogin {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#quickLoginDropDown {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#quick_login_form {
	padding: 5px 5px 0px;
	height: 45px;
}

#quick_login_email {
	width: 123px;
	padding: 0px;
}

#quick_login_password {
	width: 67px;
	padding: 0px;	
}

#quick_login_button {
	padding: 2px;
}

#quickLoginOptions {
	font-size: 0.9em;
	padding: 2px 0px 5px;
	width:175px;
	float: right;
	text-align:right;
}

#quickLoginOptions a,
#quickLoginOptions a:visited {
	/*display: block;
	float: left;*/
	margin-left: 4px;
	background: #f3dee5;
	color: #661f35;
	text-decoration: none;
	padding: 1px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#quickLogin #quick_login_remember {
	position: relative;
	top: 3px;
}

#toggleLogin {
	background:  #5b1f39 url(../images/button_gradient_overlay_30.png) repeat-x center center;
	display: inline-block;
	padding: 0px 5px;
	text-decoration: none;
	line-height: 30px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #FFF;
	border-bottom: 1px solid #361221;
	cursor: pointer;
	height: 30px;
	font-weight: bold;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #361221;
	border-right-color: #361221;
	border-left-color: #361221;
}

#userStatus {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 3;
	width: 300px;
	text-align: center;
	background: #5b1f39;
	color: #FFF;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#userStatus p {
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	height: 30px;
}

#userStatus a,
#userStatus a:visited {
	background: #f3dee5;
	color: #661f35;
	text-decoration: none;
	padding: 1px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#quickLoginOptions a:hover,
#quickLoginOptions a:focus,
#quickLoginOptions a:active,
#userStatus a:hover,
#userStatus a:focus,
#userStatus a:active {
	color:#5b1f39;
	background: #A09FA3;
}

#loginError {
	text-align: center;
}

/* ------------------------------------------------------------------- Primary content */

#wrapper_1_column,
#wrapper_2_column {
	overflow: hidden;
	background: #FFF;
	padding: 10px 0px;
	width: 960px;
	color: #333;
}

#primaryContent,
.primaryContent {
	padding: 0px 0px 0px 10px;
	float: left;
	width: 740px;
	overflow: hidden;
}

.primaryContent {
	padding: 0px;
	width: 730px;
}

#wrapper_1_column #primaryContent {
	float: none;
	width: 940px;
}

#headingBlock {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 5px;
	padding: 7px 0px 0px;
}

#headingBlock a,
#headingBlock a:visited {
	text-decoration: none;
}

#headingBlock a:hover,
#headingBlock a:focus,
#headingBlock a:active {
	text-decoration: underline;
}

h2#pageHeading a:link,
h2#pageHeading a:visited {
	color: #000;
	text-decoration: none;
}

#page_home h2#pageHeading {
	display: none;
}

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

.breadCrumbs li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding-bottom: 0px;
	list-style: none;
	list-style-image: none;
}

.breadCrumbs li.first {
	margin: 0px 5px 5px 0px;
	list-style: none;
	list-style-image: none;
	padding-left: 0px;
}

/* ------------------------------------------------------------------- Secondary content */

#secondaryContent,
.secondaryContent {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	float: right;
	width: 180px;
}


/* ------------------------------------------------------------------- Footer */

#footer {
	background: url(../images/bkgnd_footer.png) repeat-x center top;
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
}

#footer a,
#footer a:visited {
	color: #FFF;
	font-size: 1em;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #f3dee5;
	text-decoration: none;
}

#footerNav {
	float: left;
	width: 460px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 40px;
	height: 40px;
}

#footerNav ul {
	width: 100%;
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

#footerNav li {
	display: inline;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
}

#copyright {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	height: 40px;
	line-height: 40px;
	float: right;
	width: 470px;
}

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

#forumStatsNav {
	background: #FAFDFE;
	margin: 0px 0px 5px;
	padding: 5px;
	width: 930px;
	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;
}

#page_forums #subNavGroup,
#page_forums .subFooter {
	width: 930px;
}

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

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

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

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

#jumpToBoard button {
	
}

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

#searchBoards {
	background: #FFF;	
}

#searchBoards dl {
	background: #F3DEE5;
	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: #601D3B;
	margin: 0px 0px 5px;
	padding: 5px;
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
}

#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;
	cursor: pointer;
}

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

#forumCategories .categoryDescription {
	font-weight: normal;	
}

#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;
	border-bottom: 1px solid #B3E0FF;
}

#forumCategories .forumBoards .newPosts {
	background-image: none;
	border-bottom: 1px solid #B3E0FF;
}

#forumCategories .boardRow {
	background: #F3DEE5;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-top: 1px solid #FDFDFD;
	border-bottom: 1px solid #e0b0c0;
	border-right: none;
	border-left: none;
}

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

#forumCategories .boardTitle a {
	font-weight: bold;
}

#forumCategories .boardTitle span.boardDescription {
	font-size: 0.6em;
	color: #999;
	display: block;
	font-weight: normal;
}

#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: #F3DEE5;
	padding: 5px;
	margin: 0px;
	color: #666;
	border-top: 1px solid #FDFDFD;
	border-bottom: 1px solid #e0b0c0;
	border-right: none;
	border-left: none;
	
}

/*#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;
	border-bottom: 1px solid #D1FCAB;
}

#forumTopics .lockedTopic {
	background-image: url(../images/icon_lock.png);
	background-color: #FCFCFC;
	border-bottom: 1px solid #E6E6E6;
	color: #999;
}

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

#forumTopics .newPosts {
	background-color: #E6F5FF;
	border-bottom: 1px solid #B3E0FF;
}

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

#forumTopics .stickyTopic .topicTitle {
	border-bottom: 1px solid #D5FDB0;
}

#forumTopics .lockedTopic .topicTitle {
	border-bottom: 1px solid #E6E6E6;
}

#forumTopics .newPosts .topicTitle {
	border-bottom: 1px solid #B3E0FF;
}

#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: #F3DEE5;
	padding: 5px 0px;
	width: 100%;
	margin: 0px 0px 2px;
}

#forum_topic_subject {
	width: 90%;	
}


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

#forumPoll {
	background: #F3DEE5;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 940px;
	overflow: hidden;
}

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

#forumPoll h5 {
	border-bottom: 1px solid #9F284E;
	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: #9F284E;
	display: block;
	float: left;
	margin-right: 5px;
}

#pollChoices .input {
	margin-bottom: 2px;
}


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

#forumPosts {
		
}

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

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

#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: 810px;
}

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

#forumPosts .postHeader {
	border-bottom: 1px solid #9F284E;
	width: 810px;
	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: #9F284E;
	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: 810px;
	overflow: auto;
}

#forumPosts .postFooter {
	border-top: 1px solid #9F284E;
	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 .linkDeleteIcon {
	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 .linkDeleteIcon {
	background-image: url(../images/icon_delete.png);
}

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

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

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

#quick_reply .formBlock .inputTextArea {
	width: 810px;
}

#quick_reply .formBlock .label {
	width: 75px;
}

#quick_reply .required .label {
	background-position: 80px center;
}

#quick_reply .formBlock .input,
#quick_reply .formBlock .description,
#quick_reply .buttonBlock {
	width: 820px;
}

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

#changeMood #form_change_mood {
	width: 175px;
	height: 25px;
	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;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 12px;
	height: 25px;
	text-align: center;
}

#changeMood #form_change_mood #change_mood:hover,
#changeMood #form_change_mood #change_mood:focus,
#changeMood #form_change_mood #change_mood:active {
	
}

#featuredTopics dl,
.latestPosts dl {
	margin: 0px;
	padding: 4px;
	background: #F0F0EE;
	border-bottom: 1px solid #F9E8F9;
}

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

#featuredTopics dd,
.latestPosts dd {
	margin: 0px;
	padding: 0px;
	color: #9F284E;
}

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

#page_home .breadCrumbs {
	display: none;	
}

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

#event_search {
	margin: 0px;
	padding: 5px;
	width: 928px;
	overflow: hidden;
	border-top: 1px solid #FDFDFD;
	border-right: 1px solid #e0b0c0;
	border-bottom: none;
	border-left: 1px solid #e0b0c0;
	background: #f3dee5;
}

#eventSearchFields {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #e0b0c0;
	background: #f3dee5;
}

#eventorSearchFields {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 15px 10px 10px 0px;
	border-right: 1px solid #e0b0c0;
	background: #f3dee5;
}

#event_search div {
	padding: 2px 0px;
	background: #f3dee5;
}

#event_search label {
	width: 75px;
	text-align: right;
	background-color:#5b1f39;
	color:#FFF;
	padding: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}


#search_by_date_to_label {
	width: 20px;
}

#search_events {
	line-height: 56px;
	height: 56px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.2em;
}

#pdfEventsListLink {
	float: right;
	height: 55px;
	width: 225px;
	margin-top: -60px;
	line-height: 55px;
	padding-right: 10px;
}

#pdfEventsListLink a {
	background: url(../images/icon_pdf_48.png) no-repeat right center;
	display: block;
	height: 55px;
	width: 225px;	
}

#pdfEventDetailsLink {
	width: 180px;
	margin-bottom: 10px;
	height: 50px;
	padding-top: 10px;
}

#pdfEventDetailsLink a {
	background: url(../images/icon_pdf_48.png) no-repeat right center;
	padding-right: 60px;
	width: 120px;
	display: block;
	height: 40px;
	padding-top: 10px;
}

#registrationButton a.linkButton,
#entrantsListButton a.linkButton {
	font-size: 1.4em;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 160px;
	text-align: center;
}


.evTable {
	width: 100%;
	margin-bottom: 10px;
}

.evTable td {
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}

.evTable td.evDays {
}

.evTable td.evDay {
}

.evTable td.evInactive {
	background: #F3F3F3;
}

.evTable .evPrev,
.evTable .evNext,
.evTable td.evDayHigh {
	padding: 0px;
}

.evTable .evPrev a,
.evTable .evPrev a:visited,
.evTable .evNext a,
.evTable .evNext a:visited,
.evTable td.evDayHigh a,
.evTable td.evDayHigh a:visited
 {
	display: block;
	background: #f3dee5;
	color: #661f35;
	text-decoration: none;
	margin-top: 1px;
	padding: 2px 5px;
}

.evTable .evPrev a,
.evTable .evPrev a:visited,
.evTable .evNext a,
.evTable .evNext a:visited {
	line-height: 28px;
	height: 28px;
	margin: 0px;
}

.evTable .evPrev a:hover,
.evTable .evPrev a:focus,
.evTable .evPrev a:active,
.evTable .evNext a:hover,
.evTable .evNext a:focus,
.evTable .evNext a:active,
.evTable td.evDayHigh a:hover,
.evTable td.evDayHigh a:focus,
.evTable td.evDayHigh a:active,
.evTable td.dateActive a,
.evTable td.dateActive a:visited {
	background-color:#5b1f39;
	color:#FFF;
}

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

#upcomingEventsList {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#upcomingEventsList h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.childEventBlock {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #333;
}

.eventorRaceMap {
	height:  400px;
	margin-top: 10px;
}

.eventRacesHeading {
	border-bottom: 1px solid #D6D6D6;
	margin: 0px 0px 10px;
	padding: 0px;
}

/* ------------------------------------------------------------------- Featured projects */

#featuredPhotos {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 180px;
	width: 180px;
	overflow: hidden;
}

#featuredPhotos .featuredPhotos {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 180px;
	overflow: hidden;
	height: 180px;
	position: relative;
}

#featuredPhotos a {
	
}

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

#featuredPhotos .image a {
	width: 180px;
	height: 180px;
	display: block;
	text-decoration: none;
}

#featuredPhotos .image a span {
	width: 180px;
	height: 180px;
	display: block;
}

.listSlideWrapper {
	position: relative;
	margin: 0px 0px 10px 0px;
	width: 180px;
	height: 180px;
	float: right;
}

.listSlider {
	position: relative;
	overflow: auto;
}

.listSlideWrapper .prevButton,
.listSlideWrapper .nextButton {
	display: none;
}

/* ------------------------------------------------------------------- Members/membership */


#additionalMembers .formBlock .addField,
#additionalEntrants .formBlock .addField {
	text-decoration: none;
	padding: 0px 5px;
	line-height: 23px;
	height: 23px;
	background: #9f284e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	width: 90px;
	text-align: center;
}

#additionalMembers .deleteInput,
#additionalEntrants .deleteInput {
	background: url(../images/icon_delete.png) no-repeat right center;
	padding: 0px;
	height: 20px;
	width: 20px;
	margin: 0px 5px 0px 0px;
	display: block;
	float: left;
}

#additionalMembers .deleteInput span,
#additionalEntrants .deleteInput span {
	display: none;
}

#associatedMembersTable .resultOptions li {
	width: auto;
}

#associatedMembersTable .resultOptions a span {
	display:block;
}

#associatedMembersTable .resultOptions a {
	height: 16px;
	width: auto;
	padding-left: 20px;
	background-position: center left;
}

/* ------------------------------------------------------------------- Gallery */

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

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

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

#galleryList .imageBlock {
	padding: 3px;
	float: left;
	width: 130px;
	border: 1px solid #F3F3F3;
	margin: 0px 5px 10px;
	height: 130px;
}

#galleryBlock {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 20px;
}

#galleryBlock .imageBlock {
	padding: 5px;
	width: 700px;
	border: 1px solid #F3F3F3;
	margin: 0px auto 5px;
}

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

#prevLink a,
#nextLink a {
	display: block;
	width: 80px;
	outline: none;
	text-align: center;
}

#prevLink a {
	float: left;
}

#nextLink a {
	float: right;
}


/* ------------------------------------------------------------------- Contact */


#contactTabs {
	
}

#contactTabs #tabNav {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #333;
	overflow: hidden;
	width: 100%;
}

#contactTabs li.tab {
	display: block;
	list-style: none;
	list-style-image: none;
	font-size: 1em;
	font-weight: normal;
	margin: 0px 1px 0px 0px;
	padding: 5px;
	float: left;
	background: #f3dee5;
	color: #661f35;
}

#contactTabs li.active {
	background-color:#5b1f39;
	color:#FFF;
}

#contactTabs .content {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

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

.contactList dt {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

.contactList dd {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}


/* ------------------------------------------------------------------- Blog */


#listBlogPosts {
	
}

.blogPostBlock {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #333;
}

.blogPostBlock .title {
	font-size: 1.5em;
	font-weight: normal;
}

.blogPostBlock .timestamp {
	color: #9E9E9E;
	margin: 0px 0px 10px;
	padding: 0px;
}

#viewBlogPost {
	
}

#viewBlogPost .content {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #333;
	overflow: hidden;
}

/* ------------------------------------------------------------------- Downloads */

.downloadConditions {
	padding-left: 150px;
}

.downloadConditionsLink {
	text-align: right;
}

/* ------------------------------------------------------------------- Help articles */

#listHelpArticles {
	margin: 0px 0px 10px;
	border-top: 1px solid #FDFDFD;
	border-right: 1px solid #e0b0c0;
	border-bottom: none;
	border-left: 1px solid #e0b0c0;
}

#listHelpArticles .helpArticle {
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #e0b0c0;
	background: #f3dee5;
}

#listHelpArticles .title {
	margin: 0px 0px 5px;
	padding: 0px;
}

#listHelpArticles .link {
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: block;
	width: 100%;
}

/* ------------------------------------------------------------------- Newsletters */

#form_subscribe {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f3dee5;
	width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
	border-style: none;
	overflow: hidden;
}

#form_subscribe .formBlock {
	width: 100%;
	overflow: hidden;
	padding: 4px 5px;
	margin: 0px;
	border-top: 1px solid #FDFDFD;
	border-bottom: 1px solid #e0b0c0;
}

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

#form_subscribe .formBlock .label {
	width: 100%;
	float: none;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	text-align: left;
}

#form_subscribe .formBlock .input {
	width: 100%;
	float: none;
}

#form_subscribe .formBlock .description {
	float: none;
	width: 100%;
}

#form_subscribe .inputTextField {
	width: 90%;
}

#newsletterView .itemBlock {
	width: 100%;
	overflow: hidden;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px;
	background: none;
	border-top: none;
	border-bottom: 1px solid #e0b0c0;
	border-right: none;
	border-left: none;
}

#newsletterView .title {
	margin: 0px;
	padding: 0px;
}

#newsletterView .author {
	color: #5076D3;
	margin: 0px 0px 10px;
	padding: 0px;
}

#newsletterView .attachments {
	color: #5076D3;
	margin: 0px 0px 10px;
	padding: 5px;
	border: 1px solid #D6D6D6;
}

/* ------------------------------------------------------------------- Search */

#form_search_results {
	margin: 0px;
	padding: 5px;
	width: 928px;
	overflow: hidden;
	border-top: 1px solid #FDFDFD;
	border-right: 1px solid #e0b0c0;
	border-bottom: none;
	border-left: 1px solid #e0b0c0;
	background: #f3dee5;
}

.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;
}

#quickSearchForm {
	position: absolute;
	right: 0px;
	bottom: 40px;
	z-index: 3;
	width: 195px;
	height: 40px;
	background: url(../images/bkgnd_quick_search.png) no-repeat center center;
}

#quick_search_form {
	width: 180px;
	height: 30px;
	position: relative;
}

#quick_search_term {
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 138px;
	border-style: none;
	position: absolute;
	left: 13px;
	top: 11px;
}

#quick_search_button {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 25px;
	border-style: none;
	background: transparent;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#quick_search_button span {
	display: none;
}


/* ----------------------------------------------------------------------------------- Datepicker */

.datepicker {
	table-layout: fixed;
	background: #5b1f39;
	padding: 4px;
	font-size: 1em;
}

.datepicker table {
	background: #FFFFFF;
	width: 170px;	
}

.datepicker th,
.datepicker td {
	padding: 2px;
	text-align: center;	
}

.datepicker caption {
	background: #FFFFFF;
	margin: 0px 0px 1px;
	padding: 2px;
}

.datepicker .prev {
	margin: 0px 1px 0px 0px;
	padding: 4px;
}

.datepicker .next {
	margin: 0px 0px 0px 1px;
	padding: 4px;
}

.datepicker .month {
	padding: 4px;
}

.datepicker .year {
	padding: 4px;
}

.datepicker .active,
.datepicker .next,
.datepicker .prev {
	cursor: pointer;
}

.datepicker .inactive {
	background: #EBE9ED;
}

.datepicker .hilite {
	background: #DE8312;
	color: #FFFFFF;
}

.datepicker caption a {
	color: #f3dee5;
}

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

#modalOverlay {
	background-color: #000000;	
}

#modalContentBox {
	background-color: #FFFFFF;
	border: 10px solid #000000;
	padding: 10px;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #333;
}

#modalTitleBar {
	width: 100%;
	overflow: hidden;
	height:25px;
	background: #661f35;
	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;
}

/* ------------------------------------------------------------------- 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;
}

.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: none;
	position: relative;
	bottom: -1px;
	z-index: 10;
}

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

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

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 50px;
	padding-left: 50px;
}

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

#lbPrevLink {
	left: -50px;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev_button.png) no-repeat 0 50%;
}

#lbNextLink {
	right: -50px;
}

#lbNextLink:hover {
	background: transparent url(../images/next_button.png) no-repeat 100% 50%;
}

#lbBottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border-top: none;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: inherit;
}

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

#lbCloseLink:hover,
#lbCloseLink:focus,
#lbCloseLink:active {
	background-position: center top;
}

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

#lbCaption {
	font-weight: bold;
}


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

.introduction {
	font-size: 1.1em;
	font-weight: bold;
	color: #26439d;
}

.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;
}

.topLink {
	text-align: right;	
}

.messageBlock {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #FFD700;
	background: #FEFDE7 url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 24px;
	margin-bottom: 5px;
	clear: both;
	color: #000;
}

.messageFail {
	background: #FEE7EE url(../images/icon_error.png) no-repeat 4px 4px;
	border-color: #FF0006;
}

.messageNone {
	background: #E4F2FD url(../images/icon_notice.png) no-repeat 4px 4px;
	border-color: #93CAF7;
}

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

.messageRequired {
	background: url(../images/icon_bullet_star.png) no-repeat left center;
	padding-left: 16px;
}

.messageSuccess {
	border-color: #8DED00;
	background: #F2FFDF url(../images/icon_tick.png) no-repeat 4px 4px;
}

.formMessage {
	background: #E1F8FF url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 5px 5px 5px 25px;
	margin-bottom: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #e0b0c0;
}

.formError {
	background-color: #FFEEEC;
	color: #FF0000;
}

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

.highlight {
	background: #E1F8FF;
}

.listingHover,
#listHelpArticles .listingHover {
	background-color: #FEFDE7;
}

.total {
	font-size: 2em;
	color: #5b1f39;	
}

.share {
	margin-bottom: 10px;
}

label,
button,
.formButton,
#lbOverlay,
.listingHover,
#contactTabs li.tab {
	cursor: pointer;
}

