/*** The contents of this file were (ostensibly) written by Owen Briggs
@ www.thenoodleincident.com, and any Copyright rests with him. No
credit for the work that has gone into researching the use of font
sizes and styles rests with ClevaTreva Designs. 100% Kudos to Owen.
This is an EDITED version of the original! You will want to play with
these settings to make your own style for fonts and color other
bits. ***/

body
{
	font-family: Verdana;
	font-size: 100.1%; /*** Don't change this setting. Make all other font-sizes in % (preferred) or ems ***/
	color: #404040;
}
a
{
	text-decoration: none;
	font-weight: bold;
	outline: none;
	color: #9999ff;
}
a:visited
{
}
a:active
{
}
a:hover
{
	text-decoration: underline;
}
strong, b
{
	font-weight: bold;
}
hr
{
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #404040; /* for ie */
	background-color: #ffffff; /* for everyone else */
	height: 1px;
}
p
{
	text-align:justify; 
	letter-spacing:1px;
	color: #404040;
	font-size: 80%;
	line-height: 1.4em;
	margin-top: 1.1em;
	margin-bottom: 1.4em;
}
h1
{
	font-size: 160%;
	color: #ff0036;
	letter-spacing: .2em;
	font-style: normal;
	font-weight: normal;
}

h2
{
	font-size: 100%;
	color: #ff0036;
	letter-spacing: .2em;
	font-style: normal;
	font-weight: normal;
}

h3
{
	font-size: 90%;
	color: #ff0036;
	letter-spacing: .4em;
	font-style: normal;
	font-weight: normal;
}
li
{
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	color: #404040;
}
ul
{
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
ol
{
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
td
{
	font-size: 90%;
}
hr
{
	margin-top: 2.0em;
	margin-bottom: 2.0em;
}
img
{
	border: 0;
}
div, p
{
	margin: 0 0 15px 0;
}
#factoid
{
	margin: 20px 0 20px 0;
	border: none;
}
#nav
{
	width: 730px;
	float: left;
	clear: both;
	margin: 0 0 0 -7px;
	padding: 10px 0 3px 0;
}
#nav ul
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav li
{
	padding: 0;
	margin: 0;
	display: inline;
}
#logo
{
	float: left;
	clear: both;
	padding: 10px 10px 10px 0;
}
#logo img
{
	margin-left: -2px;
}
.leftpanel
{
	padding-left: 5px;
	border: solid 1px #cccccc;
}
.leftpanel h2
{
	margin-left: 5px;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: .2em;
	color: #cc0000;
}
.leftPanelInput
{
	width: 130px;
	height: 15px;
	margin: 5px;
	border: solid 1px #cccccc;
	font-size: 75%;
}
.leftPanelButton
{
	border: solid 1px #cccccc;
	margin: 5px;
	font-size: 75%;
}
.rightpanel
{
	padding-left: 5px;
	border: solid 1px #cccccc;
}
.rightpanel h2
{
	margin-left: 5px;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: .2em;
	color: #cc0000;
}
.rightPanelInput
{
	width: 130px;
	height: 15px;
	margin: 5px;
	border: solid 1px #cccccc;
	font-size: 75%;
}
.rightPanelButton
{
	border: solid 1px #cccccc;
	margin: 5px;
	font-size: 75%;
}
div.subnav
{
	background-image: url(  "/images/subnav_bg.gif" );
	background-repeat: no-repeat;
	width: 150px;
	height: 23px;
	margin: 10px 0 10px 0;
}
a.subnav
{
	padding-left: 0px;
	font-size: 75%;
	line-height: 23px;
}

div.leftnav
{
	font-size: 70%;
	background-image: url("/images/subnav_bg.gif" );
	background-repeat: no-repeat;
	width: 118px;
	height: 28px;
	margin: 5px 0 5px 0;
}
a.leftnav
{
	margin-left: 0px;
	padding-left: 0px;
	font-size: 75%;
	line-height: 28px;
}
div.leftnav input
{
	margin: 0 0 0 0;
}
select
{
	color: #404040;
	font-size: 70%;
}
option
{
	color: #404040;
	line-height: 1.8em;
}
input
{
	margin: 5px;
	border: solid 1px #cccccc;
	font-size: 75%;
}

textarea
{
	margin: 5px;
	border: solid 1px #cccccc;
	font-size: 100%;
}

#warning
{
	color: Red;
}
/* 
* Used in viewProfile.aspx
*/
#profile
{
}
#profile img.profilePicture
{
	border: none 0px #cccccc;
}
#profile h1 /*(redoing the normal h1 style for someone's name)*/
{
}
#profile h2 /*(redoing the normal h2 style for the section headings)*/
{
	text-decoration: none;
	margin: 0;
}
#profile h3 /*(redoing the normal h2 style for the section headings)*/
{
	font-size:100%;
	text-decoration: none;
	margin: 10;
}
#profile th /*(for profile item headings eg Gender)*/
{
	font-size: 85%;
	width: 200px;
	white-space: normal;
}
#profile td /*(for profile items eg Male)*/
{
	white-space: normal;
	color: #404040;
	font-size: 90%;
	margin-top: 0em;
	margin-bottom: 0em;
}

/*
Used in client search results
*/
#resultsTable td
{
	text-align: center;
}

/*
Used in message centre
*/
#messagesTable
{
	border: 0;
	padding: 0;
	margin: 0;
}
#messagesTable th, #messagesTable td
{
	color: #333;
	background-color: #ddd;
}

/*
BEOS CSS
*/

#beos table
{
	border-color: White;
	border-width: 0px;
	outline-width: 0px;
}

#beos tr
{
}

#beos td
{
	text-align: center;
	color: #dddddd;
	font-size: 80%;
	line-height: 1.8em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.loginbox
{
	font-family: Verdana;
	font-size: 100.1%; /*** Don't change this setting. Make all other font-sizes in % (preferred) or ems ***/
	color: #404040;
	font-size: 90%;
}
