body					{background: #ffffff; margin: 0; padding: 0; font: 11px normal Arial, Helvetica, sans-serif; color: #3d3d3d;}
img						{border: 0;}
td						{vertical-align: top;}
a						{color: #cb0000; text-decoration: underline;}
a:hover					{color: #3d3d3d; text-decoration: underline;}

.minwid					{min-width: 1000px;
/* IE min-width fix */
width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "1000px" : "auto");}
.clear					{clear: both;}

#content				{margin: 0 auto; width: 820px;}
#left					{float: left; width: 211px; padding: 20px 0;}
#left .title			{color: #cb0000; font-size: 14px; font-weight: bold; padding-left: 25px;}
.menu					{margin: 0; padding: 5px 0 15px 40px;}
.menu li				{color: #cb0000; font-size: 12px; font-weight: bold; padding: 2px 0;}
.menu li a				{color: #3d3d3d; text-decoration: none;}
.menu li a:hover		{color: #cb0000; text-decoration: none;}
#adv					{padding: 5px 0 10px 25px; color: #999999;}
#adv a					{color: #999999; text-decoration: none;}
#adv a:hover			{color: #cb0000; text-decoration: underline;}
#count					{padding: 15px 0 5px 25px;}
#right					{float: left; width: 600px; padding: 20px 0;}
#right ul				{margin: 0; padding: 5px 0 5px 25px;}
#right ol				{margin: 0; padding: 5px 0 5px 25px;}
#right .title			{color: #cb0000; font-size: 14px; font-weight: bold;}
#screen					{text-align: center;}
#screen img				{margin: 0 15px;}

#copy					{font-size: 10px; text-align: center; padding: 15px 20px 20px 20px; border-top: 1px solid #CCCCCC; color: #999999;}
#copy a					{color: #999999; text-decoration: none;}
#copy a:hover			{color: #cb0000; text-decoration: underline;}

.highslide {
	cursor: url(images/zoomin.cur), pointer;
    outline: none;
	margin: 0 5px 0 0;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {}
.highslide:hover img {}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(images/loader.white.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;
}

a.highslide-full-expand {
	background: url(images/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}