﻿/*
** General styles
*/

* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

html, body {
	height: 100%;
	background: white;
}

body {
	color: rgb(69,85,96);

	font-family: Arial, Helvetica, sans-serif;
	
	font-size: 1em;
}

h1 {
	margin: 20px 0px;
	font-size: 140%;
}

h2 {
	margin: 10px 0px;
	font-size: 130%;
}

h3 {
	margin: 10px 0px;
	font-size: 120%;
}

h4 {
	margin: 10px 0px;
	font-size: 110%;
}

a {
	color: rgb(0,129,196);
	text-decoration: underline;
}

li {
	list-style-type: none;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
}

/*
** divs common to all pages
*/

#header {
	background-color: white;
	background-image: url(../images/nki_banner.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom left;

	height: 100px;
}

#content {
	padding: 0px 109px 100px;

	background-color: white;
	background-image: url(../images/nkm_bkg_company.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;

	height: 552px;
}

html>body #content {
	height: auto;
	min-height: 552px;
}

#footer {
	padding-bottom: 10px;
}

#footer p {
	text-align: center;
	text-transform: uppercase;

    font-size: 80%;
}

/*
** Page specific classes
*/

/* generic page */

.page {
}

.page p {
	margin: 20px 0;
}

/* the manager section on project pages */

.manager {
}

.manager h2 {
}

.manager p {
}

.manager dl {
}

.manager dl dt {
}

.manager dl dd {
}

/* a dated entry on project pages */

.entry {
}

.entry h2 {
}

.entry p {
}

.entry ul {
}

.entry ul li {
}

.entry ul li a {
}

/* a VO sample on a page */

.voiceover {
}

.voiceover table {
}

.voiceover table tr {
}

.voiceover table tr th {
}

.voiceover table tr td {
}

/* a audio sample on a page */

.audio {
}

.audio table {
}

.audio table tr {
}

.audio table tr th {
}

.audio table tr td {
}

/* the list of jobs on the main extranet page */

.joblist ul {
}

.joblist ul li {
}

.joblist ul li a {
}

/* the list of general directories on the main extranet page */

.dirlist ul {
}

.dirlist ul li {
}

.dirlist ul li a {
}

/* a specific job on the main extranet page */

.job {
}

.job h2 a {
	color: rgb(69,85,96);
	text-decoration: none;
}

.job p {
}

.job ul {
	margin-left: 20px;
}

.job ul li {
}

.job ul li a {
}

/* the job list on the clientsonly chooser page, if seen */

.clientsonly {
}

.clientsonly ul {
	margin-left: 20px;
}

/* new job and change order forms */

table.jobform {
}

table.jobform tr {
}

table.jobform tr th {
	text-align: right;
	vertical-align: top;
}

table.jobform tr td {
}

table.jobform tr td select,
table.jobform tr td input,
table.jobform tr td textarea {
	border: 1px solid black;
	padding: 2px;
	font-family: "Courier New", Courier, mono;
}

#reset, #submit {
border: 1px solid black;
}

/* sitemap */

ul.sitemap {
	list-style-type: none;
}

ul.sitemap li {
	margin-left: 0;
	padding-left: 0;
}

.sitemap-info {
	padding-top: 20px;
	font-size: 80%;
	font-style: italic;
}
