﻿html
{
	min-height: 100%;
	margin-bottom: 5px;
}

body
{
	font-size: 12px;
	font-family: "Lucida Grande" , Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
	height: 100%;
}

img
{
	border: none;
}

.copy
{
	font-size: 12px;
	font-family: "Lucida Grande" , Verdana, Arial, sans-serif;
	color: #606060;
	text-align: left;
}

.smallify
{
	font-size: 10px;
	font-family: "Lucida Grande" , Verdana, Arial, sans-serif;
}

.boldTitle
{
	font-size: 12px;
	font-family: "Lucida Grande" , Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

a img
{
	outline: 0;
}
/*
a:focus
{
	-moz-outline-style: none;
}
a:link, a:visited, a:active
{
	color: #505050;
	font-family: "Lucida Grande" ,Verdana,Arial,sans-serif;
	text-decoration: none;
	outline: none;
}
a:hover
{
	color: #202020;
	font-family: "Lucida Grande" ,Verdana,Arial,sans-serif;
	text-decoration: underline;
}*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear
{
	/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button
{
	background: transparent url('images/bg_button.gif') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	font: normal 12px arial, sans-serif;
	height: 26px;
	margin-right: 6px;
	padding-right: 17px; /* sliding doors padding */
	text-decoration: none;
	float: left;
	font-weight: bold;
}
a.button span
{
	background: transparent url('images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 16px;
	padding: 5px 0 5px 18px;
	text-decoration: none;
}
a.button:hover
{
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}
a.button:hover span
{
	background-position: bottom left;
	text-decoration: none;
}
a.button:active
{
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}
a.button:active span
{
	background-position: bottom left;
	text-decoration: none;
}
a.disabledButton
{
	background: transparent url('images/bg_disabledbutton.gif') no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	font: normal 12px arial, sans-serif;
	height: 26px;
	margin-right: 6px;
	padding-right: 17px; /* sliding doors padding */
	text-decoration: none;
	float: left;
	font-weight: bold;
	cursor:pointer;
}
a.disabledButton span
{
	background: transparent url('images/bg_disabledbutton_span.gif') no-repeat;
	display: block;
	line-height: 16px;
	padding: 5px 0 5px 18px;
	text-decoration: none;
}
a.disabledButton:hover
{
	background-position: bottom right;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}
a.disabledButton:hover span
{
	background-position: bottom left;
	text-decoration: none;
}
a.disabledButton:active
{
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
}
a.disabledButton:active span
{
	background-position: bottom left;
	text-decoration: none;
}
a.blueLink
{
	color: #0099D7;
	text-decoration: none;
	font-size: 12px;
}
a.blueLink
{
	color: #0099D7;
	text-decoration: none;
	font-size: 12px;
}
a.panelLink:link, a.panelLink:active, a.panelLink:visited
{
	border-style: none;
	padding: 1px 10px 0px 10px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	text-decoration: none;
	text-align: left;
}

a.panelLink:hover
{
	border-style: none;
	padding: 1px 10px 0px 10px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background-image: url('images/orangehover.jpg');
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	background-position: left bottom;
	text-decoration: none;
	text-align: left;
}

a.panelLinkSel:link, a.panelLinkSel:active, a.panelLinkSel:visited, a.panelLinkSel:hover
{
	border-style: none;
	padding: 1px 10px 0px 10px;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background-image: url('images/orangehover.jpg');
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	background-position: left bottom;
	text-decoration: none;
	text-align: left;
}
.blueLink:hover
{
	color: #F8B524;
	text-decoration: none;
	font-size: 12px;
}

.yellowLink
{
	color: #F8B524;
	text-decoration: none;
	font-size: 12px;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/* End hide from IE-mac */
.pnlPage
{
	width: 765px;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	margin-top: 25px;
	margin-bottom: 25px;
}
.pnlBigHeader
{
	background-image: url('images/header.gif');
	background-position: center top;
	background-repeat: no-repeat;
	width: 765px;
	height: 158px;
}
.pnlThinHeader
{
	background-image: url('images/thinheader.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width: 765px;
	height: 75px;
}
.pnlMain
{
	padding: 10px;
}
.pnlFooter
{
	background-color: #0099D7;
	width: 765px;
	height: 10px;
}
.pnlNavigation
{
	background-color: #0099D7;
	width: 765px;
	height: 30px;
	text-align: left;
}
.pnlSubNavigation
{
	background-color: #0099D6;
	width: 765px;
	height: 30px;
	text-align: right;
}
.rptbl
{
	background-image: url('images/gptl.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.rptbm
{
	background-image: url('images/gptm.png');
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 28px;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.rptbr
{
	background-image: url('images/gptr.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.gptl
{
	background-image: url('images/gptl.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.gptm
{
	background-image: url('images/gptm.png');
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 28px;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.gptr
{
	background-image: url('images/gptr.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.gpml
{
	background-image: url('images/gpml.png');
	background-position: right;
	background-repeat: repeat-y;
}
.gpmm
{
	background-image: url('images/gpmm.png');
	background-position: left bottom;
	background-repeat: repeat;
	padding: 10px 0px 0px 0px;
	width: 100%;
}
.gpmr
{
	background-image: url('images/gpmr.png');
	background-position: left;
	background-repeat: repeat-y;
}
.gpbl
{
	background-image: url('images/gpbl.png');
	background-position: right top;
	background-repeat: no-repeat;
}
.gpbm
{
	background-image: url('images/gpbm.png');
	background-position: top;
	background-repeat: repeat-x;
}
.gpbr
{
	background-image: url('images/gpbr.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.sbtl
{
	background-image: url('images/sbtl.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.sbtm
{
	background-image: url('images/sbtm.png');
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 28px;
	font-size: 10pt;
	color: #404040;
	font-weight: bold;
}
.sbtr
{
	background-image: url('images/sbtr.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.sbml
{
	background-image: url('images/sbml.png');
	background-position: right;
	background-repeat: repeat-y;
}
.sbmm
{
	background-image: url('images/sbmm.png');
	background-position: left bottom;
	background-repeat: repeat;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.sbmr
{
	background-image: url('images/sbmr.png');
	background-position: left;
	background-repeat: repeat-y;
}
.sbbl
{
	background-image: url('images/sbbl.png');
	background-position: right top;
	background-repeat: no-repeat;
}
.sbbm
{
	background-image: url('images/sbbm.png');
	background-position: top;
	background-repeat: repeat-x;
}
.sbbr
{
	background-image: url('images/sbbr.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.textBoxWatermark
{
	font-family: "Lucida Grande" , Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #BBBBBB; /*background-image: url('images/grayv32.jpg');*/
	background-repeat: repeat-x;
	background-position: top left;
}
.error
{
	color:#FF0000;
}

.modalBackground
{
	background-color: #909090;
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.masterPopUpClass
{
	padding: 10px;
	border: solid 1px #404040;
	background-color: #FFFFFF;
	z-index: 199;
}
.required
{
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #F8B524;
}

