body {
	background-color: white;
	margin: 0px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.page {
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

form.form-inline label {
	font-style: italic;
	color: #336699;
	margin-bottom: 2px;
	display: block;
}

form.form-inline .input {
	margin-bottom: 8px;
}

form.form-inline .input input, form.form-inline .input select {
	padding: 4px;
	width: 300px;
	font-size: 18px;
}
.header-wrapper {
	height: 100px;
	background-repeat: repeat-x;
	background-image: url(../img/background-header.png);
}

.content-wrapper {
}

.content-block {
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 10px;
}

table.table-horizontal {
	width: 100%;
}

table.table-horizontal thead tr {
	height: 30px;
	background-color: #336699;
	color: white;
}

table.table-horizontal thead a:link {
	text-decoration: none;
	color: white;
}

table.table-horizontal thead a:visited {
	text-decoration: none;
	color: white;
}

table.table-horizontal thead a:hover {
	text-decoration: underline;
	color: white;
}

table.table-horizontal thead a:active {
	text-decoration: underline;
	color: #cc6633;
}

table.table-horizontal tbody tr {
	height: 25px;
}

table.table-horizontal tbody tr.alt {
	background-color: #DDDDDD;
}

table.table-horizontal tbody tr.over {
	background-color: #ffcc66;
}

.cake-sql-log {
	display: none;
}

.footer-wrapper {
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 2px;
	margin-top: 18px;
}

.footer-block {
	color: #666666;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

.footer-block a:link {
	color: #999999;
	text-decoration: underline;
}

.footer-block a:visited {
	color: #999999;
	text-decoration: underline;
}

.footer-block a:hover {
	color: #336699;
	text-decoration: underline;
}

.footer-block a:active {
	color: #003366;
	text-decoration: underline;
}

.header-top-nav-block {
	margin-bottom: 5px;
	margin-top: 10px;
	height: 20px;
	text-align: right;
}

.header-top-nav-block ul {
	margin: 0px;
	text-align: right;
}

.header-top-nav-block ul li {
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
	display: inline;
	text-align: right;
}

.header-top-nav-block ul li.separator {
	color: #666666;
	font-weight: bold;
}

.header-top-nav-block ul li.first {
	display: inline;
	text-align: right;
	content: "";
}

.header-top-nav-block ul li a:link {
	color: #999999;
	text-decoration: none;
}

.header-top-nav-block ul li a:visited {
	color: #999999;
	text-decoration: none;
}

.header-top-nav-block ul li a:hover {
	color: #336699;
	text-decoration: none;
}

span.form-required {
	color: #ff6600;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
}

.paginator-wrapper {
}

.paginator-block {
}

.paginator-block .paginator-previous {
	padding-left: 12px;
	float: left;
	width: 75px;
}

.paginator-block .paginator-pages {
	width: 738px;
	text-align: center;
	float: left;
}

.paginator-block .paginator-next {
	padding-right: 12px;
	text-align: right;
	float: right;
	width: 75px;
}

.clear-after {
	clear: both;
}

.paginator-block .disabled {
	color: #cccccc;
}

.paginator-block {
	padding-top: 8px;
	height: 25px;
}

.paginator-above {
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
}

.paginator-below {
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #cccccc;
}

