/*
* Site style CSS definitions
*
* @author   Duncan Mundell <duncan@lantech.co.nz>
* @version  1
* @updated  02/02/2006
*/

/* Side by side divs */
#rightcolumn div.sidebyside div {
	float: left;
	width: 50%;
	}
	
/* Reduced width single column */
#rightcolumn div.alone {
		width: 75%;
		margin: 0 auto;
	}

/* Jobs Tables */
#rightcolumn table.searchlist td.reference {
	white-space: nowrap;
	width: 1%;
	}

#rightcolumn table.details th {
	width: 1%;
	white-space: nowrap;
	}
	
/* Search forms */
#rightcolumn table.search th {
	width: 250px;
	}
	
#rightcolumn table.search td.searchbutton {
	width: 50px;
	border-left: none;
	}


/* Registration forms */
#rightcolumn table.register th {
	width: 250px;
	}
	
#rightcolumn table.register input.stretched,
#rightcolumn table.register textarea.stretched {
	width: 90%;
	}
	
.highlight,
.error {
	color: #7b2125;
	font-weight: bold;
	}
	
.highlightsmall {
	color: #7b2125;
	font-weight: bold;
	font-size: 0.8em;
	}	
	
	
/* Custom 404 */
img.warning {
	float: right;
	}
	
strong {
	font-weight: bold;
	}