/*
'--------------------------------------------------------------------------------------------------
'	COPYRIGHT and INTELLECTUAL PROPERTY NOTICE		2007 Mamet and Associates
'	It is illegal to remove or in any way alter the following commented text from this file.

'	1.	All files in this folder and related sub folders, the software, design, text 
'		and graphics comprised in this folder and related sub folders and the selection 
'		and layout of this website are owned or licensed by Mamet and Associates (Australia - ABN: 55991650020) 
'		and protected by copyright under the laws of Australia and other countries. 

'	2.	You may view this website and its contents using your web browser and save an electronic 
'		copy of the website solely in the usual operation of your web browser in visiting the site. 

'	3.	You must not otherwise reproduce, transmit (including broadcast), adapt, distribute, sell, 
'		modify or publish or otherwise use any files in this folder and related sub folders except 
'		as permitted by statute or with Mamet and Associates' prior written consent.
'--------------------------------------------------------------------------------------------------
*/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#e2dedf;
}
#copyright {
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	border: 1px solid #FF0000;
	height: 300px;
	width: 450px;
	background-color: #FFFFFF;
}

.GalleryTitle {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

A.navarrow:link  {
	font-size: 12pt;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #333333;
}
A.navarrow:visited {
	font-size: 12pt;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #333333;
}
A.navarrow:hover {
	font-size: 12pt;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #333333;
}
A.navarrow:active {
	font-size: 12pt;
	font-weight: bold;
	TEXT-DECORATION: none;
	color: #333333;
}

.artworklabel {
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
A.MenuItem:link {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-weight:normal;
	text-indent: 3px;
	text-transform: uppercase;
}
A.MenuItem:visited {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-weight: normal;
	text-indent: 3px;
	text-transform: uppercase;
}
A.MenuItem:hover {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-weight: normal;
	text-indent: 3px;
	text-transform: uppercase;
}
A.MenuItem:active {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-weight: normal;
	text-indent: 3px;
	text-transform: uppercase;
}

A.AdminMenuItem:link {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-weight: normal;
	text-indent: 3px;
}
A.AdminMenuItem:visited {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-weight: normal;
	text-indent: 3px;
}
A.AdminMenuItem:hover {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-weight: normal;
	text-indent: 3px;
}
A.AdminMenuItem:active {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 9pt;
	font-weight: bold;
	text-indent: 3px;
}

A.SubtleLink:link {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #999999;
	TEXT-DECORATION: none;
	font-size: 9pt;
}
A.SubtleLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #999999;
	TEXT-DECORATION: none;
	font-size: 9pt;
}
A.SubtleLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-size: 9pt;
}
A.SubtleLink:active {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #999999;
	TEXT-DECORATION: none;
	font-size: 9pt;
}

.artworkdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF0000;
}
.boldcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}
.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {
	background: #D3D3D3;
	border: 1px outset;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: #D3D3D3;
	border: 1px inset;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.formcelllabel {
	font-weight: bold;
}
.galleryicon {
	border: medium solid #CCCCCC;
}
A.gallerylist:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
A.gallerylist:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
A.gallerylist:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}
A.gallerylist:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.adminmenuheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	background-color: #CCCCCC;
	TEXT-INDENT: 12px;
}
.admintable {
	border: thin solid #FF0000;
	margin: 0px;
	padding: 0px;
}
.gallerylabel {
	text-transform: uppercase;
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
}
.quotelabel {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.quotation {
	font-style: italic;
	text-align: right;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

a.blacklink:link {
	color: #000000;
	text-decoration: none;
}
a.blacklink:visited {
	color: #000000;
	text-decoration: none;
}
a.blacklink:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.blacklink:active {
	color: #000000;
	text-decoration: none;
}

A.footerlink:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
A.footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
A.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
A.footerlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
.systemmessage {
	font-weight: bold;
	color: #000000;
}

