/* 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 11px Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

button,
input,
textarea,
select {
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
}

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 {
	margin: 0;
	font-weight: bold;
}
h1 {
	padding-top: 20px;
	font-size: 18px;
	color: #A29201;
}
h2
{
	padding-top: 15px;
	font-size: 16px;
	color: #6E6600;
}
h3 {
	padding-top: 15px;
	font-size: 15px;
	color: #A29201;
}
h4 {
	padding-top: 12px;
	font-size: 14px;
	color: #6E6600;
}
h5 {
	padding-top: 12px;
	font-size: 13px;
	color: #A29201;
}
h6 {
	padding-top: 12px;
	font-size: 12px;
	color: #6E6600;
}

p {
	margin: 0;
	padding: 6px 0 0 0;
}

ul,
ol {
	margin: 0;
	padding: 6px 0 0 30px;
}

li {
	margin: 0;
	padding-top: 3px;
}

ul>li {
	list-style-image: url(../Image/Frame/Li.gif);
}

ul ul>li {
	list-style-image: url(../Image/Frame/LiLi.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,
a:active {
	text-decoration: none;
	color: #6E6600;
}

a:hover {
	text-decoration: underline;
}

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:#E6E4DC;
}

.ListEvenDetailRow td {
	background-color:#CCC8B7;
}



.CalendarCell {
	background-color: #ffffff;
}

.Day .CalendarCell .Items,
.Week .CalendarCell .Items {
	min-height: 400px;
}

.Month .CalendarCell .Items {
	min-height: 90px;
}

.CalendarCell.Today
{
	background-color: rgb(255,255,204);
}

.CalendarCell .Date {
	background-color: rgb(232,238,247);
}

.CalendarCell.PreviousMonth .Date,
.CalendarCell.NextMonth .Date
{
	background-color: rgb(238,238,238);
}

.CalendarCell .Item {
	margin: 6px 0;
}

.CalendarCell .Time 
{
	font-size: 8px;
	color: Gray;
}

.Day .CalendarCell .Time 
{
	display: inline-block;
	width: 90px;
}

.Week .CalendarCell .Time, 
.Month .CalendarCell .Time 
{
	display: block;
	width: 100%;
}

.CalendarCell .Time 
{
	display: inline-block;
	width: 90px;
	font-size: 8px;
}




a.TextButton,
input.TextButton,
a.Method {
	background-position:left center;
	color: #FFFFFF;
	padding-left: 23px;
	text-decoration: none;
}
a.TextButton:hover,
input.TextButton:hover,
a.Method:hover {
	color: #000000;
}



/* Email Footer */

.EmailFooter {
}

.EmailFooter .EditMyDetails,
.EmailFooter .UnsubscribeMe 
{
	font-size: smaller;
	text-decoration: none;
}

.EmailFooter .Developer {
}






/*Skin specific styles */

#Container {
	background: #fff;
	text-align: center;
}

#Wrapper {
	display: inline-block;
	width: 900px;
	text-align: left;
}

#WrapperNarrow {
	display: inline-block;
	width: 640px;
	text-align: left;
}

#Page {
	background-color: #FFFFFF;
}

#HeaderArea {
	height: 165px;
	text-align: center;
}

#Header {
	height: 137px;
	text-align: center;
	background-image: url(../Images/Templates/Website/Default/Banner/header.jpg);
}

#MembersLogin {
	display: none;
	float: right;
	position: relative;
	top: 68px;
	right: 31px;
	width: 84px;
	height: 23px;
	background-image: url(../Images/Templates/Website/Default/Banner/login.jpg);
}

#MembersLogin a {
	border: 0;
	text-decoration: none;
}

#TopMenu {
	position: relative;
	top: 110px;
	left: 141px; 
	height: 29px;
}

#TopMenu .Menu {
	height: 29px;
}

#TopMenu .Line {
	display: none;
}

#TopMenu .Line hr {
	display: none;
}

#TopMenu .Item {
	float: left;
	display: block;
	margin-left: 3px;
	padding: 9px 2px;
	width: 78px;
	height: 11px;
	font-size: 11px;
	font-weight: bold;
	color: #6E6600;
	background-image: url(../Images/Templates/Website/Default/Menu/button.jpg);
}

#TopMenu .Item a {
	color: #6E6600;
}

#TopMenu .Item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#TopMenu .Item a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#TopMenu .Item .Description {
	padding-top: 2px;
	font-size: smaller;
	font-weight: normal;
}

#TopMenu .Item .Image {
	max-height: 28px;
	max-width: 28px;
}

#TopMenu .Item .Item {
	padding: 0;
	line-height: auto;
	border: none;
}

#TopMenu .Item .Item .Description {
	display: block;
	padding-top: 2px;
	font-size: smaller;
	font-weight: normal;
	color: #999;
}

#TopMenu .Menu .Menu {
	padding: 0;
	top: 25px;
	left: 6px;
	border: solid 1px #fff;
	width: 200px;
	height: auto;
	background-color: #6E6600;
}

#TopMenu .Menu .Menu .Line {
	display: block;
	border-bottom: solid 1px #fff;
	width: 200px;
	height: 1px;
	line-height: 1px;
	font-size: 0px;
	background-color: #fff;
}

#TopMenu .Menu .Menu .Item {
	float: none;
	margin-left: -1px;
	border-bottom: solid 1px #fff;
	padding: 7px 10px;
	width: 181px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-image: none;
}

#TopMenu .Menu .Menu .Item a {
	color: #fff;
}

#TopMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}

#TopBar {
	clear: both;
	height: 28px;
}

#HomeLink {
	float: left;
	width: 140px;
	height: 28px;
	text-align: center;
}

#HomeLink .Link {
	padding: 7px;
	width: 130px;
	height: 14px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-image: url(../Images/Templates/Website/Default/Menu/home.jpg);
}

#HomeLink .Link a {
	color: #fff;
	text-decoration: none;
}

#MemberMenu {
	float: right;
	width: 760px;
	height: 28px;
	background: url(../Images/Templates/Website/Default/Menu/bar.jpg) repeat;
}

#MemberMenu .Menu {
	float: right;
	padding: 7px 40px 7px 0;
}

#MemberMenu .Line {
	display: none;
}

#MemberMenu .Line hr {
	display: none;
}

#MemberMenu .Item {
	float: left;
	display: block;
	border-left: 1px solid white;
	padding: 0 7px;
	line-height: 14px;
	color: #6E6600;
}

#MemberMenu .Item:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#MemberMenu .Item a {
	color: #6E6600;
}

#MemberMenu .Item a:hover {
	color: #fff;
	text-decoration: underline;
}

#MemberMenu .Item a:hover {
	color: #fff;
	text-decoration: none;
}

#MemberMenu .Item .Description {
	display: none;
}

#MemberMenu .Item .Image {
	clear: both;
	margin-right: 3px;
	max-height: 60px;
	max-width: 60px;
}

#MemberMenu .Item .Item {
	padding: 0;
	line-height: auto;
	border: none;
}

#MemberMenu .Item .Item .Description {
	display: block;
	padding-top: 2px;
	font-size: smaller;
	font-weight: normal;
	color: #999;
}

#MemberMenu .Menu .Menu {
	padding: 0;
	top: 14px;
	border: solid 1px #fff;
	width: 200px;
	height: auto;
	background-color: #6E6600;
}

#MemberMenu .Menu .Menu .Line {
	display: block;
	border-bottom: solid 1px #fff;
	width: 200px;
	height: 1px;
	line-height: 1px;
	font-size: 0px;
	background-color: #fff;
}

#MemberMenu .Menu .Menu .Item {
	float: none;
	border-bottom: solid 1px #fff;
	padding: 7px 10px;
	width: 180px;
	color: #fff;
	font-size: 11px;
}

#MemberMenu .Menu .Menu .Item a {
	color: #fff;
}

#MemberMenu .Menu .Menu .Menu {
	left: 200px;
	top: -1px;
}

#ContentContainer {
	margin: 10px 0;
	min-height: 400px;
}

#NarrowContent {
	margin: 0 130px;
}

#ContentLeft {
	float: left;
	padding: 0 0 0 10px;
	width: 540px;
	text-align: left;
}

#ContentRight {
	float: right;
	padding: 0 10px 0 0;
	width: 240px;
	text-align: left;
}

#Footer {
	font-size: 10px;
	color: #6E6600;
	text-align: center;
	margin: 6px 0;
	clear: both;
}

#Footer a {
	color: #6E6600;
	text-decoration: underline;
}

#BottomMenu {
}

#BottomMenu .Item {
	float: left;
	display: inline-block;
	border-left: 1px solid white;
	padding: 0 7px;
	line-height: 11px;
	color: #fff;
}

#BottomMenu .Item:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

#WebsiteBy {
	float: right;
}

#Copyright {
}








/* Default Page Styles */
.Panel {
	float: left;
	text-align: left;
}

.Panel a {
	border: none;
}

.PanelLeftTable {
	background: url(../Images/Default/Body/vertborder.jpg) repeat-y top right;
}

.PanelHeading {
	padding: 0px 8px 8px 0;
	font-size: 17px;
	font-weight: bold;
	color: #6E6600;
}

.ContentBusinessTips {
	width: 125px;
	display: block;
	padding-right: 8px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	background: url(../Images/Templates/Website/horiz.jpg) repeat-x bottom;
}

.References img {
	display: none;
}

.References .PublishedOn {
	display: none;
}

.References .Title {
	display: block;
	margin: 3px 0;
	font-weight: bold;
	color: #6E6600;
}

.References .Reference {
	padding-bottom: 12px;
}

.References .Author {
	display: none;
}

.References a {
	padding-left: 5px;
}

.Item.References a {
	padding-left: 0;
}

#EbookArea {
	padding: 8px 0 0 0;
}

#Ebook {
	width: 125px;
	background: url(../Images/Default/Ebook/eBookAd.jpg) rgb(203,191,47) no-repeat;
}


#Ebook .Form {
	padding: 249px 7px 10px 6px;
	width: 112px;
}

#Ebook .PersonInformation {
	margin: 10px -3px 0 0;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	background-color: #000000; 
	color: #FFFFFF;
}

#Ebook label {
	display: block;
	width: 112px;
	padding-bottom: 2px;
	text-align: right;
	color: #fff;
} 

#Ebook input[type="text"] {
	width: 112px;
}

#Ebook #Submit {
	position: relative;
	left: 27px;
	margin-top: 5px;
}

.Panel.Center {
	margin-left: 0;
	display: inherit;
	clear: none;
	padding: 0 8px;
	background: url(../Images/Default/Body/vertborder.jpg) repeat-y top right;
}

.FeatureBox {
	clear: both;
	padding: 12px 20px 0 20px;
	width: 375px;
	min-height: 117px;
	background: url(../Images/Default/Body/fade.jpg) #fff repeat-x left top;	
}

.FeatureBox:first-child {
	clear: none;
}

.FeatureBoxTopic {
	padding-bottom: 12px;
	float: left;
	width: 168px;
	text-align: center;
}
.FeatureBoxTopic a {
	color: red;
	font-weight: bold;
}
.FeatureBoxTopic.Right {
	margin-left: 20px;
	display: inherit;
	clear: none;
}

.FeatureBoxImage {
}

.FeatureBox .Arrow {
	padding-top: 18px;
	width: 168px;
	height: 4px;
	background: url(../Images/Default/Body/arrow.jpg) #fff no-repeat center;
}

.FeatureBoxHeadline {
	padding: 0 8px;
	width: 152px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #6E6600;
}

.FeatureBoxDescription {
	padding-top: 10px;
}

.Panel.Right {
	display: inherit;
	clear: none;
	width: 329px;
}

#VideoArea {
	padding: 0 7px 3px 6px;
	width: 316px;
	background: url(../Images/Default/Body/RightHorDots.jpg) #fff repeat-x bottom;
}

#Video {
	padding: 0;
}

.UpcomingEvents {
	padding: 8px 8px 8px 7px;
	width: 167px;
	background: url(../Images/Default/Body/vertborder.jpg) #fff repeat-y right;
}
		
.UpcomingEvents .UpcomingEventsImage {
	width: 167px;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #333;
	background: url(../Images/Default/Events/upcomingEvents.jpg) #EFECC1 no-repeat;
}

.UpcomingEventsImage .PanelHeading {
	position: relative;
	top: 8px;
	left: 10px;
}

.UpcomingEvents .EventTitle {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.UpcomingEvents .EventArea {
	padding: 160px 10px 0 10px;
}

.UpcomingEvents .EventAreaItem {
	padding-bottom: 12px;
}

.UpcomingEvents .Title {
	display: block;
	margin: 3px 0;
	font-weight: bold;
	color: #6E6600;
}

.Testimonials a {
	padding-left: 5px;
}

.Item.Testimonials a {
	padding-left: 0;
}

.TestimonialsArea {
	padding: 8px 6px 8px 8px;
	width: 140px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #333;
}

.TestimonialsArea .PanelHeading {
	padding-top: 8px;
}

.Testimonials {
	padding-left: 2px;
}

.Testimonials .Testimonial {
	padding-bottom: 12px;
}

.Testimonials .Testimonial a {
}

.Testimonials img {
	display: none;
}

.Testimonials .PublishedOn {
	display: none;
}

.Testimonials .Title {
	display: block;
	margin: 3px 0;
	font-weight: bold;
	color: #6E6600;
}

.Testimonials .Author {
	display: none;
}





/* Feature Panel Template */
#FeaturePanel {
	clear: both;
	margin-top: 20px;
	padding: 15px;
	min-height: 117px;
	background: url(../Images/Default/Body/LongFade.jpg) no-repeat;
}
#FeaturePanel .FeatureBoxTopic {
	margin-left: 7px;
}
#FeaturePanel .FeatureBoxTopic:first-child {
	margin-left: 0;
}

/* Business Club Template and Page Styles */

.ContentContainer {
	margin: 10px 0;
	padding: 0 75px;
	width: 750px;
	background: url(../Images/Website/Templates/horizBase.jpg) #fff repeat-x bottom;	
}

.PageContent {
	padding-right: 8px;
	width: 423px;
	color: #6E6600;
}

.PageContent .PositionTitle {
	font-size: 13px;
	color: #6E6600;
}

.FeatureBoxLanding {
	clear: both;
	padding: 12px 3px 0 7px;
	width: 405px;
	min-height: 117px;
	background: url(../Images/BusinessClubs/fadelanding.jpg) #fff repeat-x left top;	
}

.FeatureBoxLanding:first-child {
	clear: none;
}

.FeatureBoxLanding .FeatureBoxDescription {
	float: right;
	width: 258px;
	text-align: left;
}

.FeatureBoxLanding .FeatureBoxImage {
	float: left;
	padding: 0 3px;
}

.FeatureBoxLanding .FeatureBoxHeadlineLanding {
	margin-top: -8px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #6E6600;
}

.FeatureBoxLanding .BoxPositionTitle {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #6E6600;
}

.SideContentLanding {
	display: block;
	padding-left: 10px;
	width: 329px;
	background: url(../Images/Templates/Website/vert.jpg) #fff no-repeat left;
}
	
#VideoArea2 {
	padding: 0 7px 8px 2px;
	width: 316px;
	background: url(../Images/Default/Body/RightHorDots.jpg) #fff no-repeat bottom;
}

#Video2 {
	padding: 0;
}

#GuestPassImg {
	position: relative;
	left: -7px;
	padding: 0;
	width: 311px;
	height: 434px;
}

#GuestPassForm {	
	position: relative;
	left: -7px;
	width: 311px;
	height: 133px;
	background: url(../Images/BusinessClubs/BC_lower_part.jpg) #fff no-repeat;
}

#GuestPassForm .Form {
	position: relative;
	padding-top: 20px;
	padding-left: 30px;
	width: 258px;
}

#GuestPassForm label {
	float: left;
	display: block;
	width: 70px;
} 

#GuestPassForm input[type="text"] {
	margin-left: 10px;
	width: 172px;
}

#GuestPassForm #Submit {
	position: relative;
	top: -2px;
	left: 105px;
}

#FreeDVD {
	padding: 8px 9px 0 0;
	width: 311px;
	height: 472px;
	background: url(../Images/HomeStudySeries/FreeDVD.jpg) #fff no-repeat;
}

#FreeDVD .Form {
	position: relative;
	top: 352px;
	left: 15px;
	padding: 6px 15px 0 8px;
	width: 261px;
}

#FreeDVD label {
	float: left;
	display: block;
	width: 70px;
} 

#FreeDVD input[type="text"] {
	margin-left: 10px;
	width: 177px;
}

#FreeDVD #Submit {
	position: relative;
	top: -2px;
	left: 105px;
}

#Secrets {
	padding: 8px 0 ;
	background: url(../Images/Default/Body/righthordots.jpg) #fff repeat-x top;	
}







/* Live Q and A Business Webinars Page Styles */

#BoxLuke {
	clear: both;
	margin-left: -5px;
	padding: 12px 5px 0 0;
	width: 402px;
	min-height: 117px;
	background: none;	
}

#BoxLuke .BoxLukeDescription {
	float: right;
	width: 246px;
	margin-left: -3px;
}

#BoxLuke .BoxLukeDescription h4, 
#BoxLuke .BoxLukeDescription p {
	padding-left: 15px;
}

#BoxLuke .FeatureBoxImage {
	float: left;
	margin-top: 6px;
	padding: 0;
}

.SideContentLandingLonger {
	display: block;
	padding-left: 10px;
	background: url(../Images/LiveQandABusinessWebinars/vert.jpg) #fff no-repeat left;
}

#WebinarsAccessArea {
	padding: 0 9px 10px 0;
	background: url(../Images/LiveQandABusinessWebinars/horiz.jpg) #fff no-repeat bottom;
}

#WebinarsAccess {
	width: 311px;
	height: 687px;
	background: url(../Images/LiveQandABusinessWebinars/AccessAdvert_v1.jpg) #fff no-repeat;
}

#WebinarsAccessArea a {
	display: block;
	position: relative;
	top: 620px;
	left: 110px;
	border: none;
	text-decoration: none;
}

#WebinarsAccess .Form {
	position: relative;
	top: 562px;
	left: 15px;
	padding: 6px 15px 0 8px;
	width: 261px;
}

#WebinarsAccess #Submit {
	position: relative;
	left: 85px;
}


/* Professional Networking Events Page Styles */

#BoxLukeFull {
	clear: both;
	width: 412px;
	min-height: 117px;
	background: none;	
}

#BoxLukeFull .BoxLukeFullDescription {
	float: right;
	margin-left: -30px;
	padding-top: 25px;
	width: 219px;
}

.FeatureBoxImageLukeFull {
	float: left;
	margin-left: -20px;
	padding: 0;
}

#NetworkingGuestPassesArea {
	padding: 0 9px 10px 0;
	background: url(../Images/LiveQandABusinessWebinars/horiz.jpg) #fff no-repeat bottom;
}

#NetworkingGuestPasses {
	width: 311px;
	height: 652px;
	background: url(../Images/ProfessionalNetworkingEvents/Free.jpg) #fff no-repeat;
}

#NetworkingGuestPasses .PersonInformation {
	position: relative;
	top: 539px;
	margin: 0 3px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	background-color: #000000; 
	color: #FFFFFF;
}

#NetworkingGuestPasses .Form {
	position: relative;
	top: 534px;
	left: 15px;
	padding: 6px 15px 0 8px;
	width: 261px;
}

#NetworkingGuestPasses label {
	float: left;
	display: block;
	width: 70px;
} 

#NetworkingGuestPasses input[type="text"] {
	margin-left: 10px;
	width: 177px;
}

#NetworkingGuestPasses #Submit {
	position: relative;
	top: -2px;
	left: 105px;
}

/* 10 Day Sales Course Page */

#VideoArea3 {
	padding: 0 0 8px 2px;
	width: 318px;
	background: url(../Images/Default/Body/RightHorDots.jpg) #fff no-repeat bottom;
}

#Video3 {
	padding: 0;
}

#SalesCourseImg {
	position: relative;
	left: -7px;
	padding: 0;
	width: 320px;
	height: 499px;
}

#SalesCourseForm {	
	position: relative;
	left: -7px;
	padding: 0;
	width: 320px;
	height: 112px;
	background: url(../Images/10DaySalesCourse/bottom_part.jpg) #fff no-repeat;
}

#SalesCourseForm .Form {
	position: relative;
	padding-left: 30px;
	width: 258px;
}

#SalesCourseForm label {
	float: left;
	display: block;
	width: 70px;
} 

#SalesCourseForm input[type="text"] {
	margin-left: 10px;
	width: 172px;
}

#SalesCourseForm #Submit {
	position: relative;
	top: -2px;
	left: 105px;
}

#SecretsSalesCourse {
	padding: 8px 0;
	background: url(../Images/Default/Body/righthordots.jpg) #fff no-repeat top left;	
}


/* Website Product Default Template */

#ProductTemplate #AddToCart {
	margin-top: 20px;
	float: right;
}

#ProductTemplate #RegularPrice, #ProductTemplate #MemberPrice {
	padding-top: 5px;
	font-weight: bold;
}

#ProductTemplate #RegularPrice label, #ProductTemplate #MemberPrice label {
	display: block;
	float: left;
	width: 100px;
}

#ProductTemplate #ProductImage {
	float: right;
	width: 220px;
	padding-left: 15px;
}

#ProductTemplate #Content {
	display: block;
	padding-top: 10px;
	width: 405px;
} 


/* IIB Products List Page */

#ProductList {
	padding: 0 100px;
	width: 700px;
}

#ProductList .Product {
	display: inline-block;
	margin-top: 5px;
}

#ProductList img {
	display: inline;
	float: left;
	width: 170px;
	height: auto;
}

#ProductList .Image {
	padding-right: 5px;
}

#ProductList .Title {
	display: block;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #A29201;
}

#ProductList .Description {
}

#ProductList .Product .MoreInfo {
	margin-left: 10px;
}

#ProductList .Product .Price {
	display: block;
	text-align: right;
}

#ProductList .Product .AddToCart {
	float: right;
	display: block;
}

#ProductList .PublishedOn {
	display: none;
}


/* Mentor Profile Page */

.profileMenu
{
	clear: both;
	display: block;
	height: 110px;
	margin: 0 0 20px;
	padding: 20px 0;
	width: 100%;
}
.profileLink
{
	float: left;
	text-align: center;
	width: 20%;
}
.profileLink a
{
	text-decoration: none;
}
.profileLink a img
{
	border: 0 none;
	text-decoration: none;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	padding: 3px;
	width: 75px;
}
.profile
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../Image/Frame/ProfileBg.jpg) no-repeat scroll left top;
	margin: 20px 60px;
	padding: 1px 20px 20px;
	width: 480px;
}
.profile h2
{
	color: #5E5013;
}
.profile ul li
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../Image/Frame/Li.gif) no-repeat scroll 0 5px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 3px 0;
	padding-left: 15px;
}
.profile, .profile h3
{
	clear: none;
}
.profile h4
{
	color: #000000;
	float: right;
	font-size: 12px;
}
.profile .photo
{
	float: left;
	margin: 0 10px 5px -5px;
}



/* Contact Us Page */
.MembersTable td {
	border-bottom:1px solid #E3E3BD;
	padding:2px 5px;
}
ul.Tick li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/UserFiles/Image/Tick.gif) no-repeat scroll left center;
	font-weight:bold;
	line-height:30px;
	padding-left:30px;
}
.ContactForm select, .ContactForm input, .ContactForm textarea {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#7E7342 none repeat scroll 0 0;
	border:1px solid #CECAB8;
	color:#D9D38E;
	font-size:11px;
	padding:1px 2px;
	width:100%;
}
.ContactForm input.SubmitBtn, input.SubmitBtn {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#CC0000 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:11px;
	margin-top:10px;
	padding:1px 2px;
	width:auto;
}







/* Schedule Pages */

#Schedule {
	padding-top: 10px;
}
#Schedule .ServiceTimes .ServiceTime {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border-top:1px solid #E2E7BA;
	clear:both;
	color:#5E5013;
	float:left;
	height:73px;
	padding:2px 0;
	text-align:center;
}
#Schedule .ServiceTimes .PublishedOn, 
#Schedule .ServiceTimes .RSVPBy, 
#Schedule .ServiceTimes .Title, 
#Schedule .ServiceTimes img, 
#Schedule .ServiceTimes .StartFinish, 
#Schedule .ServiceTimes .Venue, 
#Schedule .ServiceTimes .Description, 
#Schedule .ServiceTimes a {
	float:left;
	height:53px;
	line-height:120%;
	padding-top:20px;
}
#Schedule .ServiceTimes .PublishedOn, 
#Schedule .ServiceTimes a.RSVP {
	display:none;
}
#Schedule .ServiceTimes img {
	height:73px;
	padding-top:0;
	width:110px;
}
#Schedule .ServiceTimes .Title {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FBF8F1 none repeat scroll 0 0;
	float:left;
	font-size:16px;
	height:58px;
	padding:15px 5px 0;
	width:280px;
}
#Schedule .ServiceTimes .StartFinish, 
#Schedule .ServiceTimes .Venue {
	padding-left:5px;
	padding-right:5px;
	width:190px;
}
#Schedule .ServiceTimes .Venue {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FBF8F1 none repeat scroll 0 0;
	overflow:hidden;
	width:220px;
}
#Schedule .ServiceTimes .Description {
	display:none;
	height:73px;
	padding:0 5px;
	width:190px;
}
#Schedule .ServiceTimes .ServiceTime a.MoreInfo {
	display: inline-block;
	margin: 20px 3px 0 3px;
	border: solid 1px #0e1176;
	padding: 2px 5px 2px 23px;
	width: auto;
	height: auto;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	white-space: nowrap;
	background: url(../Image/System/ButtonBackground.gif);
	color: #FFFFFF;
	cursor: hand;
}
#Schedule .ServiceTimes .ServiceTime a.MoreInfo:hover {
	color: #000;
}








/*Event Template */

#EventTemplate #Name, 
#EventTemplate #Description, 
#EventTemplate #Times, 
#EventTemplate #FromTo, 
#EventTemplate #Venue, 
#EventTemplate #Content, 
#EventTemplate #RSVPBy, 
#EventTemplate #RegularPrice, 
#EventTemplate #MemberPrice, 
#EventTemplate #SpecialConditions, 
#EventTemplate .BookNow {
	clear:both;
	float:left;
	margin-bottom:5px;
	width:505px;
}
#EventTemplate #FromTo label, 
#EventTemplate #Venue label, 
#EventTemplate #RSVPBy label, 
#EventTemplate #Times label, 
#EventTemplate #RegularPrice label, 
#EventTemplate #MemberPrice label, 
#EventTemplate #SpecialConditions label {
	color:#A29201;
	float:left;
	width:100px;
	font-size: larger;
}
#EventTemplate #FromTo span, 
#EventTemplate #Venue span, 
#EventTemplate #RSVPBy span, 
#EventTemplate #Times span, 
#EventTemplate #RegularPrice span, 
#EventTemplate #MemberPrice span, 
#EventTemplate #SpecialConditions span {
	float:left;
	white-space:normal;
	width:405px;
	font-size: larger;
}
#EventTemplate .BookNow img {
	height:48px;
	margin:15px 0 20px 160px;
	width:201px;
}
#EventTemplate #Name {
	color:#A29201;
	font-size:20px;
	font-weight:bold;
	line-height:130%;
	margin:0 0 10px;
	text-transform:none;
}
#EventTemplate #Description {
	margin:15px 0;
}
#EventTemplate #Content {
	clear:both;
	float:left;
}
#EventTemplate h1 {
	white-space:nowrap;
}
#EventTemplate .profileMenu {
	width:530px;
}
#EventTemplate #MemberPrice {
	display:none;
}
#EventTemplate #Times .ServiceTimes .ServiceTime {
	width:auto;
}
#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 .ServiceTimes a.MoreInfo {
	display:none;
}
#EventTemplate #Times .ServiceTimes .ServiceTime {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
--	background:#E9E5CA url(../Image/EventTemplateBookNow.jpg) no-repeat scroll right top;
	border:medium none;
	clear:both;
	color:#5E5013;
	float:left;
	height:25px;
--	margin:0 0 5px;
	padding:0;
	text-align:left;
	width:413px;
}
#EventTemplate .ServiceTimes .ServiceTime a.RSVP:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
--	background:#E9E5CA url(../Image/EventTemplateBookNow.jpg) no-repeat scroll right -25px;
}
#EventTemplate #Times .ServiceTimes .StartFinish, 
#EventTemplate #Times .ServiceTimes a.RSVP {
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	margin:0;
	padding:0;
}
#EventTemplate #Times .ServiceTimes .StartFinish {
	padding-left:10px;
	width: 250px;
}
#EventTemplate #Times .ServiceTimes a.RSVP {
	display: none;
	color:#FFFFFF;
	font-weight:bold;
	padding-right:64px;
	text-align:right;
	text-decoration:none;
	width:119px;
}






/* Testimonial Template */

#TestimonialTemplate .PublishedOn {
	padding-bottom: 5px;
	font-weight: bold;
}
#TestimonialTemplate .Name, 
#TestimonialTemplate .Position, 
#TestimonialTemplate .BusinessName, 
#TestimonialTemplate .EmailAddress, 
#TestimonialTemplate .WebsiteAddress {
	clear:right;
	display:block;
	float:right;
	width:525px;
}
#TestimonialTemplate p, #TestimonialTemplate .Name {
	-x-system-font:none;
	color:#A29201;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#TestimonialTemplate .Photo img {
	border:2px solid #A29201;
	display:block;
	float:left;
	height:auto;
	margin-right:10px;
	max-height:230px;
	width:100px;
}
#TestimonialTemplate .Author {
	margin-top:20px;
}
