/* Style Sheet for idealjob.co.nz */

/*
#fd0202 red
#b90404 dark red
*/

body {
	margin: 0px;
	padding: 10px 50px;
	background: url(images/q-background.jpg)	}

body, table, textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

tr, td {
	vertical-align: top;
	}

h1 {
	font-size: 15px;
	color: #fd0202;
	}

h2 {
	font-size: 13px;
	color: #fd0202;
	}


a, a:link, a:visited, a:active {
	color: #fd0202;
	font-weight: normal;
	}

a:hover {
	color: #b90404;
	text-decoration: underline;
	font-weight: normal;
	}

hr {
	border: 0px;
	height: 1px;
	color: #fd0202;
	background-color: #fd0202;
	}

#left-column {
	width: 10px;
	background: url(images/fade-right.gif) repeat-y top right;
	}

#right-column {
	width: 10px;
	background: url(images/fade-left.gif) repeat-y top left;
	}

#footer {
	padding: 20px 20px 0px 20px;
	text-align: center;
	}

/* ENTRY FORM begins */

.entry-form {
	border-top: 2px solid #fd0202;
	border-bottom: 2px solid #fd0202;	
	width: 100%;
	}
	
.entry-form th {
	text-align: right;
	vertical-align: top;
	width: 20%;
	font-weight: normal;
	padding-top: 12px;
	white-space: nowrap;
	}

.entry-form td {	
	padding: 12px 5px 0px 10px;
	width: 80%;
	}

.entry-form span {
	color: #fd0202;
	}

.entry-form textarea, .entry-form input {	
	width: 200px;
	}

textarea, input, select {
	border: 1px solid #c8c7c7;
	border-left: 1px solid #fd0202;
	}

.submit-button {
	width: 100px !important;
	}

/* ENTRY FORM ends */


.small-print {
	font-size: 10px;
	margin: 0px;
	font-weight: normal;
	}

.page-title {
	padding: 20px 10px 0px 75px;
	}

.page-title h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24px;
	}

.page-title p {
	text-align: right;
	margin: 10px 10px 0px 0px;
	color: #FFFFFF;
	font-size: 11px;
	}

.main-content {
	padding: 0px 20px 10px 20px;
	}

.options-table {
	width: 500px;	
	}

.options-table th {
	padding: 0px 0px 10px 0px;
	}

.options-table th img {
	margin: 0px 10px 0px 10px;
	}

.options-table td {
	padding: 0px 5px 10px 0px;
	}

.options-table p {
	margin-top: 0px;
	}

.footer {
	text-align: right;
	padding: 0px 10px 0px 0px;	
	}

.questionaire td {
	padding: 5px 0px 2px 5px;
	border-bottom: 1px solid #fd0202;
	}

.questionaire-result {
	width: 100%;
	margin: 10px 0px;
	border-top: 1px solid #b90404;
	border-bottom: 1px solid #b90404;
	background-color: #fd0202;	
	color: #FFFFFF;	
	}

.questionaire-result td {
	padding: 5px;	
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	}

.white-link {
	color: #FFFFFF !important;
	}

.error_message, .success_message {
	padding: 5px 5px 5px 20px;
	border: 1px dotted #FFFFFF;
	width: 90%;
	}

.error_message {
	color: #FFFFFF;
	background-color: #fd0202;	
	}

.success_message {
	color: #FFFFFF;
	background-color: #006600;
	}

.footer-nav, .top-nav {
	margin: 20px 10px;
	text-align: center;
	}

.number_heading {
	width: 300px;
	}

.number_heading td {
	vertical-align: middle;
	padding-right: 10px;
	}

.left_column {
	padding-right: 10px; 
	width: 180px;
	}

.main_column {
	padding-right: 10px;
	}
	
.nav-wrapper {	
	border-right: 2px solid #fd0202;
	padding: 5px 5px 20px 5px;
	}

.left-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

.left-nav li {
	padding: 2px 2px 2px 0px;
	}

.right_column {
	padding-top: 20px;
	width: 140px;
	}

.quote {
	background: url(/images/right-quote.gif) no-repeat bottom right #eeeeee;
	margin-top: 10px;
	}

.quote td {
	background: url(/images/left-quote.gif) no-repeat top left;
	color: #666666;
	padding: 5px 40px;
	text-align: center;
	}
