@CHARSET "UTF-8";

/************************************************************************
 * GLOBAL STYLES:
 * .body:
 *   background-color: Global background color
 *   color: Global text color
 *   font-*: Global font size and family
 ************************************************************************/
body {
	margin: 0px;
	/*background-image: url("../images/o.png") repeat-y center top scroll; // Uncomment and replace this with a similar image */
	background-color: #0000FF;
	color: #666666;
	font-size: 14px;
	font-family: "Tahoma",sans-serif;
}

a { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color: #666666; }

/*************************************************************************
 * PAGE STYLES:
 * #page:
 *   background-color: Background color of the page DIV
 *   border-*: Border on either side of the page, used with .body background-image
 *   margin-top: Blank space at the top of the page
 *   margin-left, margin-right: Aligns the page DIV in the center
 *   padding: Pads the page with the given size
 *   width: Size of the page DIV
 *
 *************************************************************************/
#page {
	background-color: #5CE62E;

	min-height: 500px;
	border-left: 0px solid #666666;
	border-right: 0px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 90%;
}

/************************************************************************
 * DEDICATION STYLES:
 * #dedication:
 *   Positions the dedication menu
 *
 * #dedication dl:
 *   background: Currently Playing Small area background color
 *   width: Width of the Currently Playing Small Menu
 *
 * #dedication dl dt:
 *   border-bottom: White line below the Header Text in the menu
 *   color: Header Text Color
 *   font-size: Header Text Size
 *
 * #dedication dl dd:
 *   background-color: Background colors of items in the menu
 *   color: Menu text color
 *   font-size: Header Text Size
 *   border-bottom: White line below the Text in the menu
 *
 * #dedication dl dd a:
 * Styling on hover
 *
 *
 ************************************************************************/
#dedication {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#dedication dl {
	background: darkblue;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	width: 150px;
}

#dedication dl dt {
	border-bottom: 1px solid white;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
}

#dedication dl dd {
	font-size: 12px;
	background-color: #4477AA;
	border-bottom: 1px solid white;
	color: white;
	margin: 0px;
	padding: 5px;
}

#dedication dl dd a,
#dedication dl dd a:visited {
	background-color: #4477AA;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-attachment: scroll;

	color: white;
	display: block;
	text-decoration: none;
	width: 140px;

	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
}

#dedication dl dd a:hover {
	background-color: #6699CC;
	background-repeat: no-repeat;
	background-position: 11px 10px;
	background-attachment: scroll;

	color: #99CCFF;
}

#dedication dl dd img {
	vertical-align: middle;
	border: 0px;
}

/************************************************************************
 * FOOTER STYLES:
 *
 *
 *
 ************************************************************************/
#footer {
	width: 100%;
	margin-top: 50px;
	padding-top: 10px;

	border-top: 1px solid black;
	clear: both;
	text-align: center;
}

.error {
	border: 1px solid red;
	padding: 10px;
	background: #FFEEEE;
	margin: 10px;
}

.success {
	border: 1px solid green;
	padding: 10px;
	background: #EEFFEE;
	margin: 10px;
}

/************************************************************************
 * PLAYLIST:
 *
 *
 *
 ************************************************************************/

th.links {
	width: 170px;
}

#playlist {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: none;
}

#playlist_wrapper {
	background: #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#playlist table {
	background: transparent;
	border-spacing: 0px;
	width: 100%;
}

#playlist table th {
	padding-bottom: 10px;
}

#playlist table thead tr {
	font-size: 14px;
	font-weight: bold;
	background: #CC33FF;
	color: white;
}

#playlist table tbody tr {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
}

#playlist table td,
#playlist table th {
	padding-left: 10px;
	padding-right: 10px;
}

#td-playlist-paging
{
	padding: 5px;
	margin: 5px;
	height: 10px;
	text-align: center;
}

.playlist_odd {
	background-color: #00FFFF;
	border-spacing: 0px;
	border-collapse: collapse;
}

.playlist_even {
	background-color: #FFFF66;
	border-spacing: 0px;
	border-collapse: collapse;
}

#playlist table img {
	border: 0px;
}

/************************************************************************
 * SEARCH:
 *
 *
 *
 ************************************************************************/

#search {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: none;
	background: #FF94FF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}


#search table {
	width: 100%;
}

#search .characterButton {
	padding: 0;
	background: none;
	border: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#search .characterButton:hover {
	text-decoration: underline;
	color: black;
	cursor: pointer;
}

#search #activeCharacter {
	color:white;
}
