body {
	margin: 0px;
	padding: 0px;
	background-color: #333;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica;
	font-size: 12px;
	text-align: center;
	line-height: 150%;
}

html, body, #page {
	min-height: 100%;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #page {
	height: 100%;
}

a {
	color: #004594;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#page {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

div#title {
	height: 46px;
	text-align: right;
	padding-top: 64px;
	padding-right: 5px;
	padding-bottom:0px;
	background: #333333 url('/themes/barbaraparkin/images/title/softly.620x120.jpg') bottom right no-repeat;
}
div#title img {
	margin: 0px;
	font-style: italic;
	text-align: right;
	vertical-align: bottom;
}

div#nav {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: black;
	line-height: 23px;
	background-color: #9faa00;
}
div#nav a, div#nav a:hover {
	position: relative;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: 22px;
}
div#nav a {
	color: white;
	text-decoration: none;
}
div#nav a:hover, div#nav .nav_0 .nav_on a, div#nav .nav_0 .nav_on a:hover  {
	color: black;
}
div.nav_1 {
	border-top: 1px solid #CCC;
}
div#nav a:hover, div#nav .nav_1 .nav_on a, div#nav .nav_1 .nav_on a:hover  {
	color: black;
}


div#content {
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: white;
	line-height: 150%;
	text-align: left;
}
div#content p {}


div#footer {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid black;
	color: white;
	line-height: 23px;
	background-color: #9faa00;
	font-size: 10px;
}
div#footer a, div#nav a:footer {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: 22px;
	font: 12px arial;
}
div#footer a {
	color: white;
	text-decoration: none;
	text-transform: capitalize;
}
div#footer a:hover {
	color: black;
}

/*
 * Colours: http://wellstyled.com/tools/colorscheme2/index-en.html?mono;50;0;60;0.3;0.5;0.1;0.9;0.5;0.75;0.3;-0.8;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0.3;-0.8;0.3;0.5;0.1;0.9;0.5;0.75;0
 */
 
/* LAYOUT GENERAL */
div.min_height {
	width: 0px;
	height: 600px;
	float: left;
}
div.clear {
	clear: both;
}
 
 
/* BORDERED TABLE */
table.bordered {
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	border: 1px solid white;
	font-family: 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	border-collapse: collapse;
}
table.bordered tr, table.bordered td, table.bordered th {
	border: 1px solid white;
}
table.bordered tr {
	 background-color: #5A8CAF;
	 color: #C5DFF1;
}
table.bordered tr.alt {
	 background-color: #79A6D4;
	 color: #3C5079;
}
table.bordered th {
	padding: 3px;
	background-color: #474747;
	color: white;
	font-size: 105%;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: Capitalize;
}
table.bordered td {
	padding: 3px;
}
table.bordered td strong {
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 110%;
}
table.bordered td a {
	color: white;
	text-decoration: none;
}
table.bordered td a:hover {
	color: white;
	text-decoration: underline;
}
table.bordered th a {
	color: #DEDEDE;
	text-decoration: none;
}
table.bordered th a:hover {
	color: white;
	text-decoration: none;
}
table.bordered input, table.bordered select {
	background-color: #EAEAEA;
	border: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 1px;
}
table.bordered input:focus, table.bordered select:focus {
	background-color: #D4D4D4;
	border: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;   
}
table.bordered input.button {
	text-transform: uppercase;
	font-variant: small-caps;
	padding: 1px;
	cursor: pointer;
}

/* FIELDSETfin/LEGEND FORMS */
legend {
	font-weight: bold;
	color: black;
}
form {
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
}
fieldset {
  border: 1px solid #333;
  margin: 0;
  padding: 10px;
	border: 1px solid black;
}
fieldset legend {
	font-size:1.1em;
}
form label { 
	display: block;
	float: left; 
	width: 120px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
	font-weight: bold;
}
form input, form textarea, form select {
	width:auto;
	margin:5px 0 0 10px;
  font: 12px arial;
}
form input#reset {
	margin-left:0px;
}
form br {
	clear:left;
}
fieldset table {
	border-collapse: collapse;
	border: 1px solid grey;
}
fieldset table tr {
	background-color: lavender;
}
fieldset table tr.alt {
	background-color: gainsboro;
}
fieldset table td, fieldset table th {
	border: 1px solid grey;
	padding: 3px;
}
fieldset table th {
	background-color: #999;
	text-transform: capitalize;
}
div.no_items {
	text-align: center;
	font-style: italic;
	padding: 10px;
}

/* MODULES */
div.mod_time {
	font-size: 10px;
	text-align: right;
	font-style: italic;
}

/* BACK_BUTTONS */
a.back_button {
	border: 1px solid black;
	background-color: #666;
	color: white;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-variant: small-caps;
	text-transform: lowercase;
	cursor: pointer;
}
a.back_button:hover {
	background-color: #474747;
	text-decoration: none;
}


/* GENERAL */
.left {	text-align: left; }
.right {text-align: right; }
.center {	text-align: center;}


/* USER MESSAGES */
div#user_messages {
	position:fixed;
	z-index: 55;
	width:30%;
	left: 35%;
	right: 35%;
	top: 45%;
	padding: 6px;
	border: 1px solid black;
	color: white;
	text-align: left;
	background: #33cc33 url('../../../images/messages/check.gif') top right no-repeat;
	min-height: 50px;
	display: block;
}
div#user_warnings {
	position:fixed;
	z-index: 55;
	width:30%;
	left: 35%;
	right: 35%;
	top: 45%;
	padding: 6px;
	border: 1px solid black;
	color: black;
	text-align: left;
	background: #cccc33 url('../../../images/messages/warning.gif') top right no-repeat;
	min-height: 50px;
	display: block;
}
div#user_errors {
	position:fixed;
	z-index: 55;
	width:30%;
	left: 35%;
	right: 35%;
	top: 45%;
	padding: 6px;
	border: 1px solid black;
	color: white;
	text-align: left;
	background: #cc3333 url('../../../images/messages/error.gif') top right no-repeat;
	min-height: 50px;
	display: block;
}

/* NEW WINDOW */
a[target="_blank"] {
	padding-right: 14px;
	background: url("images/style/new_window.gif") center right no-repeat;
}


/* PRINT */
div.print_source {
	display: none;
}
@media print {
	div#nav, a.back_button, div#title, div#footer,div.breadcrumb,div.debug_message {
		display: none;
	}
	div#page {
		border: none;
	}
	div.print_source {
		display: block;
		margin-top: 20px;
		font-size: 8px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		padding-left: 5px;
		padding-right: 5px;
		
	}
}