/*
** Soulmovement CSS
**
**
**/

/*** Standard tags ***/
/*
 * Main body
 */
body {
	scrollbar-arrow-color: #E6BE82;
	scrollbar-face-color: #382E20;
	scrollbar-highlight-color: #382E20;
	scrollbar-3dlight-color: #E6BE82;
	scrollbar-shadow-color: #E6BE82;
	scrollbar-darkshadow-color: #382E20;
	scrollbar-track-color: #382E20;

	background-image: url( "/Images/sm_background.gif" );
	background-color: #382e20;
	color: #e6be82;
	text-decoration: none;
	font-size: normal;
	font-family: "Book Antiqua";
}


/* Normal, standard links. */
a:link
{
   color: #ffffff;
   text-decoration: none;
}
a:visited, a:hover
{
   color: #ffffff;
   text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
   /* Original code
   color: #323232;
   text-decoration: none;
   */

   color: #382e20
   text-decoration: none;
}
a.nav:hover
{
   font-weight: bold;
   color: #cc3333;
   text-decoration: underline;
}

/*** Classes ***/

/*
 ** vote-input
 * Various input widgets:
 *
 * Select box (artist/title)
 * Buttons (Reset/Submit)
 */
.vote-input {
    font-family: "Book Antiqua";
    font-size: 11px;
/*    color: #FF6633; */
    color: #e6be82;
    background-color: #000000;
    border: #e6be82 1px solid;
    padding: 1pt;
}

/*
 ** requestline
 * Upper table containing:
 *
 * Select artist/track
 *
 * Notes
 */
.requestline {
	background-color: #000000;
	text-decoration: none;
	text-align: left;
	color: #FF6633;
	font-family: "Book Antiqua";
}

tr.requestline {
	padding-left: 3px;
	padding-right: 3px;
}

/*
 ** Notes
 */
.notes {
	color: #e6be82;
	text-decoration: none;
	font-size: small;
	font-family: "Book Antiqua";
}

.notes-red {
	color: #FF6633;
	text-decoration: none;
	font-size: small;
	font-family: "Book Antiqua";
}

.description {
	background-color: #000000;
	text-decoration: none;
	text-align: center;
	color: #E6BE82;
	font-size: small;
	font-family: "Book Antiqua";
	padding: 3px;
}

