body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtrHdr #header {
	background-color: #EEACD5;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
	clear: both;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7098B;
}
#headnav {
		border: 1px solid #D7098B;
	padding: 3px;
	background-color: #E88CC6;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	background-image: url(../images/site/dancedating.gif);
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	text-indent: -100em;
}
#signin {
	width: 15em;
	padding: 5px;
	color: #CC5B81;
	border: 1px solid #990000;
	float: right;
	background-color: #FFFFFF;
}
#signup {
	padding: 5px;
	width: 16em;
	color: #990000;
	float: left;
	border: 1px solid #990000;
	background-color: #FFFFFF;
}



.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
	background-color: #EEACD5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #D7098B;
	border-right-color: #D7098B;
	border-bottom-color: #D7098B;
	border-left-color: #D7098B;
	font-size: 10px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfix {
	clear: both;
}


#footnav ul{
list-style-type: none;
padding: 0;
margin: 0;
} 

#footnav li
{
float: left;
margin: 0 0.15em;
}
.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.red_text {
	color: #FF0000;
}

#profilemenu {
text-align:center
}

#profilemenu ul{
list-style-type: none;
padding: 0;
margin: 0;
} 

#profilemenu li
{
float: left;
margin: 0 0.15em;
}

.centred {
 margin: 0 auto
}

/*.button,
.button_login  
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#D7098B;
	background-color:#EEACD5;
	border:1px groove #D7098B;
	font-weight: normal;
	padding: 2px;
}

.button:hover,
.button_login:hover,
.buttonhover 
{
	color: #fff;
	background-color: #D7098B;
	cursor:pointer;
	padding: 2px;
}*/


.details_link, .bold_link
{
	color:#D7098B;
	text-decoration: none;
	font-weight: bold;
}

.details_link:hover, .bold_link:hover
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	background-color: #D7098B;
}

/* login bar */
form#loginhoriz {
	background-color:#FFFFFF;
	color: #000000;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

#loginhoriz .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	margin-right: 6px;
	background-color: #FF99FF;
}

#loginhoriz .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF3366;
	color: #FFFFFF;
	margin-right: 6px;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}

#loginhoriz .buttons:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #FF3366;
	margin-right: 6px;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}#headnav #notlogin #headlogin {
	float: right;
}

.message {
	border: 1px solid #FF3333;
	background-color: #FFCACA;
	padding: 5px;
}
div.cfilter {
	width:100%;
}
div.cfilter .particulars {
	float:left;
	clear:both;
	width:100%;
	font-size:small;
	margin-top:5px;
	
}
div.cfilter .particulars .item {
	float:left;
	clear:both;
	width:186px;
	padding:3px;
}
div.cfilter .particulars .answer {
	float:right;
	width:507px;
	padding:3px;	
	margin-left:3px;
}