/*		File:			$URL: https://svn.cogstate.com/release/DataPoint/Trunk/src/css/calendar.css $
		Author:			$Author: dfraser $
		Revision:		$Revision: 5094 $
		Modified:		$Date: 2009-03-02 12:27:41 +1100 (Mon, 02 Mar 2009) $
		Description:	Calendar Style Sheet
*/

.clinicalSupport {
	background:	transparent url(/images/clinicaltrials.gif) no-repeat;
}

.researchSupport {
	background:	transparent url(/images/academic.gif) no-repeat;
}

.sportSupport {
	background:	transparent url(/images/sport.gif) no-repeat;
}

.workplaceSupport {
}

.imageSupport {
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
}

.clinicalSupport:hover {
}

.researchSupport:hover {
}

.sportSupport:hover {
}

.supportMainContent {
	clear: both;
}

.supportImages {
	clear: both;
	margin-top: 30px;
}

.supportFAQContent a, .supportMainContent a {
	font-weight: bold;
	color:#000000;
}

.supportFAQContent a:hover, .supportMainContent a:hover {
	font-weight: bold;
	color:#000000;
}

.supportFAQContent a:visited, .supportMainContent a:visited {
	font-weight: bold;
	color:#000000;
}



.requiredField {
	color: #CC0000;
	font-size:10px;
	font-weight: normal;
}

.form-field {
	background:#FFFFFF url(/images/form/text-bg.gif) repeat-x scroll 0 0;
	border:1px solid #B5B8C8;
	padding:1px 3px;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
}

.input-invalid {
	border:1px solid #DD7870;
}

.loadingIndicator {
	width: 18px;
	height: 18px;
	visibility: hidden;
}

.contentHeading
{
	font-size: 12px;
	font-weight: bold;
	color: #FF1300;
	padding-bottom:5px;
}

.supportFAQContent {
	clear: both;
	padding-top: 10px;	
}

.search-results {
	padding-top: 10px;
	height: 410px;
	overflow: auto;
}

.searchQuestion {
	font-weight: bold;
}

.searchAnswer {
	font-weight: normal;
	padding-bottom:10px;
	padding-top:2px;
}
