/* Global styles */


td {
	font-family:Helvectia, Arial, sans-serif; 
	font-size:13px;
}
p {
	font-family:Helvectia, Arial, sans-serif; 
	font-size:13px;
	margin: 0 0 10px 0;
}

h1 {
	font-family:Helvectia, Arial, sans-serif; 
	font-size: 26px;
	color: #001f4f;
	margin:8px 0 6px 0;
}
h2 {
	font-family:Helvectia, Arial, sans-serif; 
	font-size:20px;
	color: #001f4f;
	margin:8px 0 6px 0;
}
h3 {
	font-family:Helvectia, Arial, sans-serif; 
	font-size:16px;
	color: #001f4f;
	margin:8px 0 6px 0;
}

/* used on details form */
h5 {
font-family:Verdana,Helvectia, Arial, sans-serif;
font-size: 11px;
margin: 8px 0 0;
font-weight: normal;
}

.bold { font-weight:bold; }

.required {
color:	#CC0000;
}

/* used in Admin area */
h6 {
font-family:Verdana,Helvectia, Arial, sans-serif;
font-size:11px;
margin:6px 0 0;
font-weight:bold;
}

textarea, input {
	font-family:Helvectia, Arial, sans-serif;
	font-size:14px;
}

input {width:190px;}

.formbuttons {
	font-family:Verdana, Helvectia, Arial, sans-serif;
	font-size: 12px;
}

/* Labels on the enter token form */
.label {font-weight:bold; font-size:12px; text-align:right; vertical-align:top}

.errormsg {
	color: #990000; 
	font-size:14px;
	padding:4px; 
	margin:10px 0; 
	border: 1px solid #CC0000; 
	background: #FEEAEA; 
	width:400px;
}

.userhint {color:#1B5D09; font-size:10px;}

ol li { margin-bottom: 2px; }
ol { margin-top: 0; }
ul li { margin-bottom: 2px; }
ul { margin-top: 0; }

a {color:#0066dd; text-decoration:underline}
a:hover {
	color: #669900;
	background-color: #E0F0C0;
	text-decoration: none;
}


/* Div that wraps the whole question, including the question, answers, buttons etc*/
.question{ padding:20px 10px 10px; }
.question input {width:15px;}

/* Just the question itself, in a span */
.qText{font-size:13px; padding-bottom:5px; display:block;}

/* All styles for multichoice question (answer selection area) */
.multichoice{font-size:14px;}

/* All styles for short answer question (answer selection area) */
.shortans{}
.shortans input, .shortans textarea{width:490px;}

/* Details form */
#signup { 
}
#signup input { width:210px;}
#signup .bday {width:80px; margin-right:5px;}
#signup .bmon {width:100px; margin-right:5px;}
#signup .rad {width:auto; margin-right:10px;}


/* *********************************** */
/* Below are used for admin area stuff */

a.adnavlink:active	{ color: #ffffff; font-family : arial; font-size : 9pt; font-weight: 300; text-decoration: none;}
a.adnavlink:link	{ color: #ffffff; font-family : arial; font-size : 9pt; font-weight: 300; text-decoration: none; }
a.adnavlink:visited	{ color: #ffffff; font-family : arial; font-size : 9pt; font-weight: 300; text-decoration: none;}
a.adnavlink:hover	{ color: #ffffff; font-family : arial; font-size : 9pt; font-weight: 300; text-decoration: none;}

.adnavbar {
	border: 1px solid #ececec; 
	cell-spacing: 0; 
	padding: 6; 
	background-color: #0a2b66;
}

#split {
	width: 380px;
	vertical-align: top;
}  /*double column layout */

/* The retrieve profile info table */
.retrieve {border:1px solid #ccc; border-spacing:0}
.retrieve td {font-size:10px; border-top:1px solid #ccc; padding:2px 4px}
.retrieve th {font-size:12px; background-color:#eee}

/* for FAQ */
.Q {
	font-family:Georgia, Times Roman, serif;
	font-size:16px;
	font-weight:bold;
	color: #669900;
	margin:8px 0 0 0;
}

.hint {color:#1B5D09; font-size:10px;}


/* *********************************** */
/* Below are used for page header/footers etc. Outside of main guts. */

.footer {
	font-family:Verdana, Helvectia, Arial, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
}







