body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #7d7d7d;
	background-color: #ffffff;
}
.input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f0f8fb;
	border: 1px solid #32444e;
	color: #445c68;
	height: 13px;
	width: 150px;
}
a{
	color: #3366CC;
	text-decoration:underline;
}
a:hover{
	color: #3366CC;
	text-decoration:none;
}
.menu-background{
	background-color: #f9f6cd;
}
.dots{
	background-image: url(../images/dots.gif);
}
.submenu-div{
	margin-top:7px;
	margin-bottom:10px;
}
.submenu{
	color:#baa600;
	font-size: 10px;
}
.submenu:a{
	color:baa600;
}
.submenu:hover{
	color:#baa600;
}
.submenudisable{
	color:#a0a0a0;
	font-size: 10px;
}
.search-div{
	margin-top:30px;
	margin-left:10px;
	margin-bottom:70px;
}
h1{
	font-size: 14px;
	font-weight: bold;
	display:inline;
}
h2{
	font-weight: bold;
	display:inline;
}
h3{
	font-size: 14px;
	font-weight: bold;
	display:inline;
}
hr{
      color: #9d9d9d;
      background-color: #9d9d9d;
      height: 1px;
	  border: 0;
	  margin-bottom: 8px;
}
.selectBox {
    font-family: Verdana, Helvetica, Arial;
    font-size : 11px;
    color: #594242;
}
.inputTextField {
    font-family: Verdana, Helvetica, Arial;
    font-size : 11px;
    color: #594242;
}
.big-link{
	color:#baa600;
	font-weight: bold;
	font-size: 12px;
}
.big-link:a{
	color:baa600;
}
.big-link:hover{
	color:#baa600;
}
.black-text{
	color:#000000;
	padding: 5px;
}
.table-text{
	color:#000000;
	font-size:10px;
	padding: 5px;
}
.black-text-gray-background{
	color:#000000;
	background-color:#ededed;
	padding: 5px;
}
.black-text-green-background{
	color:#000000;
	background-color:#dedede;
	padding: 5px;
}
.thumbnail{
	overflow: auto;
	height:115px;
	width:250px;
}
.pages{
	font-size: 9px;
	margin-right: 10px;
}
.status_sold {
	color: #FF0000;
	font-weight: bold;
}
.status_pending {
	color: #FF9900;
	font-weight: bold;
}
.status_new {
	color: #99CC00;
	font-weight: bold;
}
.status_back {
	color: #666666;
	font-weight: bold;
}
.status_contracted {
	color: #0066FF;
	font-weight: bold;
}
.status_reduced {
	color: #990099;
	font-weight: bold;
}.instructions {
color: #774400;
}
.groupTableLine {
	background-color: #CEBE42;
	border: 0;
	padding: 0;
}
.groupTableDefault {
	font-weight: bold;
	color: #333333;
}
.groupTableName {
	color: #7E7043;
}
.reportItalic {
	font-style: italic;
}
.reportUnderline {
	text-decoration: underline;
}