/**
 *	Queensland General Practice
 *  Base Screen Styles
 *	
 *	@author:	Nathan Crowe <http://www.imagin8.com>
 *	@date:		11/05/2007	
 *
 *	Table of Contents:
 *		layout
 *		typography
 *		breadcrumbs
 *		lists
 *      links
 *		tables
 *		forms
 *
 */
body {
	background:					#fff url(../images/bg-body2.gif) 50% 0 repeat-y;
	color:						#000;
	font-family:				Arial, Verdana, "Lucida Grande", Helvetica, sans-serif;
	font-size:					62.5%;
	margin:						0;
	padding:					0;
}

body.home {
	background-image:			url(../images/bg-body-home.gif);
}

/** layout
--------------------------------------- */
#page-wrapper {
	margin:						0 auto;
	width:						830px;
}

#page-container {
	margin:						0 auto;
	padding:					0 12px;
	width:						806px;
}


#content-container {
	background:					#fff url(../images/bg-content-container.gif) left top repeat-y;
	overflow:					hidden;
	width:						801px;
	min-height:					700px;
}

body.home #content-container {
	background-image:			url(../images/bg-home-content-container.gif);
}

#content-left {
	background:					url(../images/bg-content-left.jpg) left top no-repeat;
	float:						left;
	width:						155px;
}

body.home #content-left {
	background:					url(../images/bg-home-content-left.jpg) left top no-repeat;
}

#content-left-inner {
	padding:					120px 0 0 5px;
}

#content-right {
	background:					transparent url(../images/bg-content-right.jpg) 5px 169px no-repeat;
	float:						right;
	width:						158px;
	height:						400px;
	min-height:					400px;
}

body.home #content-right {
	background:					transparent url(../images/bg-home-content-right.jpg) left 117px no-repeat;
	height:						336px;
	width:						188px;
}

#content-main {
	margin:						0 158px 0 155px;
}

body.home #content-main {
	background:					#fff url(../images/bg-home-content-main.gif) left top repeat-y;
	margin-right:				188px;
}

#content-main-inner {
	padding:					0 10px 0 40px;
}

body.home #content-main-inner {
	background:					transparent url(../images/bg-content-main-inner.jpg) left top no-repeat;
	padding:					278px 176px 5px 45px;
}

#page-footer {
	clear:						both;
	height:						75px;
}

body.home #page-footer {
	background-color:			#fff;
}

#page-footer-inner {
	margin-bottom:				10px;
}

/** typography
--------------------------------------- */
#content-right h1 a {
	display:					block;
	height:						100px;
	width:						134px;
}

body.home #content-right h1 a {
	height:						117px;
	width:						140px;
}

#content-right h2 {
	background:					transparent url(../images/h4s/h4-together.gif) no-repeat;
	height:						69px;
	text-indent:				-9999px;
}

#content-main-inner h2,
#content-main-inner h3,
#content-main-inner h4 {
	font-weight:				bold;
}

#content-main-inner h2 {
	color:						#333;
	font-size:					1.9em;
	margin-bottom:				2.1em;
}

#content-main-inner h3 {
	color:						#666;
	font-size:					1.5em;
	line-height:				130%;
	margin-bottom:				0.3em;
}

#content-main-inner h4 {
	color:						#666;
	font-size:					1.2em;
	line-height:				130%;
}

#content-main-inner p {
	line-height:				130%;
	margin-bottom:				1em;
}

#content-main-inner .text {
	font-size:					1.2em;
	line-height:				130%;
	margin-bottom:				1em;
}

#news-listing-list li h4 {
	color:						#000;
	font-size:					1.2em;
	margin-bottom:				0;
}

#news-listing-list li p {
	font-size:					1em;
}

#news-listing-list li span {
	font-size:					0.8em;
}

body.home #content-main-inner h2,
body.home #content-main-inner h3 {
	font-size:					1.4em;
	margin-bottom:				0.1em;
	text-indent:				-9999px;
}

body.home #content-main-inner h2 {
	background:					transparent url(../images/h2s/h2-welcome.gif) left top no-repeat;
}

body.home #content-main-inner h3 {
	background:					transparent url(../images/h3s/h3-latest-news.gif) left top no-repeat;
	margin-top:					20px; 	 
}

body.home #content-main-inner p {
	font-size:					1.1em;
	line-height:				1.3em;
	margin-bottom:				0;
}

body.home #page-footer h4 {
	float:						left;
	width:						200px;
}

body.home #page-footer h5 {
	color:						#333;
	font-size:					1.4em;
	font-weight:				bold;
	line-height:				130%;
	padding-top:				1em;
}

#page-footer-inner p.updated {
	padding:					47px 0 0 200px;
	line-height:				130%;
}

/** lists
--------------------------------------- */
#content-main-inner ul, #content-main-inner ol {
	/*font-size:					1.2em;*/
	margin-bottom:				1em;
}

#content-main-inner ul li {
	background:					url(../images/icons/icon-bullet.gif) 0 5px no-repeat;
	line-height:				130%;
	padding:					0.1em 0 0.1em 15px;
}

#content-main-inner ol li {
	line-height:				130%;
	list-style:					decimal;
	padding:					0.1em 0 0.1em 5px;
	margin-left:				20px;
}

#content-main-inner ul li ul li {
	line-height:				100%;
}

ul#in-this-section-list {
	margin-bottom:				1em;
	font-size:					1.2em;
}

ul#in-this-section-list li {
	background:					url(../images/icons/icon-bullet.gif) 0 4px no-repeat;
	padding:					0 0 0 15px;
}

ul#in-this-section-list li a,
ul#in-this-section-list li a:link,
ul#in-this-section-list li a:visited,
ul#in-this-section-list li a:active {
	color:						#666;
	text-decoration:			none;
}

ul#in-this-section-list li a:hover {
	text-decoration:			underline;
}

ul#news-listing-list {
	margin-bottom:				1em;
}

ul#news-listing-list li {
	background:					url(../images/icons/icon-calendar.jpg) no-repeat;
	margin-bottom:				1em;
	padding:					0 0 0 30px;
}

#page-footer-inner ul {
	float:						left;
	line-height:				130%;
	padding:					20px 20px 0 0;
	text-align:					right;
	width:						135px;
}
/** links
--------------------------------------- */
#content-main a,
#content-main a:link,
#content-main a:active {
	color:						#000;
	font-weight:				bold;
	text-decoration:			none;
}
#content-main a:hover {
	text-decoration:			underline;
}

#content-main a:visited {
	color:						#008080
}

#page-footer a,
#page-footer a:link,
#page-footer a:visited,
#page-footer a:active {
	color:						#000;
	font-weight:				bold;
	text-decoration:			none;
}

#page-footer a:hover {
	text-decoration:			underline;
}

#page-footer-inner a.print {
	background:					url(../images/icons/icon-print.gif) left 1px no-repeat;
	margin-left:				25px;
	padding-left:				24px;
}

/** breadcrumbs
--------------------------------------- */
#content-main-inner #breadcrumbs-list {
	color:						#000;
	font-size:					1em;
	list-style:					none;
	margin:						40px 0 25px 0;
}

#content-main-inner #breadcrumbs-list li {
	background:					url(../images/icons/icon-breadcrumb.gif) 0 50% no-repeat;
	display:					inline;
	padding:					0 0.5em 0 1em;
}	

#content-main-inner #breadcrumbs-list li.first {
	background:					none;
	margin-left:				0;
	padding-left:				0;
}
	
#content-main-inner #breadcrumbs-list li a,
#content-main-inner #breadcrumbs-list li a:link,
#content-main-inner #breadcrumbs-list li a:visited,
#content-main-inner #breadcrumbs-list li a:active {
	color:						#666;
	text-decoration:			none;
}

#content-main-inner #breadcrumbs-list li a:hover {
	text-decoration:			underline;
}
/** tables
--------------------------------------- */
/** forms
--------------------------------------- */
input.text,
textarea.text {
	background:					#fff url(../images/bg-input.gif) left top no-repeat;
	border:						1px solid #b3b3b3;
	color:						#444;
	font-size:					1em;
	margin:						0 !important;		
	padding:					2px !important;
}

form#search-form {

}

form#search-form fieldset#search-fieldset {
	border:						0 !important;
}

form#search-form fieldset input#search-query {
	float:						left; 	
	width:						120px;
}

form#search-form fieldset input#search-button {
	float:						left;
	margin:						4px 0 0 6px;
}

.sideScrollerHeader {
	font-size:					14px;
	font-weight: 				bold;
	text-align:					right;
	vertical-align:				bottom;
	padding:					60px 24px 5px 0px;
	clear:						both;
}

td.monthName {		text-align: center; padding: 5px; }
td.eventDate {		width: 50px; padding: 5px;	text-align: center; }
td.eventName {		padding: 5px;	}


/* Sitemap stuff */
#sitemap-content-container a, #sitemap-content-container a:link, #sitemap-content-container a:visited {
	font-size:					12px;
	background:					url(../images/icons/icon-bullet.gif) 0 5px no-repeat;
	line-height:				130%;
	padding:					0.1em 0 0.1em 15px;
}

div.text table {		border: 1px solid black; border-width: 1px 0px 0px 1px;	}
div.text table td {		border: 1px solid black; border-width: 0px 1px 1px 0px; padding: 3px; }

div.text table.noborder { border: 0; }
div.text table.noborder td { border: 0; padding: 3px; }

#page-footer-home a {			margin: 0px 20px 0px 0px; }
#page-footer-home a:link {		color: #000000; text-decoration: none; }
#page-footer-home a:visited {	color: #000000; text-decoration: none; }
#page-footer-home a:hover {		color: #000000; text-decoration: underline; }


/* Chronic Disease Matrix Styles */

#cdm-container, #cdm-container p {
	font-family: Arial, sans-serif;
    font-size: 11px;
	color: #333333;
	line-height: 1.4em;	
}

#cdm-container input, #cdm-container textarea, #cdm-container select {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}

/*#cdm-container a:link, #cdm-container a:visited { font-weight: normal; }*/

.cdm-title {font-weight: bold; font-size: 20px;}

#cdm-container h1, #cdm-container h2, #cdm-container h3, #cdm-container h4 {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 10px;
}

#cdm-container h1 {font-size: 18px; line-height: 1.3em; color: #333333; }
#cdm-container h2 {font-size: 15px; padding: 20px 0px 5px; margin: 0px 0px 5px;}
#cdm-container h3 {font-size: 14px; padding-top: 15px; padding-bottom: 5px; color: #333333;}
#cdm-container h4 {font-size: 12px;}

#cdm-container img {
	border: none;
}

#cdm-container ul li {
	background: none;
}

/* public area tabs */
#cdm-prog-tab, #cdm-prog-tab-active {
	height: 35px;
	width: 144px;
	float: left;
}

#cdm-res-tab, #cdm-res-tab-active {
	height: 35px;
	width: 146px;
	float: left;
}

#cdm-map-tab, #cdm-map-tab-active {
	height: 35px;
	width: 146px;
	float: left;
}

#cdm-prog-tab			{ background: url('/map/images/search_by_program.gif') no-repeat; }
#cdm-res-tab			{ background: url('/map/images/search_by_resource.gif') no-repeat; }
#cdm-map-tab			{ background: url('/map/images/search_by_map.gif') no-repeat; }
#cdm-prog-tab-active	{ background: url('/map/images/search_by_program_active.gif') no-repeat; }
#cdm-res-tab-active		{ background: url('/map/images/search_by_resource_active.gif') no-repeat; }
#cdm-map-tab-active		{ background: url('/map/images/search_by_map_active.gif') no-repeat; }
#cdm-prog-tab:hover		{ background: url('/map/images/search_by_program_hover.gif') no-repeat; }
#cdm-res-tab:hover		{ background: url('/map/images/search_by_resource_hover.gif') no-repeat; }
#cdm-map-tab:hover		{ background: url('/map/images/search_by_map_hover.gif') no-repeat; }


#admin-header {
	padding: 4px;
	border: 3px solid #b4d800;
	font-weight: bold;
	color: #333333;
	font-size: 15px;
	height: 24px;
}
#admin-header ul li {
	display: inline;
	padding-right: 10px;
}
#admin-header a:link, #admin-header a:visited {
	color: #8e8e8e;
}

.admin-option-prominent a:link, .admin-option-prominent a:visited {
	color: #333333 !important;
}

#wrapper {
	width: 436px;
}

#search-summary {
	margin-bottom: 15px;
}

#search-instructions {
	margin-top: 15px;
}

#search-box-top {
	float: left;
}

#search-box {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-left: 10px;
	padding-right: 10px;
}

#search-box-bottom {
	background: url('/map/images/search_box_bottom.gif');
	width: 320px;
	height: 35px;
	display: block;
	float: left;
}

#search-box-back {
	background: url('/map/images/search_box_back.gif');
	width: 116px;
	height: 35px;
	display: block;
	float: left;
}

#search-box-back:hover {
	background: url('/map/images/search_box_back_hover.gif');
}

#search-box p, #search-box ul {
	margin: 0px;
}

#keyword-search-box {
	background: url('/map/images/keyword_search.gif');
	height: 41px;
	width: 396px;
}

#keyword-search-box input {
	margin-left: 150px;
	height: 18px;
	width: 167px;
	font-size: 12px;
	padding-left: 3px;
	position: relative;
	top: -9px;
}

#keyword-search-button {
	margin-top: 9px;
}

#search-show-toggle {
	padding-top: 20px;
	padding-bottom: 20px;
}

.select-top {
	background: url('/map/images/select_top.gif');
	width: 396px;
	height: 6px;
}

.select-bottom {
	background: url('/map/images/select_bottom.gif');
	width: 396px;
	height: 6px;
}

select {
	width: 396px;
	background: #f1f1f1;
	border: none;
}

select option {
	height: 1.3em;
}

.concealed {
	display: none;
}

.program-search-results-table {
	border-collapse: collapse;
	width: 396px;
	margin-left: auto;
	margin-right: auto;
}

#search-results-top, #search-results-bottom {
	text-align: center;
}

.program-search-results-table th {
	background: #b4d802;
	color: black;
	font-weight: bold;
}

.program-search-results-table th, .program-search-results-table td {
	text-align: left;
	padding: 4px 10px 4px;
}

.search-results-0 {
	background: #f2f2f2 url('/map/images/program_results_middle_0.gif') repeat-y;
}

.search-results-1 {
	background: #d9d8d8 url('/map/images/program_results_middle_1.gif') repeat-y;
}

#no-results {
	background: #fdd6d6;
	padding: 5px;
}

.program-search-results-table td a {
	font-weight: normal !important;
}

.program-activity {
	border: 1px solid #a2a2a2;
	background: #dfffba;
	margin: 20px;
	padding: 10px;
}

/* Listing table */
.admin-table {
	border-collapse: collapse;
}

.admin-table tbody td {
	padding: 3px;
	border: 1px solid gray;
	padding-right: 10px;
}

.admin-table tbody th {
	background: #b4d800;
	color: black;
	font-weight: bold;
	border: 1px solid gray;
}

/* Edit table */
#admin-area .admin-edit {
	border-collapse: collapse;
	border: 0px;
}

#admin-area .admin-edit th {
	background: #f3f3f3;
	font-weight: bold;
	border: none;
	border-top: 1px solid #d9d9d9;
	padding-bottom: 5px;
	padding-top: 5px;
}

#admin-area .admin-edit td {
	background: white;
	border: none;
	border-top: 1px solid #d9d9d9;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* Silent table */
#cdm-container .table-silent, #cdm-container .table-silent tbody, #cdm-container .table-silent td, #cdm-container .table-silent th,
#admin-area .table-silent, #admin-area .table-silent tbody, #admin-area .table-silent td, #admin-area .table-silent th {
	border: none;
}

/* Validation styling */

.message-ok {
	background: #ecffe5;
	border: 1px solid #3ce700;
}

.message-error {
	background: #ffd6d6;
	border: 1px solid #dc0000;
}

.message-ok, .message-error {
	padding: 10px;
	width: 400px;
	margin-bottom: 15px;
}

/* Main panels */

.panel-list {
	/*border: 5px solid blue;*/
}

.panel-tweak {
	/*border: 5px solid red;*/
}

/* Validation Stuffs */

.validation-failed {
	border: 1px solid #f00;
}
.validation-passed {
	/*border: 1px solid green;*/
}
.validation-advice {
	margin: 2px; 
	padding: 2px; 
	color: #fff; 
	background-color: #f00;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color: #fff;
	background-color: #bbb;
}

label {
	margin-right: 10px;
}

#cdm-container ol li, #cdm-container ul li {
	line-height: 1.8em;
}

#cdm-container ul li {
	margin-left: 20px;
	list-style: disc;
	padding-left: 8px;
}

#main-page-items {
	padding-top: 20px;
}

#main-page-items a {
	background: url('/map/images/icons/circle.gif') no-repeat;
	padding: 8px 35px 15px;
	line-height: 2.3em;
	font-weight: bold;
	font-size: 12px;
}

#main-page-items a:hover {
	background: url('/map/images/icons/circle_hover.gif') no-repeat;
}

.clear {
	clear: both;
}

#admin-area, #admin-area select, #admin-area input, #admin-area textarea  {
	font-size: 11px;
}

#admin-area select {
	background: white;
	width: auto;
	border: 1px solid #d9d9d9;
}

/* Maps */

#map1-holder, #map2-holder {
	width: 100%;
}

#map1-map, #map1-zoom, #map2-map, #map2-zoom {
	float: left;
}

#map1-zoom a:link, #map1-zoom a:visited {
	background: url('/map/images/map_zoom_in_normal.gif') no-repeat;
	width: 60px;
	height: 91px;
	display: block;
	position: relative;
	top: 350px;
}

#map1-zoom a:hover {
	background: url('/map/images/map_zoom_in_hover.gif') no-repeat;
}

#map2-zoom a:link, #map2-zoom a:visited {
	background: url('/map/images/map_zoom_out_normal.gif') no-repeat;
	width: 65px;
	height: 91px;
	display: block;
	position: relative;
	top: 350px;
}

#map2-zoom a:hover {
	background: url('/map/images/map_zoom_out_hover.gif') no-repeat;
}