﻿/* Forward Factory v2 Default Print CSS Stylesheet v2.3.x */
/* Global Style */

body
{
	background: white;
	font-size: 12pt;
	font-family: Serif 
}
A:link
{
	text-decoration: underline;
	color: #3333cc;
	font-weight: bold;
}

A:visited
{
	text-decoration: underline;
	color: #3333cc;
	font-weight: bold;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #2C2CAD;
}

#mainfooter a:link:after, #mainfooter a:visited:after, .DBSMain a:link:after, .DBSMain a:visited:after, .ContentTitlePrint a:link:after, .ContentTitlePrint a:visited:after
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* Master Layout */

#maincontainer
{
	background: none transparent scroll repeat 0% 0%;
	width: 100%;
	height: auto;
}

#mainheader
{
	display:none;
}
.sidebarcontainer
{
	display: none;
}
.centrecontainer
{
	float: left;
	width: auto;
	height: auto !important;
}
.centrecontainertop
{
	display: none;
}
.centrecontainermiddle
{
	width: auto;
	height: auto !important;
	height: 465px;
	min-height: 465px;
}
.centrecontainerbottom
{
	display: none;
}

#mainfooter
{
	clear: both;
	width: 100%;
	text-align: center;
}

/* Container Layout */

.TopContainer
{
	display: none;
}

.CentreContainer
{
	display: none;
}

.BottomContainer
{
	width: 100%;
	height: auto !important;
	height: 100px;
	min-height: 100px;
}
.BottomHeader
{
	display: none;
}
.BottomCentre
{
	width: auto;
	height: auto !important;
	height: 100px;
	min-height: 100px;
}
.BottomFooter
{
	display: none;
}

/* default.aspx */

.ttlists
{
	width: auto;
	height: auto !important;
	font-size: 11px;
}
.ttlists li:hover
{
	background-color: #DADADA;
}
.ttlists ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.ttlistsheader
{
	background-color: #0ED916;
	background-image: url(  '../images/ff2default/FF2Default-GSTT_r2_c2.png' );
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
}
.ttlistsitem
{
	background-color: #EFEFEF;
	height: auto;
}

.ttlistsaltitem
{
	background-color: #E6E6E6;
	height: auto;
}
.ttlistsfooter
{
	background-color: #0ED916;
	background-image: url(  '../images/ff2default/FF2Default-GSTT_r3_c2.png' );
	background-repeat: no-repeat;
	text-align: right;
}

.DefaultBottomContainerSection
{
	float: left;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	width: 190px;
	padding: 3px;
}
.Defaultttlistsheader
{
	background-color: #0ED916;
	background-image: url(  '../images/ff2default/FF2Default-GSDefault_r2_c2.png' );
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
}
.Defaultttlistsfooter
{
	background-color: #0ED916;
	background-image: url(  '../images/ff2default/FF2Default-GSDefault_r3_c2.png' );
	background-repeat: no-repeat;
	text-align: right;
}

/* Search Results Settings (ff2search.aspx) */

.DBSMain
{
	width: 100%;
	text-align: left;
}
.DBSHeader
{
	display: none;
}
.DBSPager
{
	display: none;
}
.DBSRow
{
	display: none;
}

.ContentTitlePrint
{
	text-align: center;
}

/* Search Options */

.SearchOptionsMain
{
	width: 580px;
	text-align: center;
	padding: 5px;
}

.SearchOptionsHeader
{
	float: left;
	width: 150px;
}

.SearchOption
{
	float: left;
	width: 150px;
}

.SearchOptionsValidate
{
	width: 100%;
	padding-top: 5px;
}

.SearchOptionsValidateLeft
{
	float: left;
	width: 450px;
	text-align: center;
}

/* Rating */

.ratingStar
{
	font-size: 0pt;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(../images/ff2default/Star.png);
}

.emptyRatingStar
{
	background-image: url(../images/ff2default/emptyStar.png);
}

.savedRatingStar
{
	background-image: url(../images/ff2default/SavedStar.png);
}

