﻿* {
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper {
	width:825px;
	margin:5px auto;
	border:solid 1px #69081b;
}
#header {
	background:#69081b url(images/banner.jpg) no-repeat center bottom;
	height:135px;
	font-size:0;
	padding-top:15px;
}
.clearBoth {
	font-size:0;
	height:1;
	display:block;
	clear:both;
	padding:0;
	margin:0;
}
ul {
	list-style:none
}
ol {
	list-style:none
}
a {
color:#960606;	
text-decoration:underline;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
#headerNav {
	background:#69081b;
	padding: 20px 5px 0;
}
#topLink {
}
#topLink li a {
	display:inline;
	margin-right:10px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
}
#tabNav {
	float:right;
	padding-right:5px;
}
#tabNav li {
	float:left;
}
#tabNav li a, #tabNav li a span{
	display:block;
	background:url(images/tabBg.gif) no-repeat left top;
	padding-left:15px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#tabNav li a span {
	padding:3px 15px 2px 0;
	background:url(images/tabBg.gif) no-repeat right top;
}
#contentPanel {
	padding:5px;
		min-height:400px
}
#footer {
	background:#69081b;
	height:20px;
	font-size:11px;
	padding:2px;
	color:#FFFFFF;
}
.style1 {
    font-size: 20px;
	color: #808080;
}
.style2
{
   font-size: 14px;
   	color: #808080;
   	font-weight:bold;
}
.style3
{
   font-size: 13px;
   	color: #808080;
}
.style4 {
	color: #FFFFFF;
	font-size: large;
}
.style5 {
	color: #808080;
	font-size: xx-small;
}
.style6 {
	text-align: center;
}
.style7 {
	font-size: x-small;
	color: #757575;
}
.style8 {
	font-size: x-small;
}
.style9 {
	color: #757575;
}
.required {
	color:#FF0000;
	font-size:15px;
	font-weight:bolder;
}
.fieldHeading{
	color:#000000;
	font-size:13px;
	font-weight:bold;
}

.items {
    font-size: 12px;
    color: #000000;
    padding: 0px 0px 0px 2px;
    text-transform:uppercase;
}

.itemCats {
	font-size:13px;
	font-weight:bold;
}

.items-heading
{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #4a9400;
    letter-spacing: .2em;
    text-align: center;
}
.items-footer
{
    font-size: 12px;
    color: #FFFFFF;
    background-color: #4a9400;
    letter-spacing: .1em;
    text-align: center;
}

	
.gradient {
	background:url(images/bgGradient.jpg) top left repeat-x; 
	height:28px;
	border:1px #A4A2A3 solid;
}

.gradientTwo {
	background:url(images/gradient2.gif) top left repeat-x; 
	height:22px;
	border:1px #A4A2A3 solid;
}
/* -- Grid -- */
.gridNoBorder
{
	font-size: 11px;
}
.gridNoBorder td{
	padding: 3px 3px 3px 5px;
}
.gridNoBorder a:link, .gridNoBorder  a:visited, .gridNoBorder  a:active, .gridNoBorder a:hover{

	font-size: 11px; 
	COLOR: #888; 
	text-decoration:none;
	padding:2px 0px 0px 0px;
	font-weight:normal;
}

.grid {
	font-size: 11px;
	border: solid 1px #A4A2A3;
}

.grid td{
	border:1px #A4A2A3 solid;
	padding: 3px 3px 3px 5px;
}

.grid td{
	border:1px #A4A2A3 solid;
}

.grid a:link, .grid  a:visited, .grid  a:active, .grid a:hover{

	font-size: 11px; 
	COLOR: #333; 
	text-decoration:underline;
	padding:2px 0px 0px 0px;
	font-weight:normal;
}

.grid a:hover  {
	COLOR:#000; 
	text-decoration: none;
}

tr.gridheader {
	font-weight: bolder;
	font-size: 12px;
	height: 30px;
	vertical-align: middle;
	background:#BFC0C2 url(images/bgGradient.jpg) 0 -1px repeat-x;
	color: #333;
	text-decoration: none;
}

tr.gridheader A:link, tr.gridheader  A:visited, tr.gridheader A:active, tr.gridheader A:hover{
	font-weight: bolder;
	font-size: 12px; 
	COLOR: #333; 
	text-decoration: underline;
	padding:2px 0px 0px 0px;
}

tr.gridheader A:hover, tr.gridheaderWizard A:hover  {
	COLOR: #000; 
}

tr.gridaltrow {
	background-color: #EEEEEE;
}

.grid .selected {
	background:#ffbf00;
}


tr.gridaltrowwhite {
	background-color: #ffffff;
}

.gridpager {
	font-size: 11px;
	height: 20px;
	font-weight:normal;
}

.gridpager A:link, .gridpager  A:visited, .gridpager  A:active, .gridpager A:hover {
	font-weight: normal;
	font-size: 11px; 
	COLOR:#333; 
	text-decoration: none;
	padding:2px 0px 0px 0px;
}

.gridpager A:hover, .gridpagerWizard A:hover  {
	COLOR:#000; 
	text-decoration: underline;
}
/* End Grid */
.msg
{
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	padding:5px;
}
.balloon {
	background-color:#EEEEEE;
	font-size:12px;
	width:200px;
	border:solid 1px #999999;
	padding:5px;
}
input {
 font-size:12px;
}
select {
 font-size:12px;
}

.tabSmall a:link, .tabSmall a:visited, .tabSmall a:active, .tabSmall a:hover {	
	font:normal 10px/21px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	float:left;
	width:119px;
	height:19px;
	overflow:hidden;
	text-align:center;
	color:#000;
	background:url(images/tabsSmall.gif) 0 -57px no-repeat;
}	

.tabSmall a:hover{
	font:normal 10px/21px Arial, Helvetica, sans-serif;	
	background:url(images/tabsSmall.gif) 0 -19px no-repeat;
	color:#FFF;
}

.tabSmall a.selected:link, .tabSmall a.selected:visited, .tabSmall a.selected:active, .tabSmall a.selected:hover 
{
	font:bold 10px/20px Arial, Helvetica, sans-serif;	
	color:Orange;
	background:url(images/tabsSmall.gif) 0 -38px no-repeat;
}
.stepsTab{	
	text-align:center;
	height:35px;
	font-weight:bold;
	font-size:13px;
	line-height:24px;
	vertical-align:bottom;
	color:#FFF;
	background:url(images/wizTabRoll.png) no-repeat top left;
	background-position:bottom;
}	

.stepsTabSelected {
	color:Orange;
	text-align:center;
	height:35px;
	font-weight:bold;
	font-size:13px;
	line-height:27px;
	vertical-align:bottom;
	background:url(images/wizTabRollSelected.png) no-repeat top center;
}

/* +++++ GREY SIDES ++++++ */
.greyOutSide
{
	border-left:#F9F9F9;
	border-right:#F9F9F9;
}

.greyOutSideB
{
	border-left:#F9F9F9;
	border-right:#F9F9F9;
	
	border-bottom:#F9F9F9;
}

.greySides
{
	border-left:1px #A4A2A3 solid;
	border-right:1px #A4A2A3 solid;
}

.greySidesB
{
	border-left:1px #A4A2A3 solid;
	border-right:1px #A4A2A3 solid;
	border-bottom:1px #A4A2A3 solid;
}

.greySidesLt
{
	border-left:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;
}

.greySidesLtB
{
	border-left:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;
	border-bottom:1px #e5e5e5 solid;
}
/* +++ END GREY SIDES ++++ */

.imgButton
{
	background:url(images/buttonBg.png) bottom left no-repeat;	
	BORDER:0px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	margin:0;padding:0px;
	display:block;
	height:20px;
	width:118px;
	font-size:11px;
	line-height:2em;
	text-align:center;
	vertical-align:middle;
}
.imgButton input{
		background:url(buttonBg.gif) bottom left no-repeat;
	}