/* general */
body {
	font-size: 9pt;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
}

a:link {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}
a:visited {
    color: rgb(121, 121, 121);
    text-decoration: underline;
}
a:hover {
    color: rgb(102, 153, 51);
    text-decoration: underline;
}

.form_error {
	color: #f00;
}

/* formating for drop down menues for albums and user self config */
.lb_drop_table {
	font-family:arial, sans-serif; 
	text-decoration:none; 
	display:block; 
	width:100%; 
	height:100%; 
	padding-top:3px; 
	padding-bottom:3px; 
	font-size:.9em; 
	border-style:outset; 
	border-width:1px; 
	border-color:#cccccc; 
	background:#BFD99E;
}

.nothinghere {
	cursor:default;
}

a.lb_drop_table:link {
	text-decoration:none; 
	background:#eeeeee; 
	color:#669933;
}

a.lb_drop_table:visited {
	text-decoration:none; 
}

a.lb_drop_table:hover {
	background:#f3f3f3; 
	color:black;
}

.lb_drop_table_active {
	font-family:arial, sans-serif; 
	text-decoration:none; 
	display:block; 
	width:100%; 
	height:100%; 
	padding-top:3px; 
	padding-bottom:3px; 
	font-size:.9em; 
	border-style:outset; 
	border-width:1px; 
	border-color:#cccccc; 
	background:#BFD99E;
}

a.lb_drop_table_active:link {
	text-decoration:none; 
	background:#BFD99E; 
	color:black;
}

a.lb_drop_table_active:visited {
	text-decoration:none; 
}

a.lb_drop_table_active:hover {  
	color:#666666;
}


