body {
	background: #FFF7D2;
}

.pages {
	color: #000000;
	font: normal normal 14px 'Courier New', Courier, sans-serif;
	text-align: left;
}

hr.quotes {
	border: none;
	height: 1px;
	width: 50%;
	text-align: left;
	margin-left: 0;
	/* Set the hr color */
	color: #D3D3D3; /* old IE */
	background-color: #D3D3D3; /* Modern Browsers */
}

hr {
	border: none;
	height: 1px;
	/* Set the hr color */
	color: #000000; /* old IE */
	background-color: #000000; /* Modern Browsers */
}

.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}


p.quotes {
	color: #000000;
	white-space: pre-line;
	max-width: 70%;
	font: normal normal 14px 'Courier New', Courier, sans-serif;
	text-align: left;
}

td.maintitle {
	height:10px;
	text-align:center;
	background-color: #CCCC66;/*#C6D1DD;
*/	

	border-top:1px black solid;
	border-bottom:1px black solid;

	font-family: monospace;
	font-size: 17px;
	text-shadow: 2px 2px 2px #B0B050;
	font-weight: bold;
	/*font-family: 'Droid Sans Mono', monospace;*/
}

td.menu-left {
	font-family: Tahoma;
	font-size:11px;
	height: 20px;
	background-color: #BDCD9D;

	border-top: 1px black solid;
	border-bottom: 1px black solid;
	padding-left: 10px;
	padding-right: 10px;
}

td.menu-left a, td.menu-left a:visited, td.menu-left a:link, td.menu-left a:active {
	color: #000;
	text-decoration: none;
}

h1.title {
	font-size: 110%;
	font-family:verdana,tahoma,helvetica,arial,sans-serif;
	margin: 0px; padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;


.clients {
	min-height: 100%;
	font: normal normal 14px 'Courier New', Courier, sans-serif;
	color: black;
	width: 100%;
}

.cl_wrap {
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
}

.admin .cl_wrap {
	padding: 150px 0 0 100px;
}
