body {
	font-family: calibri, arial, verdana;
	font-size: 11pt;
	background-color: #e5e5e5;
}

a {
	color:#0055CC;
	text-decoration: none;
}

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

p {
	padding:4px 8px 4px 8px;
	line-height:16px;
}

table {
	margin:1px;
}
p.stat-ok{
	color:#0000FF;
	font-weight:bold;
	text-align:center;
}
p.stat-err{
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
table td, table th {
	padding:3px;
}

#clearTin {
	width:750px;
	margin:0 auto;
}

#clearHeadTop {
	width:750px;
	margin:0 auto;
	font-size:8pt;
	text-align:right;
}

#clearHead {
	width: 750px;
	height:75px;
	margin:0 auto;
	background: url(assets/images/pieHeader.png) center no-repeat;
}

#clearNav {
	width: 748px;
	border-left:1px solid black;
	border-right:1px solid black;
	height:29px;
	background: url(assets/images/pieNav.png) left center repeat-x;
}

#clearNav ul li {
	display: inline;
	height:29px;
	line-height:27px;
	text-align: center;
	padding:0 5px 0 5px;
	color:white;
	font-size:9pt;
	text-transform: uppercase;
	font-weight:bold;
}

#clearNav ul li a {
	color:white;
}

#clearBody {
	width:748px;
	border-left:1px solid black;	
	border-right:1px solid black;
	background: white;
	padding:15px 0 15px 0;
}

#clearLoginBox {
	width:400px;
	border:1px solid #A0A0A0;
	margin:0 auto;
}

#clearLoginBox table {
	padding:0;
	width:99.5%;
}

#clearLoginBox td{
	padding:5px;
}

#clearLoginBox td#label{
	background:#F0F0F0;
	padding:4px 10px 4px 10px;
	color:#0055CC;
}

#clearFooter{
	width:750px;
	height:75px;
	margin:0 auto;
	background: url(assets/images/pieFooter.png) center no-repeat;
}

#clearLoginBox td.noPadBot {
	padding-bottom:2px;
}

#clearLoginBox td.noPadTop {
	padding-top:2px;
}

#clearLoginBox td#loginhelp {
	text-align:left;
	font-size:9pt;
}	
#clearLoginBox td#subBtn {
	text-align:right;
	font-size:9pt;
	padding-top:1px;
	padding-bottom:1px;
}	

#clearLoginBox td.error {
	color:#BB0000;
	font-size:9pt;
}

#mainDiv {
	width:95%;
	margin:0 auto;
	background: url(assets/images/pieDiv.png) center left repeat-x;
	height:29px;
	line-height:30px;
	color:#000000;
	border:1px solid black;
	margin-top:5px;
	text-indent:5px;
}

#mainDiv a {
	color:white;
}

#mainDivBody {
	width:95%;
	margin:0 auto;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}

table#mainPanelItem {
	width:95%;
}
table#mainPanelItem td {
	vertical-align:middle;
	padding:3px;
}

table#subItem, table#subItem table{
	width:95%;
}
table#subItem td, table#subItem table td{
	padding:3px;
	vertical-align:middle;
}
table#subItem td#topTag {
	font-size:12pt;
	font-weight:bold;
	padding:10px 0 10px 0;
}
table#subItem td.vtop{
	vertical-align:top;
}

textarea {
	width:320px;
	height:100px;
	font-size:10pt;
	font-family: Calibri;
	line-height:18px;
}

