ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

h1 {
	font-size: 16.5pt;
}

h2 {
	font-size: 13pt;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Verdana,Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
}

td {
	vertical-align: top;
}

body
{
  /*padding: 20px;*/
  background-color: #ffcc33;

}

.form_error {
	color: red;
}

/* Common Styles */

.italic {
	font-style: italic;
}

.paddingBottom10 {
	padding-bottom: 10px;
}

.padding20 {
	padding: 20px;
}

.padding10 {
	padding: 10px;
}

.paddingRight2 {
	padding-right: 2px;
}

.paddingRight10 {
	padding-right: 10px;
}

.systemMessage {
	color: #0067b4;
}

/* Start Clearfix */

.margin20 {
	margin: 20px;
}

.margin15 {
	margin: 15px;
}

.margin10 {
	margin: 10px;
}

.margin8 {
	margin: 8px;
}

.marginTop2 {
	margin-top: 2px;
}

.marginTop10 {
	margin-top: 10px;
}

.margin20CenterAlign {
	margin: 20px auto 20px auto;
}

.marginTopBottom {
	margin: 10px 0px 10px 0px;
}

.margin20Bottom {
	margin-bottom: 20px;
}

.margin5Bottom {
	margin-bottom: 5px;
}

.marginAround {
	margin: 20px;
}

.marginAround10 {
	margin: 10px;
}

.marginSides20 {
	margin: 0px 20px 0px 20px;
}

.whiteBox {
	margin: 5px auto 20px auto;
	border: 1px solid #996600;
	background-color: #fff;
}

.bold  {
	font-weight: bold;
}

.transparentBg {
	background-color: transparent;
}

#mainBodyContainer:after, #mainContentContainer:after, #mainContentBlankContainer:after, .margin20:after, .mainBlankBox:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainBodyContainer, #mainContentContainer, #mainContentBlankContainer, .margin20, .mainBlankBox
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #mainBodyContainer, * html #mainContentContainer, * html #mainContentBlankContainer, * html .margin20, * html .mainBlankBox
{
	height: 1%;
}
#mainBodyContainer, #mainContentContainer, #mainContentBlankContainer, .margin20, .mainBlankBox
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */


#mainContentContainer {
	margin: 20px 20px 40px 20px;
	border: 0px solid black;
}

.inlineSection {
	float: left;
	border: 0px solid black;
}

.alignRight {
	text-align: right !important;
}

.alignLeft {
	text-align: left !important;
}

.alignCenter {
	text-align: center !important;
}

.floatRight {
	margin: 0px 20px 0px auto !important;
}

.floatCenter {
	margin: 0px auto !important;
}

.floatLeft {
	margin: 0px auto 0px 20px !important;
}

.verticalTop {
	vertical-align: top !important;
}

.verticalBottom {
	vertical-align: bottom !important;
}

.verticalMiddle {
	vertical-align: middle !important;
}

.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.noPadding {
	padding: 0px !important;
}

.headerTable {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-collapse: collapse;
	float: left;
}

.headerBgLeft {
	background-image: url('../images/headers/leftBg.jpg');
	width: 3px;
	height: 23px;
	border: 0px solid black;
	padding: 0px !important;
}

.headerBgRight {
	right: 0px;
	background-image: url('../images/headers/rightBg.jpg');
	width: 3px;
	height: 23px;
	padding: 0px !important;
}

.headerBgCenter {
	background-image: url('../images/headers/centerBg.jpg');
	height: 23px;
	border: 0px solid black;
	background-repeat: repeat-x;
	font-size: 10pt;
	padding: 0px 50px 0px 10px !important;
	vertical-align: middle !important;
	font-weight: bold;
	font-family: Verdana;
}

.journey2luv {
	font-size: 12pt;
	color: #0067b4;
	font-weight: bold;
}


/* End Common Styles */


#topHeaderContainer {
	height: 91px;
	border: 0px solid black;
	width: 1000px;
	margin: 0px auto;
}
	#logoIconContainer {
		margin-left: -8px;
		margin-top: 12px;
		position: absolute;
		z-index: 1;
	}

	#logoContainer {
		position: absolute;
		margin-left: 100px;
		width: 199px;
		height: 91px;
		border: 0px solid black;
	}

	#loginFormContainer {
		border: 0px solid black;
		float: right;
		margin-top: 35px;
		height: 45px;
	}
	
	#loginFormContainer table {
		border-collapse: collapse;
	}
	
	#loginFormContainer table tr td {
		vertical-align: middle;
	}
	
	#loggedInContainer {
		line-height: 42px; 
		border: 0px solid black;
	}
	
	#loggedInContainer p {
		vertical-align: middle;
		display: block;
	}
	
	.logoutLink {
		color: #0067b4;
		font-weight: bold;
	}
	
	#loginFormContainer tr th, #loginFormContainer tr td {
		background-color: transparent;
	}

	#loginFormContainer a {
		color: #0067b4;
		font-weight: bold;
	}
	.loggedInUsername {
		font-size: 14pt;
	}
	
	#passwordResetLink {
	}
	
#loginFormContainer tr #loginErrorContainer {
	color: red;
	font-size: 9pt;
}
	
#outterBodyContainer {
	width: 1000px;
	border: 1px solid transparent;
	margin: 0px auto;
	background-color: #ff9900;
	background-image: url('../images/topOrangeDropShadow.jpg');
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
}

#mainBodyContainer {
	width: 980px;
	margin: 5px auto 20px auto;
	border: 1px solid #996600;
	background-color: #fff;
}

#mainContentBlankContainer {
	margin: 5px auto 20px auto;
	width: 980px;
}

.fullRow {
	clear: both;
	border: 0px solid black;
}

.halfWidth {
	width: 50%;
}

.fullWidth {
	width: 100%;
}

#topBorder {
	background-image: url('../images/mainBlueBar.jpg');
	background-repeat: repeat-x;
	height: 91px;
	border: 0px solid black;
}

#topYellowDropShadow {
	background-image: url('../images/topYellowDropShadow.jpg');
	background-position: top;
	background-repeat: repeat-x;
	border: 0px solid black;
	width: 100%;
}

#primaryNavContainer {
	border: 0px solid black;
	width: 1000px;
}

#noPrimaryNav {
	height: 31px;
}

#primaryNav {
	border: 0px solid black;
	text-align: center;
	margin-left: 80px;
}

.singleItemPrimaryNav {
	margin-left: 0px !important;
}

#primaryNav li {
	display: inline;
}

#bar {
	background-image: url('../images/blueYellowBar.jpg');
	height: 93px;
}

#blueYellowBarContainer {
	background-image: url('../images/blueYellowBarBg.jpg');
	height: 233px;
	margin-top: 100px;
}

#centerContainer {
	border: 0px solid black;
	margin-left: 100px;
}

#rightYellowBgContainer {
	background-image: url('../images/rightBlueYellowBarBg.jpg');
	border: 0px solid black;
	height: 233px;
}

/* Textarea */

.profileTextArea {
	width: 600px;
	height: 50px;
	overflow: hidden;
}

/* End Textarea */


/* Radio Buttons and checkbox options */

.radioButton {
	float: left;
}

.radioButtonLabel {
	float: left;
	margin-left: 3px;
}

.radioButtonOptionContainer {
	border: 0px solid black;
	float: left;
	margin: 4px 20px 4px 0px;
}

.categoryContainer {
	clear: both;
	border-bottom: 0px solid #cccccc;
	float: left;
	margin-bottom: 25px;
	
}

/* End Radio Buttons and checkbox options */

/* Image Container */

#outterImageContainer {
	/*background-color: #ffcc33; */
	border: 0px solid #ff9900; 
	/*float: left;*/
}

#innerImageContainer {
	/*float: left; */
	margin: 5px;
}

/* End Image Container */

/* Search Pager Styles */

.firstLastLink {
	color: #ff9900;
	font-size: 10pt;
	font-weight: bold;
}

.previousNextLink {
	color: #0067b4;
	font-weight: bold;
}

.pageLink {
}

.currentPageIndicator {
	font-size: 11pt;
}

span.pageLink {
	font-size: 12pt;
	font-weight: bold;
}

a.pageLink {
	color: #0067b4;
}

.sortLink {
	color: #0067b4;
}
/* End Search Pager Styles */

/* Result Actions */

.processingMessage, .completedRegistrationMessage, .completeMessage {
	color: #0067b4;
	font-size: 14pt;
}

#submitContainer {
	font-size: 14pt;
	color: #0067b4;
}

/* End Result Actions */

.privateQuestionCategoryHeader {
	font-size: 14pt;
	color: #ff9900;
	font-weight: bold;
}

.imageDeleteLink {
	color: red;
}

.subSectionHeader {
	color: #ff9900;
}

.clear {
	clear: both;
}

.form_error_notice {
	text-align: center; 
	margin: 10px 0;
}

/* Copyright footer info */

#copyrightContainer {
	width: 1000px; 
	border: 0px solid black; 
	margin: 80px auto 0px auto;
}

.enderNote {
	color: #CC9933;
}

.enderLink {
	color: #CC9933;
	/*text-decoration: underline;*/
}

/* End copyright footer info */

/* Ad Styles */

#nonMemberAdsContainer {
	float: right; 
	width: 240px; 
	margin: 10px 10px 0px 10px; 
	border: 0px solid black;
}


#weddings4uContainer {
	width: 180px;
	border: 1px solid #ffcc33; 
	margin: 10px auto 0px auto;
}

#coachSapphoAdContainer {
	width: 180px; 
	border: 1px solid #ffcc33; 
	margin: 0px auto;
}

#coachSapphoAdContainer tr td p {
	line-height: 11pt;
}


.coachSapphoTextContainer {
	padding: 4px;
}

.loveIssuesHeader {
	color: blue;
	font-size: 14pt;
	margin-bottom: 8px;
}

.coachSapphoNote a {
	color: #996699;
	font-weight: bold;
}

#joinNowPopup {
	margin-top: 25px;
	margin-left: -30px;
	position: absolute; 
	width: 250px; 
	height: 100px; 
	background-color: #ffffff; 
	vertical-align: middle;
}

#joinNowPopup2 {
	margin-top: 60px;
	margin-left: -30px;
	position: absolute; 
	width: 250px; 
	height: 100px; 
	background-color: #ffffff; 
	vertical-align: middle;
}

.joinNowMessageContainer {
	vertical-align: middle; 
	font-size: 14pt; 
	background-color: #ffcc33;
}

/* End Ad Styles */

/* Rounded Corner */

.topLeftBorder {
	width: 13px;
	height: 15px;
	background-image: url('../images/topLeftBorder.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
}
.topBorder {
	height: 15px;
}
.topRightBorder {
	width: 16px;
	height: 15px;
	background-image: url('../images/topRightBorder.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
}

.leftBorder {
	width: 13px;
	background-repeat: repeat-y;
	background-image: url('../images/leftBorder.jpg');
	background-color: transparent;
}
.rightBorder {
	width: 16px;
	background-repeat: repeat-y;
	background-image: url('../images/rightBorder.jpg');
	background-color: transparent;
}

.bottomLeftBorder {
	width: 13px;
	height: 18px;
	background-image: url('../images/bottomLeftBorder.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
}
.bottomBorder {
	height: 18px;
	background-repeat: repeat-x;
	background-image: url('../images/bottomBorder.jpg');
	background-color: transparent;
}
.bottomRightBorder {
	width: 16px;
	height: 18px;
	background-image: url('../images/bottomRightBorder.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
}

/* End Rounded Corner */

