#main {
	clear: both;
	margin: 36px auto;
	padding: 36px 0;
	width: 100%;
	text-align:center;
}
body {
	font-family:"Arial, Helvetica, Sans-Serif, Sans";
}
.textinput {
	width:300px;
}
.small {
	font-size:7pt;
	color:#496c5c;
}
table.innerCal {
	margin:0px;
}
table.sideMenuModule {
	margin:0px;
	border-collapse:collapse;
	width:100%;
}
table.sideMenuModule th {
	background:#CCCCFF;
	padding:0px;
	spacing:0px;
}
table.calendar td.today {
	color:white;

	text-weight:bold;
	background-image:url("/meta/dot.gif");
}
table.calendar th {
	text-align:none;
	text-weight:bold;
	background:darkblue;
	color:white;
	padding:0px;
	spacing:0px;
}
table.calendar td {
	background:white;
	text-align:center;
	height:24px;
	width:25px;
	padding:0px;
	spacing:0px;
}
table.calendar td.notToday:hover {
	background-image:url("/meta/dot2.gif");
	color:white;
}
.clickTD {
	background-image:url("/meta/dot.gif");
	color:white;
}
table.calendar td.today:hover {
	background-image:url("/meta/dot2.gif");
	color:white;
}

table.calendar {
	margin:0px;
	border-collapse:collapse;
}
table.innerCal:hover {
	background-image:none;
	padding:0px;
	spacing:0px;
}
table.innerCal th {
	background:none;
	padding:0px;
	spacing:0px;
}
table.innerCal td {
	text-align:center;
	white-space:nowrap;
	padding:0px;
	spacing:0px;
}


table.input {

}
table.input th {
	font-size:13pt;
	white-space: nowrap;
	text-align:right;
	vertical-align:top;
	padding:7px;
}
table.input td {
	white-space:nowrap;
	font-size:12pt;
	padding:7px;
	vertical-align:top;
}
input {
	margin-top: 0px;
}
thead.fixedHeader td {
	text-align:left;
	color:blue;
	
}
table.pageNav {
	width:600px;
	clear:both;
}

div.pq_gui_Error {
	color:red;
	font-weight:bold;
	font-size:9pt;
}
div.pq_gui_Message {
	color:black;
	font-weight:bold;
	font-size:9pt;
}
table.data {
	cellspacing:0px;
	cellspacing:6px;
	width:100%;
}
table.data td {
	font-size:8pt;
}
table.data tr.evenRow {
}
table.data tr.oddRow {
	background:#9ab8a9;
}



#app-nav-wrap {
	width: 100%;
	float: left;
	font: bold 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}



ul#app-nav {
	margin: 0 auto;
	width: 600px;
}




ul#app-nav  a {
	color: #fff;
	display: block;
	padding: 10px 18px;
	border-right: 1px solid #325445;
	border-left: 1px solid #325445;
	margin-top: 1px;
}

ul#app-nav a:hover, ul#app-nav a {
	background-color: #9ab8a9;
	color: #000;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-top: 1px;
}




