/* Style sheet for Text only version of gmu website */


body {	
	background-color	: #ffffff;
	font-family			: arial, sans-serif;;
	font-size			: 76%;
	line-height			: 1.5;
	margin				: 0px; 
}

/* -- LINKS -- */
a {	
	color				: #330000;
	text-decoration		: underline; 
}
a:hover	{
	text-decoration		: underline;
}

/* -- FONT -- */
div	{
	font-size			: 1em;
}

select, input, div#footer, div#menubar li, div#submenu li {
	font-size:0.9em; 
}

h1 {
	font				: bold 250% arial; 
}
h2 {	
	font				: bold 130% arial; 
}

h3 {
	font				: bold 120% arial; 
	margin-bottom		: 2px; 
}

h4 {
	font				: bold 110% arial; 
}

.errortext {
	color				: #FF0000;
}

.tablebg {
	background-color	: #F0F0F0;
	padding				: 2px;
}

.tablebglink:hover {
	background-color	: #000000;
	color				: #FFFFFF;
}

.tablebglink {
	padding				: 2px;
}

.footertext {
	background-color	: #F0F0F0;
	font-size			: 85%;
}

.footertext a:hover {
	background-color	: #F0F0F0;
	font-size			: 85%;
}

.mainHeading {
	border-top			: 1px solid #000000;
	border-bottom		: 1px solid #000000;
	text-transform		: lowercase;
}

.smlfootertext {
	background-color	: #F0F0F0;
	font-size			: 85%; 
}

.smlfootertext a:hover {
	background-color	: #F0F0F0;
	font-size			: 85%; 
}

/* -- Questionnaire style --*/
.questionnaireError {
	color					: #FF0000;
}

.questionnaireTextfield {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #000000;
	width					: 350px;
}

.questionnaireTextArea {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #000000;
	width					: 350px;
	height					: 40px;
}

.questionnaireButton {
	/*background-color		: #99DAEA;
	color					: #0081A0;
	border					: 1px solid #0081A0;
	cursor					: pointer;
	cursor					: hand;
	font-size				: 8pt;
	font-family				: arial,sans-serif;
	height					: 23px;*/
}

.questionnaireSelectList {
	background-color		: #FFFFFF;
	color					: #000000;
	border					: 1px solid #00458D;
}

/* -- COLOURS --*/
.theme1, .theme1 h3 a {	
	color				: #C60031;
}
.theme2, .theme2 h3 a {
	color				: #000066;
}
.theme3, .theme3 h3 a {
	color				: #CC0033;
}
.theme4, .theme4 h3 a {	
	color				: #003300;
}

.ButtonLinks {
	background-color	: white;
	color				: #0000FF;
	cursor				: pointer;
	font-family			: arial, sans-serif;;
	font-size			: 1em;
	text-decoration		: none;
	vertical-align		: baseline;
}

.ButtonLinksHover {	
	background-color	: white;
	color				: #0000FF;
	cursor				: pointer; 
	font-family			: arial, sans-serif;
	font-size			: 1em;
	text-decoration		: underline; 
	vertical-align		: baseline;
}

.heading {
	border-bottom			: 1px solid #000000;
	padding					: 6px 0px 6px 0px;
	text-transform			: uppercase;
}

.searchBanner {
	background-color		: #F0F0F0;
	color					: #000000;
	font-weight				: bold;
	padding					: 3px 5px 3px 5px;
}

