/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: "Times New Roman", Times, serif;
	color: #44032B;
	line-height: 1em;
	margin: 0em 0px;
	font-style: italic;
}
h2{
	font: 1.1em Arial, Helvetica, sans-serif;
	line-height: 1.05em;
	margin: 0px;
	color: #fff;
	background: #6D0641;
	font-weight: bold;
	padding: 4px;
	min-height: 22px;
}
h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0px;
	background: #CA006C;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	min-height: 22px;
}
h4{
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 1.4em 0px 1.4em 0px;	
	color: #CA006C;
}
p{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 1.6em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 1.5em;
}
a{
	color: #003A63;
	text-decoration: underline;
}
a:hover{
	color: #CA006C
}
a:visited{ 
	color:#003A63;
}
a:active{ 
	color:#FF6699;
}
/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 00px 10px 10px;
}
/* -------------- end general glasses -------------------------------------------- */


/* --------------- Form Styles - Using CMX Form ---------------------------------- */
#searchform{
	padding: 10px;
}
#searchform label { width: 100px; }
#searchform fieldset fieldset label { margin-left: 103px; }
#searchform .imagesubmit{
	margin-left: 115px;
}

#basic-profile-search{
	padding: 10px;
}
#basic-profile-search label { width: 70px; }
#basic-profile-search fieldset fieldset label { margin-left: 73px; }
#basic-profile-search .imagesubmit{
	margin-left: 80px;
}

#registerform{
	margin: 10px 0px;
}

#profile-main-search label { width: 70px; }
#profile-main-search fieldset fieldset label { margin-left: 73px; }
#profile-main-search .imagesubmit{
	margin-left: 80px;
}
#profile-name-search label { width: 70px; }
#profile-name-search fieldset fieldset label { margin-left: 73px; }
#profile-name-search .imagesubmit{
	margin-left: 80px;
}
#profile-city-search label { width: 70px; }
#profile-city-search fieldset fieldset label { margin-left: 73px; }
#profile-city-search .imagesubmit{
	margin-left: 80px;
}
#profile-country-search label { width: 70px; }
#profile-country-search fieldset fieldset label { margin-left: 73px; }
#profile-country-search .imagesubmit{
	margin-left: 80px;
}

#loginForm label { width: 70px; }
#loginForm fieldset fieldset label { margin-left: 73px; }
#loginForm .imagesubmit{
	margin-left: 80px;
}


form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ padding: 10px; background: url(../images/content_bg.gif) repeat-x top #fff;}
form.cmxform fieldset legend{ 
	padding: 5px 10px; font-size: 1em; background: url(../images/content_bg.gif) repeat-x top #fff;
	color: #44032B;
	font-weight: bold;
	margin: 10px 0px 20px 5px;
}
form.cmxform ol{
	font-size: 1em;
	margin-bottom: 5px;
}
form.cmxform li{
	color: #44032B;
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #666;
	width: 200px;
}
.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#EC0B8D;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 2px solid #6D0641;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 60px;
}
.bigtextbox{
	border: 2px solid #6D0641;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.biggertextbox{
	border: 2px solid #6D0641;
	padding: 2px;
	height: 200px;
	width: 300px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.submitbutton{
	padding: 0px 20px;
	height: 30px;
	background: #EC0B8D;
	border: 1px solid #EC0B8D;
	font-size: 14px;
	font-weight: bold;
}
.imagesubmit{
	margin-left: 215px;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 2px solid #6D0641;
	padding: 2px 0px 2px 2px;
	height: 25px;
	font-size: 13px;
}
.tickbox{
	border: 2px solid #6D0641;
	width: 20px;
	height: 20px;
	margin-right: 0.5em; 
}
.selecttable{
	border: 2px solid #6D0641;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
/* -------------- End Form Styles ----------------------------------------------- */

/*---------------- sIFR text styles ----------------------------------------------*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
	width: 0px;
	height: 0px;
	margin-left: 42px;
	z-index: 0;
}
.sIFR-active h1 {
	font-size: 22px;
	display: block;
	line-height: 1em;
	color: #003366;
	margin: 0px;
}


/******* index css *******/

.index .title {
	width:200px;
	background-color:#AAC;

}
.index .body {
	width:200px;

}
.index .numeric {
width:60px;
}
.index .actions {
width:80px;

}

.paginator-options li{
display:inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
}

.visits .table-text
{
	padding-left:20px;
}

/******* view css ********/

.view dd {
	display:inline;
	float:left;
	width:150px;	
}
.view dt {
	display:inline;
	float:left;
	font-size: 1.2em;
	font-weight: bold;
		width:150px;
}
.view dl.avatar dt, .view dl.image-list dt {
	width:100%;
	float:left;
}

.view-box {
	width:545px;
	padding: 5px;
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float:left;
}


/*** images, image list **/



.image-list {
	width:535px;

}

.image-list img {
	display:inline;
	float:left;
}




/** Profiles
**/

.profile-teaser {
	width: 345px;
	height: 200px;
	background-color: #FFFFFF;
	margin: 5px;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #000000;
 }
 .odd {
 float: right;
 }
 
 .even {
 float: left;
 }
 
 
.profile-image {
float:left;
}
.profile-details {
	float:left;
	width: 200px;
	height: 110px;
	margin-left: 20px;
}
.profile-body {

	float:left;
	width: 100%;
}
.profile-label {
	width:80px;
	float: left;
	font-weight: bold;
}
.profile-content {
	width:120px;
	float: left;
}
.profile-details li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
}

.profile-options li {
float:left;
display:inline;
	list-style-type: none;
	margin: 10px 8px 0px 0px;
	font-size: 1em;
}
.profile-options li img{
	margin-right: 0.5em;
}
.profile-options li a{
	text-decoration: none;
}
#profile-main-search,#profile-city-search {
	float:left;
}
#profile-country-search, #profile-name-search  {
	float:right;
}
#profile-main-search,#profile-city-search, #profile-country-search, #profile-name-search {
height:290px;
width:375px; /*379*/
}

.profile-age .select {
display: inline;
}

/*** main profile page **/





#profile-personal dd {
	width:190px;
	float:left;
}

#profile-personal {
	width: 380px;
	display:block;
	margin-left:150px;
}


#profile-personal dt {
	width:120px;
		font-size: 1em;

}

#profile-location dd {
	display:inline;
	width:172px;
	float:none;
}


#profile-location dt {
	display:inline;
	width:100px;
	float:none;
}
#profile-status dd {
	display:inline;
	width:172px;
	float:none;
}


#profile-status dt {
	display:inline;
	width:100px;
	float:none;
}

#profile-other-info .view-box {
	width:261px;
	float:left;
}
#profile-other-info dd {
	width:100%;
}

#profile-other-info dt {
	width:100%;
}
/**** visits ******/
 .visit-teaser {
	width: 445px;
	height: 200px;
	background-color: #FFFFFF;
	margin: 5px;
	overflow: hidden;
	padding: 5px;
	border: 1px solid #000000;
 }
 
 .visit-teaser .profile-content {
	 width:120px;
 }

/***** links page ******/
.links table {
	width: 680px;
}
.links td.title {
	width: 60px;
	background-color:#FFF;
}
.links td.body {
	width: 600px;
}


/** messages **/

#message-list {
	width:570px;

}

#message-list th {
	background-color:#CCC;
}

#message-list-sender {
width:120px;
}
#message-list-title {
	width:250px;

}
#message-list-date {
width:110px;
}
#message-list-actions {
width:80px;

}

#message-list .unread {
	font-weight: bold;
}

#profile-search-results {
	float:left;
	width:100%;
}

.image-check {
	float:left;
}

.image-check-box {
	float:left;
	width:150px;
}
.image-check input {
	float:left;
}
div.image-check label {
	float:left;
}
/**** paginator sort options ****/
p.sort-by-list  {
	display:inline;
	margin:0px;
	padding: 0px;

}

.sort-by-list li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	display:inline;

}


/**** copied from cake generic css ****/
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/** actions (bottom of page links **/
.actions {
	width: 100%;
	float:left;
}

.actions li {
		list-style-type: none;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	display:inline;
}

/****** membership purchase ******/
#prices-table table {
	width:600px;
}

#prices-table .currency {
	width:80px;
	text-align: center;
}
#prices-table .title {
	width:100px;
}

#prices-table label {
	width:60px;
}
#pageoptions ul{ 
	padding: 5px;
	margin: 0px;
}
#pageoptions li{
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}
#pageoptions li img{ 
	margin-right: 0.75em;
}
#pageoptions a{
	text-decoration:none;
}

#flashMessage{
	background: #000;
	padding: 4px;
	color: #CA006C;
	border: 1px solid #CA006C;
	
}
table{ width: 100%; }
th{ 
	padding: 3px;
	color: #fff;
	background: #6D0641;
}
td{ padding: 3px; background: #F2D1DA;}
tr{ border-bottom: 1px solid #fff;} 