/* 
	Delvin Popup Window Styles
*/

html, body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#444;
	height: 100%;
}

#wrapper {
	padding: 0px;
	width: 100%;
	background: #fff;
	min-height: 100%;
	height:auto !important;
	height:100%;
	margin: 0 auto -50px;
}

.header {
	color:#fff;
	font-size:16px;
	font-weight: bold;
	padding: 12px;
	
}
	.header table {
		padding: 12px;
		width:100%;
	}
	
	.header tr {
		vertical-align:bottom;
	}
	
	.header td {
		padding: 0 10px 0 10px;
	}
	

.push {
	height: 30px;
}	
	
	
#footer {
	font-size: 11px;
	color: #fff;
	height: 26px;
}
<!--background colour is set in public_footer.php-->
	#footer a {
		color:#fff;
	}

#content {
	margin: 12px;
}

h2 {
	font-size:16px;
	color: #000;
	font-weight: bold;
}

#staff_qa {
	width: 340px;
	font-size: 11px
	
}

#staff_qa td{
	border-bottom: solid 1px #000;
	padding: 0 0 8px 0;
}
	
#staff_qa .name{
	font-weight: bold;
	font-size: 12px
}

.close {
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
}
	
.subTitle {
	font-size:13px;
}


a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #aaa;
}
a:active {
	text-decoration: none;
	color: <?php echo $colour1; ?>;
}

#mainContent a:link { color: #fff; }
#mainContent a:hover { color: #fff; }
#mainContent a:visited { color: #fff; }


.submit{
	font-size:14px;
	color: #412f8a; /*purple */
	font-weight: bold;
}
.cancel{
	font-size:14px;
	color: #933;
}
.continue{
	font-size:14px;
	color: #4ec64b; /* green */
}
.caution{
	font-size: 14px;
	color:#C60;
}
	
.addButton {
	width: 100%;
	text-align:right;
}
