*{
	margin: 0;
	padding: 0;
}
img{
	/*border: 0; */
}

img.noborder{
	border: 0;
}

body{
	margin: 10px;
}
#wrapper{
	margin: 0 auto;
}
#subwrapper{
	margin: 0 auto;
}
a{
	color: #045117;
	}

a:hover{
	color: #9c5b21;
}
p{
	margin-top: 5px;
	margin: 0;
	margin-bottom: 5px;
}
h1{
	margin: 15px;
	margin-left:0;
}
/**h2{
	margin: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
}**/
h2{
	margin: 10px;
	margin-top: 20px;
	padding-top:20px;
	border-top: 1px solid #ddd;
	margin-left:0;
}
h3{
	margin: 7px;
	margin-left:0;
}
h4{
	margin: 5px;
	margin-left:0;
}
table{
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-spacing:0;
	
}
table td, table th{
	padding: 5px;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
}
th{
	background: #dfeae0;
}
input, select, textarea{
	border: 1px solid #666;
	margin: 2px;
	padding: 2px;
}
optgroup *{
	padding-left: 15px;
}
label{
	cursor: pointer;
}
.alert{
	width: 400px;
	height: 50px;
	margin: -200px 0 0 -200px;
	background: #E6BF79;
	color: #820d17;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	padding-top: 20px;
	border: 0;
	cursor: pointer;
	z-index:50;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/*
.waitingcorporateapproval, .approved, .accepted, .fulfilled, .deleted{
	padding: 15px;
	border-bottom: 2px solid #666;
}
.waitingcorporateapproval table, .approved table, .accepted table, .fulfilled table, .deleted table{
	border: 1px solid #666;
	width: 100%;
}
*/

.waitingcorporateapproval{
	background: #fcdea7;
}
.approvedbycorporate{
	background-color: #99f6fe;
}
.acceptedbyfnf{
	background-color: #c5ffa8;
}
.fulfilledbyfnf{
	background-color: #e1dadd;
}
.completedbyfnf{
	background-color: #acbed6;
}
.deleted{
	background-color: #fc6c77;
}

/*
.notes{
	background: #d6d6d6;
	border: 1px solid #666;
	border-top: 0;
}
*/

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color: #676767;
	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #676767;
	}
	
h3{
	font-family:Arial, Helvetica, sans-serif;
	color: #676767;
	}
	
h4{
	font-family:Arial, Helvetica, sans-serif;
	color: #676767;
	}
	
h5{
	font-family:Arial, Helvetica, sans-serif;
	color: #676767;
	}

h6{
	font-family:Arial, Helvetica, sans-serif;
	color: #676767;
	}

table td{
	border-left: #999 solid 1px;
	border-top: #999 solid 1px;
	}
	
table th{
	border-left: #999 solid 1px;
	border-top: #999 solid 1px;
	background: #DEDFE0;
	text-align:left;
	}
	
table{
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	}

table.main{
	background:url(/images/top_corners.jpg) center top no-repeat #FFFFFF;
	}
	
div#wrapper2{
	width:800px;
	margin:0 auto 20px;
	background:url(/images/bg.gif) center repeat-y;
	}

div#top{
	width:800px;
	height:93px;
	background:url(/images/head.jpg);
	}
	
div#rightInfo{
	padding:5px;
	padding-right:15px;
	float:right;
	}

div#middle{
	width:760px;
	background: url(/images/top_corners.jpg) top center no-repeat #FFFFFF;
	padding:15px;
	margin:0 auto 40px;
	}
	
div#bottom{
	background:url(/images/footer.jpg);
	width:800px;
	height:20px;
	margin:0 auto;
	}
	
div.seperator{
	background: #DEDFE0;
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	}
/* Do display none in .price to get rid of the prices for properties and corporate */
.price{
	display: none;
	}
	
.cancel{
	margin-right:20px;
	text-align:right;
	}
	
.error{
	color: red;
	}

div#help ol, div#help ul{
	padding: 15px;
	}
	
.pop{
	color: #045117;
	}

