
/* Table border */
.border {
	border: thin solid #b34200;
}

/* table cells */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: justify;
	line-height: 12pt;
}
/*  Lyrics font */
.lyrics {
	line-height: 9pt;
	font-size : 10px;
}



/* Table header
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	background-color:#FEFFD7;
}
*/
/* Body */
body {
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Texts */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-indent: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: justified;
}

/* Links */
A:link {color:#ffceb3; text-decoration: none; }
A:visited {color:#ffceb3; text-decoration: none; }
A:hover {color:#ffceb3; text-decoration: underline; }

/* Header with background */
th     {
	background: url(images/header_bg.jpg);
	border-color: #b44000 #b44000 #b44000 #b44000;
	border-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color:#ffffff;
	font-weight: bold;
	padding:4px;
	font-size: 11px;
	text-align: center;
}

/* alternating lines  */
.alt1     {
	background-color: #222222;
}
.alt2     {
	background-color: #444444;
}

.headTitle {
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top:0px;
	margin-bottom:20px;
	color: #e77a1f
}

.small {
	font-family: verdana;
	font-size: 80%;
	margin-top:3px;
	margin-bottom:3px;
	color: #e77a1f
}


.header {
	border-color: white; border-style:	solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	background-color: #222222;
	padding-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	cursor: pointer;
	/*cursor: hand;*/
}

.content {
	border-color: white; border-style:	solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	background-color: #999999;
	padding-left:10px;
	color : black;
}

.gradualshine{
filter:alpha(opacity=50);
-moz-opacity:0.5;
}


input, textarea, select, option {
	font-family: Verdana, "MS Serif", "New York", serif;
	padding: 0px;
	color: #FFA80C;
	font-size: 11px;
	font-weight:bold;
	background-color: #A23902;
	border: solid 1px #FFFFFF;
}

radio {
	background-color: #000000;
}

input:focus,input.sffocus, textarea:focus {
	font-family: Verdana, "MS Serif", "New York", serif;
	padding: 0px;
	color: #A23902;
	font-size: 11px;
	font-weight:bolder;
	background-color: #FFA80C;
	border: solid 1px #FFFFFF;
	
}


.disabled {
	font-family: Verdana, "MS Serif", "New York", serif;
	padding: 0px;
	color: #A23902;
	font-size: 11px;
	font-weight:bolder;
	background-color: #AAAAAA;
	border: solid 1px #FFFFFF;
}

input[type="submit"],input[type="reset"], input[type="button"] {
	font-family: Verdana, "MS Serif", "New York", serif;
	padding: 0px;
	color: #FFA80C;
	font-size: 11px;
	font-weight:bold;
	background-color: #A23902;
	border: solid 1px #FFFFFF;
	cursor:pointer;
	cursor:hand;

}

table#border {
		background-color: #333333; border-color: #FFFFFF;
		border-style:	outset; font-size: 12px; border-top-width: 1px; border-right-width: 1px;
		border-bottom-width: 1px; border-left-width: 1px ; color: #000000
}

.activeTab {
	border-color: white; border-style:	solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 0px;
	background-color: #666666;
	cursor: pointer;
	/*cursor: hand;*/

}
.TabContent {
	margin: 0px;
	border-color: #FFFFFF ;
	border-style:	solid;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
}
.inactiveTab {
	border-color: white; border-style:	solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 2px;
	background-color: black;
	color: #666666;
	cursor: pointer;
	/*cursor: hand;*/
}

#scrollDiv {
	width: 538px;
	height: 300px;
	overflow: auto;
	position: relative;
	}
