/* HTML Element styles specific to this project. */

html,
body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: ##020167;
	scrollbar-base-color: #020167;
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	line-height: 135%;
	color: #333;
}

button,
input,
textarea,
select {
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	line-height: 135%;
}

input[type="text"],
input[type="password"],
textarea,
select {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(127,157,185);
}

td, th {
	vertical-align: top
}

h1, 
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}
h1 {
	margin: 20px 0 0 0;
	font-size: 16px;
}
h2
{
	margin: 18px 0 0 0;
	font-size: 15px;
	color: #006093;
}
h3 {
	margin: 16px 0 0 0;
	font-size: 14px;
	color: #000;
}

h4 {
	margin: 14px 0 0 0;
	font-size: 13px;
	color: #00749F;
}
h5 {
	margin: 12px 0 0 0;
	font-size: 12px;
	color: #000;
}
h6 {
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #00749F;
}

p {
	margin: 8px 0 0 0;
}

ul 
{
	margin: 8px 0 0 0;
	padding-left: 18px;
}

ol
{
	margin: 8px 0 0 0;
	padding-left: 18px;
}

li {
	margin: 4px 0 0 0;
}

ul>li {
	list-style-image: url(../Image/Templates/List.gif);
}

ul ul>li {
	list-style-image: url(../Image/Templates/List2.gif);
}

ol>li {
	list-style-type: decimal;
}

ol ol>li {
	list-style-type: lower-alpha;
}

ol ol ol>li {
	list-style-type: lower-roman;
}

a,
a:link,
a:visited {
	font-style: normal;
	text-decoration: none;
	color: #009EB5;
}

a:active,
a:hover {
	text-decoration: none;
}

hr {
	width: 99%;
	color: #696969;
}




/* 
PAGE GENERATOR CLASSES
These styles are used by pages that are dynamically built by the page generator.
There are 4 types of pages created with the generator.  They are:
	-> Login Page where a user is asked for there login details (username and password),
	-> Forgot Login Page which is used when a user forgets there login and asks for their 
	   email address and sends there details to them.
	-> List page which returns a list of rows and allowing the user to select one or more to do operations on.
	-> Form page which is a page where the user can edit information and submit.
*/

.InformationMessage {
	color: Green;
}

.WarningMessage {
	color: Orange;
}

.ErrorMessage {
	color: Red;
}



.ListOddDetailRow td {
	background-color: #8FF4FF;
}

.ListEvenDetailRow td {
	background-color: #D3D3D3;
}

a.TextButton,
input.TextButton,
a.Method {
	font-size: larger;
	line-height: 135%;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color: rgb(127,157,185);
	background-color: #2EA4AA;
	color: #FFFFFF;
}

a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #0e1176;
	text-decoration: none;
}


.ActionMenu .Item {
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: larger;
	font-weight: bold;
	color: #fff;
	background-color: #2EA4AA;
}

.ActionMenu .Menu .Menu {
	top: 24px;
}

.ActionMenu .Item .Item {
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: inherit;
	font-weight: normal;
}

.ActionMenu .Item a {
	color: #fff;
}

.ListHeaderRow {
	font-size: larger;
}

.FormHeaderRow {
	font-size: larger;
}

.FormInstructionRow {
	font-weight: bold;
}


/*Skin specific styles */

#Container {
	background-color: #fff;
	text-align: center;
	width: 893px;
}

#LeftBackground {
	background: url(../Image/Templates/Website/WallpaperLeft.gif) repeat-x;
}

#RightBackground {
	background: url(../Image/Templates/Website/WallpaperRight.gif) repeat-x;
}

#Wrapper {
	display: inline-block;
	width: 893px;
	text-align: left;
}

#Page {
	width: 893px;
	background-color: #FFFFFF;
}

#Header {
	width: 893px;
	height: 210px;
	background-image: url(../Image/Templates/Website/Header.jpg);
}

#ContentContainer {
	width: 893px;
}

#LeftPanel {
	border-left: 1px solid #8F95A7;
	border-right: 1px solid #8F95A7;
	padding-right: 2px;
	width: 178px;
}

#LeftPanelTop {
	width: 178px;
	height: 47px;
	background: url(../Image/Templates/Website/LeftPanelTop.jpg) -1px 0;
}

#LeftMenu {
	width: 178px;
}

#LeftMenu .Menu {
	width: 178px;
}

#LeftMenu .Line {
	display: block;
	border-top: solid 1px #fff;
	width: 200px;
	height: 1px;
	background-color: #fff;
}

#LeftMenu .Line hr {
	display: none;
}

#LeftMenu .Item {
	border-top: solid 1px #fff;
	padding: 2px 5px 2px 30px;
	width: 143px;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	color: #fff;
	background: url(../Image/Templates/Website/MenuBtn.gif) no-repeat left top;
}

#LeftMenu .Item:first-child {
	border-top: none;
}

#LeftMenu .Item a {
	color: #fff;
}

#LeftMenu .Item:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../Image/Templates/Website/MenuBtnRO.gif) no-repeat left top;
}

#LeftMenu .Item .Description {
	display: none;
}

#LeftMenu .Item .Image {
	max-height: 28px;
	max-width: 28px;
}

#LeftMenu .Menu .Menu {
	left: 178px;
	top: -2px;
	border: 1px solid #fff;
	padding: 2px;
	width: 200px;
	background: #111E47;
}

#LeftMenu .Menu .Menu .Item {
	padding: 2px 10px;
	width: 180px;
	background: none;
}

#LeftMenu .Menu .Menu .Item a:hover .Description {
	display: block;
	position: absolute;
	left: 202px;
	top: -3px;
	border: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
	font-size: smaller;
	font-weight: normal;
	color: #fff;
	background-color: #009EB5;
}

#LeftMenu .Menu .Menu .Menu {
	left: 200px;
	top: -3px;
}

#LeftPanelGap {
	height: 2px;
	font-size: 1px;
	line-height: 1px;
}

.BlueBar {
	margin-bottom: 2px;
	height: 18px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../Image/Templates/BlueBar.gif) repeat-x left top;
}

.PageHeading {
	padding: 2px 18px 2px 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	background: url(../Image/Templates/ArrowDown.gif) no-repeat right center;
}


#GoldSponsorLogos,
#SilverSponsorLogos,
.Logos {
	padding: 0 8px 10px 10px;
	width: 160px;
}

#GoldSponsorLogos a,
#SilverSponsorLogos a,
.Logos a {
	display: block;
}

#GoldSponsorLogos img,
#SilverSponsorLogos img,
.Logos img {
	display: block;
	border: none;
	padding: 10px 0 0 0;
	width: 160px;
}

#MiddlePanel {
	padding: 0 2px;
	width: 525px;
}

#ContentMain {
	padding: 10px;
	width: 505px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

#RightPanel {
	border-left: 1px solid #8F95A7;
	border-right: 1px solid #8F95A7;
	padding-left: 2px;
	width: 178px;
}

#ContentEvents {
	padding: 10px;
	width: 158px;
	height: 50px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #333333;
}

#ContentNews {
	padding: 10px;
	width: 158px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #333333;
}

.BlogPost,
.ServiceTime
{
	border-top: black solid 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.BlogPost:first-child,
.ServiceTime:first-child
{
	border-top: none;
	padding-top: 0;
}

.BlogPost .PublishedOn,
.ServiceTime .StartFinish,
.ServiceTime .Venue
{
	display: block;
	margin: 3px 0;
	color: grey;
}

.ServiceTime .PublishedOn,
.ServiceTime .RegistrationTime,
.ServiceTime .RSVPBy,
.ServiceTime .Venue .Location
{
	display: none;
}

.BlogPost .Title,
.ServiceTime .Title
{
	display: block;
	margin: 3px 0;
	font-weight: bold;
}

.BlogPost .Description,
.ServiceTime .Description
{
	display: block;
}

.BlogPost a,
.ServiceTime a
{
	display: block;
	text-align: right;
}

.BlogPost .Author
{
	display: none;
}

#Footer {
	border: 1px solid #8F95A7;
	padding: 6px;
	width: 879px;
	text-align: center;
	background-color: #019EB6;
	color: #fff;
	clear: both;
}

#Footer a {
	color: #fff;
}

#BottomMenu {
	float: left;
}

#Copyright {
}

#WebsiteBy {
	float: right;
	color: #1A264D;
}

#WebsiteBy a {
	color: #1A264D;
}




/* Website Default for Administrator Styles */

#ContentPanelAdmin {
	border-right: 1px solid #8F95A7;
	padding-left: 2px;
	width: 708px;
}

#ContentMainAdmin {
	padding: 10px;
	width: 688px;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}



/* Website Service Default Styles */

#EventTemplate #Title {
	padding-bottom: 10px;
}

#EventTemplate td {
	padding: 1px 0;
}

#EventTemplate #Venue,
#EventTemplate #RegularPrice,
#EventTemplate #MemberPrice,
#EventTemplate #Description,
#EventTemplate #Times {
	padding-right: 10px;
}

#EventTemplate #Venue label,
#EventTemplate #RegularPrice label,
#EventTemplate #MemberPrice label,
#EventTemplate #Description label,
#EventTemplate #Times label {
	float: left;
	width: 80px;
	color: grey;
}

#EventTemplate #Venue span,
#EventTemplate #RegularPrice span,
#EventTemplate #MemberPrice span,
#EventTemplate #Description span,
#EventTemplate #Times span {
	float: left;
	white-space: normal;
	width: 425px;
}

#EventTemplate .Times .ServiceTimes .PublishedOn,
#EventTemplate .Times .ServiceTimes .RSVPBy,
#EventTemplate .Times .ServiceTimes .Title,
#EventTemplate .Times .ServiceTimes .Venue,
#EventTemplate .Times .ServiceTimes .Description,
#EventTemplate .Times .ServiceTimes a.MoreInfo,
#EventTemplate .Times .ServiceTimes .Image {
	display: none;
} 

#EventTemplate .Times .ServiceTime .StartFinish {
	float: left;
	margin: 0;
	padding-right: 10px;
	color: black;
}

#EventTemplate .Times .ServiceTime .RSVP {
	float: left;
	margin-top: -3px;
	border: solid 1px rgb(127,157,185);
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 5px;
	width: auto;
	font-size: larger;
	font-weight: bold;
	line-height: 135%;
	color: #FFFFFF;
	background-color: #2EA4AA;
	cursor: hand;
}

#EventTemplate .Times .ServiceTime .RSVP:hover {
	color: #333;
	text-decoration: none;
}

#EventTemplate #Content {
	padding-top: 2px;
}





/* Website News Article Default Styles */

#NewsArticleTemplate #Title {
	padding-bottom: 10px;
}

#NewsArticleTemplate #PublishedOn,
#NewsArticleTemplate #Description {
	clear: both;
	padding-top: 10px;
}

#NewsArticleTemplate #PublishedOn label,
#NewsArticleTemplate #Description label {
	float: left;
	width: 80px;
	color: grey;
}

#NewsArticleTemplate #PublishedOn span,
#NewsArticleTemplate #Description span {
	float: left;
	white-space: normal;
	width: 425px;
}

#NewsArticleTemplate #Content {
	padding-top: 20px;
	clear: both;
}



/* Members Directory Styles */

.Users h2 {
	margin: 40px 0 10px;
}

a.User {
	clear: both;
	display: block;
	border-top: solid 1px #e2e7ba;
	padding: 5px;
	min-height: 106px;
	color: #333333;
}

a.User:hover {
	background: #e8e4bd;
} 

.User h3,
.User h4,
.User p {
	margin-top: 4px;
}

.User .Logo {
	 float: left;
	 margin-right: 5px;
	 border: 0;
	 padding: 3px;
	 width: 100px;
	 background: #e8e4bd;
}

.BronzeMember .User,
.GeneralMember .User {
	min-height: auto;
}

.BronzeMember .User .Logo,
.GeneralMember .User .Logo {
	 display: none;
}



/* User profile generated page */

#UserDetails {
}

#BusinessDetails {
	padding-right: 10px;
	width: 496px;
}

#BusinessDetails .Logo {
	border: 0;
	padding: 3px;
	width: 156px;
	background: #e8e4bd;
}

#ContactDetails {
	float: right;
	padding: 0 10px;
	width: 162px;
}

#ContactDetails h4 {
	margin-top: 0;
}

#ContactDetails .Photograph {
	border: 0;
	margin-top: 3px;
	padding: 3px;
	width: 156px;
	background: #e8e4bd;
}

#ContactDetails .Name {
	margin-top: 6px;
	font-size: larger;
	font-weight: bold;
}

#ContactDetails .Position {
	margin-top: 3px;
	font-weight: bold;
}

#ContactDetails .EmailAddress {
}

#ContactDetails .WebsiteAddress {
}

#ContactDetails .Residing,
#ContactDetails .Mobile,
#ContactDetails .Phone {
	clear: both;
}

#ContactDetails .Residing,
#ContactDetails .Phone {
	margin-top: 10px;
}

#ContactDetails .Residing label,
#ContactDetails .Mobile label,
#ContactDetails .Phone label {
	display: block;
	width: 50px;
}

#ContactDetails .Residing span,
#ContactDetails .Mobile span,
#ContactDetails .Phone span {
	float: right;
	display: block;
	width: 112px;
}

#ContactDetails .Mobile span,
#ContactDetails .Phone span {
	font-weight: bold;
}






/* Newsletter Styles */

#NewsletterContentContainer {
	border-left: 1px solid #8F95A7;
	border-right: 1px solid #8F95A7;
	border-bottom: 1px solid #8F95A7;
	width: 627px;
}
#NewsletterSubHeading {
	width: 446px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	background:  url(../Image/Templates/Email/NewsletterSubHeader.jpg) no-repeat -1px top;
}
#NewsletterContent {
	padding: 10px;
	width: 426px;
}
#NewsletterRightPanel .RSVP {
	display: none;
}
#NewsletterRightPanel {
	border-left: 1px solid #8F95A7;
	padding-top: 2px;
	padding-left: 2px;
	width: 178px;
}

.ImageButton.New {
	float: right;
	margin-top: 8px;
}





/* Image Slideshow and Gallery Styles */


.SlideShow a {
	display: block;
	margin: 10px 0 0 0;
	width: 276px;
}

.SlideShow img {
	border: solid 2px #d1d2d4;
	width: 276px;
}

.SlideShow a:after {
	display: none;
}

.ImageGallery a {
	display: block;
	float: left;
	padding: 10px;
	width: 148px;
	height: 115px;
	text-align: center;
}


#ImageViewer {
	width: 683px;
}

#ImageViewer img {
	max-width: 683px;
}

