/*
Abakus Online Styles Start
==========================
*/

.highlightSelect {
    background: #efebdf; /*#fff5c7;*/
}

.reportUserHeading {
    display: block;
    color: #717569;
    background-color: #efebdf;
    text-align: left;
    font-size: 12pt;
    padding: 5px;
    padding-left: 0px;
    margin-top: 25px;
    font-family: "Trebuchet MS", Sans, Arial, Helvetica, Geneva;
    font-weight: bold;
}

.reportUserHeadingMedium {
    display: block;
    background-color: #efefef;
    color: black;
    text-align: left;
    font-size: 10pt;
    padding: 3px;
    padding-left: 0px;
    margin-top: 5px;
    font-family: "Trebuchet MS", Sans, Arial, Helvetica, Geneva;
    font-weight: bold;
}


.reportTownLabel {
    background: black;
    color: white;
    text-align: left;
    font-size: 9pt;
    padding: 3px;
}

.rightFloat {
    float: right;
    display: inline;
}

.reportTownLabelRight {
    background: black;
    color: white;
    text-align: right;
    font-size: 9pt;
    padding: 3px;
}

.reportTownValue {
    background: black;
    color: white;
    text-align: right;
    font-family: courier, fixed;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
}

.reportFundLabel {
    background: #919191;
    color: black;
    text-align: left;
    font-size: 9pt;
    padding: 3px;
}

.reportFundValue {
    background: #919191;
    color: black;
    text-align: right;
    font-family: courier, fixed;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.reportDepLabel {
    background: #D2D2D2;
    color: black;
    text-align: left;
    font-size: 9pt;
    padding: 3px;
}

.reportDepLabelRight {
    background: #D2D2D2;
    color: black;
    text-align: right;
    font-size: 9pt;
    padding: 3px;
}

.reportDepValue {
    background: #D2D2D2;
    color: black;
    text-align: right;
    font-family: courier, fixed;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.reportSectionLabel {
    background: #F0F0F0;
    color: black;
    text-align: left;
    font-size: 9pt;
    padding: 3px;
}

.reportSectionValue {
    background: #F0F0F0;
    color: black;
    text-align: right;
    font-family: courier, fixed;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
}

a.monetaryLink {
	color: #000000;
	text-decoration: underline;
	text-align: right;
}

a.monetaryLink:visited {
	color: #000000;
	text-decoration: underline;
	text-align: right;
}

a.monetaryLink:hover {
	color: #800000;
	text-decoration: underline;
	text-align: right;
}

.modernInputFixed {
	border: 1px solid #706c60;
	font-family: courier new, courier, fixed;
	font-size: 9pt;

}

.compactInput {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.compactForm {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
}

.abakusHeader {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 10pt;
	font-weight: normal;
	/*color: #7b0000;*/
	color: #75756f;
	padding : 3px;
	padding-left : 0px;
	/*margin-left : 15px;
	border-bottom: 1px solid #000000;*/
	/*background: #e1e1e1;#ccccbd*/
	border-bottom: 1px solid #75756f;
    display: block;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.columnHeader {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 10pt;
	font-weight: normal;
	/*color: #7b0000;*/
	color: #75756f;
	padding : 3px;
	padding-left : 0px;
	/*margin-left : 15px;
	border-bottom: 1px solid #000000;*/
	/*background: #e1e1e1;#ccccbd*/
	border-bottom: 1px solid #75756f;
    display: block;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.monthHeaderCell {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 10pt;
	font-weight: bold;
	color: #75756f;
	padding : 3px;
	padding-left : 0px;
	border-bottom: 4px solid #75756f;
	border-bottom-style: double;
	text-align: right;
}

.monthHeaderCellLeft {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 10pt;
	font-weight: bold;
	/*color: #7b0000;*/
	color: #75756f;
	padding : 3px;
	padding-left : 0px;
	border-bottom: 4px solid #75756f;
	border-bottom-style: double;
	text-align: left;
}

.actionCell {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 10pt;
	font-weight: bold;
	color: #75756f;
	padding : 3px;
	padding-left : 0px;
	border-bottom: 4px solid #75756f;
	border-bottom-style: double;
	border-top: 4px solid #75756f;
	border-top-style: double;
	text-align: right;
    background: #d8d8d8;
}

.monetary {
	color: black;
	font-family: courier, fixed;
	font-size: 9pt;
	text-align: right;
	padding: 3px;
	background: #f6f6f6;
	font-weight: normal;
}

.monetaryBottomLine {
	color: black;
	font-family: courier, fixed;
	font-size: 9pt;
	text-align: right;
	padding: 3px;
	background: #f6f6f6;
	font-weight: normal;
	border-bottom: 1px solid #d2d2d2;
}

.monetaryBottomLineLeft {
	color: black;
	font-family: courier, fixed;
	font-size: 9pt;
	text-align: left;
	padding: 3px;
	background: #f6f6f6;
	font-weight: normal;
	border-bottom: 1px solid #d2d2d2;
}

.monetaryLeftAlign {
	color: black;
	font-size: 9pt;
	text-align: left;
	padding: 3px;
	background: #f6f6f6;
}

.darkerMonetaryLeftAlign {
	color: black;
	font-size: 9pt;
	text-align: left;
	padding: 3px;
	background: #d8d8d8;
}

.darkMonetary {
	color: black;
	font-family: courier, fixed;
	font-size: 9pt;
	text-align: right;
	padding: 3px;
	background: #ebebeb;
	font-weight: normal;
}

.darkLeft {
	color: black;
	font-size: 9pt;
	text-align: left;
	padding: 3px;
	background: #ebebeb;
}

.totalMonetary {
	color: black;
	font-family: courier, fixed;
	font-size: 9pt;
	text-align: right;
	padding: 3px;
	background: #f6f6f6;
	font-weight: normal;
	border: 1px solid #f6f6f6;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.darkCenter {
	color: black;
	font-family: courier, fixed;
	font-size: 9pt;
	text-align: center;
	padding: 3px;
	background: #ebebeb;
	font-weight: normal;
}


.totalMonetaryTotal {
	color: black;
	font-family: courier, fixed;
	font-size: 9pt;
	text-align: right;
	padding: 3px;
	background: #f6f6f6;
	font-weight: normal;
	border: 1px solid #f6f6f6;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td.darker {
	background: #d2d2d2; /*#aeaea6; #92928b*/;
	color: #000000;
	text-align: right;
	padding: 3px;
}

td.darkerLeft {
	background: #d2d2d2;
	color: #000000;
	text-align: left;
	padding: 3px;
}

td.darkest {
	background: #b8b8b8;
	color: #000000;
	text-align: right;
	padding: 3px;
}

td.darkestLeft {
	background: #b8b8b8;
	color: #000000;
	text-align: left;
	padding: 3px;
}

td.darkestHeading {
	background: #d2d2d2;
	color: #000000;
	text-align: center;
	padding: 3px;
	font-weight: normal;
}

td.darkHeading {
	background: #ebebeb;
	color: #000000;
	text-align: center;
	padding: 3px;
	font-weight: normal;
}

td.dark {
	background: #ebebeb;
	color: #000000;
	text-align: right;
	padding: 3px;
}

td.darkFixed {
	background: #ebebeb;
	color: #000000;
	text-align: right;
	padding: 3px;
	font-family: courier, fixed;
	font-weight: normal;
}

td.special {
	background: #800000;
	color: #ffffff;
	text-align: right;
	padding: 3px;
	font-family: courier, fixed;
	font-size: 9pt;
	font-weight: normal;
}

.fixedText {
	color: #000000;
	font-family: courier, fixed;
	font-size: 9pt;
	font-weight: normal;
}

td.right {
	text-align: right;
}

.fixedWidth {
	width: 150px;
}

.fixedWidth120 {
	width: 100px;
}

/*
Abakus Online Styles End
==========================
*/


body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #000000;
}

a:link, a:active, a:visited  {
	color: #878780;
	text-decoration: underline;
}

a:hover {
	color: #800000;
    text-decoration: underline;
}

a.noLine {
	color: #878780;
	text-decoration: none;
}

a.noLine:visited {
	color: #878780;
	text-decoration: none;
}

a.noLine:hover {
	color: #000000;
	text-decoration: underline;
}

a.footerLink {
	color: #ffffff;
	text-decoration: underline;
}

a.footerLink:visited {
	color: #ffffff;
}

a.footerLink:hover {
	color: #1c0000;
}

a.summaryLink  {
	font-size: 10pt;
	font-style: bold;
	color: #878780;
	text-decoration: underline;
}

a.summaryLink:visited  {
	font-size: 10pt;
	color: #878780;
	text-decoration: underline;
}
a.summaryLink:hover {
	color: #800000;
    text-decoration: underline;
}

.summaryText {
	display: block;
	padding-left: 13px;
	padding-top: 5px;
	width: 200px;
}

.summaryTextHome {
	display: block;
	padding-left: 13px;
	padding-top: 5px;
}

.searchText {
	display: block;
	padding-left: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
}

.summaryDeadLink  {
	font-size: 10pt;
	color: #999966;
}

a.moreLinkWhite {
	color: #ffffff; /* #F8DE0F */;
	font-weight: normal;
	text-decoration: none;
}

a.moreLinkWhite:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.moreLinkWhite:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}
/* *** */
a.menuLinkWhite {
	color: #3C3B37;
	font-weight: normal;
	text-decoration: none;
}

a.menuLinkWhite:visited {
	color: #3C3B37;
	font-weight: normal;
	text-decoration: none;
}

a.menuLinkWhite:hover {
	color: #3C3B37;
	font-weight: normal;
	text-decoration: underline;
}

a.linkBlack {
	color: #999966;
	font-weight: normal;
	text-decoration: none;
}

a.linkBlack:visited {
	color: #999966;
	font-weight: normal;
	text-decoration: none;
}

a.linkBlack:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.modernInput {
    border: 1px solid #999966;
}

.blackInput {
    /* border: 1px solid #706c60; */
    border: 1px solid #ffffff;
    background: #75756f;
    color: #ffffff;
    font-size: 8pt;
    height: 18px;
    margin: 0px;
    padding: 0px;
}

.bottomAlign {
    border: 0px;
    vertical-align: bottom;
}

.blackInputButton {
    border: 1px solid #ffffff;
    background: #75756f;
    color: #ffffff;
    font-size: 8pt;
    height: 18px;
}

form.cornerSearch {
    margin: 0px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0px;
}

.compact {
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

.compactImage {
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

.compactCellText {
    margin: 0px;
    padding: 0px;
    text-align: left;
    vertical-align: middle;
    font-size: 9pt;
}

.compactRight {
    margin: 0px;
    padding: 0px;
    text-align: right;
    vertical-align: middle;
}

.lightTextSmall {
    /*color: #b3b3a6;*/
    color: #ffffff;
    font-size: 8pt;
}

hr {
	/*
	border-top: 1px solid #b3b3a6;*/
	height: 1px;
	color: #878780;
	border:  0px;
	border-top:  1px solid #878780;
}

hr.indent {
	margin-right: 15px;
	margin-left: 15px;
	/* border: 0px;
	border-top: 1px solid #b3b3a6;*/
	height: 1px;
	color: #b3b3a6;
	border:  0px;
	border-top:  1px solid #b3b3a6;
}

.smallText {
	font-size: 7pt;
}

.specialText {
	color: #800000;
}

.specialTextBlue {
	color: #0000ff;
}

.specialTextRed {
	color: #ff0000;
}

.youAreHereText {
	color: #ffffff;
	font-weight: normal;
}

.specialTextBold {
	color: #706c60;/* #706c60;*/
    font-weight: bold;
}

.divisionHeader {
	display: block;
	font-weight: bold:
	padding: 5px;
	padding-right: 0px;
	background: #ffffff;
	text-align: left;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #706c60;
    background: #ebebe9;
	/* border-bottom: 1px solid #706c60; */
}

.relatedHeading {
	color: #878780;
	/* font-style: italic; */
	padding-left: 0px;
	padding-right: 15px;
    font-size: 10pt;
}

.listHeading {
	color: #706c60;/* #706c60;*/
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
}

.listHeadingRight {
	display: block;
	color: #706c60;/* #706c60;*/
	text-align: right;
	padding-right: 5px;
	font-size: 7pt;
}

ul {
	padding-right: 0px;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #ffffff;
	/* list-style-image: url(bullet.gif) square; */
    /*list-style: square outside url(/images/bullet.jpg);*/
}

li {
	font-size: 9pt;
    padding-top: 0.25em;
	padding-bottom: 0.25em;
}

table.home {
	vertical-align: top;
	border-width: 0;
	border-collapse: collapse;
	background: #ffffff;
	border-spacing: 0px;

}

td.home {
	vertical-align: top;
	padding: 0px;
	padding-left: 0px;
	padding-right: 15px;
	width: 50%;
}

img.home {
    margin: 0px;
    margin-bottom: 15px;
    /*margin-right: 15px;
    width: 100%*/
}

/* *** Use the following style OUTSIDE a <p> tag */
img.wrapLeft {
    margin: 8px;
    margin-left: 15px;
    float: left;
}

/* *** Use the following style OUTSIDE a <p> tag */
img.wrapRight {
    margin: 8px;
    margin-right: 15px;
    float: right;
}

/* the main has no cell padding or spacing */
table.main {
	border-width: 0;
	border-collapse: collapse;
	background: #ffffff;
	border-spacing: 0px;
}

/* The first row of logos: */
td.leftLogo {
    text-align: left;
	height: 78px;
	padding: 0px;
	vertical-align: bottom;
	background: #75756F;
	/*background-image: url("/images/_descartes_logo_back.gif");
	background-repeat: repeat-x;*/
}
td.rightLogo {
	text-align: right;
	height: 78px;
	padding: 0px;
	vertical-align: bottom;
	background: #75756F;
	/*background-image: url("/images/_descartes_logo_back.gif");
	background-repeat: repeat-x;*/
}

/* The second row of informative Uber Stuff: */
td.leftSlogan {
	text-align: left;
	height: 18px;
	padding: 0px;
	vertical-align: top;
	background: #333333;
}
td.rightSlogan {
	text-align: right;
	height: 18px;
	padding: 0px;
/*	vertical-align: top;*/
	vertical-align: middle;
	color: #999966;
	font-size: 8pt;
	padding-right: 8px;
	background: #333333;
}

/* The third row of navigational Uber Stuff: */
td.leftNavigate {
	height: 18px;
	padding: 0px;
	padding-left: 5px;
	vertical-align: middle;
	background: #aca899;
	text-align: left;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 8pt;
	font-weight: bold;
	color: #75756f;
}

td.rightNavigate {
	height: 18px;
	padding: 0px;
	padding-right: 8px;
	vertical-align: middle;
	background: #aca899;

	text-align: right;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 8pt;
	/* color: #6b675b; */
	color: #75756f;
}

/* the last row (footer) */
td.footer {
	padding: 5px;
	vertical-align: middle;
	background: #aca899;
	text-align: left;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 8pt;
	color: #000000;
}

/* Optional Image cells */

td.photo {
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	vertical-align: middle;
	text-align: right;
	height: 18px;
	background: #aca899;
	color: #75756f;
	/*background-image: url("/images/image_e.jpg");*/
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	background-repeat: repeat-y;
}

td.photoBar {
	padding: 2px;
	padding-right: 8px;
	vertical-align: middle;
	text-align: right;
	height: 15px;/* 35px;*/
	background: #aca899;
	color: #75756f;
	/*background-image: url("../images/_featureNavBack.gif");*/
	background-repeat: repeat-y;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
}

td.featureBar {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	vertical-align: top;
	text-align: right;
	background: #000000;
	color: #ffffff;
	background-image: url("../images/decartes_feature_back1.gif");
	background-repeat: repeat-y;
    font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
    width: 200px;
}

/*
.photoText {
    width: 200;
    height: 100;
    float: right;
    text-align: right;
	font-size: 8px;
}
*/

/* Normal Table Cell (other uber-cells inherit from this one) */
td {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
}

td.content {
	padding: 15px;
	padding-right: 0px;
	vertical-align: top;
	background: #ffffff;
	width: 100%;
    /* To fill a 1024x768 display  */
	height: 450px;
	text-align: left;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #000000;
}

/* ---- Menu Stuff ---*/

td.menuTableContainer {
	padding: 0px;
	vertical-align: top;
	text-align: left;
	background: #ece9d8;
	/*background-image: url("../images/navback4.jpg");*/
}

table.menuTable {
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	background: #ffffff;
}

td.menuSingleItem {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	background: #aeac9f; /*#878780*/

	text-align: left;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	font-weight: bold;

	border: 1px solid #aeac9f;
	color: #000000;
	border-left: 0px;
	white-space: nowrap;
}

td.menuHeaderItem {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	background: #d7d4c4;

	text-align: left;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	font-weight: bold;

	border: 1px solid #75756f;
	color: #000000;
	border-left: 0px;
	white-space: nowrap;
}

td.menuTitleItem {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	background: #efefef; /*#F8F6F0;#c7c4b6;*/

	text-align: left;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	font-weight: normal;

	border: 1px solid #75756f;
	color: #000000;
	border-left: 0px;
	white-space: nowrap;
}

td.menuItem {
	padding: 3px;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: middle;
	background: #ffffff;

	text-align: left;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #000000;
	border: 1px solid #75756f; /* #b3b3a6; */
	border-left: 0px;
    white-space: nowrap;
}




h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 12pt;
	font-weight: bold;
	color: #75756f;
	/* background: #b3b3a6;  #5c5b51;*/
	background: #eeeeee;
	padding : 3px;

	/* border: 1px dashed #6b675b;
	border: 1px solid #000000;
	border-right: 0px; */
    counter-reset: section;
}

/*
h4 {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	font-weight: bold;
	color: #706c60;
	padding : 3px;
    padding-left : 15px;
	margin-left : 5px;
	border-bottom: 1px solid #000000;
	background-image: url(bullet_h4.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
*/

h4 {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 10pt;
	font-weight: normal;
	/*color: #7b0000;*/
	color: #75756f;
	padding : 3px;
	padding-left : 0px;
	/*margin-left : 15px;
	border-bottom: 1px solid #000000;*/
	/*background: #e1e1e1;#ccccbd*/
	border-bottom: 1px solid #75756f;
}

h5 {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	font-weight: bold;
	color: #999966;
	padding : 3px;
	padding-left : 0px;
	margin-left : 15px;
	margin-top : 1em;
	margin-bottom : 1em ;
}


p {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #000000;;
	padding-right : 15px;
	padding-left: 15px;
	/* background-color: #ebebe9; */
}

p.note {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 8pt;
	color: #000000;
	margin-right : 15px;
	margin-left : 15px;
	padding: 8px;
	background: #efefef;
}

.note {
	font-size: 8pt;
	background: #efefef;
}

.extraIndent {
	padding-right : 15px;
	padding-left: 30px;
}

.indent {
	padding-right : 15px;
	padding-left: 15px;
}

p.extraIndent {
	font-family: Sans, Arial, Helvetica, Geneva;
	font-size: 9pt;
	color: #ffffff;
	padding-right : 15px;
	padding-left: 30px;
}

p.centered {
	text-align: center;
}

p.right {
	text-align: right;
}

p.rightThin {
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
	text-align: right;
}



.listRow0 {
	background-color: #111111;
}

.listRow1 {
	background-color: #222222;
}

.totalRow {
	background-color: #444444;
}

.money {
	color: #ffffff;
	font-family: courier, fixed;
	font-size: 9pt;
	text-align: right;
	padding: 3px;
}

.totalMoney {
	color: #ffffff;
	font-family: courier, fixed;
	font-size: 9pt;
	text-align: right;
	font-weight: bold;
	padding: 3px;
}

td.padded {
	padding: 3px;
}


table.list {
	border-width: 0;
	border-collapse: separate;
	border-spacing: 3px;
}

table.formTable {
	border-width: 0;
	border-collapse: separate;
	border-spacing: 3px;
	background: #ffffff;
	margin-left: 0px;
	margin-right: auto;
}

table.contentTable {
    border-width: 0;
	border-collapse: separate;
	border-spacing: 3px;
	background: #ffffff;
	margin-left: 15px;
	margin-right: auto;
}

table.packedTable {
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 3px;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	width: 95%;
}

table.compactTable {
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	background: #ffffff;
	margin-left: 15px;
	margin-right: auto;
}

table.noteTable {
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 8pt;
	background: #efefef;
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
}

td.leftNote {
	text-align: left;
}

td.leftIcon {
	text-align: left;
	width: 30px;
	padding: 5px;
	padding-left: 8px;
}

td.compact {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

th {
	font-family: Sans, Verdana, Arial, Helvetica, Geneva;
	font-size: 10pt;
	color: #999966;
	background-color: #444444;
	text-align: left;
	padding: 3px;
/*	padding-left: 6px;
	padding-right: 6px; */
}

th.right {
    text-align: right;
}

th.center {
    text-align: center;
}

/*
.uberButton {
    color: #ffffff;
    background-color: #a7a896;
    border: 1px solid black;
    padding-left: 2px;
    padding-right: 2px;
    cursor: hand;
}
*/
