/* ###################################################
### Created By: Mike Scriber
### Date Created: December 3, 2004
### Company: Platinum Synergy Group Inc.
################################################### */

/* MAIN TAGS ###################################### */
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #164886;
	margin-top: 0px;
	background: #E4EAF3;
}
table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #164886;
}
table#White {
	background: #FFFFFF;
}
#divWhite {
	background: #FFFFFF;
}
hr {
	background-image: url('/images/horizontalRule.gif');
	background-repeat: repeat-none;
	height: 1px;
}
h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #164886;
}
h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #164886;
}

/* ############################################### */


/* HYPERLINKS #################################### */
a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #164886;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #C3CEDD;
	text-decoration: none;
}

a.footer:link, a.footer:active, a.footer:visited {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #164886;
	text-decoration: none;
}
a.footer:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #C3CEDD;
	text-decoration: none;
}
/* ############################################### */


/* BORDERS  ####################################### */
.mainBorder {
	border-left: 1px solid #164886;
	border-right: 1px solid #164886;
}
.loginBorder {
	border: 1px solid #164886;
}
/* ############################################### */


/* BACGKROUNDS #################################### */
.testimonials {
	background-image: url('/images/testimonialsSide.jpg');
	background-repeat: repeat-y;
}
.leftBarBG {
	background-image: url('/images/leftBarBG.jpg');
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
}
.bannerLeftBG {
	background-image: url('/images/bannerLeftBG.jpg');
	background-repeat: repeat-y;
}
.bannerBottomBlue {
	background-image: url('/images/bannerBottomBlue.jpg');
	background-repeat: repeat-x;
}
#loginBG {
	background-image: url('/images/loginBG.jpg');
	background-repeat: repeat-x;
}
.verticalBlue {
	background-image: url('/images/verticalBlue.jpg');
	background-repeat: repeat-y;
}
.loginTitle {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #4273AF;
	text-align: center;
}
.tableTitle {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #4273AF;
	text-align: center;
}
.packageTitle {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #164886;
	text-align: center;
}
.blueBG {
	background: #ECF1F5;
}
/* ############################################### */


/* FOOTER  ####################################### */
.mainFooter {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #164886; 
}
.footerBG {
	background-image: url('/images/mainFooter.jpg');
	background-repeat: repeat-x;
}
.red {
	color: #CE0000;
}
/* ############################################### */


/* INPUTS  ####################################### */
.input {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #164886;
	border: 1px solid #164886;
}
.invalid {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #CE0000;
	border: 1px solid #164886;
}
.login {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	color: #164886;
	border: 1px solid #164886;
	text-align: center;
	
	background-image: url('/images/inputBG.jpg');
	background-repeat: repeat-x;
}
.submitButton {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	color: #164886;
	background: #FFFFFF;
	border: 1px solid #164886;
}
.textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	color: #164886;
	background: #FFFFFF;
	border: 1px solid #164886;
}
.dropdown {
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	color: #164886;
	background: #FFFFFF;
	border: 1px solid #164886;
}
/* ############################################### */	