/*
	DIOS Display Component stylesheet
	This file is included conditionally by the
	prnHeader() function in the dios class
*/

body {
	font-size: 11pt;
}

hr {
	border: 1px #999 dashed;
}

/* jQuery effects */
.ui-effects-transfer-display { border: .5em dashed #28574e; }/* roar green */

/**
 * Display Report styles
 */
#displayChart {
	width: 99%;
	height: 600px;
	border: .3em solid #666666;
}

#visualFilter {
	background-color: #c8daff;
	border: 2px solid #666666;
	margin-bottom: 1em;
	margin-top: -2px;
	padding: .5em;
}

#visualContent {
	margin: 0;
	background-color: #c8daff;
	/*border: 2px solid #666666;*/
	padding: 0;
}

#filterButtons {
	border-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: .5em;
	width: 100%;
}

.filterLabel {
	/*width: 20%;*/
	background-color: #f3e0ac;
	font-size: 0.9em;
	padding: 3px;
}

.filterLabelVisual {
	background-color: #a8baec;
	padding: .3em;
	margin-left: 1em;
	vertical-align: center;
	border: 1px solid #666666;
	/*border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;*/
}

#orgFilter {
	/*background-color: #fefff1;*/
	background-color: #f3e0ac;
	border: 2px solid #666666;
	margin-bottom: 0;
	margin-top: -2px;
}

#txtSearch {
	width: 15em;
}

#searchFilter {
	/*background-color: #fefff1;*/
	/*background-color: #d0dcff;*/
	position: absolute;
	width: 20%;
	background-color: #eeeeee;
	border: 2px solid #666666;
	margin-bottom: 0;
	margin-top: -2px;
	padding: .3em;

	/* add drop shadow */
	box-shadow: 0 0 15px #666666;
	-moz-box-shadow: 0 0 15px #666666;
	-webkit-box-shadow: 0 0 15px #666666;
}

#searchFilterContainer {
	margin-bottom: .5em;
}

#viewPageIcon, #selectYearIcon {
	display: none;
	position: absolute;
	left: 600px;
	top: 10px;
}

/* The main layout table that contains all the options... Type, Location, Demographic Filters etc */
table#orgFilterOptions {
	font-size: 1em;
	background-color: #ffc83c;
}

table#orgFilterOptions th {
	padding-left: .5em;
	vertical-align: middle;
	text-align: left;
	font-size: .8em;
	background-color: #eeeeee;
	/*border: 1px solid #666666;*/
}

table#orgFilterOptions td {
	vertical-align: top;
}

/* A table to layout the demographic options (that are within the main Org filter layout table) */
div#demographicFilters table {
}

div#demographicFilters table th {
	text-align: left;
	font-size: .8em;
	padding: 2px;
}
div#demographicFilters table td {
	vertical-align: top;
	text-align: left;
	font-size: .8em;
}
div#demographicFilters select {
	font-size: .8em;
}

#infoOrgs, #infoScope, #infoScopeOrganisations, #infoOrgsDemographic {
	color: #000000;
	font-size: .8em;
}

#dataFilter {
	/*background-color: #fefff1;*/
	/*background-color: #abbeba;*/
	background-color: #cddfdb;
	border: 2px solid #666666;
	margin-top: -2px;
}

#dtgIndicators {
	width: 100%;
	border-style: none;
	font-size: 1em;
}

#viewPage {
	/*background-color: #fefff1;*/
	background-color: #cccccc;
	border: 1px solid #666666;
	margin-bottom: 1em;
	/*padding: .5em;*/
}

table.orgList { /* was #orgList */
	background-color: #ffffff;
	margin-top: .5em;
	margin-bottom: .5em;
	width: 100%;
}

#nqpsList {
	margin-top: .5em;
	width: 100%;
}

table.orgFilter {
	width: 100%;
}

.loading-msg { /* ajax loading message */
	font-weight: bold;
}

#exportOptionsTitle {
	background-color: #dddddd;
	font-weight: bold;
	padding: 3px;
	margin-left: 3px;
	margin-top: .5em;
}

#exportOptions {
	display: none;
	border: 1px solid #dddddd;
	width: 50%;
	background-color: #eeeeee;
	padding: .5em;
	margin-left: 3px;
}

#loading-image img {
	border-style: none;
	vertical-align: middle;
}

#submitDisabledMessage {
	display: none;
	color: red;
	font-size: .5em;
	font-weight: bold;
}

#viewOptions { /* the popup box containing view options */
	display: none;
	position: absolute;
}

#nqpsListContainer {
	margin: 0;
	padding-left: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
}

#viewContent {
	width: 98%;
}

#hiddenContent {
	display: none;
}

/**
 * Main definitions
 */

#title_container {
	border: 1px outset #999999;
	background-color: #eeeeee;
	/*background-image: url(/dios/images/title_bg.gif);
	background-repeat: repeat-x;*/
	height: 31px;
	margin-bottom: .15em;
}
#title_container td {
	padding: 0.25em;
}
#page_title {
	background-color: transparent;
	background-image: transparent;
	cursor: pointer;
}

td.display_report_button {
	background-color: #ffcc00;
	background-image: url(/dios/images/display_button_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

table.home_button { }

.title {
	border: none;
	background-image: transparent;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 1.2em;
	color: #006699;
	text-align: left;
	margin-top: 1em;
}

.layout_col_spacer_centre span {
	background-color: #ffffff;
	background-image: url(/dios/images/centre_box_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.resultTableDatapoint {
}

/**
 * Styled select menus
 */

/* container */
#crumbsContainer #viewPage, #crumbsContainer #selectYear {
	/*background-color: blue !important;*/
	border: none!important;;
	margin: 0px!important;
	padding: 0px!important;
}

/* Hide the instruction text when showing the menu in the crumbs/nav */
#crumbsContainer span#viewPageInstruction, #crumbsContainer span#selectYearInstruction {
	display:none!important;
}

/* Any extras to the select box */
#crumbsContainer #viewPageSelect, #crumbsContainer #selectYearSelect {
	margin: 0px!important;
	padding: 0px!important;
}

select#viewPageSelect optgroup, select#selectYearSelect optgroup {
	color: #000000;
	background: #F3E0AC;
	font-weight: bold!important;
	font-style: none;
}

select#viewPageSelect option, select#selectYearSelect option {
	color: #000000;
	background: #FFFFFF!important;
	font-weight: normal!important;
	/*font-style: italic;*/
}

/**
 * Home Page
 */

 table#homePageLayout td {
 	font-size:0.9em;
 }
 table#homePageLayout td.layout_col_spacer_lhs_rhs { width:2.5%; } /* 2 of these columns */
 table#homePageLayout td.layout_col_button { width:10%; } /* 2 of these columns */
 table#homePageLayout td.layout_col_button_desc { width:20%; } /* 2 of these columns */
 table#homePageLayout td.layout_col_spacer_centre { width:10%; } /* 1 of these columns */



/**
 * Home Page - grid of 6 options
 */

.home_button {
	width:100%;
	background-color:#FFCC00;
	height:85px;
}
.home_button td {
	padding:10px;
	text-align:center;
	vertical-align:middle;
}

.home_button a:link, .home_button a:active, .home_button a:visited {
	color:#FFFFFF;
	text-decoration: underline;
	text-underline-style: dotted;
}
.home_button a:hover {
	text-decoration: underline overline;
	text-underline-style: solid;
}

/* Another try to change the link color */
a.home_link:link, a.home_link:visited, a.home_link:active {
	font-size:1.1em!important;
	color:#0000CC!important;
	text-decoration: none!important;
	border-bottom:none;
}
a.home_link:hover {
	text-decoration: underline overline;
	text-decoration: none!important;
	border-bottom:1px solid #0000CC;
}

/* The hyperlinks for the headings, that take you to the same place as the buttons. */

a.homeheadinglink         { color: #000000!important; text-decoration:none!important;}
a.homeheadinglink:visited { color: #000000!important; text-decoration:none!important; }
a.homeheadinglink:hover   { color: #0000FF!important; text-decoration:underline!important; }
a.homeheadinglink:active  { color: #000000!important; text-decoration:none!important; }

/* matrix */

table.indicator_matrix {
	border:1px solid black;
}
table.indicator_matrix td {
	border:1px solid black;
	padding: .3em;
}

#visualDisplay {
	/*background-color: #fefff1;*/
	/*background-color: #abbeba;*/
	background-color: #c4d2fa;
	border: 1px solid #a8baec;
	margin-bottom: 1em;
	margin-top: 0px;
	width: 100%;
	/*padding: 5px;*/
}

/* the main layout table that contains all the options... Type, Location, Demographic Filters etc */
table#visualFilterOptions {
	font-size: 1em;
	background-color: #5a75bf;
}

table#visualFilterOptions th {
	padding-left: .5em;
	vertical-align: middle;
	text-align: left;
	font-size: .8em;
	background-color: #eeeeee;
	/*border: 1px solid #666666;*/
}

table#visualFilterOptions td {
	vertical-align: top;
}
