body
{ 
font-family: Tahoma, Verdana, Arial, sans-serif; 
color: #c0c0c0; 
background-color: #000010
}

a				{color: #c0c0c0; font-style:normal;}
a:link			{color: #c0c0c0; font-style:normal;}
a:visited		{color: #c0c0c0; font-style:normal;}
a:active		{color: #c0c0c0; font-style:normal;}
a:hover		{color: #c0c0c0; font-style:normal;}

a.normal			{color: #c0c0ff; font-style:normal;}
a.normal:link		{color: #c0c0ff; font-style:normal; text-decoration: none;}
a.normal:visited	{color: #c0c0ff; font-style:normal; text-decoration: none;}
a.normal:active	{color: #c0c0ff; font-style:normal; text-decoration: none;}
a.normal:hover	{color: #ffffff; font-style:normal; text-decoration: none;}

a.picture			{color: #000000; font-style:normal;}
a.picture:link		{color: #000000; font-style:normal; text-decoration: none;}
a.picture:visited	{color: #c0c0c0; font-style:normal; text-decoration: none;}
a.picture:active	{color: #c0c0c0; font-style:normal; text-decoration: none;}
a.picture:hover	{color: #ffffff; font-style:normal; text-decoration: none;}

a.model			{color: #c0c0c0; font-style:normal;}
a.model:link		{color: #c0c0c0; font-style:normal; text-decoration: none;}
a.model:visited	{color: #c0c0c0; font-style:normal; text-decoration: none;}
a.model:active	{color: #c0c0c0; font-style:normal; text-decoration: none;}
a.model:hover	{color: #ffffff; font-style:normal; text-decoration: none;}

a.shoot			{color: #c0c0c0; font-style:normal;}
a.shoot:link		{color: #c0c0c0; font-style:normal; text-decoration: none;}
a.shoot:visited	{color: #c0c0c0; font-style:normal; text-decoration: none;}
a.shoot:active	{color: #c0c0ff; font-style:normal; text-decoration: none;}
a.shoot:hover	{color: #ffffff; font-style:normal; text-decoration: none;}

p.footer			{font-family: Tahoma, Verdana, Arial, sans-serif; margin-top: 0;}
a.footer			{font-family: Tahoma, Verdana, Arial, sans-serif;; color: #c0c0c0;}
a.footer:link		{color: #c0c0c0; text-decoration: none;}
a.footer:visited	{color: #c0c0c0; text-decoration: none;}
a.footer:active		{color: #c0c0c0; text-decoration: none;}
a.footer:hover		{color: #ffffff; text-decoration: none;}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 3px solid gray;
}
.highslide:hover img {
	border: 3px solid white;
}

.highslide-image {
    border: 3px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    padding: 5px;
    color: black;
    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: 1px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	margin-left: 60px;
	background: url(highslide/graphics/controlbar2.gif);
	width: 210px;
	height: 32px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0 0 0 5px;
	height: 30px;
	width: 42px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
