/* Robert Groslot - Music 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: #71b5e2;
}

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

/* Content */

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

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

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

/* Samples */

#content table a
{
	text-transform: none;
	text-decoration: none;
	color: #999999;
}

#content table a:hover
{
	text-transform: none;
	text-decoration: none;
	color: #71b5e2;
}

.tr1
{
	color: #999999;
	background-color: #212121;
	cursor: pointer;
}

.tr1:hover
{
	color: #71b5e2;
	background-color: #333333;
	cursor: pointer;
}

.tr2
{
	color: #696969;
	background-color: #171717;
	cursor: pointer;
}

.tr2:hover
{
	color: #71b5e2;
	background-color: #333333;
	cursor: pointer;
}

.tr2:hover a
{
	color: #71b5e2;
	background-color: #333333;
	cursor: pointer;
}

/* Discography */


.discoitem
{
	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;
}

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

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

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

.discoartist2
{
	color: #696969;
	font-size: 11px;
}

.typelink a {
	color: #ffffff !important;
	text-decoration: none !important;
}

a.active {
	color: #71b5e2 !important;
	text-decoration: underline !important;
}

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

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

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

