/* Robert Groslot - Exhibitions CSS Document */

@import "robertgroslot.css";

/* Content */

#content a
{
	color: #CCCCCC;
	text-decoration: underline;
}

#content a:hover
{
	color: #C6424E;
	text-decoration: none;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #C6424E;
}


/* Flexcroll */

.scrollgeneric 
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase 
{
	width: 10px;
	background-color: #000000;
}

.vscrollerbar 
{
	width: 10px;
	background-color: #C6424E;
	border: #333333 1px solid;
}

.hscrollerbase 
{
	height: 10px;
	background-color: #000000;
}
.hscrollerbar 
{
	height: 10px;
	background-color: #C6424E;
	border: #333333 1px solid;
}

.scrollerjogbox 
{
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

