/* MAIN */

html, body {
	margin: 0px;
	padding: 0px;
}

/* commented backslash hack v2 \*/
html, body, .fit-screen { height:100%; }
/* end hack */

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4E7CAF;
}

body {
	background-image: url(/public/fq/images/splash/bg.body.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

.fit-screen {
	height: 100%;
}

.small-text {
	font-size: 10px;
}

a {
	color: #477CA5;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #386B93;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}


/* BACKGROUNDS */

.header-left {
	background-image: url(/public/fq/images/splash/header.left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.header-right {
	background-image: url(/public/fq/images/splash/header.right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg-content {
	background-image: url(/public/fq/images/splash/bg.all-content.gif);
	background-repeat: repeat-y;
}

.already-member {
	background-image: url(/public/fq/images/splash/bg.already-member.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-right: 0px;
	height: 75px;
	padding-bottom: 10px;
	padding-left: 12px;
}

.already-member2 {
	background-image: url(/public/fq/images/splash/bg2.already-member.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-right: 0px;
	height: 75px;
	padding-bottom: 10px;
	padding-left: 12px;
}

.bg-view {
	background-image: url(/public/fq/images/splash/bg.view-presentation.jpg);
	background-repeat: no-repeat;
}

.content {
	padding: 15px;
	padding-right: 27px;
}

.detect {
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 0px;
}

.red {
	color: #9D080D;
	font-weight: bold;
}