/* 
Copyright 2012 TAFE NSW eHub
This file is part of LOCO.

LOCO is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

LOCO is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with LOCO.  If not, see <http://www.gnu.org/licenses/>.
*/

.Dummy {
	/* These icons used in javascript not css, but included here so publisher will include files */
	background-image:url('images/folder_opened.png');
	background-image:url('images/folder_closed.png');
}

html {
	/* There are better fonts than Arial but greek pi looks wrong in other fonts */
	font-family:  Arial,'Trebuchet MS', Tahoma, Helvetica, sans-serif;
/*	max-width:100%;*/
	margin:0;
	padding: 0;
}


body {
    font-size:100%;
	padding:0;
	margin:0;
	width: 100%;
	color: #555555;
}


.pageWrapper {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7B9EB5;
	font-size: 0.85em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7B9EB5;
}

/*============================== Headings ================================*/
h1 {
	color: #4576B6;
    font-size: 2em;
    font-weight: normal;
    text-decoration: none;
	margin: 0;
	/* [disabled]padding: 0.5em; */
}

h2 {
	color:#767676;
	font-size:1.6em;
	padding: 0;
	font-weight:bold;
	margin: 0 0em 0 0;
	border-bottom: solid 1px #4576B6;
}

h3 {
	color:#4576B6;
	font-size:1.3em;
	font-weight:bold;
	padding: 0;
	margin: 0 0 0 0;
}

h4 {
	color:#000;
	font-size:1.2em;
	font-weight:bold;

	padding: 0;
	margin: 0 0 0 0;
}

p {
	padding: 0;
	/*width:650px;*/
	margin: 0.7em 0 0.3em 0;
	line-height:1.4em;
}

ul, ol {
	margin: 4px 0 0 0;
	padding: 0 0 0 2em;
}

ul li {
	padding:0;
	margin:0;
	line-height:1.6em;
	display: list-item;	
}

ol li {
	margin: 10px 0 0 0;
	display: list-item;
}
a {
	outline: none 0;
	color: #40668C;
}


.DocumentNode {
	font-size: 1em;
	background-color: #eee;
	max-width: 650px;
	margin: auto;
}

.DocumentNode label {
	font-weight: bold;
}

.DocumentNode p {
	margin: 10px;
}

/* ========================= Tables =================================*/
table p {
	font-size: 0.9em;
	width: auto;
	margin:0;
	padding:0;
}

table {
	max-width: 650px;
	min-width: 400px;	/* doesnt work? */
	margin: 1em auto;
	border: thin solid #40668C;
	border-collapse:collapse;
}

th {
	font-weight: bold;
}

td, th {
	border: thin solid #40668C;	
	padding: 5px;
	min-width: 10px;
	min-height: 10px;
	height: 10px;	/* minimum height */
}

th {
	font-weight: bold;		
}

.left {
text-align: left;	
}
.right {
	text-align: right;	
}
.center {
	text-align: center;	
}
/*============================== Section ================================*/
.Section {
	clear:both;
	margin: 8px auto 0 auto;
	padding:0;
}
.Section h1 {
	font-size:2.6em;
	font-weight: normal;
    margin: 10px 12px 10px 12px;
	padding: 12px 0 6px 0px;
	background-color:transparent;
	color: #000;
	text-decoration: none;	
	border-bottom: solid 2px #40668C;
}


.Description {
	font-size: 80%;
	font-style: italic;
}


.title-banner {
    background-color: #bbbbbb;
    color: #000;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    font-size: 15pt;
}                
input[type="text"]{
    width: 80%;
}

ul.CheckList, ul.RadioList {
    list-style-type: none;
    border: solid gray 1px;
}




#Header {
	width: 100%;
	padding: 0;
	height: 85px;
	margin:0;
	background-image: url(images/main_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#Header h1 {
	background-color:transparent;
	float:left;
	margin-left: 300px;
	margin-top: 10px;
	max-width: 560px;
	padding-left: 20px;
	font-size: 22px;
}

/* Navigation list */	
#Nav {
	width: 260px;
	float: left;
	min-height: 400px;
	
	overflow:hidden;
	background-color: #eeeeee;
	margin-top: 18px;
	margin-right: 0;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B7B7B7;
	border-bottom-color: #B5B6B5;
	border-radius: 3px;
}

#Nav ul {
	list-style-type: None;
	display: block;
	margin:0 0 0 20px;
	padding:0;
	padding-left: 0px;
}

#Nav a {
	text-decoration: none;
	display:block;
	color: #fff;
	padding : 5px 10px 5px 25px;

	background-color: #767676;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B7B7B7;
	border-bottom-color: #B7B7B7;
	margin-bottom: 2px;
	border-radius: 3px;
}	

#Nav img {
	position:absolute;
	left:5px;
	top:8px;
	border:none;
	padding:0;
	margin:0;
}

#Nav li.opened > a, li.closed > a {
	cursor: pointer;
	position:relative;
	padding : 5px 10px 5px 25px;
}

#Nav li.opened > ul {
	display: block;
}

#Nav li.closed > ul {
	display: none;
}	
	
#Nav li.selected > a{
	background-color:#e6f1ff;
	color:#4576B6;
}

#Nav li > a:hover {
	background-color:#e6f1ff;
	color:#4576B6;
}

#Content {
	padding-left: 20px;
	width:645px;
	float: left;
	margin-top: 18px;
}

.navButtons {
	float:right;
}

#Content .navButtons {
	margin-top: -15px;

}

.navButtons a, .navButtons .MissingButton {
	display : inline-block;
	text-decoration: none;
	margin: 0 0 0 5px;
	padding: 0;
	width: 32px;
	height: 32px;
}

.BackButton {
	background : url(images/page_prev.png) top left no-repeat;
}
.NextButton {
	background : url(images/page_next.png) top left no-repeat;
}


#Footer {
	clear: both;
	font-size: 1em;
	border-top: 1px solid #40668C;
	width: 96%;
	height: 3em;
	background-color:#4576B6;
	color: #FFF;
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em 2% 1em 2%;
}

.FooterText, .FooterText a {
	color: #fff;
	text-decoration: none;
	float:left;
	width: 80%;
}
	
#Nav a.SkipLink {
	display:none;
}

