/* global style
----------------------------------------------------------------------------------*/
body {
	background-color: #000000;
	color: #CC99FF;
	text-align: center; 
	font-weight: normal;
	width: 100%;
	margin: 0 auto 0 auto;
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
}

/* layout div's
----------------------------------------------------------------------------------*/
#middle {
	width: 760px;
	height: 615px;
	margin-top: -307px;
	margin-left: -380px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
}

#container {
	position: relative;
	width: 760px;
	height: 490px;
	text-align: center;
	margin: 0 auto 0 auto;
	border: thin solid #FFFFFF;
	top: 1px;
	left: 1px;
}

#block {
	width: 641px;
	text-align: center;
	position: absolute;
	overflow: auto;
	height: 336px;
	top: 99px;
	left: 121px;
} 

#top {
	position: absolute;
	height: 99px;
	width: 119px;
	top: 0px;
	left: 0px;
	background-image: url(../images/border_01.jpg);
	background-repeat: no-repeat;	
}

#banner {
	position: absolute;
	height: 99px;
	width: 641px;
	top: 0px;
	left: 119px;
}

#side {
	position: absolute;
	height: 336px;
	width: 119px;
	left: 0px;
	top: 99px;
	background-image: url(../images/border_05.jpg);
	background-repeat: no-repeat;
}

#flashcontent {
	height: 55px;
	width: 641px;
	left: 119px;
	top: 435px;
	position: absolute;
	background-image:url(../images/menu-alt.jpg);
	background-repeat: no-repeat;
}

#sidebase {
	height: 55px;
	width: 119px;
	left: 0px;
	top: 435px;
	position: absolute;
}

#google-banner {
	left: 1px;
	top: 522px;
	width: 760px;
	height: 90px;
	position: absolute;
	text-align: center;
}

hr {
	color: #CC99FF;
	background-color: #CC99FF;
	height: 2px;
	width: 95%;
}

/* links
----------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	color: #FF9900; 
	text-decoration: none; 
	background-color: #000000; 
} 

a:hover {
	text-decoration: underline;
} 

.link {
	text-align: left;
	color: #FF9900;
	background-color: #000000; 
}
 
 /* text
----------------------------------------------------------------------------------*/
h1 {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	background-color: #000000;
}

h2 {
	font-weight: bold;
	color: #ff9900;
	text-align: left;
	padding: 0px 10px;
	font-size: 10pt; 
	line-height: 20px;
	background-color: #000000; 
} 

h3 {
	font-weight: bold;
	color: #ff9900;
	text-align: left;
	font-size: 10pt; 
	line-height: 20px;
	background-color: #000000; 
} 

p {
	padding: 0px 10px;
	text-align: left;
}
 
ul {
	list-style: square;
	text-align: left;
}

ol {
	text-align: left;
}

.spanpurple {
	color: #CC99FF;
	background-color: #000000;
}

.spanorange {
	color: #FF9900;
	background-color: #000000;
}
	
.discography {
	color: #FF9900;
	background-color: #000000;
	text-align: left;
	padding: 0px 25px 0px 180px;
}

.listexpand-title {
	text-align: center;
	color: #FF9900;
	font-weight: bold;
	background-color: #000000;
}

.expand {
	border: 1px solid #CC99FF;
	float: left;
	margin: 10px;
	padding: 3px;
}

.listexpand-text {
	text-align: left;
	padding-left: 200px;
	color: #CC99FF;
	font-weight: normal;
}

.newReleases {
	color: #FF9900;
	background-color: #000000;
	text-align: left;
	padding: 0px 25px 0px 80px;
}

.center_purple {
	font-size: 9pt;
	text-align: center;
	padding: 0px 5px 0px 5px;
}

.window {
	margin: 10px;
}

.image {
	border: 1px solid #CC99FF;
	margin-right: 10px;
	float: left;
	padding: 3px;
}

a.cd {
	float: left;
	border: 1px solid #000000;
	margin-right: 2.5px;
	text-align: left;
	height: 96px;
	width: 84px;
} 

a.cd:hover {
	border: 1px solid #FF9900;
} 

.cdnoclick {
	float: left;
	border: 1px solid #000000;
	margin-right: 2.5px;
	text-align: left;
	height: 96px;
	width: 84px;
}

a.book {
	float: left;
	border: 1px solid #000000;
	margin-right: 2.5px;
	text-align: left;
	height: 85px;
	width: 64px;
} 

a.book:hover {
	border: 1px solid #FF9900;
}

.booknotxt {
	float: left;
	border: 1px solid #000000;
	margin-right: 2.5px;
	text-align: left;
	height: 85px;
	width: 64px;
}

a.video {
	float: left;
	border: 1px solid #000000;
	margin-right: 1.5px;
	text-align: left;
	height: 135px;
	width: 99px;
} 

a.video:hover {
	border: 1px solid #FF9900;
}

a.concert {
	float: left;
	border: 1px solid #000000;
	margin-right: 2.5px;
	text-align: left;
	height: 125px;
	width: 93px;
} 

a.concert:hover {
	border: 1px solid #FF9900;
}


/* pagelinks layout
----------------------------------------------------------------------------------*/
#pagelinks {
	text-align: left;
	padding: 0 0 0 10px; 
}

#pagelinks a:link, #pagelinks a:active, #pagelinks a:visited {
	color: #FF9900; 
	text-decoration: none; 
	background-color: #000000;
} 

#pagelinks a:hover {
	text-decoration: none; 
	color: #000000; 
	background-color: #CC99FF;
}

/* tour page layout
----------------------------------------------------------------------------------*/
#tourBlock {
	width: 641px;
	position: absolute;
	overflow: auto;
	height: 336px;
	top: 99px;
	left: 119px;
	color: #1459A4;
	background-color: #ffffff;
}

#tourslides {
	position: absolute;
	height: 99px;
	width: 373px;
	top: 0px;
	left: 128px;
}

#tourbanner {
	position: absolute;
	height: 99px;
	width: 641px;
	top: 0px;
	left: 119px;
	background-image: url(../images/tourbanner.jpg);
}

#tourTop {
	position: absolute;
	height: 99px;
	width: 119px;
	top: 0px;
	left: 0px;
	background-image: url(../images/tourborder_01.jpg);
	background-repeat: no-repeat;	
}

#tourSide {
	position: absolute;
	height: 336px;
	width: 119px;
	left: 0px;
	top: 99px;
	background-image: url(../images/tourborder_05.jpg);
	background-repeat: no-repeat;
}

#tourflashcontent {
	height: 55px;
	width: 641px;
	left: 119px;
	top: 435px;
	position: absolute;
	background-image:url(../images/tourborder_08.jpg);
	background-repeat: no-repeat;
}

.tourImage {
	border: 2px solid #1459A4;
	margin-right: 2.5px;
	padding: 2px;
	float: left;
}

/* tour page links
----------------------------------------------------------------------------------*/
#tourBlock a:link, #tourBlock a:active, #tourBlock a:visited {
	color: #1459A4; 
	text-decoration: underline; 
	background-color: #ffffff;
} 

#tourBlock a:hover {
	text-decoration: none; 
} 

/* tour page text and links
----------------------------------------------------------------------------------*/
p.tours {
	color: #1459A4;
	background-color: #ffffff;
	width: 600px;
}
	
h4 {
	color: #1459A4;
	background-color: #ffffff;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.tourTitle {
	font-weight: bold;
	color: #FFFFFF;
	width: 600px;
	text-align: left;
	background-color: #1459A4;
	line-height: 25px;
}

.tour_table_title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1459A4;
	width: 600px;
	text-align: center;
}

tr.off {
	background: #FFFFFF;
	color: #1459A4;
	text-align: center;
}

tr.on {
	background: #3ca3de;
	color: #FFFFFF;
}

/* index page layouts and styles
----------------------------------------------------------------------------------*/
body.index {
	background-color: #FFFFFF;
}

#index {
	width: 760px;
	height: 555px;
	margin-top: -277px;
	margin-left: -380px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	color: #919598;
	background-color: #FFFFFF;
}

#indexIntro {
	width: 100%;
	height: 295px;
}

#IndexNav {
	position: relative;
	font-size: 100%;
	width: 100%;
	height: 20px;
}

.indexDate {
	font-size: 120%; 
	font-weight: bold; 
	text-align: center;
}

#legalBox {
	line-height: 150%;
	text-align: center;
	font-size: 90%;
	color: #000000;
	background-color: #FFFFFF;
	overflow: auto;
	width: 450px;
	height: 115px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0px 2px 0px 2px;
	text-align: justify;
	border: 1px solid #CC99FF;
}

#index a:link, #index a:active, #index a:visited {
	text-decoration: none; 
	color: #919598;
	background-color: #ffffff; 
	font-size: 90%;
} 

#index a:hover {
	text-decoration: underline; 
} 

/* home page layout
----------------------------------------------------------------------------------*/
#home_container {
	position: relative;
	margin: 0 auto;
	width: 654px;
	text-align: center;
}

#home_h1 {
	width: 654px;
	height: 27px;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0;
}

#home_body {
	width: 482px;
	position: absolute;
	text-align: center;
	top: 26px;
	left: 3px;
	color: #CC99FF;
	text-align: center;
	background-color: #000000;
	border: 1px solid #CC99FF;
}

#home_google {
	left: 490px;
	top: 26px;
	width: 160px;
	position: absolute;
	text-align: center;
	border: 1px solid #CC99FF;
}

#home_newsbox {
	text-align: left;
	padding-left: 10px;
	position: relative;
	overflow: auto;
	height: 279px;
}

/* home page text
----------------------------------------------------------------------------------*/
h5 {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: #CC99FF;
	text-align: left;
	line-height: 25px;
	text-transform: uppercase;
	padding-left: 10px;
}

.headingdate {
	font-size: 9pt;
	color: #FF9900;
	background-color: #000000;
	font-weight: 400;
}

/* news flash
----------------------------------------------------------------------------------*/
#newsflashContainer {
	width: 438px;
	height: 118px;
	text-align: center;
	border: 0px;
	margin: 0 auto 0 auto;
	position: relative;
}

#newsflashTop {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 437px;
	height: 41px;
}

#newsflashLeft {
	top: 41px;
	left: 0px;
	position: absolute;
	width: 108px;
	height: 30px;
}

#newsflash {
	top: 41px;
	left: 108px;
	position: absolute;
	width: 218px;
	height: 30px;
	font-size: 25px;
	color: #000000;
	vertical-align: middle;
	background-color: #6A7869;
}

#newsflashRight {
	top: 41px;
	left: 326px;
	position: absolute;
	width: 111px;
	height: 30px;
}

#newsflashBase {
	top: 71px;
	left: 0px;
	position: absolute;
	width: 437px;
	height: 47px;
}

#newsflash a:link, #newsflash a:active, #newsflash a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: #6A7869;
} 

#newsflash a:hover {
	text-decoration: none; 
}

/* home page news box links
----------------------------------------------------------------------------------*/
#home_newsbox a:link, #home_newsbox a:active, #home_newsbox a:visited{
	color: #FF9900; 
	font-size: 9pt; 
	text-decoration: none; 
	background-color: #000000;
} 

#home_newsbox a:hover {
	color: #000000; 
	text-decoration: none; 
	background-color: #CC99FF;
}

/* navigation bar
----------------------------------------------------------------------------------*/
#navBar {
	position: relative;
	font-size: 9pt;
	width: 100%;
	height: 25px;
	text-align: center;
}

#navBar a:link, #navBar a:active, #navBar a:visited {
	color: #FFFFFF; 
	text-decoration: none;
	background-color: #000000; 
}

#navBar a:hover {
	text-decoration: underline;
}

/* on tv
----------------------------------------------------------------------------------*/
#tvContainer {
	width: 574px;
	height: 411px;
	text-align: center;
	margin: 0 auto 0 auto;
	position: relative;
}

#tvTop {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 574px;
	height: 121px;
	background-image: url(../images/ontvtop.jpg);
}

#tvTopSlide {
	top: 0px;
	left: 190px;
	position: absolute;
	width: 176px;
	height: 121px;
}

#tvTop1 {
	top: 121px;
	left: 0px;
	position: absolute;
	width: 574px;
	height: 70px;
	background-image: url(../images/ontv_04.jpg);
	background-repeat: no-repeat;
}

#tvTop2 {
	top: 191px;
	left: 0px;
	position: absolute;
	width: 574px;
	height: 55px;
	background-image: url(../images/ontv_05.jpg);
	background-repeat: no-repeat;
}

#tvMain {
	top: 246px;
	left: 0px;
	position: absolute;
	width: 574px;
	height: 122px;
	font-size: 9pt;
	color: #000000;
	background-color: #6A7869;
	z-index: 2;
	text-align: center;
	background-image: url(../images/ontv_06.jpg);
	background-repeat: no-repeat;
}

#tvBase {
	top: 368px;
	left: 0px;
	position: absolute;
	width: 574px;
	height: 43px;
	background-image: url(../images/ontv_07.jpg);
	background-repeat: no-repeat;
}

#tvMain a:link, #tvMain a:active, #tvMain a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: #6A7869;
} 

#tvMain a:hover {
	text-decoration: none; 
}

/* rumourbox
----------------------------------------------------------------------------------*/
#rumourContainer {
	width: 574px;
	height: 283px;
	text-align: center;
	margin: 0 auto 0 auto;
	position: relative;
}

#rumourTop {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 574px;
	height: 121px;
	background-image: url(../images/workongo_01.jpg);
	background-repeat: no-repeat;
}

#rumourLeft {
	top: 121px;
	left: 0px;
	position: absolute;
	width: 48px;
	height: 148px;
	background-image: url(../images/workongo_02.jpg);
	background-repeat: no-repeat;
}

#rumourbox {
	top: 121px;
	left: 48px;
	position: absolute;
	overflow: auto;
	padding: 0px 10px;
	width: 461px;
	height: 148px;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
	background-color: #6A7869;
}

#rumourRight {
	top: 121px;
	left: 529px;
	position: absolute;
	width: 45px;
	height: 148px;
	background-image: url(../images/workongo_04.jpg);
	background-repeat: no-repeat;
}

#rumourBase {
	top: 269px;
	left: 0px;
	position: absolute;
	width: 574px;
	height: 43px;
	background-image: url(../images/workongo_05.jpg);
	background-repeat: no-repeat;
}

.rumourImage {
	border: 1px solid #000000;	
	margin-right: 2.5px;
}

#rumourbox a:link, #rumourbox a:active, #rumourbox a:visited {
	text-decoration: underline;
	color: #000000;
	background-color: #6A7869;
} 

#rumourbox a:hover {
	text-decoration: none; 
}

/* keys
----------------------------------------------------------------------------------*/
.form {
	float: right;
}

.formb {
	float: left;
}

.sideform {
	float: left;
	padding-left: 50px;
}

.input {
   color: #CC99FF;
   font-size: 84%;
   height: 21px;
   width: 100px;
   font-weight: bold;
   background-color: #000000;
   border: 1px solid #CC99FF;
}

.input.rollover {
   color: #000000;
   background-color: #CC99FF;
}