body {
	background-color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.top-menu {
	font-size: 10pt;
	background-position: center;
	text-align: center;
    text-decoration: none;
	color: #CCCCCC;
}
.top-menu:hover {
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
.painting-menu {
	font-size: 9pt;
	background-position: center;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}
.painting-preface {
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	color: #66ccff;
	line-height:16pt;
	letter-spacing:3pt;
}
.painting-preface1 {
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	color: #cccccc;
}
.painting-preface1 a{
	color: #ffcc00;
	text-decoration: none;

}
.painting-preface2 {
	font-size: 12pt;
	text-align: left;
	text-decoration: none;
	color: #cccccc;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:0.4pt;
}
.painting-preface3 {
	font-size: 9pt;
	text-align: left;
	text-decoration: none;
	color: #ffcc00;
	letter-spacing:0.3pt;
}
.painting-orange {
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	color: #ff9933;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.2pt;
}
.painting-arial {
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.2pt;
	font-style: normal;
}
.painting-yellow {
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0.2pt;
	font-style: normal;
}
.date-css {
 font-size: 10pt;
 text-align: left;
 text-decoration: none;
 color: #839EF2;
 line-height:normal;
 letter-spacing:0.1pt;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-style: normal;
}
.sundon-preface {
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	color: #cccccc;
}
.sundon-preface a{
	color: #ffcc00;
	text-decoration: none;
}
.news-title {
	font-size: 11pt;
	text-align: left;
	text-decoration: none;
	color: #66ccff;
	line-height:16pt;
	letter-spacing:2pt;
	
}
.news-title1 {
	font-size: 10pt;
	text-align: left;
	color: #66ccff;
	letter-spacing:0.3pt;
	font-family: Arial, Helvetica, sans-serif;
}
.news-purple {
	font-size: 11pt;
	text-align: left;
	text-decoration: none;
	color: #cc66FF;
	letter-spacing:0.3pt;
	
}
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px ;
}
.highslide:hover img {
	border: 0px ;
}

.highslide-image {
    border: 0px ;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;   
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

.controlbar {	
	background: url(../highslide/graphics/controlbar5.gif);
	width: 83px;
	height: 18px;
	float:right;
}
.controlbar a {	
	display: block;
	float: left;
	height: 18px;
}
.controlbar a:hover {
	background-image: url(../highslide/graphics/controlbar5-hover.gif);
}
.controlbar .previous {
	width: 25px;
}
.controlbar .next {
	width: 20px;
	background-position: -25px 0;
}
.controlbar .highslide-move {
	width: 20px;
	background-position: -45px 0;
}
.controlbar .close {
	width: 18px;
	background-position: -65px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


.glowingtabs{
float:left;
width:100%;
line-height:normal;
border-bottom: 0px solid #7e9fff; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
font-size: 12px;
list-style-type: none;
margin:0;
margin-left: 6px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(images/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(images/glowtab.gif) no-repeat right top;
padding: 5px 12px 3px 3px;
color:#000066;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #660000;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #000066;
border-top: 1px solid #7e9fff; /*Remove this to remove border between bar and tabs*/
}
