﻿body {
	font: 13px tahoma, verdana, arial, helvetica;

}
.bodyContainer { text-align:center;margin:0 auto; }
.font9 { font-size:9px;}
.font11 { font-size:11px;}
.font13 { font-size:13px;}
.font15 { font-size:15px;}
.font17 { font-size:17px;}
.font19 { font-size:19px;}
.font21 { font-size:21px;}
.font23 { font-size:23px;}
.font25 { font-size:25px;}
.font27 { font-size:27px;}
.font29 { font-size:29px;}

.fontTiny { font-size: 5px; }
.fontSmallest { font-size: 7px; }
.fontSmall { font-size: 9px; }
.fontMediumSmall { font-size: 11px; }
.fontMedium { font-size: 13px; }
.fontMediumLarge { font-size: 15px; }
.fontLarge { font-size: 17px; }
.fontLargest { font-size: 19px; }
.fontHuge { font-size: 21px; }

.designCenter {
	width: 960px;
	margin: 0 auto;
}
.designContent{
	border: 0px;
	border-style: solid;
	border-color: #000;
	width: 729px;
	float: left;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	padding-top: 20px;
	padding-left: 30px;
}
.titleBar
{
	border: 0;
	padding: 6px 5px;
	background: #DB5A5A;
	color: #fff;
	font-size:15px;
}
.print { display: none; }
/*.noprint { display: inherit; }*/



table.table
{
    width: 100%;
    font-size: 11px;	
	border: #999 1px solid;
    color: #333;
    background: #efefef;
    border-spacing: 0;
}
table.table thead tr td {
    border-bottom: 1px solid #999;
    background-color: #E9EFF7;
    padding: 6px 6px 4px 6px;
    text-transform: uppercase;
}
table.table thead td.tdBlank
{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-color: #fff;
}
table.table thead:first-child {
    /* font-weight: bold; */
}
table.table tfoot tr td {
    border-top: 1px solid #999;
    background-color: #E9EFF7;
    padding: 6px 6px 5px 6px;
}

table.table tr.even td {
    background: #f6f6f6;
}
table.table tr {
    text-align: center;
}
table.table tr td:first-child {
    padding-left: 10px;
    text-align: left
}
table.table tbody tr td {
    padding: 5px 6px 3px 6px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
}
table.table tbody tr td.pad1
{
	padding: 1px;
}
table.table tbody tr:last-child td
{
    border-bottom: 0px none;
}
table.table tbody tr td:first-child {
    border-left: 0px none;
}
table.table tr.tableHiliteRow td
{
	background-color:#ffc;
}
table.table tr.disabled td
{
	background-color:#efefef;
	color: #999;
	font-style: italic;
}
.innerWrap 
{
	overflow: hidden;
}
table.table tr.tableHighlightRow td
{
	background-color: #ffc;
}
table.table tr.tableDarkenRow td
{
	background-color: #ccc;
}
table.tableLargeFont
{
	font-size:15px;
}
table.table .tdBottomBorder td
{
	border-bottom: 1px solid #999;
}
table.table thead td.tdLeftBorder
{
	border-left: 1px solid #999;
}
.tablePrintTDRight
{
	width:0%;
}
.tablePrintTDLeft
{
	width: 100%;
}