/*
	Main CSS
*/
body,h1,h2,h3,h4,h5,img,ol,ul,li,label {
	padding: 0;
	margin: 0;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #336680;
}
html { 
	height: 100%; 
}
/*
	General Form Items
*/
input.checkbox {
	width: 25px !important;
	border: none !important;
}

label {
	text-decoration: none;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	color: #336680;
	border: 1px solid #336680;
	background-color: #FFFFFF;
	font-weight: normal;
}

/*
	UL Form list
*/
ul.form {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 1em;
}
.insideWrapper ul.form {
	margin-left: 0.5em;
}
ul.form li {
	margin-bottom: 0.5em;
	width: 100%;
	clear: both;
}

ul.form li label {
	clear: left;
	float: left;
	width: 35%;
	padding: 0;
	margin: 0;
	padding-top: 1px;
	line-height: 1.5em;
}

ul.form40 li label {
	width: 40%;
}

ul.form li ul li label {
	width: auto;
}

ul.form li p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: none;
}

ul.form li ul {
	list-style-type: none;
	width: 59%;
	display: inline-block;
	padding: 0;
	margin: 0;
}

ul.form li input {
	font-family: Arial, Helvetica, sans-serif;
	width: 59%;
	font-weight: normal;
	color: #336680;
	border: 1px solid #336680;
	background-color: #FFFFFF;
}

ul.form li .small_input {
	width: auto;
}

ul.form li textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #336680;
	width: 59%;
	height: 100px;
	border: 1px solid #336680;
	background-color: #FFFFFF !Important;
	font-size: 1em;
}

ul.form li select {
	width: 59%;
}

ul.form40 li select,
ul.form40 li .input {
	width: 54%;
}

ul.form .submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !Important;
	font-weight: bold !Important;
	color: #FFF !Important;
	text-decoration: none;
	text-align: center;
	border: 1px solid #335a6b;
	background-image: url('http://media3.mate1.com/nw/images/required/button-norm.jpg');
	background-repeat: repeat-x;
	background-color: #2f7694;
	cursor: hand;
	cursor: pointer;
	height: 1.5em;
	width: 10em;
}

ul.form .submitButton:hover {
	background-image: url('http://media3.mate1.com/nw/images/required/button-over.jpg');
	background-repeat: repeat-x;
	background-color: #d14400;
}

.longSubmitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !Important;
	font-weight: bold !Important;
	color: #FFF !Important;
	text-decoration: none;
	text-align: center;
	border: 1px solid #335a6b;
	background-image: url('http://media3.mate1.com/nw/images/required/button-norm.jpg');
	background-repeat: repeat-x;
	background-color: #2f7694;
	cursor: hand;
	cursor: pointer;
	height: 1.85em;
}

.longSubmitButton:hover {
	background-image: url('http://media3.mate1.com/nw/images/required/button-over.jpg');
	background-repeat: repeat-x;
	background-color: #d14400;
}



/*
	Account Settings forms
*/
ul.accountSettingsForm {
	width: 400px;
}
ul.accountSettingsForm li label {
	width: 55%;
}
ul.accountSettingsForm li ul {
	width: 43%;
}

ul.accountSettingsForm li input {
	width: 43%;
}

ul.form li textarea {
	accountSettingsForm: 43%;
}

ul.accountSettingsForm li select {
	width: 43%;
}

ul.checkboxForm li label {
	float: right;
	clear: right;
	width: 94%;
}
/*
	Contact us Forms
*/
#techSupport ul.form {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#techSupport ul.form li input {
	width: 160px;
}

#techSupport ul.form li select {
	width: auto;
}

#techSupport ul.form li ul li input {
	width: auto;
}

#techSupport ul.form li input.submitButton {
	width: auto;
}

img.successStoryCandy {;
	margin-top: -10px;
	margin-right: -9px;
}

#successStory  ul.form {
	width: 330px;
	margin-left: 10px;
}

/*
	Special forms
*/
/* Registration step 1 form */
ul.register li {
	margin-bottom: 0.25em;
}

ul.register li label {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	color: #0C2C40;
}

ul.register .submitButton {
	width: 184px;
	height: 53px;
	padding: 53px 0 0;
	margin: 0;
	border: 0;
	background: transparent url('http://media3.mate1.com/nw/images/ajax_registration/btn_search_free.jpg') no-repeat center top;
	overflow: hidden;
	margin-left: 110px;
	margin-top: 5px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

ul.register .submitButton:hover {
	background: transparent url('http://media3.mate1.com/nw/images/ajax_registration/btn_search_free.jpg') no-repeat center top;
	background-repeat: repeat-x;
}
/* login Form */
ul.login {
	padding: 0;
	margin: 0;
}
ul.login li {
	text-align: left;
}
ul.login li label {
	float: none;
	clear: none;
	display: block;
}

ul.login li p label {
	display: inline;
}

ul.login li p {
	text-align: left;
}

/*
	General Links
*/
a {
	color: #2C6B8D;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #FFF !Important;
	text-decoration: none;
	vertical-align: middle;
	border-top: 0px none;
	border-right: 1px solid #e0edf3;
	border-left: 1px solid #335a6b;
	border-bottom: 1px solid #335a6b;
	background-image: url('http://media3.mate1.com/nw/images/required/button-norm.jpg');
	background-color: #34768c;
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 7px;
	padding-left: 7px;
	display:block;
	text-align: center !important;
	white-space: nowrap;
}

.button:hover {
	background-image: url('http://media3.mate1.com/nw/images/required/button-over.jpg');
	background-color: #d14400;
}

.buttonDisabled {
	background-image: url('http://media3.mate1.com/nw/images/required/button-norm-disabled.jpg');
	background-color: #cccccc;
}
.buttonDisabled:hover {
	background-image: url('http://media3.mate1.com/nw/images/required/button-norm-disabled.jpg');
	background-color: #cccccc;
}

/*
	General Lists
*/
ol,ul {
	padding-left: 2.5em;
	list-style-position: outside;
	list-style-image: none;
}

ul {
	padding-bottom: 0.5em;
}

ul li {
	line-height: 1.5em;
}

ol.roman li {
	list-style: lower-roman;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 1em;
}

.padding li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ol li h5 {
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1em;
	font-weight: normal;
}

li p {
	padding: 0;
	padding-bottom: 0.25em;
	margin: 0;
}

li.faq_information {
	list-style: none;
	background-color: #e1f0fa;
	border: 1px solid #E1E8ED;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding: 0.5em;
	display: none;
}

/*
	Footer Specific
*/
#veriSign {
	width: 115px;
	height: 80px;
	float: left;
	position: absolute;
}

.insideWrapper #veriSign {
	float: none;
	position: relative;
}

#rightVeriSign {
	float: right;
	width: 115px;
	height: 80px;
	position: absolute;
	margin-left: 505px;
}

.insideWrapper #veriSign {
	float: none;
	width: 115px;
	height: 80px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 150px;
	top: auto;
	position: inherit;
}

#footer {
	margin-top: 40px;
	width: 614px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#footer ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #9dd2e3;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	list-style-position: inside;
	list-style-type: none;
	width: 400px;
	text-align: center;
}

#footer ul li {
	display: inline;
}

#footer a {
	text-transform: capitalize;
	color: #9dd2e3;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*
	Wrapper: Outside Small
*/
body.smallWrapper {
	background-color: #0d2e42;
	background-image: url('http://media3.mate1.com/nw/images/no-wrapper/landingHeaderBgd.gif');
	background-repeat: repeat-y;
	background-position: center 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

body.smallWrapper #container {
	text-align: left;
	padding: 1px;
	background-color: #FFFFFF;
	width: 614px;
	margin-left: auto;
	margin-right: auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 1px;
}

body.smallWrapper #header {
	text-align: left;
	background-image: url(http://media3.mate1.com/nw/images/no-wrapper/logo-bgd.jpg);
	background-repeat: repeat-y;
	background-color: #0d2e42;
	height: 91px;
}

body.smallWrapper #header h1 {
	padding-left: 10px;
	padding-top: 10px;
}

body.smallWrapper #header h1 a {
	display: block;
	background-image: url(http://media3.mate1.com/nw/images/no-wrapper/logo.gif);
	background-repeat: no-repeat;
	width: 266px;
	height: 46px;
}

body.smallWrapper #header h1 a span {
	display: none;
}

body.smallWrapper #container #content {
	padding: 10px;
	margin: 0;
}

body.smallWrapper #container #content h1 {
	float: right;
	font-size: 2.6em;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: -1.5em;
	display: block;
}

body.smallWrapper #container #content h2 {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #EEEEEE;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 0.5em;
	text-transform: capitalize;
	color: #0a2d41;
}

body.smallWrapper #container #content h2.footerLink {
	text-align: right;
	font-size: 0.85em;
	line-height: 2em;
	color: #336680;
	font-weight: normal;
}

body.smallWrapper #container #content h2.footerLink a {
	text-transform: none;
}

body.smallWrapper #container #content h2 a.button {
	font-size: 0.60em;
	float: none;
}

body.smallWrapper #container #content h2 label {
	font-size: 0.8em;
}

body.smallWrapper #container #content h2 select {
	font-size: 0.75em;
	font-weight: normal;
	color: #336680;
	border: 1px #336680 solid;
	background-color: #FFFFFF !Important;
}

body.smallWrapper #container #content h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #00537B;
	padding: 0.25em;
	padding-left: 0.5em;
}

body.smallWrapper #container #content h5 {
	font-size: 1em;
	font-weight: normal;
	text-transform: capitalize;
}

body.smallWrapper #container img {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

body.smallWrapper #container p {
	padding-left: 0.5em;
}

body.smallWrapper #container li p {
	padding-left: 1em;
}

/*
	Misc Classes
*/
.clear {
	clear: both;
}

span.block_20 {
	display: block;
	padding-left: 20px;
}

.nofloat {
	float: none !important;
	clear: none !important;
	display: inline-block !important;
	width: auto !important;
}

/*
	Wrapper: Outside Small
*/
body.fullWrapper {
	background-color: #0D2E42;
	background-image: url('http://media3.mate1.com/nw/images/no-wrapper/landingHeaderBgd.gif');
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom: 20px;
	text-align: center;
}

body.fullWrapper #container {
	text-align: left;
	background-color: #FFFFFF;
	width: 100%;
}

body.fullWrapper #header {
	text-align: left;
	background-repeat: repeat-y;
	background-color: #0D2E42;
	background-position: center top;
	height: 91px;
}

body.fullWrapper #header h1 {
	width: 960px;
	height: 72px;
	padding-top: 19px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

body.fullWrapper #header h1 a {
	display: block;
	background-image: url(http://media3.mate1.com/nw/images/no-wrapper/logo.gif);
	background-repeat: no-repeat;
	width: 266px;
	height: 46px;
}

body.fullWrapper #header h1 a span {
	display: none;
}

body.fullWrapper #container #mainContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: top left;
}

body.fullWrapper #container #content {
	background-color: #ffffff;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	padding: 10px;
	width: 300px;
	float:right;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

body.fullWrapper #container #content h1 {
	text-align: center;
	font-size: 1.5em;
	color: #3083A3;
}
body.fullWrapper #container #content h1 b {
	color: #D14400;
}
body.fullWrapper #container #content h2 {
	color: #3083A3;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
body.fullWrapper #container #content h2 b {
	color: #D14400;
	font-size: 1.1em;
}
body.fullWrapper #container #content h3 {
	text-align: center;
	font-size: 1.1em;
	color: #3083A3;
	text-align: center;
}

/* Overwrite here the default model */
body.fullWrapper #header h1 {
	background-image: url(http://media3.mate1.com/nw/images/landing_pages/default_top.jpg);
}

body.fullWrapper #container #mainContent {
	background-image: url(http://media3.mate1.com/nw/images/landing_pages/default.jpg);
}

/*
	Wrapper: Outside landing Wrapper
*/
body.landingWrapper {
	background-color: #0D2E42;
	background-image: url('http://media3.mate1.com/nw/images/no-wrapper/landingHeaderBgd.gif');
	background-repeat: repeat-y;
	background-position: center top;
	margin-bottom: 20px;
	text-align: center;
}

body.landingWrapper #container {
	text-align: left;
	background-color: #FFFFFF;
	width: 100%;
}

body.landingWrapper #header {
	text-align: left;
	background-repeat: repeat-y;
	background-color: #0D2E42;
	background-position: center top;
	height: 91px;
}

body.landingWrapper #header h1 {
	width: 960px;
	height: 72px;
	padding-top: 19px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

body.landingWrapper #header h1 a {
	display: block;
	background-image: url(http://media3.mate1.com/nw/images/no-wrapper/logo.gif);
	background-repeat: no-repeat;
	width: 266px;
	height: 46px;
}

body.landingWrapper #header h1 a span {
	display: none;
}

body.landingWrapper #container #mainContent {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: top left;
}

body.landingWrapper #container #content {
	background-color: #ffffff;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	padding: 10px;
	width: 300px;
	min-height: 340px;
	height: auto !important;
	height: 340px;
	float: right;
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}

/* Overwrite here the default model */
body.landingWrapper #header h1 {
	background-image: url(http://media3.mate1.com/nw/images/landing_pages/default_top.jpg);
}

body.landingWrapper #container #mainContent {
	background-image: url(http://media3.mate1.com/nw/images/landing_pages/default.jpg);
}

body.landingWrapper #container #content h1 {
	text-transform: uppercase;
	font-size: 36px !important;
	font-weight: bold;
	color: #1D5C77 !important;
	margin-bottom: 0 !important;
	margin-left: 19px;
	padding-left: 0;
}

body.landingWrapper #container #content h1 b {
	font-size: 2em;
	font-weight: bold;
	color: #336680;
	display: block;
}

body.landingWrapper #container #content h3 {
	color: #0B2A3C !important;
	font-size: 1.25em !important;
	margin-left: 19px;
	text-transform: uppercase;
}

body.landingWrapper #container #content h2 {
	text-transform: capitalize;
	font-size: 1.25em;
	font-weight: bold;
	margin-top:12px;
}

body.landingWrapper #container #content h2 b {
	color: #F26522;
	font-weight: bold;
}

/*
	Wrapper: Popup wrapper
*/
body.popupWrapper #header {
	background-image: url(http://media3.mate1.com/nw/images/header/header-bgd.jpg);
	background-repeat: repeat-x;
	height: 67px;
}

body.popupWrapper #header h1 {
	display: block;
	background-image: url(http://media3.mate1.com/nw/images/header/logo.jpg);
	background-repeat: no-repeat;
	width: 205px;
	height: 67px;
	position: relative;
	margin-left: 15px;
}

body.popupWrapper #header h1 span {
	display: none;
}

body.popupWrapper #content {
	padding: 10px;
}

body.popupWrapper #content h1 {
	color: #0A2D41;
	font-size: 1.5em;
	font-weight: bold;
}
body.popupWrapper #content h2 {
	background-color:#EEEEEE;
	color:#0A2D41;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.5em;
	margin-top:0.5em;
	padding-left:0.5em;
	padding-right:0.5em;
}

.right {
	display: block;
	width: 49%;
	float: right;
	text-align: right;
}
.rightNoAlign {
	display: block;
	width: 49%;
	float: right;
	text-align: left;
}

.left {
	display: block;
	width: 49%;
	float: left;
	text-align: left;
}
.leftBig {
	width: 50%;
}
.leftLeft {
	display: block;
	width: 30%;
	float: left;
	text-align: left;
}
.rightLeft {
	display: block;
	width: 69%;
	float: right;
	text-align: right;
}

img.icon {
	margin: 0 !important;
	vertical-align: middle !important;
	padding-left: 0.25em !important;
	padding-right: 0.25em !important;
	border: none !important;
}

/*********************************************************************/
body.insideWrapper #container {
	width: 963px;
}

body.insideWrapper #header {
	height: 67px;
}

body.insideWrapper #header #headerContent {
	background-image: url('http://media3.mate1.com/nw/images/header/header-bgd.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	width: 940px;
	height: 67px;
}

body.insideWrapper #header #headerContent h1 {
	width: 220px;
	height: 67px;
	float: left;
}

body.insideWrapper #header #headerContent h1 a {
	display: block;
	background-image: url(http://media3.mate1.com/nw/images/header/logo.jpg);
	background-repeat: no-repeat;
	width: 205px;
	height: 67px;
	position: relative;
	margin-left: 15px;
}

body.insideWrapper #header #headerContent h1 a span {
	display: none;
}

body.insideWrapper #header div.infoBanner {
	width: 260px;
	padding-top: 3px;
	margin-left: 100px;
	float: left;
}

body.insideWrapper #header div.infoBanner div.content {
	height: 60px;
	background-color: yellow;
}

body.insideWrapper #header #headerContent div.menu {
	float: right;
	height: 67px;
	text-align: right;
	width: 350px;
}

body.insideWrapper #header #headerContent div.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	padding-top: 8px;
	padding-right: 10px;
}

body.insideWrapper #header #headerContent div.menu li {
	display: inline;
	padding-left: 0.5em;
}

body.insideWrapper #header #headerContent div.menu a {
	color: #FFFFFF;
	font-size: 0.85em;
	text-transform: lowercase;
	text-decoration: none;
}

body.insideWrapper #header #headerContent div.menu a:hover {
	text-decoration: underline;
}

body.insideWrapper #leftContainer {
	float: left;
	width: 164px;
}

body.insideWrapper #leftContainer div.contentBox {
	background-color: #FAFAFA;
	border-bottom: 1px solid #B7B7B7;
	padding: 5px;
}

body.insideWrapper #rightContainer {
	float: left;
	border-bottom: 1px solid #b7b7b7;
	width: 799px;
	background-image: url(http://media3.mate1.com/nw/images/required/content-bgd.jpg);
	background-repeat: repeat-y;
	background-position: right;
	min-height: 640px;
	height: auto !important;
	height: 640px;	
}

body.insideWrapper #rightContainer .contentBox {
	float: left;
	text-align: left;
	width: 635px;
}

body.insideWrapper #rightBar {
	width: 164px;
	position: absolute;
	top: 40px;
	left: 799px;
	border-top: 1px solid #b7b7b7;
	background-image: url(http://media3.mate1.com/nw/images/required/sidebar_bgd.jpg);
	background-repeat: repeat-y;
}

body.insideWrapper #footer {
	margin-top: 0;
	width: 799px;
	float: right;
	margin-bottom: 30px;
}

body.insideWrapper #footer a {
	color: #000000;
	font-weight: normal;
}

body.insideWrapper #footer ul {
	color: #000000;
	float: right;
	width: 84.65%;
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
}

body.insideWrapper #footer ul li {
	padding-left: 0.25em;
	border-left: 1px solid #949494;
}

body.insideWrapper #footer ul li.first {
	padding-left: 0;
	border: none;
}

body.insideWrapper #footer #copy {
	float: left;
	width: 15.35%;
	margin: 0;
	padding: 0;
	margin-top: 0.6em;
}

body.insideWrapper #rightContainer .padding10 {
	padding: 10px;
	padding-left: 10px;
	width: 615px;
}

body.insideWrapper #rightContainer .padding1 {
	padding: 10px;
	padding-left: 1px;
	padding-right: 1px;
	width: 633px;
}

body.insideWrapper #leftMenu h1 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

body.insideWrapper #leftMenu a {
	text-decoration: none;
}

body.insideWrapper #leftMenu h1 a {
	color: #12475F;
	text-decoration: none;
}

body.insideWrapper #quickSearch h1 {
	background-color: #CCCCCC;
	font-size: 1em;
	font-weight: bold;
	color: #163F58;
	padding: 3px;
}

body.insideWrapper #quickSearch ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 1em;
}

body.insideWrapper #quickSearch ul li {
	margin-bottom: 0.25em;
	width: 100%;
	line-height: 2em;
}

body.insideWrapper #quickSearch ul li select {
	font-size: 0.9em;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

body.insideWrapper #quickSearch ul li p {
	text-align: center;
}

body.insideWrapper #quickSearch .submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !Important;
	font-weight: bold !Important;
	color: #FFF !Important;
	text-decoration: none;
	text-align: center;
	border: 1px solid #335a6b;
	background-image: url('http://media3.mate1.com/nw/images/required/button-norm.jpg');
	background-repeat: repeat-x;
	background-color: #2f7694;
	cursor: hand;
	cursor: pointer;
	height: 1.5em;
	width: 6em;
	margin-top: 1.5em;
}

body.insideWrapper #quickSearch .submitButton:hover {
	background-image: url('http://media3.mate1.com/nw/images/required/button-over.jpg');
	background-repeat: repeat-x;
	background-color: #d14400;
}

body.insideWrapper #quickSearch a {
	text-decoration: none;
}

body.insideWrapper #quickSearch a:hover {
	text-decoration: underline;
}

div.ads120x600 {
	padding: 21px;
}
div.ads160x600 {
	padding: 2px;
}
div.ads300x250 {
	width: 300px;
	height: 250px;
}

/*
	Main user menu
*/
#mainMenuContainer {
	float: left;
	margin-left: 1px;
	width: 634px;
	background-color: #F8F8F8;
	text-align: left;
	border-left: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
}
		      
#mainMenuContainer li a {
	text-decoration: none;
	font-weight: bold; 
	color: #12475F;
	display: block;
	padding: 5px;
	white-space: nowrap;
}
#mainMenuContainer li li a {
	font-weight: normal; 
}

#mainMenuContainer a img.icon {
	padding: 0px;
}

#mainMenuContainer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/*
	display inline on this element
	fixes the IE 6 double margin
	error
*/
#mainMenuContainer ul.mainMenuLeft {
	float: left;
	display: inline;
}

#mainMenuContainer ul.mainMenuLeft a {
	padding-right: 15px;
}

#mainMenuContainer ul.mainMenu {
	float: right;
}

#mainMenuContainer ul.mainMenu a {
	padding-left: 15px;
}
#mainMenuContainer ul.mainMenu ul a {
	padding-right: 15px;
}

#mainMenuContainer ul.mainMenu li.spacer0 {
	width: 29px;
}
#mainMenuContainer ul.mainMenu li.spacer1 {
	width: 23px;
}
#mainMenuContainer ul.mainMenu li.spacer2 {
	width: 18px;
}
#mainMenuContainer ul.mainMenu li.spacer3 {
	width: 15px;
}
#mainMenuContainer li {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#mainMenuContainer li li {
	float: none;
	display: inline;
}

#mainMenuContainer li a:hover {
	background-color: #cccccc;	
}


#mainMenuContainer ul ul {
	background-color: #FAFAFA;
	border: 1px solid #B7B7B7;
	position: absolute;
	display: none;
}


#mainMenuContainer li li a {
	padding: 0.6em;
	margin: 0px;
}


#mainMenuContainer li li a:hover {
	background-color: #6c9fb8;
	color: #ffffff;
}

/*
	Main site
*/
body.insideWrapper #container #content #rightContainer .contentBox h1 {
	color:#0A2D41;
	font-size:1.5em;
	margin-left: 0.3em;
}

body.insideWrapper #container #content #rightContainer .contentBox h1.allText {
	padding: 0.25em;
	padding-bottom: 0.5em;
}

body.insideWrapper #container #content #rightContainer .contentBox h1 a {
	font-size:0.6em;
	font-weight: normal;
}
body.insideWrapper #container #content #rightContainer .contentBox h2 {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 0.5em;
	text-transform: capitalize;
	color: #0a2d41;
}

body.insideWrapper #container #content #rightContainer .contentBox h2.footerLink {
	text-align: right;
	font-size: 0.85em;
	line-height: 2em;
	color: #336680;
	font-weight: normal;
}

body.insideWrapper #container #content #rightContainer .contentBox h2.footerLink a {
	font-size: 1em;
}

body.insideWrapper #container #content #rightContainer .contentBox h2 a {
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
body.insideWrapper #container #content #rightContainer .contentBox h2 a:hover {
	text-decoration: underline;
}

body.insideWrapper #container #content #rightContainer .contentBox h2 a.button {
	font-size: 0.60em;
	float: none;
}

body.insideWrapper #container #content #rightContainer .contentBox h2 label {
	font-size: 0.8em;
}

body.insideWrapper #container #content #rightContainer .contentBox h2 select {
	font-size: 0.75em;
	font-weight: normal;
	color: #336680;
	border: 1px #336680 solid;
	background-color: #FFFFFF !Important;
	margin: 3px;
}

body.insideWrapper #container #content #rightContainer .contentBox h2 ul {
	list-style-type: none;
	width: auto;
	
}
body.insideWrapper #container #content #rightContainer .contentBox h2 li {
	display: inline;
	width: auto;
	padding-left: 0.15em;
	font-size: 0.75em;
}
body.insideWrapper #container #content #rightContainer .contentBox h2 li a {
	text-decoration: none;
	font-weight: normal;
}
body.insideWrapper #container #content #rightContainer .contentBox h2 li a:hover {
	text-decoration: underline;
}

body.insideWrapper #container #content #rightContainer .contentBox h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #00537B;
	padding: 0.25em;
	padding-left: 0.5em;
}

body.insideWrapper #container #content #rightContainer .contentBox p {
	padding-left: 0.5em;
}

/*
 * Chat related
 */
#overlay {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color:#d6d6d6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	width: 100%;
	height: 100%;
	display: block;
}

/*
	Form Errors
*/
.formerror {
	color: #FF6A6A !important;
	font-weight: bold;
}

div.error {
	background-color: #FDDFA4;
	color: #000000;
	border: 1px solid #D14400;
	margin: 10px;
	padding: 10px;
}

div.error ul {
	padding: 5px 10px;
	margin: 0;
	list-style-position: inside;
	list-style-type: disc;
}
div.message {
	background-color: #EBFFFC;
	color: #006D88;
	border: 1px solid #BFFFF5;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.message ul {
	padding: 5px 10px;
	margin: 0;
	list-style-position: inside;
	list-style-type: disc;
}

/*
	SEO text
*/
#seoText {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	width: 896px;
	text-align: left;
	color: #9DD2E3;
}

#seoText p {
	color: #ffffff;
	margin-top: 0;
}

#seoText h1 {
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
}

#seoText .seoList {
	width: 100%;
	list-style-type: none;
}

#seoText .seoList li {
	border: 1px re solid;
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#seoText .seoList li a {
	text-decoration: none;
	color: #9DD2E3;
}

#seoText .seoList li a:hover {
	text-decoration: underline;
	color: #9DD2E3;
}

#footerLoginBar {
	margin-left: auto;
	margin-right: auto;
	width: 896px;
	height: 40px;
	background-image:url('http://media3.mate1.com/nw/images/landing_pages/login_bgd.jpg');
	background-repeat: no-repeat;
	color: #ffffff;
}
#footerLoginBar table {
	width: 800px;
	height: 40px;
}
#footerLoginBar .title {
	width: 110px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}
#footerLoginBar .title span {
	white-space: nowrap;
}
#footerLoginBar a {
	color: #9DD2E3;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 0.9em;
}
#footerLoginBar a:hover {
	text-decoration: underline;
}
#footerLoginBar td {
	font-size: 0.95em;
}

#footerLoginBar td strong {
	white-space: nowrap;
}
#footerLoginBar .input {
	background-color: #9DD2E3 !important;
	border: 1px solid #0C2B3F;
	color: #0C2B3F;
	font-size: 11px;
	padding: 2px;
}

#footerLoginBar .submitButton {
	width: 61px;
	height: 28px;
	padding: 28px 0 0;
	margin: 0;
	border: 0;
	background: transparent url('http://media3.mate1.com/nw/images/landing_pages/buttons/login.jpg') no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}


body.fullWrapper #container #mainContent .registerStep2s {
	width: auto;
}

body.fullWrapper #container #mainContent .registerStep3s,
body.fullWrapper #container #mainContent .registerStep4s {
	width: 960px;
}


.frm_tbl {
	color: #104c70;
	margin-top: 10px;
	margin-bottom: 10px;
}
.frm_tbl input {
	width: 100px;
}
.frm_tbl td {
	white-space: nowrap;
}
.frm_tbl td.info {
	white-space: normal;
	font-size: 0.85em;
}
.frm_tbl td.info p {
	margin: 0;
	padding: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em; 
}
.frm_tbl td.info h4 {
	font-size: 1.15em;
}
.frm_tbl td.info h4 a {
	color: #D14400;
}
.frm_tbl i {
	font-size: 0.9em;
}


.registerStep2s .frm_tbl .submitButton,
.registerStep3s .frm_tbl .submitButton, 
.registerStep3s .notice .submitButton {
	width: 100px;
	height: 22px;
	padding: 22px 0 0;
	margin: 0;
	border: 0;
	background: transparent url('http://media3.mate1.com/nw/images/no-wrapper/continue.jpg') no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.frm_tbl label {
	display: block;
	width: 95%;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.frm_tbl p label,
.frm_tbl h3 label {
	display: inline;
	width: auto;
	text-align: left;
	padding-right: 0;
	font-weight: inherit;
}
.registerStep3s .frm_tbl input {
	width: 200px;
}

.registerStep3s .frm_tbl select {
	width: 200px;
}
.registerStep3s .frm_tbl input.large {
	width: 60%;
}
.center {
	text-align: center;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}

body.fullWrapper #container #mainContent .registerStep4s .right{
	text-align: left;
}

body.fullWrapper #container #mainContent .registerStep4s h3 {
	text-align: left;
}

body.fullWrapper #container #mainContent .registerStep4s .photoListing {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	clear: both;
}

body.fullWrapper #container #mainContent .registerStep4s .photoListing img {
	margin-right: 20px;
	border: 1px solid #336680;
	float: left;
}
body.fullWrapper #container #mainContent .registerStep4s h3 {
	margin-bottom: 1em;
}
body.fullWrapper #container #mainContent .registerStep4s .contentBox {
	background-color:#F0F7FC;
	border:1px solid #336680;
	padding-left:10px;
	padding-right:10px;
}
body.fullWrapper #container #mainContent .registerStep4s .photo_problems {
	margin-bottom: 0;
}
body.fullWrapper #container #mainContent .registerStep4s #register_form {
	margin-top: 10px;
}

/*
	UL form lists (4 columns)
*/
ul.specifics {
	list-style-type: none;
	width: 600px;
	padding-left: 0.5em;
}
ul.specifics li {
	display: block;
	width: 150px;
	float: left;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
ul.specifics li label {
	white-space:nowrap;
	font-size: 0.85em;
	width: 130px;
	margin-left: 5px;
	margin-right: 5px;
}
ul.specifics li input {
	width: 130px;
	margin-left: 5px;
	margin-right: 5px;
	color: #336680;
}
/*
	UL form lists (2 columns)
*/
ul.bigSpecifics {
	list-style-type: none;
	width: 600px;
	padding-left: 0.5em;
}

ul.bigSpecifics li {
	display: block;
	width: 300px;
	float: left;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

ul.bigSpecifics li label {
	font-size: 1em;
}
ul.bigSpecifics li label,
ul.bigSpecifics li input,
ul.bigSpecifics li select {
	width: 280px;
	margin-left: 5px;
	margin-right: 5px;
	color: #336680;
}
ul.bigSpecifics li label,
ul.bigSpecifics li input,
ul.bigSpecifics li select #sexualPreference_other {
	width: 120px;
	color: #336680;
}

.contact textarea {
	background-color:#FFFFFF !important;
	border:1px solid #336680;
	color:#336680;
	margin-left: 5px;
}

textarea.essay {
	background-color:#FFFFFF !important;
	border:1px solid #336680;
	color:#336680;
	font-weight:normal;
	height:100px;
	width: 96%;
}


.hidden {
	display: none;
}

#profileCompleteNavImage {
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
}

h1.completeProfile {
	padding-top: 10px;
}


.insideWrapper hr {
	background-color: transparent;
	background-image: url('http://media3.mate1.com/nw/images/required/tr.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 1px;
	border: none;		
}


div.formBlockedCountries {
	background-color: #F9F9F9;
	border: 1px solid #C4C4C4;
	padding: 10px;
}
ul.formBlockedCountries {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 595px;
}
ul.formBlockedCountries li {
	float: left;
}
ul.formBlockedCountries li label {
	display: block;
	width: 100%; 
}
ul.formBlockedCountries li select {
	width: 95%;
	height: 185px; 
}

ul.formBlockedCountries li.l1 {
	width: 220px;
	text-align: left;
}
ul.formBlockedCountries li.l2 {
	width: 155px;
	text-align: center;
	padding-top: 70px;
}
ul.formBlockedCountries li.l3 {
	width: 220px;
	text-align: right;
}

ul.formBlockedCountries li.l2 a.button {
	width: 120px;
}

input.checkboxSubmit {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.subscriptionPassword {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 595px;
}
ul.subscriptionPassword label {
	display: block;
	width: 200px;
	float: left;
	font-weight: bold;
}

ul.subscriptionPassword input {
	width: 200px;
	float: left;
	margin-left: 20px;
	color: #336680;
}
ul.subscriptionPassword input.button {
	width: 100px;
}

div.contentBoxBorder {
	padding: 10px;
	border: 1px solid #336680;
	margin-top: 10px;
}

.margin {
	margin: 10px;
}


#mail_in_print {
	width: 500px;
	height: 350px;
}


.profile_edit
{
	color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #335a6b;
	border-bottom: 1px solid #335a6b;
	background-image: url(http://media3.mate1.com/nw/images/required/button-norm.jpg);
	background-repeat: repeat-x;
	background-color: #408cb0;
	background-position: left top;
	display: block;
	float: right;
	line-height:1.5em;
	margin:3px 0;
	padding:0 10px;
}

.profile_edit:hover
{
	background-image: url(http://media3.mate1.com/nw/images/required/button-over.jpg);
	background-repeat: repeat-x;
	background-color: #fd8549;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	text-decoration: none !Important;
}

.controller_edit_button
{
	width: 50px;
	float: right;
}

.controller_edit_button em {
	font-size: 0.75em;
	font-style: normal;	
}

.incomplete_text
{
	color: #F26522;
}


ul.twoColumns {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 595px;
}

ul.twoColumns li {
	width: 49.5%;
	display: block;
	float: left;
	line-height: 2em;
	text-align: left;
	overflow: hidden;
}

ul.oneColumn {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 296px;
	margin-top: 10px;
}

ul.oneColumn li {
	display: block;
	line-height: 2em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 276px;
}

a.profileEditButton {
	width: 80px;
	text-align: center;
	float: left;
}

p.profileInformation {
	padding-left: 0 !important;
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 0.5em !important;
	margin-bottom: 0.5em !important;
}

ul.profileInformation {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 0.9em;
}
ul.profileInformation li {
	width: 60%;
	display: block;
	float: left;
	padding-top: 0.05em;
	text-align: left;	
	font-weight: bold;
	color: #0A2D41;
}
ul.profileInformation li.odd {
	width: 39%;
	font-weight: normal;
}

p.profileInformation {
	text-align: left;
	color: #0A2D41;	
}

div.profileInformationLeft {
	float: left;
	width: 240px;
	padding: 10px;
}

div.profileInformationRight {
	float: right;
	width: 345px;
	padding: 10px;
	padding-left: 0;
	padding-bottom: 0;
}

span.profileInformationLeft {
	display: block;
	text-align: left;
	float: left;
	width: 529px;
	overflow: hidden;
	white-space: nowrap;
}

.profileInformation {
	padding: 0;
	margin: 0;
}

div.edit_profileTitle {
	position: absolute;
	*position: relative;
	padding: 0;
	margin: 0;
	margin-top: -1.75em;
	*margin-top: -3.5em;
	width: 529px;
}

#edit_profile_information .profileInformationRight ul.form li {
	margin-bottom: 0.1em;
}

div.edit_profileTitle input {
	width: 529px;
	height: 1.05em;
}

/*
	Menu on the profile view page.
*/
.userMenuContainer  {
	width: 353px;
	float: right;
}
.userMenuContainer a {
	text-decoration: none;
}
.userMenuContainer li {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
.userMenuContainer li.yuimenuitem {
	padding-left: 5px;
	padding-right: 5px;
}

.userMenuContainer .iceBreaker {
	width:200px;
	background-color:#FFFFFF;
	border:1px solid #3C8097;
}

.userMenuContainer li.yuimenuitem-selected {
	background-color: #6c9fb8;
}

.userMenuContainer li.yuimenuitem-selected a {
	color: #ffffff;
}

.userMenuContainer {
	position: static;
}

.userMenuContainer .yuimenuitemlabel {
	_zoom: 1;
}

.userMenuContainer .yuimenu .yuimenuitemlabel {
	_zoom: normal;
}


.userMenuContainer li.l1 {
	width: 73px;
}
.userMenuContainer li.l2 {
	width: 85px;
}
.userMenuContainer li.l3 {
	width: 72px;
}
.userMenuContainer li.l4 {
	width: 115px;
}


/************* Carousel ***************/
.gallery_title
{
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	margin: .5em 0em .5em .5em;
}

.gallery_container .gray_bar a
{
	float: left;
	margin: .5em 0em 0em .5em;
	font-size: .8em;
}

#gallery_thumb_container
{
	width: 100%;
}

#gallery_thumb_container li img
{
	border: 1px solid #336680;
}

#gallery_image_container
{
	border-top: 1px solid #B7B7B7;
	width: 605px;
	overflow: hidden;
	margin: .5em;
}

#gallery_image_container img
{
	border: 1px solid #336680;
	margin-top: 1em;
}

#gallery_scroller_left
{
	margin-top: 40px;
	float: left;
}

#gallery_scroller_right
{
	margin-top: 40px;
	float: right;
}


#vPlayer {
	display: block;
	float: right;
	margin-right: 20px;
	padding-top: 5px;
}

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component 
{ 
	margin: 10px;
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
}

.carousel-component ul.carousel-list 
{
	width:10000000px;
	position:relative;
}

.carousel-component .carousel-list li 
{ 
	float:left;
	list-style:none;
	overflow:hidden;
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li 
{ 
	margin-bottom:0px;
	
	/* Fix for extra spacing in IE */
	float:left;
	clear:left;  
		
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical 
{
/*	width:auto;*/
}

.carousel-component .carousel-clip-region 
{ 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component 
{ 
	background:#FFFFFF;
	padding:0px;
	-moz-border-radius:6px;
	color:#618cbe;
}

.carousel-component ul.carousel-list 
{ 
	margin:0px;
	padding:0px;
	line-height:0px;
}

.carousel-component .carousel-list li 
{ 
	text-align:center;
	margin:0px;
	margin-left: 5px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}

.carousel-component .carousel-vertical li 
{ 
}

.carousel-component ul.carousel-vertical 
{ 
}

ul.right {
	text-align: left;
}

.advSearchContainer {
	background-color: #F9F9F9;
	padding: 5px;
}

.advSearchBlockContainer {
	background-color: #ffffff;
	border: 1px solid #336680;
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 1%;
}
.advSearchBlockContainer .advClosed,
.advSearchBlockContainer .advOpened {
	height: 1%;
}
ul.twoColumnsCheckboxForm {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.twoColumnsCheckboxForm li {
	width: 49.5%;
	display: block;
	float: left;
	margin-bottom: 0.25em;
	font-size: 0.9em;
}

.advSearchBlockContainer a {
	text-decoration: none;
	font-weight: bold;
}
.list_buttons {
	text-align: right;	
}
.inlineButton {
	display: inline;
}


/**
	Search Results
*/
.searchResultMiniProfile {
	width: 280px;
	padding: 10px;
	float: left;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	height: 78px;
}
.searchResultMiniProfile .left {
	width: 90px;
}
.searchResultMiniProfile .rightNoAlign {
	width: 190px;
}

.searchResultGridProfile {
	width: 92.5px;
	padding: 5px;
	float: left;
	line-height: 1.25em;
	font-size: 0.85em;
	height: 220px;
}


#searchResultsFilter .twoColumns {
	width: auto;
}

#searchResultsFilter .twoColumns label {
	width: 80px;
	*width: 73px;
	text-align: right;
	display: block;
	float: left;
}
#searchResultsFilter .twoColumns select,
#searchResultsFilter .twoColumns input {
	width: 120px;
	color: #336680;
}

#searchResultsFilter #search_button {
	text-transform: uppercase;
}

.autoWidth {
	width: auto !important;
}
label.autoWidth {
	float: none !important;
	display: inline !important;
}
label.toWidth {
	display: block; 
	margin-left: 1.85em;
	*margin-left: 1.55em;
	text-transform: lowercase;
}
.searchResultsPagination {
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}
.searchResultsPagination a {
	text-decoration: none;
}
ul.pagination {
	list-style-type:none;
	width:auto;
	margin: 0;
	padding: 0;
}
ul.pagination li {
	display:inline;
	padding-left:0.05em;
	width:auto;
}

.profileOptionsController {
	background-color:#FCFAFD;
	background-image:url(http://media3.mate1.com/nw/images/required/down-arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	border:1px solid #3D7993;
	color:#3D7993;
	display:block;
	line-height:12px;
	text-decoration:none;
	width:70px;
	padding-left: 5px;
}
.searchResultMiniProfile .profileOptionsController {
	width:43px;
	padding-left: 2px;
	font-size: 0.75em;
}
.profileOptionsContainer {
	width: 75px;
	position: absolute;
}
.profileOptionsContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.profileOptionsContainer ul ul {
	background-color: #FAFAFA;
	border: 1px solid #B7B7B7;
	display: none;
	position: absolute;
	z-index:10;
}

.profileOptionsContainer li {
	padding: 0;
	margin: 0;
}

.profileOptionsContainer li a.hotlisted,
.profileOptionsContainer li a.buttonDisabled {
	color: #999999;
	background-image: inherit;
}

.profileOptionsContainer li a {
	display: block;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	width: 60px;
}

.profileOptionsContainer li li a {
	width: 70px;
}

.profileOptionsContainer li a:hover {
	background-color: #6c9fb8;
	color: #ffffff;
}

.profileOptionsContainer li li a:hover {
	background-image: url('http://media3.mate1.com/nw/images/required/right-arrow.gif');
	background-position: 3px center;
	background-repeat: no-repeat;
}

.searchResultListProfile {
	padding: 10px;
	clear: both;
}

.searchResultListProfile .left {
	width: 90px;
}

.searchResultListProfile .right {
	width: 500px;
	text-align: left;
}

.thumb {
	border:1px solid #336680;
	margin-bottom:5px;
}


.searchResultListProfile .chatIcon {
	float: right;
	width: 100px;
}

.searchResultListProfileDetails {
	margin: 0;
	padding: 0;
	list-style: none;
}

.searchResultListProfileDetails li {
	clear: both;
}

.searchResultListProfileDetails li span.left {
	display: block;
	width: 100px;
	float: left;
	font-style: normal;
	color: #7D7D7D;
}
.searchResultListProfileDetails li span.right {
	width: 400px;
	float: right;
	text-align: left;
}

.searchResultListProfileDetails li hr {
	padding-top: 1em;
}

.searchResultListProfileDetails a {
	white-space: nowrap;
}

.searchResultListProfile h4 {
	width: 400px;
}

.searchResultListProfile h4 a {
	text-decoration: none;
}
.searchResultListProfile h4 a:hover {
	text-decoration: underline;
}

.contentLeftBox {
	text-align: left;
	padding: 10px;
}

.uploadedImageContainer {
	background-color:#F9F9F9;
	border:1px solid #C4C4C4;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	padding: 10px;
}

.uploadedImageCaption {
	width: 320px;
	height: 90px;
}

#bannerHome {
	background-image:url(http://media3.mate1.com/nw/images/banners/home/female01.jpg);
	border: 1px solid #b7b7b7;
	height: 124px;

}

.rotatingPitches {
	margin-top: 30px;
	margin-right: 7px;
	text-align:right;
}

.rotatingPitches .line1 {
	color:#1A3F59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration:none;
}

.rotatingPitches .line2 {
	color:#336680;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
}

.rotatingPitches .line1 a {
	text-decoration: none
}

.rotatingPitches .line1 a:hover {
	text-decoration: none
}

.rotatingPitches .line1 a:visited {
	text-decoration: none
}

.rotatingPitches .line1 a:active {
	text-decoration: none
}

.rotatingPitches .line2 a {
	text-decoration: none
}

.rotatingPitches .line2 a:hover {
	text-decoration: none
}

.rotatingPitches .line2 a:visited {
	text-decoration: none
}

.rotatingPitches .line2 a:active {
	text-decoration: none
}

div.whoViewedMeHome {
	text-align: left;
	margin-top: 5px;
}

div.whoViewedMeHome a {
	font-weight: bold;
	text-decoration: none;
}

div.whoViewedMeHome a:hover {
	text-decoration: underline;
}

div.whoViewedMeHome b {
	color: #D14400; 
}

h2.successStoryButton {
	padding-top: 3px;
	padding-bottom: 3px;
	*padding-bottom: 4px;
}

a.successStoryButton {
	width: 160px !important;
	height: 12px !important;
	font-weight: bold !important;
	line-height: 1.5em !important;
}

a.button {
	text-decoration: none !important; 
}

a.button:hover {
	text-decoration: none !important; 
}
ul.incompleteSections li {
	list-style-type: disc;	
	text-transform: capitalize;
	color: #000000; 
}
ul.incompleteSections li a {
	font-weight: bold;
	color: #336680;
	text-decoration: none;
}
ul.incompleteSections li a:hover {
	text-decoration: underline;
}


#dvCancelationContainer {
	background-image:url(http://media3.mate1.com/nw/images/remove_flow/post_remove_full.jpg);
	background-repeat:no-repeat;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	margin-left: 1px;
}

.dvCancelationSubscriptionContainer {
	background-image:url(http://media3.mate1.com/nw/images/cancel_flow/post_cancel.jpg) !important;
}

#dvCancelationContainer div.dvContainer {
	margin-top:150px;
	margin-left:300px;
	margin-right:10px;
	padding: 0xp;
}
#dvCancelationContainer div.dvContainer a {
	text-decoration: none;
}
#dvCancelationContainer div.dvContainer a:hover {
	text-decoration: underline;
}
#dvCancelationContainer div.dvContainer label {
	color: #132d3f;
}

#dvCancelationContainer div.dvContainer p {
	color: #132d3f;
	padding: 0px;
	margin: 0px;
}

#dvCancelationContainer div.footerNotes {
	position: absolute;
	margin-top: 515px;
	*margin-top: 530px;
	margin-left: 10px;
}
#dvCancelationContainer div.footerNotes p {
	padding: 0px;
	margin: 0px;
}

.cancelHidden {
	background-image:url(http://media3.mate1.com/nw/images/remove_flow/hidden_conf.jpg) !important;
}

.cancelRebilling {
	background-image:url(http://media3.mate1.com/nw/images/cancel_flow/cancel_2.jpg) !important;
}
.cancelRemove {
	background-image:url(http://media3.mate1.com/nw/images/cancel_flow/cancel_soon_full.jpg) !important;
}
.cancelReason {
	background-image:url(http://media3.mate1.com/nw/images/remove_flow/remove_reason.jpg) !important;
}

TABLE.adminlist  {
	border: black 1px solid;
}

TABLE.adminlist  TR TD {
	border: black 1px solid;
}
TABLE.adminlist TR.tableheader TD {
	background-color: #BBBBBB;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.lets_chat {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}


.edit_profile {
	padding-left: 10px;
	padding-right: 10px;
}

.edit_profile_container h2 {
	margin-bottom: 5px !important;
}
.edit_profile textarea {
	width: 590px;
}

#edit_profile_information {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.edit_profile_information {
	padding-right: 10px;
}

.edit_profile a.profileEditButton {
	float: right;
	margin-top: 5px;
	margin-right: 3px;
}

/* Debug calss only */
.devel {
	border: 1px solid red;
}

.defaultTextActive {
}

#help {
	background-color: #E1F0FA;
	border: 1px solid #336680;
	padding-left: 20px;
	padding-right: 20px;
}

h3.dark {
	color: #0A2D41 !important;
	margin-bottom: -1em;
	margin-top: 0.5em;
}

img.avatar {
	border: black 1px solid;
}

.faq h3 {
	color: #0A2D41 !important;
	margin: 5px 15px !important;
	padding: 0 !important;
}

 .faq ul {
	list-style: circle;
}


.registration h2 {
	color: #1D5C77 !important;
	text-align: center !important;
	margin-bottom: 2em !important;
}

.registration h2 b {
	color: #F26522 !important;
}

.registration h1 {
	color: #0B2A3C !important;
	text-align: left !important;
	margin-bottom: 1.25em !important;
}

.registration h1 b {
	color: #1D5C77 !important;
	dispaly: block !important;
	font-size: 2em !important;
}

a.whoSeenMe {
	text-decoration: none !important;
}

a.whoSeenMe:hover {
	text-decoration: underline !important;
}

input, textarea {
	color: #336680;
}

.datingSafetyTips ol li a {
	text-decoration: none;
}
.datingSafetyTips ol li a:hover {
	text-decoration: underline;
}
.datingSafetyTips ol li h3 {
	text-decoration: underline;
}


.anyTwoColumnsCheckbox,
.anyTwoColumnsCheckboxFake {
	position:relative;
	top:0.1em;
}

.advSearchBlockContainer .right {
	width: 12em !important;
	padding-top:0.25em;
}

.advSearchBlockContainer .left {
	width: 10em !important;
	white-space: nowrap;
	font-weight: bold;
	padding-top:0.25em;
}

.gallery_container img {
	cursor: pointer;
}

.uploadedImageContainer center .button {
	width: 11.5em;
}

#dvCancelationContainer #contact_us {
	padding-left: 0.25em;
	position: absolute;
	margin-top: 480px;
	*margin-top: 495px;
}

.advClosedBtn,
.advOpenedBtn {
	cursor: pointer;
}

.hiddenOverflow {
	overflow: hidden;
	white-space: nowrap;
	width: 80px;
}


.onlineNowText {
	overflow: hidden;
	white-space: nowrap;
}


.thumbholder {
	border-bottom:1px solid #B7B7B7;
	height:90px;
	margin-top:10px;
	overflow:auto;
	padding-bottom:5px;
	text-align:center;
	white-space:nowrap;
	width:610px;
}

.thumbholder img {
	border:1px solid #428DB3;
	height:67px;
	width:54px;
}

ul.profileMenu {
	list-style-type: none;
	width: 345px;
	display: block;
	margin: 0;
	padding: 0;
}
ul.profileMenu li {
	float: left;
	display: block;
	clear: none;
}
ul.profileMenu li a {
	white-space: nowrap;
}
ul.profileMenu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	background-color:#FFFFFF;
	border:1px solid #3C8097;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 160px;
}
ul.profileMenu li ul li {
	float: none;
	width: 160px;
}
ul.profileMenu li ul li a {
	display: block;
	width: auto;
	text-decoration: none;
	line-height: 1.5em;
	height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
ul.profileMenu li ul li a:hover {
	color: #ffffff;
	background-color: #6498AE;
	width: auto;
}

.profileMenu li.button_1 {
	width:85px;
}
.profileMenu li.button_2 {
	width:73px;
}
.profileMenu li.button_3 {
	width:72px;
}
.profileMenu li.button_4 {
	width:115px;
}

.photosVoice {
	width: 270px;
	float: left;
}

.bgiframe {
	z-index: 2;
}

ul.one_to_one {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
ul.one_to_one li {
	margin: 0;
	margin-top: 5px;
	padding: 4px;
	width: 120px;
	background-color: #ebebeb;
	text-align: center;
	float: left;
	display: block;
}

.advSearchBlockContainer div div {
	line-height: 25px;
}

.advSearchBlockContainer div div input {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.profileComplete {
	color: #00537B !important;
}

.profileComplete b {
	color: #F16521 !important;
}

#profileViewedCount {
	margin:0;
	color: #163F58;
}



/* NEW AND IMPROVED SIDE MENU (left column) - MIGHT NEED RETOOLING */ /* First Level */
ul.leftMenuContainer {
	width: 122px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.leftMenuContainer li {
	width: 100%;
	white-space: nowrap;
}
ul.leftMenuContainer li.first {
	position: relative;
}
ul.leftMenuContainer a {
	white-space: nowrap;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 20px;
	height: 2em;
	line-height: 2em;
	text-decoration: none;
	color: #336680;
	padding-left: 0;
}

ul.leftMenuContainer a strong {
	color: #F16521;
}

ul.leftMenuContainer a:hover {
	text-decoration: underline;
}

/* Icons */
ul.leftMenuContainer li.yourProfile {
	background: transparent url(http://media3.mate1.com/nw/images/icons/user.gif) 0px 50% no-repeat;
	position: relative;
}

ul.leftMenuContainer li.yourProfile a {
    display: block;
    float: left;
    clear: left;
}

ul.leftMenuContainer li.unhideProfile {
	background: transparent url(http://media3.mate1.com/nw/images/icons/error.gif) 0px 50% no-repeat;
	font-weight: bold;
}

ul.leftMenuContainer li.yourProfile a {
	background: transparent url(http://media3.mate1.com/nw/images/icons/down_arrow.gif) 7em 50% no-repeat;
}

ul.leftMenuContainer li.yourSettings {
	background: transparent url(http://media3.mate1.com/nw/images/icons/cog.gif) 0px 50% no-repeat;
}

ul.leftMenuContainer li.hotlist {
	background: transparent url(http://media3.mate1.com/nw/images/icons/hotlist_icon.gif) 0px 50% no-repeat;
}

ul.leftMenuContainer li.blocklist {
	background: transparent url(http://media3.mate1.com/nw/images/icons/cancel.gif) 0px 50% no-repeat;
}

/* Orange Menu Items */
ul.leftMenuContainer li.unhideProfile a {
	color: #F16521;
}

/* Second Level */
ul.leftMenuContainer ul.leftSubMenuContainer {
	position: absolute;
	display: none;
	top: 2em;
	list-style: none;
	margin: 0;
	border: 1px solid #6C9AAA;
	background-color: #ffffff;
	padding: 0;
	z-index: 1;
	position: absolute;
}

ul.leftMenuContainer ul.leftSubMenuContainer li {
	display: block;
	width: 10em;
	background: none;
}

ul.leftMenuContainer ul.leftSubMenuContainer a {
	width: 10em;
	padding: 0px;
	color: #12475F;
	background: none;
	display: block;
	text-indent: 8px;
}

ul.leftMenuContainer ul.leftSubMenuContainer a:hover {
	background: #6c9aaa;
	color: #ffffff;
	text-decoration: none;
}
/* END NEW MENU */

.ui-dropdownchecklist-dropcontainer {
	padding-right: 0.5em !important;
}


/*
	Filter bar
*/
#searchResultsFilter {
	padding: 2px;
	margin-bottom: 1em;
	background-color: #d6d6d6;
}

#searchResultsFilter h1 {
	text-transform: capitalize;
	text-align: center;
	margin: 4px;
	color: #243f54 !important;
	font-weight: normal;
}

#searchResultsFilter .filter_options {
	padding: 0.1em 55px 0.7em 1em;
	_padding-right:50px;
}

#searchResultsFilter .filter_options .checkbox {
	margin-left: 1em;
	top: 1px;
	*top: 2px;
	position: relative;
}

#searchResultsFilter #search_button {
	margin-left: 1em;
	display: inline !important;
}

#searchResultsFilter .threeColumns {
	width: 510px;
	margin-left: 45px;
}

#searchResultsFilter .threeColumns li {
	width: 168px;
	padding-left: 1px;
	padding-right: 1px;
	line-height: 1em;
}

#searchResultsFilter .threeColumns li.searchResultsKeywords {
	width: 510px;
}

#searchResultsFilter .threeColumns li .ui-dropdownchecklist-text {
	width: 78px !important;
}

#searchResultsFilter .threeColumns li select {
	width: 100px;
}

#searchResultsFilter .threeColumns li select.autoWidth {
	width: 39px !important;
}

#searchResultsFilter .threeColumns li label {
	white-space: nowrap;
	width: 62px;
}

#searchResultsFilter .threeColumns li label.toWidth {
	padding-left: 3px;
	padding-right: 3px;
	*padding-left: 1px;
	*padding-right: 1px;
	margin: 0;
}

#searchResultsFilter .threeColumns li #keywords {
	width: 438px !important;
	*width: 436px !important;
	border: 1px solid #336680;
}

ul.threeColumns {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
}

ul.threeColumns li {
	width: 190px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	float: left;
	line-height: 2em;
	text-align: left;
	overflow: hidden;
}

ul.threeColumns li label {
	line-height: 2em;
	display: block;
	width: 60px;
	float: left;
	color: #01527d;
	text-align: right;
	padding-right: 0.25em;
}

table.substatus th {
	color: #ffffff;
}

.edit_profile_container .info {
	display: none;
	color: #F26522;
	position: absolute;
	margin-top: 0.5em;
}

#FUUploadPhoto form p {
	display: none;
}

