/* This is the style sheet used for the Resource Book in the h2Online toolbox */	

/* ********************** */
/* Resources pages design */	

body{
	font-size: .7em;
	font-family: verdana, arial, sans-serif; 
	color: #333333;
	background: #2b2b2b url(../images/bg_tile_resources.gif) repeat;
	width: 780px;
	margin: 5px auto 10px auto;
	border: none;
	}

/* For invisible (off page) text alternative link - for screen readers */
#textalt{		
	position:absolute;
	top: 0px;
	left: -50px;
}

/* ********************** */

#folderwrapper {
	position: relative;
	width: 732px;
	padding: 0;
	margin: 10px auto 0 auto; 
}

/* ****************** */

#foldertabwrapper {
	position: relative;
	background: #ffffff;
	height: 57px;
	width: 732px;
	padding: 0;
	margin: 0;
}

/* ****************** */

.foldertab {
	float: left;
	height: 57px;
	width: 180px;
}

.foldertab p {
	margin: 0;
	padding-top: 6px;
	font-size: 1em;
}

.foldertab a {
	margin: 0;
	padding-top: 6px;
	font-size: 1.2em;
	color: #ffffff;
    text-decoration: none;
	padding-left: 15px;
}

.foldertab a:link {
	font-size: 1.2em;
	color: #ffffff;
    text-decoration: none;
}

.foldertab a:visited {
	font-size: 1.2em;
	color: #ffffff;
    text-decoration: none;
}

.foldertab a:active {
	font-size: 1.2em;
	color: #ffffff;
    text-decoration: none;
}

.foldertab a:hover {
	font-size: 1.2em;
	color: #007086;
    text-decoration: none;
}

.foldertabactive { 
	float: left;
	height: 57px;
	width: 180px;
}

.foldertabactive p {
	margin: 0;
	padding-top: 6px;
	font-size: 1.2em;
	font-weight: bold;
	color: #007086;
}

.foldertabactive a {
	margin: 0;
	padding-top: 6px;
	font-size: 1.2em;
	color: #007086;
    text-decoration: none;
	padding-left: 15px;
}

.foldertabactive a:link {
	font-size: 1.2em;
	color: #007086;
    text-decoration: none;
}

.foldertabactive a:visited {
	font-size: 1.2em;
	color: #007086;
    text-decoration: none;
}

.foldertabactive a:active {
	font-size: 1.2em;
	color: #007086;
    text-decoration: none;
}

.foldertabactive a:hover {
	font-size: 1.2em;
	color: #ffffff;
    text-decoration: none;
}

/* ****************** */
/* OHS tab            */
#tabohsactive {		/* ohs active */ 
	background: #ffffff url(../images/tab_ohs_active.jpg) no-repeat;
	height: 57px;
	width: 180px;	
}

#tabohsna {		/* ohs non-active */ 
	background: #ffffff url(../images/tab_ohs_na.jpg) no-repeat;
	height: 57px;
	width: 180px;	
}

/* ****************** */
/* Legislation tab    */
#tablegalactive {	/* legislation active */ 
	background: #ffffff url(../images/tab_legal_active.jpg) no-repeat;
	height: 57px;
	width: 180px;	
}

#tablegalnaohs {  	/* legislation non-active, ohs active */ 
	background: #ffffff url(../images/tab_legal_na_ohs.jpg) no-repeat;
	height: 57px;
	width: 180px;	
}

#tablegalna {  	/* legislation non-active, background or chemistry active */ 
	background: #ffffff url(../images/tab_legal_na.jpg) no-repeat;
	height: 57px;
	width: 180px;	
}

/* ****************** */
/* Background tab     */
#tabbackgactive {	/* background active */ 
	background: #ffffff url(../images/tab_backg_active.jpg) no-repeat;
	height: 57px;
	width: 180px;	
}

#tabbackgnachem {  	/* background non-active, chemistry active */ 
	background: #ffffff url(../images/tab_backg_na_chem.jpg) no-repeat;
	height: 57px;
	width: 180px;	
}

#tabbackgna {  	/* background non-active, ohs or legislation active */ 
	background: #ffffff url(../images/tab_backg_na.jpg) no-repeat;
	height: 57px;
	width: 180px;	
}

/* ****************** */
/* Chemistry tab      */
#tabchemactive {	/* chemistry active */ 
	background: #ffffff url(../images/tab_chem_active.jpg) no-repeat;
	height: 57px;
	width: 180px;	
}

#tabchemna {		/* chemistry non-active */ 
	background: #ffffff url(../images/tab_chem_na.jpg) no-repeat;
	height: 57px;
	width: 180px;	
}

/* ****************** */

#foldertabright {
	float: left;
	background: #013378 url(../images/tab_top_right.jpg) no-repeat;
	color: #000000;
	height: 57px;
	width: 12px;
}

/* ****************** */

#folderpagegreen {
	position: relative;
	height: 450px;
	padding: 30px 50px 10px 180px; 
}

.foldergreen {
	background: #86B13A url(../images/tab_bg_green.jpg) repeat-y;
}

.foldergreenchem {
	background: #86B13A url(../images/tab_bg_green_chem.jpg) repeat-y;

}

#folderpagegreen h1 {
	color: #216666;
}

#folderpagegreen p {
	color: #ffffff;
	margin-bottom: 5px;
}

#folderpagegreen a {
	color: #007086;
	font-size: 1.2em;
	font-weight: bold;
    text-decoration: none;
}

#folderpagegreen a:link {
	font-size: 1.2em;
    text-decoration: none;
}

#folderpagegreen a:visited {
	font-size: 1.2em;
    text-decoration: none;
}

#folderpagegreen a:active {
	font-size: 1.2em;
    text-decoration: none;
}

#folderpagegreen a:hover {
	font-size: 1.2em;
    text-decoration: underline;
}

#folderpagegreen ul {
	margin-top: 0; 
}

#folderpagegreen ul li, #folderpagegreen ul li li, #folderpagegreen ul li li li {
	color: #007086;
}

/* ****************** */

#folderpagewhitetop {
	position: relative;
	width: 732px;
	height: 80px;
	padding: 0;
	margin: 0;
}

.folderwhitetop {
	background: #ffffff url(../images/tab_bg_top_white.jpg) no-repeat;

}

.folderwhitetopchem {
	background: #ffffff url(../images/tab_bg_top_white_chem.jpg) no-repeat;

}

/* ****************** */

#foldertopicswrapper {
	position: relative;
	width: 680px;
	padding: 10px 0 10px 20px; 
}

#foldertopicswrapper a {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

#foldertopicswrapper a:link {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

#foldertopicswrapper a:visited {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

#foldertopicswrapper a:active {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

#foldertopicswrapper a:hover {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
}


/* ****************** */
.foldertopic {
	display: block;
	float: left;
	width: 135px;
	height: 26px;
	padding: 0 0 0 30px;
	margin: 0;
}

p.foldertopic {
	background: url(../images/tab_pin_blue.jpg) no-repeat left;
	color: #ffffff;
	font-size: 1em;
}

a.foldertopic {
	background: url(../images/tab_pin_grey.jpg) no-repeat left;
}

a.foldertopic:hover {
	background: url(../images/tab_pin_blue.jpg) no-repeat left;
}

/* ****************** */

#folderpagewhite {
	position: relative;
	padding: 10px 50px 10px 50px; 
}

.folderwhite {
	background: #ffffff url(../images/tab_bg_white.jpg) repeat-y;
}

.folderwhitechem {
	background: #ffffff url(../images/tab_bg_white_chem.jpg) repeat-y;
}

#folderpagewhite h1 {
	color: #545455;
}

#folderpagewhite p {
	color: #004000;
	margin-bottom: 5px;
}

#folderpagewhite a {
	color: #004000;
	font-size: 1.2em;
	font-weight: normal;
    text-decoration: underline;
}

#folderpagewhite a:link {
	font-size: 1.2em;
    text-decoration: underline;
}

#folderpagewhite a:visited {
	font-size: 1.2em;
    text-decoration: underline;
}

#folderpagewhite a:active {
	font-size: 1.2em;
    text-decoration: underline;
}

#folderpagewhite a:hover {
	font-size: 1.2em;
    text-decoration: underline;
}

#folderpagewhite ul {
	margin-top: 2px;
}

#folderpagewhite ul li, #folderpagegreen ul li li, #folderpagegreen ul li li li {
	color: #004000;
}

/* ****************** */

#postitwrapper {
	position: relative;
	float: right;
	padding: 0 30px 0 10px;
	height: 62px;	
}

#postitwrapper p {
	color: #86B13A;
	font-size: 1.6em;
	font-weight: bold;
}

#postitwrapper a {
	color: #33BCE3;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

#postitwrapper a:link {
	color: #33BCE3;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

#postitwrapper a:visited {
	color: #33BCE3;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

#postitwrapper a:active {
	color: #33BCE3;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

#postitwrapper a:hover {
	color: #86B13A;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

/* ****************** */
.postit1 {
	display: block;
	float: left;
	width: 40px;
	height: 62px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

a.postit1 {
	background: url(../images/tab_page1_blue.jpg) no-repeat;
}

a.postit1:hover {
	background: url(../images/tab_page1_green.jpg) no-repeat;
}

p.postit1 {
	background: url(../images/tab_page1_green.jpg) no-repeat;
}

/* ****************** */
.postit2 {
	display: block;
	float: left;
	width: 40px;
	height: 62px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

a.postit2 {
	background: url(../images/tab_page2_blue.jpg) no-repeat;
}

a.postit2:hover {
	background: url(../images/tab_page2_green.jpg) no-repeat;
}

p.postit2 {
	background: url(../images/tab_page2_green.jpg) no-repeat;
}

/* ****************** */
.postit3 {
	display: block;
	float: left;
	width: 40px;
	height: 62px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

a.postit3 {
	background: url(../images/tab_page3_blue.jpg) no-repeat;
}

a.postit3:hover {
	background: url(../images/tab_page3_green.jpg) no-repeat;
}

p.postit3 {
	background: url(../images/tab_page3_green.jpg) no-repeat;
}

/* ****************** */
.postit4 {
	display: block;
	float: left;
	width: 40px;
	height: 62px;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

a.postit4 {
	background: url(../images/tab_page4_blue.jpg) no-repeat;
}

a.postit4:hover {
	background: url(../images/tab_page4_green.jpg) no-repeat;
}

p.postit4 {
	background: url(../images/tab_page4_green.jpg) no-repeat;
}

/* ****************** */

#folderbottomwrapper {
	position: relative;
	width: 732px;
	height: 36px;
	margin:0;
	padding:0;
}

#folderbottomleft {
	float: left;
	background: #ffffff url(../images/tab_bottom_left.jpg) no-repeat;
	width: 21px;
	height: 36px;
}

#folderbottommiddle {
	float: left;
	background: #ffffff url(../images/tab_bottom_bg.jpg) repeat-x;
	width: 675px;
	height: 36px;
}

#folderbottomright {
	float: left;
	background: #ffffff url(../images/tab_bottom_right.jpg) no-repeat;
	width: 36px;
	height: 36px;
}

#folderbottomleftwhite {
	float: left;
	background: #ffffff url(../images/tab_bottom_left_white.jpg) no-repeat;
	width: 21px;
	height: 36px;
}

#folderbottommiddlewhite {
	float: left;
	background: #ffffff url(../images/tab_bottom_bg_white.jpg) repeat-x;
	width: 675px;
	height: 36px;
}

#folderbottomrightwhite {
	float: left;
	background: #ffffff url(../images/tab_bottom_right_white.jpg) no-repeat;
	width: 36px;
	height: 36px;
}

#folderbottomrightchem {
	float: left;
	background: #ffffff url(../images/tab_bottom_right_chem.jpg) no-repeat;
	width: 36px;
	height: 36px;
}

#folderbottomrightwhitechem {
	float: left;
	background: #ffffff url(../images/tab_bottom_right_white_chem.jpg) no-repeat;
	width: 36px;
	height: 36px;
}

/* ****************** */

.folderflashcontent {
	padding: 0;
	margin: 0 -40px 0 -60px;
	text-align: center;
}

/* ****************** */

#closefolder {
	float: right;
	text-align: right;
	width: 200px;
	margin: 3px 0 3px 20px;
	height: auto;
}

/* ****************** */
	
.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}

.bigArrow {
	font-size: 1.7em;
	font-weight: bold;
}

/* ****************** */
	
h1{
	color: #333333;
	font-size: 1.8em;
	font-weight: bold;
	}
	
h2{
	color: #707070;
	font-size: 1.6em;
	}
	
h3{
	color: #666666;
	font-size: 1.4em;
	}

h4{
	color: #666666;
	font-size: 1.2em;
	}
	
h5{
	color: #000000;
	font-size: 1em;
	}
	
h6{
	color: #000000;
	font-size: .8em;
	}

p {
	color: #000000;
 	}
		
a {
	color: #0078A9;
    background-color: transparent;
	text-decoration: underline;
	}

a:link    {
    color: #0078A9;
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
    }        

a:visited {
    color: #0078A9;
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
    }      

a:active {
	color: #0078A9;
	text-decoration: underline;
    background-color: transparent;
    font-weight: bold;
    }

a:hover {
	color: #5c9614;
	text-decoration: none;
    background-color:transparent;
    font-weight: bold;
    }

/* ****************** */

a.glosslink:link {
    text-decoration: none;
    font-weight: bold;
}

a.glosslink:visited {
    text-decoration: none;
    font-weight: bold;
}

a.glosslink:active {
    text-decoration: none;
    font-weight: bold;
}

a.glosslink:hover {
    text-decoration: underline;
    font-weight: bold;
}

/* ****************** */

ol.loweralpha {
	list-style-type: lower-alpha;
}

ol.upperalpha {
	list-style-type: upper-alpha;
}

ol.lowerroman {
	list-style-type: lower-roman;
}

ol.upperroman {
	list-style-type: upper-roman;
}

ol.dotpoint {
	list-style-type: disc;
}

/* ****************** */
	
