﻿/*
-------------------------------------------------------------------------------
Type		| Pantone code |	HEX value   | User friendly name
------------|--------------|----------------|----------------------------------
Primary  	| Pantone 187c |	#BF2F37		| Dark Red/Pink
------------|--------------|----------------|----------------------------------
Secondary	| Pantone 153c |	#D18814		| Dark yellow
------------|--------------|----------------|----------------------------------
Secondary   | Pantone 124c |	#EEB30E		| Yellow
------------|--------------|----------------|----------------------------------
Secondary   | Pantone 555c |	#006350		| Green/Dark-turquoise blue.
------------|--------------|----------------|----------------------------------
Secondary   | Pantone 5125c|	#644664		| Purple/Violet/Dark lavender
---------------------------|----------------|----------------------------------
*/
/*Generic page tags.*/

html 
{
  height: 100%;
}

body {
  height: 100%; 
  width : 98.5%;  
  font-family : Arial, Helvetica, sans-serif;
  font-weight : normal;
  background-color : Transparent;
  color: black;
  font-size : 9pt;
  margin : 0px;
  padding : 0px;  
}


/* Basepages */
.PgHdr
{
	padding : 0px;
	margin : 0px;
	height: 83px;
    background-color : #BF2F37;
    border-bottom : Solid 1px Black;
    clear : both;
}
.PgHdrNav
{
	height : 20px;
	vertical-align : text-bottom;
}
.PgHdrTop
{
	width : 236px;
	height : 18px;
}
.PgHdrBottom
{		
	width : 236px;
	height : 28px;
	background-image : url(/App_Common/Images/banner1.gif);
    background-repeat : no-repeat;
}
.PgHdrBanner
{
	float : left;
}
.PgHdrPresFlash
{
	float : right;
	width: 161px;
	height: 86px;
	background-color : White;
	background-image: url(/App_Common/Images/bannerPresFlash.gif);
	background-repeat: no-repeat;
}
.PgFtr
{
	
	text-align : center;
	font-size : x-small;
	position: relative;
	height :20px;
}
.PgFtr a:link, .PgFtr a:hover, .PgFtr a:visited, .PgFtr a:active
{
	color : #660000;
	text-decoration : none;
}
.PgNav
{
	width : 18%;
	float : left;
	padding : 0px;
	padding-top : 50px;
	margin : 0px;
	overflow : auto;
}
.PgContent
{
	/*overflow-x : hide;
	overflow-y : hide;*/
	margin : 0px;
	width : 79%;	
	height : auto;
	padding-top : 15px;
}
.PgContent2
{
	margin : 0px;
	width : auto;	
	height : auto;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 15px;
}
.PgContentArea
{
	padding : 0px;
	padding-top : 15px;
	margin : 0px;
	height : 100%;
}
.PgWizard
{
	padding-top : 20px;
	padding-bottom : 20px;
}
.PgWizButton
{
	width : 31%;
	float : left;
	text-align : center;
}

/*----- End Basepages-----*/


/* Labels */

.BoldText
{
	font-weight : bold;
}
.PageTitleText
{
	font-weight : bold;
	font-size : medium;
	color : #333333;
}
.ErrorText
{
	color : #D61111;
}

/*----- End Labels -----*/
