/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

p {
	padding: 0px;
	margin: 7px 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
#pageMess
{
    padding: 15px 0px;
    font-weight: bold;
    color: #F00;
    font-size: 1.2em;
}
.bold 
{
	font-weight: bold;
}
.noBold {
	font-weight: normal;
}
em {
	font-style: italic;
	overflow: visible;
	width: 100%;
}
.underline {
	text-decoration: underline;
}
.redText {
	color:#F00;
}
.redBg { background-color: #ff9892; }
.greenText { color: Green; }
.greenBg { background-color: #74ca49; }
.greenBgLight { background-color: #cff4bc; }
.greenBorderColor { border-color: #74ca49; }
.blueText { color: Blue; }
.blueBg { background-color: #a3cffe; }
.blueBgLight {background-color: #e8f3fe;}
.blueBorderColor { border-color: #a3cffe; }
.orangeBg { background-color: #fac588; }
.orangeBgLight {background-color: #faedde;}
.orangeBorderColor { border-color: #fac588; }
.grayText, tr.grayText td, tr.grayText th { color: #989898; }
.grayBg { background-color: #C7C8CA; }
.grayBgLight {background-color: #f1f3f5;}
.grayBorderColor { border-color: #C7C8CA; }

.largeText { font-size: 1.2em; }
.smallText {
	font-size: 0.8em;
}
.lightText {
    color:Silver;
}
/* you can use h2 and h3 for pageTitle and paragraphTitle */
h2 {
	font-weight: bold;
	font-size: 1.4em;
/*	color: #868585; */
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 7px 0px;
}
h4 
{
	font-weight: bold;
	font-size: 1.0em;
}
/* this class creates a double-spaced list */
.ds_lists li {
	margin-bottom: 1em;
}
.ss_lists li 
{
	margin-bottom: auto;
}
a:link {
	color: #0000ee;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #FF0000;
}
.addNewItemBtn { text-decoration: none; }
.addNewItem
{
    color: #fff;
    padding: 1px 6px 1px 20px;
    background: #0080ff url("../_images/addSymbol.gif") no-repeat center left;
    border: solid 1px #000;  
    text-decoration: none;
    font-weight: bold;
}
img {
	border: 0px;
}
.printOnly {
	display: none;
}
.pushRightMenu {
    float: right;
    padding-right:12px;
    clear: both;
}
.pushSubTitleRight {
    float: right; 
    text-align: right;
    width: 10%;
}
.pushTextRightWithPadding {
    width: 100%; 
    text-align: right; 
    padding: 0px 0px 12px 0px;
}
.pushRightSubMessage {
    float: right;
    padding-right: 12px;
    padding-top: 3px;
    clear: both;
    font-size: 0.8em;
}
.ddlLimit { width: 300px; }
.fltLeft { float: left; }
.fltRight { float: right; }
.whiteBkg { background-color: #FFF; }
#contentContainer .noBorder { border: none; }
/* creates a hanging indent, apply to the ul or ol tag */
.hangingIndent {
	list-style:none;
	padding: 8px 0px 0px 3.0em;
	margin: 0px;
	text-indent: -3.0em;
}

.forReader {
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: block;
}
/* alt method for pages where the header is taken up completely by the image, leaving no place for the 1px by 1px original forReader class */
.altForReader {
	position: absolute; /* Puts the text within the h1 way off screen so that visual users do not see it. */
	top: -10000px; /* Places the div off screen by giving it a negative top coordinate. */
}
#skipNav {
	position: absolute; /* Sets the div to be positioned in a precise spot in relation to its nearest postioned ancestor, or barring that, the body. Also removes it from the flow, so it will not push down the header image. */
	top: -10000px; /* Places the div off screen by giving it a negative top coordinate. */
}
/* table style for form input, for a two columnt table, where the first column is aligned to the right
	when creating the table, apply this class in the table tag and add <COLGROUP class="formC1"></COLGROUP> after the table tag */
.formInput {
	border: none;
	margin: 0px;
	width: auto;
}
.formInput td {
	padding: 5px;
	margin: 0px;
}

.formInput tr > td:first-child {
	text-align: right;
	padding-left: 15px;
}
.formC1 {
	text-align: right;
	padding-left: 15px;
}

/* two different styles for creating columns */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

/* newly added styles */
span.label {
	float:left;
	padding:1.5em 0px 0px 6px;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
}
span.noTopPad { padding-top: 0; }
.formLabels {
    margin: 15px 0px 3px 0px;
    font-weight: bold;
}
span.formw {
	clear: left;
	float:left;
	width:500px;
	text-align:left;
	vertical-align:bottom;	
	padding:3px 0px 3px 6px;	
}
.formElements {
    width: 80%;
    margin: 3px 0px;
}

div.spacer {
  clear: both;
  line-height:0px;
}
div.footerButtons {
	text-align: right;
	padding: 12px 24px 0px 0px;
	float: right;
	clear: both;
}
div.footerButtons input.saveButton, div.footerButtons input.cancelButton, div.footerButtons input.saveButtonLarge, div.footerButtons input.cancelButtonLarge {
	margin-bottom: 6px;
	clear: both;
	display: block;
}
#navLink a:link {
    color: #00e;
}
#navLink a:visited {
	color: #00e;
}
#navLink a:hover {
	color: #F00;
}

.saveButton {
    background-color:#99CCFF;
    font-weight:bold;
    width:300px;
}
.cancelButton {
    background-color:#d6e8fa;
    width:300px;
}

.saveButtonLarge {
    background-color:#99CCFF;
    font-weight:bold;
    width:335px;
}
.cancelButtonLarge {
    background-color:#d6e8fa;
    width:335px;
}

.zoom1 {
	Zoom: 1;
}

.genericLine td {
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: 1px solid #ededed;
}
.genericLine tr:last-child td {
    border-bottom: none;
}

.boxStyle {
    border: solid 1px #ededed;
	padding: 5px 10px 5px 14px;
	margin-right: 7px;
}
.sepLine {
    border: dotted 1px #ededed;
    margin: 10px;
}
.extraTablePadding {
    margin: 10px 0px;
}
table.generic, table.innerGeneric {
    width: 100%;
    border: none;
}
table.generic td, table.generic th {
    padding: 5px;
    vertical-align: top;
    border: none;
}
table.innerGeneric td, table.innerGeneric th {
    padding: 3px;
    vertical-align: top;
    border: none;
}
table.generic td.noPadding, table.innerGeneric td.noPadding {
    padding: 0px;
}
table.generic tr th {
	background: #C7C8CA; 	
	font-weight:bold;
	text-align: left;
}
table.innerGeneric tr th {
    /*background: #e8e8e8;*/
	font-weight:bold;
	text-align: left;
}
table.generic tr.altRow td, table.innerGeneric tr.altRow td {
    background-color:#F7F7F7;
}
table.generic td.noWrapIt, table.innerGeneric td.noWrapIt {
    white-space: nowrap;
}
.pageTbl td { background-color: #e8eaec; }
.pageTbl table { margin: auto auto; }
.pageTbl table td
{
	border: none;
	width: auto;
}
table tr.pageTbl > td:first-child, tr.pageTbl table tr > td:first-child {
    width: auto;
}
table.fakeHeader { border: none; width: 100%; }
table.fakeHeader td {
    background-color: #C7C8CA;
    border-bottom: 1px solid #000;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}
.extraImgPdg {
    margin: 0px;
}
.extraInnerDivPdg {
    padding: 7px;
}
.extraImgTextPdg {
    margin: 0px 7px 0px 0px;
}

.checkAllImgs {
    padding: 10px 0px 5px 7px;
}

a.lightButton
{
    background-color: #A9D4FF;
    cursor: pointer;
    float: none;
    display: inline-block;
    margin: 0px 0px 0px 3px;
    color: #000;
    border: solid 1px #595a5a;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 10px;
}
a.lightButton:hover {
    text-decoration: none;
    color: #000;
}

.page-break-before-always {
    page-break-before: always;
}