/* Stylesheet for Research data management site*/
/* This site uses masterbrand */
/* note primary stylesheet is */
/* assets.monash.edu.au/styles/base.css */

/* SF 2008-07-29, JD 2009-03-05 */

/*  */

/* Used for verbatim notices on  */
/* resources-downloads/statements.html */
.textbox {
	border:1px solid #ccc;
	background-color:  #F5F5F5;
	margin: 2em;
	padding: 2em;
}

.hbox-heading {
	margin-bottom: 0em;
	padding-bottom: 0em;
}
.hbox-list {
	margin-top: 0em;
	padding-top: 0em;
}

/* Use for FAQs */

#faq li {
	padding-bottom: 0.5em;
}
#faq li a:link, #faq li a:visited {
	text-decoration: none;
	color: #000;
}
#faq li a:hover {
	text-decoration: underline;
	color: #339;
}
ul.list-expand li {
	padding-bottom: 0.3em;
}

/* check and delete  above */


.openlanguage{ /*class added to the heading when it's open*/
	color: #339;
	font-weight:bold;
	text-indent:-12px; /*hanging indent*/
	padding-left:12px; /*ensures hanging words are not chopped off*/	
}
.closedlanguage{ /*class added to the heading when it's closed*/
	color: #339;
	font-weight: normal !important;
	text-indent:-12px; /*hanging indent*/
	padding-left:12px; /*ensures hanging words are not chopped off*/	
}
.openlanguage a:link, .openlanguage a:visited {
	text-decoration: none;
	color: #339;
}
.openlanguage a:hover {
	text-decoration: underline;
	color: #339;

}
.closedlanguage a:link, .closedlanguage a:visited {
	text-decoration: none;
	color: #339;
}
.closedlanguage a:hover {
	text-decoration: underline;
	color: #339;

}
div.answer {
	padding-left: 13px;
}
