/* PREDEFINED CLASSES */
html, body {
	border: 0px;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 81%;
}

div.shell {
	margin: 0px;
	display: inline;
	width: auto;
	height: auto;
	overflow: auto;
}
	div.shell div.header {
	}
		div.shell div.header h1.title {
			color: #324E76;
		}
			
	div.shell div.main {
		width: auto;
		height: auto;
		margin: 0px;
	}
		div.shell div.main div.left {
			display: none
		}
		
		div.shell div.main div.content {
			width: auto;
			padding: 0px;
		}
			div.shell div.main div.content div.pd {
				float: left; 
				width: 250px;
			}
			div.shell div.main div.content div.projectcontainer {
     	 margin-bottom: 15px;
     	 border-top: 1px solid #344D75;
     	 padding-top: 3px;
     	 clear: both;
			}

				div.shell div.main div.content div.projectcontainer div.pdleft {
		      float: left;
		      width: 325px; 
		    }
					div.shell div.main div.content div.projectcontainer div.pdleft h1 { 
						border-top: none;
					}
					
				div.shell div.main div.content div.projectcontainer div.pdright {
		      float: left;
		      width: 150px; 
		    } 
				div.shell div.main div.content div.projectcontainer div.pdright img {
					border: 1px solid black;
					display: block;
					margin-left: 3px;
				}
				
			div.shell div.main div.content div.rentoverview {
				width: 100%;
			}
				div.shell div.main div.content div.rentoverview div.row {
					padding: 5px;
					vertical-align: bottom;
					clear: both;
				}
					div.shell div.main div.content div.rentoverview div.roheader div {
						font-weight: bold;
					}
					div.shell div.main div.content div.rentoverview div.row div {
						vertical-align: bottom;
					}
					div.shell div.main div.content div.rentoverview div.row div.col1 {
						width: 35%;
						float: left;
					}
					div.shell div.main div.content div.rentoverview div.row div.col2 {
						width: 20%;
						text-indent: 15px;
						float: left;
					}
					div.shell div.main div.content div.rentoverview div.row div.col3 {
						width: 25%;
						text-indent: 15px;
						float: left;
					}
					div.shell div.main div.content div.rentoverview div.row div.col4 {
						width: 20%;
						text-indent: 15px;
						float: left;
					}
						
		
			div.shell div.main div.content div.rentdetails {
				width: 90%;
			}
				div.shell div.main div.content div.rentdetails div.row {
					padding: 5px;
					clear: both;
				}
					div.shell div.main div.content div.rentdetails div.row div.col1 {
						width: 40%;
						float: left;
						font-weight: bold;
					}
					div.shell div.main div.content div.rentdetails div.row div.col2 {
						width: 60%;
						float: left;
					}

			div.shell div.main div.content div.form {
				width: 500px;
			}
				div.shell div.main div.content div.form div.row {
		      padding: 5px;
		      clear: both;
				}
					div.shell div.main div.content div.form div.row div.col1 {
						width: 130px;
			      float: left;
						font-weight: bold;
					}
						div.shell div.main div.content div.form div.row div.col1 em {
							font-size: 0.9em;
							font-weight: normal;
						}
			    div.shell div.main div.content div.form div.row div.col2 {
						width: 350px;
			      float: left;
					}
						div.shell div.main div.content div.form div.row div.col2 input.txt {
							width: 250px;
						}
						div.shell div.main div.content div.form div.row div.col2 textarea {
							width: 250px;
						}
				
		div.shell div.main div.right {
			display: none;
		}
		
div.footer {
	display: none;
}
			
div.pagebottom {
	display: none;
}

