/*

$Id: stylesheet.css,v 1.5 2008/08/01 02:02:36 cvs Exp $

Description: Main stylesheet for Allcare

Copyright (c) Communicat
*/

/* General */
body {
	margin: 0em;
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-style : normal;
	font-weight : normal;
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
}
H1 {
	font-size :16px;
	font-style : normal;
	font-weight : bold;
	color : #00008B;
}
.hidden {
	display:none;
}
.visible {
	display:visible;
}

/* Page setup */
#header {
	height: 41px;
	background-color: black;
	width: 100%;
}
#logo {
	background-image: url(../images/fansdirectlogo.gif);
	height: 41px;
	width: 206px;
	float: left;
}
#banner {
	float: right;
}
#content {
	clear: both;
}
#footer {
	font-size : 11px;
	font-style : normal;
	color : White;
	background-color: red;
	text-align: center;
}
#errorList {
	color: red;
}


/* registrationForm */
#registrationForm fieldset {
	float: left;
	margin-right: 5%;
	background-color: white;
	border: none;
	width: 45%;
	padding-left: 1em;
	background: transparent;	
}
#registrationForm legend {
	font-size : 14px;
	color: black;
	font-weight: bold;
	font-style: italic;
	position: relative;
	left: -8px;
}
#registrationForm label {	
	color: #ff6600;
	font-size : 14px;
	font-weight : bold;
}
#registrationForm label, 
#registrationForm label input, 
#registrationForm label select {
	display: block;
}
#registrationForm label #phoneCountry, 
#registrationForm #phoneArea, 
#registrationForm #phone, 
#registrationForm #faxCountry, 
#registrationForm #faxArea, 
#registrationForm #fax {
	display: inline;
}

#registrationForm #contactInformation {
	clear: both;
}

#registrationForm input, 
#registrationForm select {
	width: 100%;
}
#registrationForm form, 
#registrationForm select, 
#registrationForm button {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: .8em;
}
button {
	margin: .8em;
	font-size: 1.2em;
	font-weight: bold;
}
#registrationForm #phoneCountry, 
#registrationForm #phoneArea, 
#registrationForm #faxCountry, 
#registrationForm #faxArea {
	width: 19%;
}
#registrationForm #phone, 
#registrationForm #fax {
	width: 58%;
}
#registrationForm .hint {
	font-style: italic;
	font-size: smaller;
}
#registrationForm #buttons {
	margin-top: 2em;
}
#registrationForm #buttons button {
	font-size: 1.5em;
}
#registrationForm #compulsory {
	font-weight: bold;
	color: Red;
}
#chicagoBlowerLogo {
	position: relative;
	top: 1em;
	border: none;
}
#registrationOK, #bodyText {
	line-height: 2em;
	font-weight: bold;
	font-size: 1.2em;
}
