/*
		Site: 		UK Family Club Signup
		Date:		February 2006
		Author:	Eric Shepherd
		File:		Main Screen CSS for Email Form
*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

p.buttons {
	margin-top: 1em;
}

#mainContent p.buttons a:hover {
	background: #fff;
}

body {
	/*background: url(/uk/img/bg.gif) repeat-y;*/
}

#mainTable {
	width: 770px;
	border-collapse: collapse;
}

#mainContent {
	vertical-align: top;
	color: #666;
	font-size: small;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	padding-bottom: 2em;
}

#mainContent a:link {
	color: #D95856;
}

#mainContent a:visited {
	color: #D95856;
	text-decoration: none;
}

#mainContent a:hover {
	background: #FF446F;
	color: #fff;
	text-decoration: none;
}

#mainContent a:active {
	background: #FF446F;
	color: #fff;
	text-decoration: none;
}

td.leftnavcolor {
	padding-top: 0;
	margin-top: 0;
	vertical-align: top;
	background-color: #C6CFFF;
}

#container {
	text-align: left;
	width: 580px;
	margin: 0 auto;
}

#head {
	background: url(/content/v4/img/family/bk-header.jpg) no-repeat bottom;
	min-height: 86px;
	_height: 86px;
	padding-left: 200px;
	padding-top: 20px;
	margin-bottom: 1em;
	margin-top: 1em;
	border-top: 2px solid #fafafa;
	line-height: 2.5em;
}

p {
	margin-bottom: 1em;
}

p.bonus {
	border-top: 1px solid #ffe3e3;
	border-right: 1px solid #ffb8b8;
	border-bottom: 1px solid #ffb8b8;
	border-left: 1px solid #ffe3e3;
	background: #fffbf2 url(/content/v4/img/family/bk-bonus.gif) repeat-x bottom;
	font-size: .9em;
	padding: .6em;
	width: 14.2em;
	float: left;
	height: 8em;
	margin: 0 .2em;
}

h2, h3, h4, h5, h6 {
	color: #d95856;
}
 
fieldset h6 {
	color: #50a1fa;
	font-size: 1.3em;
	line-height: 1.5em;
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
}
	.ie fieldset h6 {
		left: 1em;	
	}

h6 span {
	display: block;
	font-size: 80%;
}

#mainContent input, #mainContent select {
	border: 1px solid #666;
	margin-left: 1em;
}

#mainContent div.cr input {
	border: 0;
}

#mainContent legend {
	border: 1px solid #666;
	margin-left: 2em;
	padding: .5em;
}

#mainContent input:focus {
	border: 1px solid #999;
	background: #fff;
}

#mainContent input.error {
	border: 1px solid #f00;
}

#mainContent #addchild, #mainContent #finishreg, #mainContent #signin, #mainContent #reminder, #mainContent #submit {
	border: 0;
	margin-bottom: 1em;
}

#mainContent fieldset {
	margin: 1em 0;
	padding: 1em 1em;
	background: #edf7ff url(/content/v4/img/family/bk-fieldset.gif) repeat-y;
	border: 0;
	border-top: 4px solid #86c2ff;
	position: relative;
}

fieldset br {
	display: none;
}

legend {
	font-weight: bold;
	color: #17509d;
	padding: .2em .5em;
}

legend.hide {
	display: none;
}

fieldset div {
	clear: both;
	margin: .6em 0 .6em 200px;
	position: relative;
}
fieldset div span.error {
	font-size: 85%;
	color: #D95856;
	background-color: #FFF9EB;
	padding: .2em .5em .3em .2em;
	border: 1px solid #FFB8B8;
	display: block;
	z-index: 100;
	margin: .3em 1em;
}

fieldset span.field_Err {
	color: #f00;
}

span.Required_text {
	color: #f00;
	display: block;
}

fieldset p {
	margin-left: 195px;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 10em;
	text-align: right;
	float: left;
}

fieldset div.cr label {
	text-align: left;
	margin-left: 12.5em;
	text-indent: -2.5em;
	width: auto;
	float: none;
}

.mandat {
	color: #930;
}
.mandat:after {
	content: "*";
}

.buttons {
	text-align: center;
}

.removed {
	display: none !important;
}

.regenrollment {
	height: 5.5em; /*min-height won't work */
	*height: 5.5em;
}

/* TABLE */

table.inline {
	border-collapse: collapse;
	width: 500px;
	margin-left: 40px;
	background: #edf7ff;
	border-top: 4px solid #86c2ff;
	border-bottom: 1em solid #edf7ff;
}

table.inline th, table.inline td {
	text-align: center;
	padding: .3em;
}



/* EXTRA */

.clear {
	clear: both;
	padding-top: 1em;
}

.checkbox
{
visibility:hidden;
}
