/* ============ SPECTRAQEST QEST PORTAL ============ */

/* 
 *  GLOBAL TYPOGRAPHY STYLESHEET
 *
 *  COMMENCED 8 July 2009
 *	DESIGNER: Thomas Bland Design http://www.thomasbland.com.au
 *  COPYRIGHT 2009 SpectraQEST
 *
*/

/* ============ TABLE OF CONTENTS ============ 
 *
 * 	*1 MAIN TYPE DECLARATIONS
 * 	*2 LINKS
 *  *3 AREA-SPECIFIC STYLES
 *
*/

/* ============ *1 MAIN TYPE DECLARATIONS ============ */

body {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	line-height: 1.4em;
	color: #303030;
	font-size: 12px;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.4em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1.3em;
	padding-bottom: 0.5em;
}

h4 {
	padding-bottom: 0.5em;
}

dt, dd {
	float: left;
	line-height: 1.6em;
}

dt {
	clear: both;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	width: 100px;
}

p {
	padding-bottom: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

textarea {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	resize: none; /* remove resize handle in Safari */
}


/* ============ *2 LINKS ============ */

a {
	color: #008ad7;
	padding: 3px 0;
}

a:visited {
	color: #008ad7;
}

a:hover { 
	color: #FFF;
	background-color: #008ad7;
}

/* ============ *3 AREA-SPECIFIC STYLES ============ */

/* ============ HEADER ============ */


div#title {
	color: #fff;
}

div#LoginDisplay p {
	color: #fff;
	padding-right: 5px;
}

div#header div#LoginDisplay label {
	color: #ddd;
}

span.UserName {
	font-weight: bold;
}


/*HORIZONTAL*/
/*
div#search form input#q, div#HeaderLogin div#username input, div#HeaderLogin div#password input {
	font-size: 1.2em;
}
*/

div#search p {
	text-align: right;
}

div#search p a {
	clear: both;
	margin-right: 70px;
	margin-top: 0px;
	padding: 0px 5px 0px 0px;

}

div#header a:link, div#header a:visited {
	color: #ddd;
	text-decoration: none;
}

div#header div#ForgottenPassword a {
	text-transform: none;
	
}

/* ============ NAV TABS ============ */

div#menucontainer ul li a {
 	font-size: 1.2em;
 	padding: 0.75em 0;
	margin-right: 5px;
	background-color: #414246;
	color: #fff;
	width: 120px;
	display: block;
	text-align: center;
	border-top: 3px solid #92959D;
	text-transform: uppercase;
	font-size: 0.9em;
}

div#menucontainer ul li a, div#menucontainer ul li a:visited  {
	text-decoration: none;
}

div#menucontainer ul li a:hover {
	background-color: #0093d7;
	color: #fff;
}

div#menucontainer ul li a.current {
	color: #0093d7;
	font-weight: bold;
	background-color: #fff;
	border-top: 3px solid #0093d7;
}

/* ============ FOOTER ============ */

div#footer, div#footer a
{
    color: #ccc;
}

div#footer a:hover {
	background-color: #202020;
}

div#footer ul li a {
	color: #eee;
	padding: 0px 10px;
	border-right: 1px solid #aaa;
}

div#footer ul li.last a {
	border-right: none;
}

div#copyright {
	float:right;
	text-align: right;
}
div#copyright p 
{
    padding-bottom: 5px;
}
#copyright-sq-logo 
{
    width:24px; 
    height:24px; 
    display:block;
    float:left;
    margin: -4px 6px -4px 0px;
    background: url(images/sq_24x24.png) top center no-repeat;
}
#linkcontainer
{
    float:left;
}
#footer-version {
	padding: 10px;
	font-size: 0.7em;
	float: left;
}



