
#reorderList li
{
	list-style: none;
	padding: 5px 25px;
	margin-top: 10px;
	background: #6666CC;
	width: 300px;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


BODY, TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

PRE {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}


A {
	text-decoration: none;
	font-weight: bold;
	color: #6687B5;
}

A:Visited {
	color: #6687B5;
}

A:Hover {
	color: #C00;
}

A.lftNavSectionOff {
	font-size: 12px;
	color: #000;
}

A.lftNavSectionOff:Visited {
	color: #000;
}

A.lftNavSectionOff:Hover {
	color: #C00;
}

A.lftNavSectionOn {
	font-size: 12px;
	color: #C63;
}

A.lftNavSectionOn:Visited {
	color: #C63;
}

A.lftNavSectionOn:Hover {
	color: #C63;
}

A.subNavLinkOn {
	color: #C63;
}

A.subNavLinkOn:Visited {
	color: #C63;
}

A.subNavLinkOn:Hover {
	color: #C63;
}

.tableHdr {
	padding: 5px 5px 5px 5px;
	background-color: #CCC;
	font-weight: bold;
	color: black;
}

.tableSubHdr {
	padding: 5px 5px 5px 5px;
	background-color: #EEE;
	font-weight: bold;
	color: black;
}

.tableOddRow {
	background-color: #F7F7F7;
}

.tableEvenRow {
	background-color: #FFF;
}

.whiteBkg {
	background-color: #FFF;
}

.formLine {
	padding: 0px 0px 0px 0px;
	background-color: #E7E7E7;
}

.mainNavOn {
	background-color: #F2F2F2;
}

.mainNavOff {
	background-color: #E7E7E7;
}

.subNavOff {
	line-height: 16px;
	visibility: hidden;
	display: none;
}

.subNavOn {
	line-height: 16px;
	visibility: visible;
	display: in-line;
}

.sub2NavOff {
	padding-left: 10px;
	line-height: 16px;
	visibility: hidden;
	display: none;
}

.sub2NavOn {
	padding-left: 10px;
	line-height: 16px;
	visibility: visible;
	display: in-line;
}

.sub3NavOff {
	padding-left: 10px;
	line-height: 16px;
	visibility: hidden;
	display: none;
}

.sub3NavOn {
	padding-left: 10px;
	line-height: 16px;
	visibility: visible;
	display: in-line;
}

.errorText {
	color: #CC141B;
	font-weight: bold;
	font-size: 10px;
}

.addNewPage {
	background: #E7E7E7;
	padding: 5px;
	border: 1px solid #6687B5;
	width: 150px;
}

#preHeaderLft {
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 20px;	
	width: 770px;
	height: auto;
	padding: 5px 5px 5px 5px;
}

#preHeaderRgt {
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 690px;
	width: 300px;
	height: auto;
	padding: 5px 5px 5px 5px;
}

#crumsHeader {
	font-weight: bold;
	background-color: #CCC;
	color: #000;
	padding: 15px 0px 15px 0px;
	text-indent: 15px;

	position: relative;
	top: 25px;
	left: 10px;
	width: 990px;
	height: auto;
}

#crumsHeaderTopLft { position: absolute; top: 0px; left: 0px; }
#crumsHeaderTopRgt { position: absolute; top: 0px; right: 0px; }
#crumsHeaderBtmLft { position: absolute; bottom: 0px; left: 0px; }
#crumsHeaderBtmRgt { position: absolute; bottom: 0px; right: 0px; }

#dynaNavigation {
	font-weight: bold;
	background-color: #E7E7E7;
	color: #000;
	padding: 15px 0px 14px 0px;
	
	position: relative;
	top: 35px;
	left: 10px;
	width: 160px;
	height: auto;
}

#dynaNavigationTopLft { position: absolute; top: 0px; left: 0px; }
#dynaNavigationTopRgt {	position: absolute; top: 0px; right: 0px; }
#dynaNavigationBtmLft { position: absolute; bottom: 21px; left: -10px; }
#dynaNavigationBtmRgt { position: absolute; bottom: 21px; right: 10px; }

#tableOutput {
	position: relative;
	width: 790px;
	height: auto;
}

#tableHdrTopLft { position: absolute; top: 0px; left: 0px; }
#tableHdrTopRgt { position: absolute; top: 0px; right: 0px; }

#dynaNavigationFtr {
	color: #999;
	text-align: center;
	
	position: relative;
	top: 35px;
	left: 10px;
	width: 160px;
	height: auto;
}

#dynaBody {
	position: absolute;
	top: 85px;
	left: 185px;
	width: 790px;
	height: auto;
	background-color: #FFF;
}

#dynaBodyHdr {
	font-size: 9pt;
	color: #C63;
	font-weight: bold;

	width: auto;
	height: auto;
}

#dynaPopUpBodyHdr {
	margin: 15px;
	font-size: 9pt;
	color: #C63;
	font-weight: bold;
	line-height: 20px;

	width: auto;
	height: auto;
}

#dynaBodyContent {
	margin: 15px;
	width: auto;
	height: auto;
}

#dynaBodyFtr {
	width: auto;
	height: auto;
}

.formFieldName, {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #000;
}

INPUT, SELECT, .formField {
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	line-height: auto;
}

.formButton {
	color: #000;
	background-color: #C0C0C0;
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
}

.formRequiredFields {
	color: #C00;
}

.inputbox {
	display: block;
	width: 180px;
	margin: 1px;
	padding: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	line-height: auto;
	border: 1px solid #CCC;
}

td .inputbox {
	width: auto;
}


/*Styles for Preview from the front end*/

P {
	margin-top: 0;
	margin-bottom: 0.8em;
}

#pageTitle {
	margin: 10px 0 10px 0;
}

#btmRowRgt {
	position: relative;
	float: right;
	background-color: #959BBC;
	color: #E2EEFA;
	font-size: 7pt;
	line-height: 9pt;
	width: 178px;
	height: 140px;
	margin-top: 5px;
	text-align: left;
}

#btmRowRgt DIV {
	padding: 10px 10px 10px 10px;
}

#btmRowRgt .more a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
}

#btmRowRgt .more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0px 0px 0px 0px;
}

.highlight {
	font-weight: bold;
	color: #334085;
}

#navAndBody {
	background-color: #FFF;
	background-image: url(../images/bodyContent_bkg.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
	color: #666;
	font-size: 8pt;
	line-height: 9pt;
	width: 740px;
}

#bodyContent {
	margin-left: 188px;
	margin-bottom: 0;
	height: 100%;
}

#bodyContent ul {
	list-style-type: disc;
	color: #BD5625;
	margin-top: 10px;
	margin-bottom: 0px;
}	

#bodyContent ul li span {
	color: #666;
}	

#bodyContent dl dt {
	font-weight: bold;
	margin-top: 0.8em;
}

#bodyContent dl dd {
	margin-top: 0.8em;
}

#bodyContent dl dd ul {
	margin: 0;
}

#bodyContent dl dd p {
	margin: 0.8em 0 0 0;
}

#navigation {
	float: left;
	width: 178px;
	color: #FFF;
}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	margin-left: 0;
}

#navigation ol {
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
}

#navigation ul li a {
	display: block;
	width: 178px;
	background: transparent url(../images/navbutton.gif) 10px 6px no-repeat;
	border-bottom: solid 1px #FFF;
	color: #808080;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation ul li.On {
	background: #959BBC;
	padding-bottom: 3px;
	border-bottom: solid 1px #FFF;
}

#navigation ul li a.On {
	background: #959BBC url(../images/navbutton_on.gif) 10px 6px no-repeat;
	border-bottom: solid 0px #FFF;
	color: #FFF;
}

#navigation ul li a.On:visited {
	color: #FFF;
}

#navigation ul li a.On:hover {
	color: #FFF;
	background-image: url(../images/navbutton_over.gif);
}

#navigation ul li a#contactus {
	border-bottom: solid 0px #FFF;
}

#navigation ul li a:visited {
	color: #808080;
}

#navigation ul li a:hover {
	color: #BD5625;
	background-image: url(../images/navbutton_over.gif);
}

#navigation ul li a div {
	padding: 3px 5px 3px 25px;
}

#navigation ol {
	background-color: #959BBC;
}

#navigation ol li.On {
	background: #959BBC;
	padding-bottom: 0;
	border-bottom: none;
}

#navigation ol li a {
	display: block;
	width: 100%;
	border-bottom: solid 0px #FFF;
	color: #E5E5E5;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}

#navigation ol li a:Visited {
	color: #E5E5E5;
}

#navigation ol li a:Hover {
	color: #FFF;
	background-image: none;
}

#navigation ol li a div {
	padding: 0px 5px 0px 30px;
}

#navigation ol li a.On {
	background: #959BBC url(../images/leftArrowBullet_blueOnWhite.gif) 17px 3px no-repeat;
	border-bottom: solid 0px #FFF;
	color: #FFF;
}

#navigation ol li a.On:visited {
	color: #FFF;
}

#navigation ol li a.On:hover {
	color: #FFF;
	background-image: url(../images/leftArrowBullet_blueOnWhite.gif);
	cursor: default;
}

#pendingURLBox {
	background: #F6ACBF;
	border: 2px dotted #D38297;
	padding: 5px;
}

#tabNavContainer {
	border-bottom: solid 1px #E7E7E7;
	width: 790px;
}

#tabNav a
{	
	color: #FFF;
	background: #6687B5 url("../images/admin/left-tabOff.gif") left top no-repeat;
	text-decoration: none;
	line-height: 1.75em;
	padding-left: 5px;
	border-right: 2px solid white;
}

#tabNav a span
{
	background: url("../images/admin/right-tabOff.gif") right top no-repeat;
	padding-right: 5px;
}

#tabNav a, #tabNav a span
{
	display: block;
	float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#tabNav a, #tabNav a span
{
	float: none;
}
/* End IE5-Mac hack */

#tabNav a:hover
{
	color: #fff;
	background: #6687B5 url("../images/admin/right-tabOn.gif") left top no-repeat;
	text-decoration: none;
	line-height: 1.75em;
	padding-left: 5px;
}

#tabNav a:hover span
{
	background: url("../images/admin/left-tabOn.gif") right top no-repeat;
	padding-right: 5px;
}

#tabNav a.On
{
	color: #fff;
	background: #C63 url("../images/admin/right-tabOn.gif") left top no-repeat;
	text-decoration: none;
	line-height: 1.75em;
	padding-left: 5px;
	cursor: default;
}

#tabNav a.On span
{
	background: url("../images/admin/left-tabOn.gif") right top no-repeat;
	padding-right: 5px;
}

#tabNav a.Disabled
{
	color: #fff;
	background: #CCC url("../images/admin/right-tabOn.gif") left top no-repeat;
	text-decoration: none;
	line-height: 1.75em;
	padding-left: 5px;
	cursor: default;
}

#tabNav a.Disabled span
{
	background: url("../images/admin/left-tabOn.gif") right top no-repeat;
	padding-right: 5px;
}

ul#tabNav
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#tabNav li
{
	float: left;
	margin: 0;
	padding: 0;
}

