/* Robert Groslot - Graphics CSS Document */

@import "robertgroslot.css";


/* Submenu */

.submenu
{
	word-spacing: 4px;
	margin-bottom: 50px;
	margin-top: 10px;
}

.submenu a 
{
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

.submenu a:hover 
{
	text-transform: uppercase;
	text-decoration: none;
	color: #42AC91;
}

.submenu a.active
{
	text-transform: uppercase;
	text-decoration: none;
	color: #42AC91;
}

/* Content */

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

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

/* Graphics */

.gfxitem
{
	background-color: #212121;
	background-image: url(../gfx/itembg2.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border: #121212 1px dotted;
	width: 400px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
}

.gfxinfo
{
	width: 300px;
	height: 50px;
	font-size: 13px;
	padding: 8px 2px 2px 8px;
	color: #969696;
}

.gfxtitle
{
	font-size: 14px;
	color:#CECECE;
}

.gfxtn
{
	width: 60px;
	height: 60px;
	float: right;
	background-position: left;
}


/* 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: #42AC91;
	border: #333333 1px solid;
}

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

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

