/* page formatting */
body { background-color: #fff; }
td, body, input, select, textarea	{ font-family: arial, helvetica, sans-serif; font-size: 12px; color:#000; }
a:link, a:visited	{ color: #369; }
a:active, a:hover	{ color: #900; }
label:hover { color: #900; cursor:pointer; }

.jslink { color:#369; font-weight:normal; text-decoration:underline; cursor:pointer; }

.cellHeader 	{ font-weight: bold; color: #369; background: #fff0c1; border-top: 1px solid #fc0; border-bottom: 1px solid #fc0; }
.cellData		{ border-bottom: 1px solid #FC0; }
/* .cellData		{ border-bottom: 1px solid #FC0; padding-top: 2px; padding-bottom: 1px; } */

.menuMain 	{ color: #000; font-weight: bold; font-size: 12px; text-decoration: none; }
.menuMain a	{ text-decoration: none; }
.textHeader 	{ font-size: 14px; font-weight: bold; color: #369; padding-bottom: 1px; border-bottom: 1px solid #FC0; }
.breadcrumbs	{ color: #369; font-weight: bold; }
.breadcrumbs a	{ text-decoration: none; }
.buttonDefault, .buttonSmall
				{ border-right: #cca431 2px solid; border-bottom: #cca431 2px solid; border-top: #fff097 2px solid; border-left: #fff097 2px solid; cursor: pointer; font-weight: bold; color: #369; background-color: #ffd764; font-size: 14px; height: 26px; }
.buttonSmall	{ font-size: 12px; height: 20px; padding-bottom:4px; }
.buttonAlert	{ background: #c00; color: #fff; font-weight: bold; font-size:14px; cursor: pointer; height:30px; }

.formHeader		{ font-size: 14px; font-weight: bold; color: #369; padding-bottom: 1px; }
.formFieldLabel	{ font-size: 13px; font-weight: bold; color: #369; }
.formTable	 	{ border: 1px solid #fc0; background: #fff0c1; }
/* .formTableLight	 	{ border: 1px solid #fe3; background: #fff9d0; } */

.textHeaderSm 	{ font-size: 13px; color: #369; font-weight: bold; text-decoration: none; }
.textSmall		{ font-size: 11px; }
a.textSmall 	{ font-weight: bold; text-decoration: none; }
.textAlert, .textAlert a 		{ color: #c00; font-weight: bold; }

.acctMainMenu td		{ font-size: 13px; color: #369; font-weight: bold; }
.acctMainMenu a			{ text-decoration: none; }

.acctStuffMenu	{ color: #369; font-weight: bold; }
.acctStuffMenu a:link, .acctStuffMenu a:visited
				{ text-decoration: none; }

.acctStuffBorder { background: #fc3; }
.acctStuffBkgd	{ background: #fff0c1; }

.required { font-size: 18px; color: #c00; }
.multiSelectBox { background:#fff; border-right: 1px solid #666; border-bottom: 1px solid #666; border-top: 2px solid #666; border-left: 2px solid #666; overflow:auto; }

.dashboardCell { border-bottom: 1px solid #666; }
.dashboardLeftCell { border-right: 1px dotted #666; }