/* -----------------------------------------------
MAIN AND GENERAL CONTENT STYLES
------------------------------------------------- */
body, td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin: 0px;
}

/* These styles will not be rendered in the PBWeditor */
body.MainBody{
   background-color: #ffffff;
}
img {
	border:0;
}
	
hr {
	border: 1px solid #2D3347;
}
a, a:active, a:visited, a:active {
	color: #8288A8;
	text-decoration: none;
}
a:hover {
	color: #8288A8;
	text-decoration: underline;
}
.OuterSiteTable {
	padding: 0px;
}
.InnerSiteTable {
   background-color:#B9BBB9;
}
 
.MainTable {
   border: 0px;
   padding: 0px;
   margin: 0px;
}
.ContentArea {
	background-color: #FFFFFF;
	min-height: 270px;
	padding: 10px;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.ListHeader1 {
	font-size: 14px;
	font-weight: bold;
	background-color: #E0E3CF;
}
/* -----------------------------------------------
 HELP STYLES
------------------------------------------------- */
.HelpTitle {
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 16px;
	font-weight: bold;
	background-color: #A50205;
}
.HelpHeader {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 14px;
	font-weight: bold;
}
.HelpContent {
   font-family: Arial, Helvetica, sans-serif; 
   color: #000000; 
   font-size: 12px;
}
/* -----------------------------------------------
VARIOUS FORM STYLES
------------------------------------------------- */
.FormLabel{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-align:right;
}
.FormInputNote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	text-transform: uppercase;
}
.FormInput{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.FormButton{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.CategorySelectBox {
   border: 1px solid #A6AB8B;
   background-color: #EFEFEF;
   font-size: 10px;
}
.SearchInput {
	font-size: 10px;
	background-color: #EFEFEF;
	border: 1px solid #A6AB8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Search {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.SmallButtonLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;

	text-transform: uppercase;
	background-color: #DDDDDD;
	text-align: center;
	padding-right:3px;
	padding-left:3px;
	border: 1px solid #666666;
}
a.SmallButtonLink:link {text-decoration:none}
a.SmallButtonLink:active {text-decoration:none}
a.SmallButtonLink:visited {text-decoration:none}
a.SmallButtonLink:hover {text-decoration:none; color:#FFFFFF; background-color:#333333}

.TextInputSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* -----------------------------------------------
FOOTER AND COPYRIGHT AREA STYLES
------------------------------------------------- */
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
}
a.Footer:link, a.Footer:visited, a.Footer:active {
	color: #ffffff;
	text-decoration: none 
	}
a.Footer:hover { 
	text-decoration: none;
	background-color: #D0D2DE;
	color: #3D435B;
	}


.FooterTable { background-color: #8288A8; color: #ffffff; font-size: 9px; font-family: Arial, Helvetica, sans-serif;	background-color: #8288A8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
.FooterMenuContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
}
a.FooterMenu:link, a.FooterMenu:visited, a.FooterMenu:active {
	color: #ffffff;
	text-decoration: none 
	}
a.FooterMenu:hover { 
	text-decoration: none;
	background-color: #D0D2DE;
	color: #3D435B;
	}

/* -----------------------------------------------
HEADERS, SUBHEADERS AND TITLE STYLES
------------------------------------------------- */
.PageHeaderTitle{
	background-image: url(../images/headerbck.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #3D4459;
	text-align: right;
	padding-right: 37px;
	white-space: nowrap;
	display: block;
	height: 26px;
	line-height: 25px;
}
.PageHeaderSubTitle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color:#3D4359;
	font-weight:bold;
}

/* -----------------------------------------------
CONTENT SUMMARY PAGE STYLES
------------------------------------------------- */

.ContentListTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3D4459;
	}
a.ContentListTitle:link, a.ContentListTitle:visited, a.ContentListTitle:active {
	color: #3D4459;
	text-decoration: none 
	}
a.ContentListTitle:hover { 
	text-decoration: underline;
	}

.FeaturedContentListTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3D4459;
	}
a.FeaturedContentListTitle:link, a.FeaturedContentListTitle:visited, a.FeaturedContentListTitle:active {
	color: #3D4459;
	text-decoration: none 
	}
a.FeaturedContentListTitle:hover { 
	text-decoration: underline;
	}
	
.ContentListSummary {
	font-size: 11px;
}
.FeaturedContentListSummary {
	font-size: 11px;
}
	
.ContentListMoreLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D4459;
	font-style:italic;
	}
a.ContentListMoreLink:link, a.ContentListMoreLink:visited, a.ContentListMoreLink:active {
	color: #3D4459;
	text-decoration: none 
	}
a.ContentListMoreLink:hover { 
	text-decoration: underline;
	}


/* -----------------------------------------------
HELP, STATUS, NOTIFICATION AND ERROR MESSAGE STYLES
------------------------------------------------- */
.HelpText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ECEEE1;
	padding: 3px;
}
.AdminStatusMessage{
	color: red;
}
.StatusMessage{
	text-align: center;
	background-color: yellow;
	color: red;
}
.SectionHeading{
	font-weight:bold;
	font-size:14px;
}
.Debug{
	background-color: yellow;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* -----------------------------------------------
EVENTS MODULE STYLES
------------------------------------------------- */
.EventTable {
}

.EventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #3D4459;
}

.EventDescription {
	font-size: 12px;
}

.EventDate {
}

.EventTime {
}


.EventLocation {
}

.EventMap {
}

.EventRegTypeHeader {
	display:block;
	background-color:#E7EAEF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#1E6C9B;
	font-weight:bold;
}

.EventRegType {
}

.EventRegEventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3D4459;

}

.EventRegEventDetails {
}

.EventRegEventSmallNote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}








/* -----------------------------------------------
             ADDED CUSTOM STYLES
------------------------------------------------- */
.TopDisplay {
	background-color: #fff;
	height: 55px;
}
#logo {
	float: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.LeftFloat {
	float: left;padding-left:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
    align:left;
    width: 114px;
	height: 93px;
}
#spacer {
   min-height: 500px;
   border: 0px;
   padding: 0px;
   margin: 0px;
}
#rights {
	float: left;
	padding-left: 5px;
}
#PoweredBy {
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* Use pg_content ID's here */
#Home {
	padding: 0px;
}
/* -----------------------------------------------
             CMS EDITOR STYLES
------------------------------------------------- */
.CMSSubHeader1{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #333399;
	font-weight:bold;
	text-transform:uppercase
}
.CMSSubHeader2{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333399;
	font-weight:bold;
	text-transform:capitalize;
}
.CMSSubHeader3{
	display:block;
	background-color:#E7EAEF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#1E6C9B;
	font-weight:bold;
}
.CMSContent {
   font-family: Arial, Helvetica, sans-serif; 
   color: #333333; 
   font-size: 12px;
}
.CMSSmallContent {
   font-family: Arial, Helvetica, sans-serif; 
   color: #333333; 
   font-size: 10px;
}


.headborder {
	border: 1px solid #FFFFFF;
} 
/* -----------------------------------------------
            MENU STYLES
------------------------------------------------- */

.Menu {
	background-image: url(../images/menu_row_bck.jpg);
	background-repeat: repeat-x;
}
.MainMenuContainer {
	text-align:center;
	vertical-align: middle;
	min-height: 30px;
}
.MainMenuItems {
	background-color: #3E445A;
	border: 1px solid #A7ADBB;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	padding: 3px 10px 3px 10px;
}
a.MainMenuItems:link, a.MainMenuItems:active, a.MainMenuItems:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.MainMenuItems:hover {
	background-color: #CCCEDD;
	color: #3E445A;
	text-decoration: none;
}


.MainMenuItemsActive {
	background-color: #CCCEDD;
	border: 1px solid #A7ADBB;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	padding: 3px 10px 3px 10px;
}
a.MainMenuItemsActive:link, a.MainMenuItemsActive:active, a.MainMenuItemsActive:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.MainMenuItemsActive:hover {
	background-color: #3E445A;
	color: #FFFFFF;
	text-decoration: none;
}


/* -----------------------------------------------
            GALLERY STYLES
------------------------------------------------- */
td.GalleryThumbContainer {
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #525B7F;
	padding: 5px;
}
.GalleryThumbTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#525B7F;
}
a.GalleryThumbTitle:link, a.GalleryThumbTitle:active, a.GalleryThumbTitle:visited {
	color:#525B7F;
	text-decoration: none;
}
a.GalleryThumbTitle:hover {
	color:#B4B9CC;
	text-decoration: underline;
}
.GalleryThumb {
}
.FeaturedGalleryThumbTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#525B7F;
}
a.FeaturedGalleryThumbTitle:link, a.FeaturedGalleryThumbTitle:active, a.FeaturedGalleryThumbTitle:visited {
	color:#525B7F;
	text-decoration: none;
}
a.FeaturedGalleryThumbTitle:hover {
	color:#B4B9CC;
	text-decoration: underline;
}
.FeaturedGalleryThumb {
}

.GalleryMenu {
	padding: 10px;
	display: block;
	background-color:#D3D5E2;
}
.GalleryMenuHeader {
	display: block;
	padding: 0px 5px 5px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #8288A8;
}
.GalleryMenuItem {
	display: block;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	}
#CurrentGallery {
	font-weight:bold;
}
a.GalleryMenuItem:link, a.GalleryMenuItem:active, a.GalleryMenuItem:visited {
	color:#525B7F;
	text-decoration: none;
}
a.GalleryMenuItem:hover {
	color:#FFFFFF;
	background-color:#8288A8;
	text-decoration: none;
	}


/* -----------------------------------------------
            SUMMARY BOX STYLES
------------------------------------------------- */
.LeftColumn {
	background-image: url(../images/left_column_bck.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #B9BBB9;
}
.LeftImage {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.SBHeader {
	background-color: #8288A8;
	background-image: url(../images/column_head_end.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	color: #FFFFFF;
	height: 21px;
	padding-left: 5px;
	padding-top: 3px;
	vertical-align: middle;
	text-transform: capitalize;
	border: 1px solid #FFFFFF;
}
a.SBHeaderLink:link, a.SBHeaderLink:visited, a.SBHeaderLink:active { color: #FFFFFF; text-decoration: none }
a.SBHeaderLink:hover { color:  #FFFFFF; text-decoration: underline }

.SBContainer {
	padding: 5px;
}
.SBTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B4B9CC;
}
.SBSummary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #2D3347;
	text-decoration: none;
	margin-left: 13px;

}
.SBSource {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3D4359;
	margin-left: 13px;
}
.SBMore {
	font-size: 11px;
	font-weight: bold;
	color: #3D4359;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-right: 5px;
}
a.SBMore:link, a.SBMore:visited, a.SBMore:active { color: #2D3347; text-decoration: none }
a.SBMore:hover { color:  #FFCB18; text-decoration: underline }

.SBRule {
	background-color: #2D3347;
	border: 1px dashed #2D3347;
}
