/* ===============================================================
    CSS STYLES FOR PORTAL http://demo.olbfcs.com/1stFCS/ - Default
    v4.0, 10/2010
   ===============================================================
*/

/* ____________ PAGE HEADER ______________________ */

table.HeadBg {
	background-color: #000;
	background-image: url(/1stFCS/uploads/header_logo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
}
/* 1st row of HeadBg table - Site Links at extreme top-right of header */
td.SiteLink {
	height: 42px;
	padding: 0 50px 0 10px;
}
A.SiteLink:link, A.SiteLink:visited, A.SiteLink:hover {
	color: #FFF;
	font: normal 12px Verdana, Arial, sans-serif;
	text-decoration: none;
}
A.SiteLink:hover {
	text-decoration: underline;
}
.Accent {
	color: #BBB;
	font-weight: bold;
}
/* 2nd row of HeadBg table */
tr.welcomeHeadBg {
	margin: 0;
	padding: 0;
	display: none;
}
/* Header logo in 3rd row (Header_trNav) of HeadBg table */
td#Header_logo {
	background-color: #FFF;
 	background-image: none;
	display: none; 
}
.tagLine {
	display: none;
}
/* Admin Configuration bar */
#trAdmin td, #trAdmin select {
	font-size: 11px;
	white-space: nowrap;
}
/* ____________ END PAGE HEADER __________________ */

/* ____________ PAGE BACKGROUND __________________ */
/* Background color for the content part of the pages; images in background display in "Design View" */
body {
	margin: 0;
	background-color: #FFF;
	background-image: none;
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
}
table.tableContent, .tableMain {
	display: block;
}
/* LEFT Pane Navigation */
#tdNavigation {
	padding: 10px 5px;
	background-color: #FFF;
	border-right: 0 solid #FFF;
}
/* LEFT Pane */
td#tdLeftPane {
	width: 0;
	height: 100%;
	padding: 8px 0 0 0;
	background-color: #FFF;
	border-right: 0 solid #FFF;
}
/* LEFT PANE Content */
td#LeftPane {
	width: 170px;
	height: 100%; 
	padding: 0;
	border-right: 0 solid #FFF;
}
/* CENTER PANE */
td#ContentPane { 
	height: 350px;
	padding: 10px 5px 0;
	display: inline;
}
/* RIGHT Pane - the Right Pane is located at the bottom of the page */
#RightPane {
	padding: 10px 5px 0;
	border-left: 0 solid #DDD;
}
/* Background/Border colors for the selected (.PageBg) & unselected (.OtherPagesBg) pages */
.PageBg, OtherPagesBg {
	background-color: #FFF;
	border-color: #FFF;
}
/* ____________ END PAGE BACKGROUND ______________ */

/* ____________ PAGE FOOTER ______________________ */

td.Footer {
	padding: 0 5px 5px 5px;
	color: #777;
	font-size: 10pt; 
	vertical-align: bottom;  
}
.Footer a:link, .Footer a:visited, .Footer a:hover {
	color: #777;
	text-decoration: underline; 
}
a.Footer:hover {
	color: #444;
	text-decoration: none;
}
p.copyright {
	display: none; 
}
/* ____________ END PAGE FOOTER __________________ */

/* ____________ ACCOUNT LOGIN ____________________ */

.AccountLogin {
	color: #000;
}
/* Sign In & Register links */
a:link.AccountLogin, a:visited.AccountLogin, a:hover.AccountLogin {
	text-decoration: underline;
}
/* ____________ END ACCOUNT LOGIN ________________ */

/* ____________ MAIN NAVIGATION __________________ */

#Header_trNav {
	min-height: 40px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	white-space: nowrap;
}
.mainNav {
	height: 40px;
	padding-top: 10px;
}

/* 2-LEVEL Navigation styles */
/* "Row 1" (r1) & "Row 1 Selected" (r1S) - 1st level main navigation */
/* "Row 2" (r2) & "Row 2 Selected" (r2S) - 2nd level sub navigation  */
div.n2r1 table, div.n2r2 table {
	margin: 0;
	padding: 0;
}
div#n2r1 {
	width: 100%;
	line-height: 20px;
	background-color: #639a31;
}
div#n2r2 {
	width: 100%;
	height: 20px;
	background-color: #c6db84;
	border-top: 1px solid #639a31;
}
td.n2r1Bg, td.n2r1Sbg, td.n2r2Bg, td.n2r2Sbg {
	font: normal 10pt 'Trebuchet MS', Verdana, Arial;
	cursor: pointer;
}
td.n2r1Bg {
	background-color: #639a31; 
}
td.n2r1Sbg {
	background-color: #c6db84;
}
a.n2r1L, a.n2r1SL {
	padding: 2px 14px;
	background-color: transparent;
	line-height: 20px;
}
a.n2r1L, a.n2r1SL, a.n2r2L, a.n2r2SL {
	margin: 0;
}
a.n2r1L {
	background-color: #639a31;
}
a.n2r2L {
	background-color: #c6db84;
}
a.n2r1L:link, a.n2r1L:visited, a.n2r1L:hover {
  	color: #F0F0F0;
	text-decoration: none;
}
a.n2r1SL:link, a.n2r1SL:visited, a.n2r1SL:hover {
	background-color: #c6db84;
	color: #F0F0F0;
	font-weight: bold;
	text-decoration: none;
}
a.n2r2L:link, a.n2r2L:visited, a.n2r2L:hover,
a.n2r2SL:link, a.n2r2SL:visited, a.n2r2SL:hover {
	padding: 1px 14px;
	line-height: 19px;
	color: #1C2428;
	text-decoration: none;
}
a.n2r2SL, a.n2r2SL:link, a.n2r2SL:visited, a.n2r2SL:hover {
	background-color: #FFF;
	font-weight: bold;
}
/* END 2-LEVEL Navigation styles */

/* Static Links styles - edit text within the Footer */
.staticHdrLogo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.staticHdrBorder {
	position: absolute;
	top: 39px;
	left: 0;
	z-index: 10;
}
div.staticHdrBorder {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 2px solid #BBB;
}
.staticLinksOLB, #staticLinksOLB {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 100%;
	text-align: right;
	z-index: 3;
}
.staticLinks a:link, .staticLinks a:visited, .staticLinks a:hover {
	padding: 0 20px;
	color: #FFF;
	font: 900 12px Verdana, Arial, sans-serif;
	text-decoration: none;
}
span.staticLinks {
	padding-right: 10px;
	text-align: right;
	white-space: nowrap;
}
/* STATIC LINKS styles END */
/* Header logo td at end of Navigation bar */
td#Header_logo {
 	background-image: none;
	display: none;
}

/* ____________ END MAIN NAVIGATION ______________ */

/* ____________ GENERAL __________________________ */

/* Module Title */
.Head {
	color: #1C2428;
	font: normal 12pt Verdana, Arial; 
}
/* Subtitles on content-edit and Admin pages */
.SubHead {
	color: #639a31;
	font-weight: bold;
}
.SubSubHead {
	font-weight: bold;
}
/* Default text styles used by most modules */
P, LI, TD, .Normal, .Message, input, textarea, select {
	color: #1c2428;
	font: 11px Verdana, Arial, sans-serif; 
}
input, textarea, select, option {
	margin: 0;
	padding: 1px;
	border-collapse: collapse; 
	font-size: 11px;
}
.screenTitle {
	margin: 0;
	color: #1c2428;
	font: bold 17px 'Trebuchet MS', Verdana, Arial;
}
.screenInfo {
	width: 98%;
	height: 40px;
	margin: 0;
	padding: 2px;
	color: #300;
	font: normal 11px Verdana, Arial, sans-serif;
	text-align: left;
	overflow: auto;
	display: inline-block;
}
.disabledField {
	background-color: #EEE;
	color: #666;
	font: normal 11px Verdana, Arial;
}
.NormalTextBox {
	font-size: 11px;
	font-weight: normal;
}
/* Error Message */
.NormalRed {
	color: #F30;
	font-weight: bold;
}
.NormalBold {
	font-weight: bold;
}
/* Default Command Button and Link styles */
.CommandButton, A.CommandButton:link, A.CommandButton:visited {
	color: #1c2428;
	font-size: 11px;
	text-decoration: underline;
}
A.CommandButton:hover {
	color: #BBB;
}
A:link, A:visited {
	color: #1C2428;
	text-decoration: underline;
}
A:hover {
	color: #639a31;
	text-decoration: none;
}
#blue_links { }
a.blue_links, a.blue_links:active, a.blue_links:visited {
	color: #1A7AB6;
	text-decoration: underline;
}
a.blue_links:hover {
	color: #1A7AB6;
	text-decoration: none;
}
#green_links { }
a.green_links, a.green_links:link, a.green_links:active, a.green_links:visited {
	color: #639a31;
	text-decoration: underline;
}
a.green_links:hover {
	color: #639a31;
	text-decoration: none;
}

BLOCKQUOTE, PRE {font-family: Lucida Console, monospace;}
UL LI {list-style-type: disc;}
UL LI LI {list-style-type: circle;}
UL LI LI LI {list-style-type: square;}
OL LI {list-style-type: decimal;}
OL OL LI {list-style-type: lower-alpha;}
OL OL OL LI {list-style-type: lower-roman;}
HR {
	height: 1pt;
	color: #DDD;
	text-align: left;
	display: none;
}
TFOOT, THEAD {
	color: #639a31;
}
.row0 {
	font-weight: normal;
	color: #000;
	background-color: transparent;
	vertical-align: bottom;
}
.row1 {
	background-color: #e9f0f6;
}
.row2 {
	background-color: #FFF;
}
.pnlContent {
	text-align: left;
}
#RightPane .pnlContent {
	position: relative;
	width: 970px;
	height: 111px;
	margin: 0;
	padding: 0;
	display: block;
}
DIV#RightPaneContent {
	position: absolute;
	width: 970px;
	height: 95px;
	margin: 0;
	padding: 10px 0 20px 0;
	overflow: hidden;
	display: block; 
}
/* ____________ END GENERAL ______________________ */

/* ____________ WELCOME PAGE _____________________ */

.welcomeLogOnTime {
	width: 100%;
	color: #F30;
	font: normal 11px Verdana, Arial, sans-serif;
	vertical-align: top;
}
table.tblLeftPane th {
	padding: 0;
	background-color: #ccccda;
}
td.leftpaneLinks {
	padding: 5px;
}
td.leftpaneLinks, td.leftpaneLinks A {
	color: #1A7AB6;
	font-size: 11px;
}
.welcomePgText {
	margin-left: 0;
	padding-left: 10px;
	color: #1c2428;
	font: bold 14px 'Trebuchet MS';
}
.welcomePgFooter {
	color: #1C2428;
	font: normal 11px 'Trebuchet MS';
}
span.PrivacyLink {
	width: 100px; 
	padding-right: 20px; 
	text-align: right;
	display: block;
	float: right; 
}
a.PrivacyLink:link, a.PrivacyLink:visited, a.PrivacyLink:hover {
	color: #1A7AB6;
	font: 11px 'Trebuchet MS';
	text-decoration: underline; 
}
/* Messages and Alerts */
#message_alert_body {
	font-family: 'Trebuchet MS';
}
.broadcast-p {
	font-size: .65em;
}
.message_alert_messages {
	width: 100%;
	margin: 0 auto;
	background: url(/1stFCS/uploads/sbbody-r.gif) no-repeat bottom right;
	color: #1c2428; 
	font-weight: normal;
}
.message_alert_boxhead {
	margin: 0;
	padding: 0;
	background: url(/1stFCS/uploads/sbhead-r.gif) no-repeat top right;
	text-align: center;
}
.message_alert_boxhead h2 {
	margin: 0;
	padding: 22px 30px 5px;
	background: url(/1stFCS/uploads/sbhead-l.gif) no-repeat top left;
	color: #1c2428; 
	font-weight: bold; 
	font-size: 1.3em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0 2px 5px;
}
#alertsParentDiv {
	margin: 0 auto;
	width: 100%; 
	background: url(/1stFCS/uploads/sbbody-r.gif) no-repeat bottom right;
	color: #1c2428; 
	font-size: 100%;
	font-weight: normal;
}
.message_alert_inner_div {
	width: 80%;
	margin: 0;
	padding: 5px 30px 31px;
	background: url(/1stFCS/uploads/sbbody-l.gif) no-repeat bottom left;
	color: #1a7ab6; 
	font-size: 10px;
	font-weight: bold; 
	overflow: hidden;
}
.message_alert_inner_div a {
	color: #1a7ab6; 
	font-size: 10px;
	font-weight: bold; 
}
/* End Messages and Alerts */
/* ____________ END WELCOME PAGE _________________ */

/* ____________ BUTTONS __________________________ */

.btnSubmit,
.btnSubmit_Mouseover {
	height: 20px;
	margin-left: 3px;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}
.btnMoveSelection,
.btnMoveSelection_Mouseover {
	height: 18px;
	margin: 2px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.btnEnvFilterValues,
.btnEnvFilterValues_Mouseover {
	width: 14px;
	height: 17px;
	margin: 0;
	font-size: 8px;
	text-align: center;
	vertical-align: top;
}
.btnEnable_Mouseover,
.btnSubmit_Mouseover,
.btnMoveSelection_Mouseover,
.btnEnvFilterValues_Mouseover {
	font-weight: bold;
}
.btnEnable,
.btnDisable,
.btnSubmit,
.btnMoveSelection,
.btnEnvFilterValues,
.btnEnable_Mouseover,
.btnSubmit_Mouseover,
.btnMoveSelection_Mouseover,
.btnEnvFilterValues_Mouseover {
	padding: 1px;
	background: url(/1stFCS/uploads/btnGreenBg.gif) repeat;
	border-style: solid;
	border-width: 1px;
	color: #1c2428;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	z-index: 10;
}
A.btnEnable, A.btnDisable {
	padding: 1px 5px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
A.btnEnable {
	color: #1c2428;
}
A.btnDisable {
	background-image: url(/1stFCS/uploads/btnGreenBg_d.gif); 
	border: 1px solid transparent;
	color: #777;
}
/* ____________ END BUTTONS ______________________ */

/* ____________ TABLES ___________________________ */

legend {
	color: #1c2428;
	font-size: 12px;
}
.spacer TD {
	font-size: 1px;
	line-height: 1px;
}
.noBorder {
	border: 0;
}
.disableField {
	background-color: #EEE;
	color: #666;
	font: 11px Verdana, Arial;
}
#disableIcon {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	z-index: 1;
}

/* SUMMARY TABLE styles BEGIN */
#tblSummaryScroll {
	background-color: #FFF;
	overflow-x: auto;
	overflow-y: scroll; 
}
#tblSummaryHScroll {
	background-color: white;
	width: 970px;
	overflow-x: auto;
	overflow-y: hidden; 
}
.tblSummary {
	margin: 0;
	padding: 0;
	border: 0 solid #AEAEAD;
	border-top-width: 0;
	table-layout: fixed;
	z-index: -1;
}
.tblSummaryBg {
	background-color: #FFF;
	border: 1px inset #AEAEAD;
	display: inline;
}
.tblSummaryIconBar {
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border: 0 solid #AEAEAD;
	border-top-width: 0;
	border-bottom-width: 0;
}
.tblSummaryIconBarDate {
	color: #639a31;
	font: bold 11px Verdana, Arial, sans-serif;
}
.tblSummaryIconBarField {
	position: relative;
	top: 2px;
	height: 18px;
	margin-right: 5px;		 
	border: 0 solid #AEAEAD;
	color: #639a31;
	font: 11px Verdana, Arial, sans-serif;
	text-align: right;
}
.tblSummaryIcon {
	height: 22px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border-width: 0;
}
.tblSummaryHdr,
.tblSummaryHdrBg,
.tblSummaryHdrSpacer {
	background-color: #FFF;
	border-right: 1px solid #AEAEAD;
}
.tblSummaryHdr_Highlighted {
	background-color: red;
}
.tblSummaryHdr,
.tblSummaryHdr_Highlighted {
	height: 19px;
	margin: 0;
	padding: 0 0 0 2px;
	border: 1px solid #AEAEAD;
	border-bottom: 2px solid #000;
	color: #1C2428;
	font: 11px Verdana, 'Arial Narrow', sans-serif;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
}
.tblSummaryHdrSpacer {
	height: 20px;
	border: 0 solid #AEAEAD;
}
.tblSummaryCell, 
.tblSummaryCell_Numeric,
.tblSummaryCell_2x,
.tblSummaryCell_2x_Numeric,
.tblSummaryCell_Numeric_Bold,
.tblSummaryCell_Bold {
	height: 20px;
	margin: 0;
	padding: 2px;
	border: 1px solid #AEAEAD;
	border-top-width: 0;
	cursor: default;
	font: 10px Verdana, Arial, sans-serif;
}
.tblExpandedSummaryCell {
	height: 20px;
	margin: 0;
	padding: 2px;
	border-right: 1px solid #AEAEAD;
	border-bottom: 1px solid #AEAEAD;
	font: 10px Verdana, Arial, sans-serif;
	cursor: default;
}
.tblSummaryCell_2x,
.tblSummaryCell_2x_Numeric {
	height: 22px;
}
.tblSummaryRow_Even,
.tblEnvFilterRow_Even {
	background-color: #e2ecc0;
}
.tblSummaryRow_Odd,
.tblEnvFilterRow_Odd {
	background-color: #FFF;
}
.tblSummaryRow_Selected, 
.tblSummaryRow_Selected A {
	background-color: #c6db84;
	font-weight: bold;
}
.tblSummaryRow, 
.tblSummaryRow_Even,
.tblSummaryRow_Odd,
.tblSummaryRow_Selected {
	height: 20px;
}
.tblSummaryRow_2x, 
.tblSummaryRow_2x_Even,
.tblSummaryRow_2x_Odd,
.tblSummaryRow_2x_Selected {
	height: 20px;
}
.tblEnvFilterRow_Even,
.tblEnvFilterRow_Odd {
	height: 20px;
}
.tblSummaryContextMenu {
	position: absolute;
	width: 110px;
	background-color: buttonface;
	border: thin outset;
	font: 12px Arial;
	text-decoration: none;
	text-transform: capitalize;
	display: none;
	z-index: 10;
}
.tblSummaryContextMenuItem,
.tblSummaryContextMenuItem_Selected,
.tblSummaryContextMenuItem_NonSelected {
	width: 100%;
	padding: 1px;
	padding-left: 10px;
	padding-right: 20px;
	cursor: pointer;
}
.tblSummaryContextMenuItem_NonSelected {
	background-color: buttonface;
	color: #000;
}
.tblSummaryContextMenuItem_Selected {
	background-color: #999;
	color: #FFF;
}
/* ____________ END TABLES _______________________ */

/* ____________ TAB CONTAINER ____________________ */

.tabContainer {
	background-color: #e2ecc0;
	border: thin outset;
	vertical-align: top;
}
.tab {
	margin: 5px;
}
.tabButton {
	margin: 1px;
	padding: 2px 5px;
	background-color: buttonhighlight;
	border: silver thin outset;
	color: graytext;
	font: menu;
}
.tabButton_Selected {
	margin: 1px;
	padding: 2px 5px;
	background-color: #CCC;
	border: silver thin outset;
	color: buttontext;
	font: menu;
}
.tabButton A {
	color: graytext;
	text-decoration: none;
}
.tabButton_Selected A {
	color: buttontext;
	text-decoration: none;
}
/* ____________ END TAB CONTAINER ________________ */

/* ____________ FORM CONTAINER ___________________ */

.formContainer {
	padding: 10px;
	background-color: #e2ecc0;
	border: 1px solid #AEAEAD;
}
td.formContainer {
	padding: 5px;
}
.formOuterBorder {
	background-color: #6e9f69;
	border: 0;
}
.CCFilterHdr {
	width: 240px;
	padding: 1px 3px;
	background-color: #639a31;
	border: 1px outset #EEE;
	color: #FFF;
	font: 11px Verdana, Arial;
}
/* ____________ END FORM CONTAINER _______________ */

/* ____________ POP-UP FORMS _____________________ */

.summaryTableSearchPopup {
	background-color: #E9F1F6;
	border: outset 2px;
	cursor: hand;
	display: inline;
	font-family: Verdana, Arial;
	font-size: 12px;
	height: 115px;
	left: 35%;
	padding: 3px;
	position: absolute;
	top: 40%;
	width: 200px;
	z-index: 10;
}
.summaryTableFilterPopup {
	background-color: #E9F1F6;
	border: outset 2px;
	cursor: hand;
	display: inline;
	font-family: Verdana, Arial;
	font-size: 12px;
	height: 120px;
	left: 75px;
	padding: 3px;
	position: absolute;
	top: 85px;
	width: 680px;
	z-index: 9999;
}
.transactionFeaturesPopup {
	background-color: #E9F1F6;
	border: outset 2px;
	cursor: hand;
	display: inline;
	font-family: Verdana, Arial;
	font-size: 12px;
	height: 210px;
	left: 200px;
	padding: 3px;
	position: absolute;
	top: 125px;
	width: 470px;
	z-index: 9999;
}
.envSaveOptionsPopup {
	background-color: #E9F1F6;
	border: outset 2px;
	display: none;
	font-family: Verdana, Arial;
	font-size: 12px;
	height: 250px;
	left: 75px;
	padding: 3px;
	position: absolute;
	top: 85px;
	width: 420px;
	z-index: 9999;
}
/* ____________ END POP-UP FORMS _________________ */

/* ____________ SCROLLBAR ________________________ */

/* Custom vertical scrollbar styles & components:
 - scrollMain       scrollbar box/container (table)
 - summaryHdrSpacer summary row spacer (above up arrow)
 - scrollButton     scrollbar slider
 - scrollUp         up arrow box, background, etc.
 - scrollDown       down arrow box, background, etc. */

/* scrollMain determines the size, width, background, etc. for the entire scrollbar area. 
The background-image or background-color property (either may be used) sets the color/pattern 
that appears underneath the scrollbar slider. */

.scrollMain {
	width: 15px;
	height: 100%;
	padding: 0;
	background: #CCC url(/1stFCS/uploads/scrollBg.gif) repeat;
	border-collapse: separate;
}
.tblSummaryHdrSpacer {
	height: 20px;
	background-color: #FFF;
	border: 1px outset #AEAEAD;
}

/* scrollButton sets the properties for the scrollbar (slider) that scrolls the display.
The slider color is set by the background-image or background-color property (an image or 
color may be used). */

.scrollButton {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 130px;
	background: #D4D0C8 url('') repeat;
	border: 1px outset #000;
	font-size: 12px;
	line-height: 0;
}

/* scrollUp & scrollDown control the size, background color, etc. for the boxes that display the 
up & down scroll arrows. An image or color may be specified for the background; to be visible, the 
arrow image background must be transparent. The arrow image files are specified in the JavaScript code.*/

.scrollUp, .scrollDown {
	width: 15px;
	height: 16px;
	margin: 0;
	padding: 0;
	background: #7396CE url(/1stFCS/uploads/up.gif) no-repeat center center;
	border: 1px solid #000;
	font-size: 12px;
}
.scrollDown {
	background: #7396CE url(/1stFCS/uploads/down.gif) no-repeat center center;
}
.scrollConnector {
	height: 16px;
	background: #C0C0C0;
	font-size: 12px;
}
/* ____________ END SCROLLBAR ____________________ */

/* ____________ DEMO BOX _________________________ */

DIV#DemoFrame {
	margin: 0;
	padding: 5px;
}
TABLE.tblDemo {
	margin: 0;
	padding: 0;
	border: 0;
}
TABLE.tblDemo, TABLE.tblDemo TD, .tblDemo P, .tblDemo LI {
	color: #0087BF;
	font-size: 11px;
}
TD.btnDemo P {
	color: #000;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
}
TD.btnDemo IMG {
	vertical-align: middle;
}
TD.tblDemoDesc, TD.tblDemoDesc P, TD.tblDemoDesc UL, TD.tblDemoDesc LI {
	padding: 5px;
	background-color: #EAEAF8;
}
TD.tblDemoDesc P {
	margin: 0 5px;
}
TD.tblDemoDesc LI, TD.tblDemoDesc UL {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
TD.tblDemoDesc UL {
	margin-bottom: 5px;
}
/* ____________ END DEMO BOX _____________________ */

/* ____________ SOFT TOKEN DEMO __________________ */

.SoftToken {
	width: 800px;
	margin: 0;
	padding: 0;
	color: #2969b5;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}
.SoftTokenTitle {
	color: #2969b5;
	font: bold 18px Verdana, Arial, sans-serif;
}
.SoftTokenText {
	color: #2969b5;
	font: bold 11px Verdana, Arial, sans-serif;
}
.tblSoftTokenActvn {
	width: 650px;
	margin: 0;
	padding: 0;
	border: 10px solid #ffebcd;
}
/* ____________ END SOFT TOKEN DEMO ______________ */


