/*  Style Sheet by Gunther Glesti and Somaya Langley */

/* general link colours */
a:link {
	color : #000000;
	text-decoration : underline;
}

a:visited {
	color : #666633;
	text-decoration : underline;
}

a:hover {
	color : #FF9900;
	text-decoration : underline;
}

a:active {
	color : #FF9900;
	text-decoration : underline;
}


/* dropdown menu link formatting */
a.pagenav:link {
	color : #000000;
	text-decoration : underline;
}

a.pagenav:visited {
	color : #000000;
	text-decoration : underline;
}

a.pagenav:hover {
	color : #FF9900;
	text-decoration : underline;
}

a.pagenav:active {
	color : #FF9900;
	text-decoration : underline;
}


/* menu item link colours */
a.menu:link {
	color : #000000;
	font-size : 10px;
	text-decoration : underline;
}

a.menu:visited {
	color : #333300;
	font-size : 10px;
	text-decoration : underline;
}

a.menu:hover {
	color : #FF9900;
	font-size : 10px;
	text-decoration : underline;
}

a.menu:active {
	color : #FF9900;
	font-size : 10px;
	text-decoration : underline;
}


/* breadcrumbs link colours */
a.crumbs:link {
	color : #FF9900;
	font-size : 10px;
	text-decoration : underline;
}

a.crumbs:visited {
	color : #CCCCCC;
	font-size : 10px;
	text-decoration : underline;
}

a.crumbs:hover {
	color : #FF9900;
	font-size : 10px;
	text-decoration : underline;
}

a.crumbs:active {
	color : #FF9900;
	font-size : 10px;
	text-decoration : underline;
}

a.alt-crumbs:link {
	color : #FF9900;
	font-size : 10px;
	text-decoration : underline;
}

a.alt-crumbs:visited {
	color : #666666;
	font-size : 10px;
	text-decoration : underline;
}

a.alt-crumbs:hover {
	color : #FF9900;
	font-size : 10px;
	text-decoration : underline;
}

a.alt-crumbs:active {
	color : #FF9900;
	font-size : 10px;
	text-decoration : underline;
}


/* body design */
body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	scrollbar-arrow-color : #FF9900;
	scrollbar-face-color : #CCCC99;
	scrollbar-highlight-color : #FFFFCC;
	scrollbar-shadow-color : #999966;
	scrollbar-track-color : #333333;
}


/* backgrounds */
.white-background {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.background {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #333333;
}

.black-background {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color: #000000;
}

.tilebackground {
	color: #CCCC99;
	background-image: url(http://www.nla.gov.au/digicoll/manuscripts/images/tileborder.jpg);
	border: #CCCC99;
}


/* interactive image background and layout */
.interactiveimage {
	color: #CCCC99;
	background-image: url(http://www.nla.gov.au/digicoll/manuscripts/images/imageborder.jpg);
	border: #CCCC99;
}

.interactiveimage-blackcell {
	color: #000000;
	background-image: url(http://www.nla.gov.au/digicoll/manuscripts/images/black-px.jpg);
	border: #000000;
	background-color: #000000;
}


/* general layout tools */
.divideline {  
	background-color: #000000;
}


/* toolbar for interactive image page */
.toolbar-divideline {
	color: #333333;
	background-image: url(http://www.nla.gov.au/digicoll/manuscripts/images/toolbar_line.gif);
	border: #333333;
}


/*  design of header, title and menu regions  */
.titleregion {
	 background-color: #FFFFCC;
}

.menubackground {  
	background-image: url(http://www.nla.gov.au/digicoll/manuscripts/images/background.jpg); 
	background-repeat: repeat-y;
	background-position: right; 
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #FFFFCC;
}

.headerbackground {  
		background-image: url(http://www.nla.gov.au/digicoll/manuscripts/images/head-back.jpg);
}

.blackbackground {
	background-color: #000000;
}


/*  navigation bar colours */
.navigationregion {  
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #CCCC99;
}

.navigationregion-pale {  
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;	
	background-color: #FFFFCC;
}

.navigationregion-dark {  
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #CCCC99;
}

.navigationregion-grey {  
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-color: #333333;
}


/* design of page content */
.object-content {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #333333;
}

.object-contentwhite {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.object-contentblack {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
}


/* general text layouts and sizes */
.menu {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
}

.crumbs {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.alt-crumbs {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.crumbs-whitetext {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.heading {
	font-size : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #000000;
}

.subheading {
	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

.text-content-whitebackground {
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	background-color: #FFFFFF;
}


.text-content-blackbackground {
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	background-color: #000000;
}

.text-content-bold {
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color : #000000;
	background-color: #FFFFFF;
}


/*dropdown menu text formatting */
.pagenav {
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}


/* title region of item - layouts and sizes */
.title {
	font-weight : bold;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.contributor {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.date {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.parts {
	font-weight : bold;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.more-info {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

/* interactive image background fonts*/
.text-interactiveimage {
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #000000;
	padding-top : 2px;
	padding-bottom : 2px;
}









