﻿body {
 /*color:#BF6060; */
 color:#000000;
 background-color: #000000;
 margin-top: 0;
 margin-left: 0;
 /* background-image: url('images/PageBkgrnd_Tacoma.gif'); */
 background-repeat: repeat-y;
 background-attachment: fixed;
 background-position: left;
 }
 
 .MenuTable {
	border-width: 2px;
	border-spacing: 0px ;
	border-style: solid;
	border-color: #000000;
	border-collapse: collapse;
	background-color: #000000;
	background-image: url('images/MenuTableBkgrnd.jpg');
	background-repeat: repeat; 
	padding:0;
} 
 
.PgTable1 {  /*DEFAULT/HOME PAGE  */
	border-width: 5px;
	border-spacing: 0;
	/* border-style: outset; */
	border-style: solid;	
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd00.jpg'); 
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

.PgTable2 { /*NEWS PAGE  */
	border-width: 25x;
	border-spacing: 0;
	border-style: solid;
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd01.jpg');
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

.PgTable3 { /*SHOWS PAGE  */
	border-width: 5px;
	border-spacing: 0;
	border-style: solid;
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd02.jpg');
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

.PgTable4 { /*MUSIC PAGE  */
	border-width: 5px;
	border-spacing: 0;
	border-style: solid;
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd03.jpg');
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

.PgTable5 { /*PICS/PHOTOS PAGE  */
	border-width: 5px;
	border-spacing: 0;
	border-style: solid;
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd04.jpg');
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

.PgTable6 { /*VIDS PAGE  */
	border-width: 5px;
	border-spacing: 0;
	border-style: solid;
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd05.jpg');
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

.PgTable7 { /*BIOS PAGE  */
	border-width: 5px;
	border-spacing: 0;
	border-style: solid;
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd06.jpg');
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

.PgTable8 { /*LINKS PAGE  */
	border-width: 5px;
	border-spacing: 0;
	border-style: solid;
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd07.jpg');
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

.PgTable9 { /*GUESTBOOK PAGE  */
	border-width: 5px;
	border-spacing: 0;
	border-style: solid;
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd08.jpg');
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

.PgTable10 { /*PRESS KIT PAGE  */
	border-width: 5px;
	border-spacing: 0;
	border-style: solid;
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd09.jpg');
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

.PgTable11 { /*VIEW GUESTBOOK PAGE  */
	border-width: 5px;
	border-spacing: 0;
	border-style: solid;
	border-color: #FF2400;
	border-collapse: collapse;
	background-image: url('images/VV_TableBkgrnd10.jpg');
	background-repeat: no-repeat; 
	background-color:#FFFFFF;
	padding:0;
}

/* ************* News Page Styles *********************/
.NewsHeaderTxt
{
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    border-width: thin thin thin thin;
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #BF6060;
}

.NewsItemTxt
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    color: #000000;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #C0C0C0;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #C0C0C0;
    border-bottom-style: none;
    border-bottom-width: thin;
    /*border-bottom-color: #C0C0C0;*/
}

.NewsItemTxt2
{
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 11px;
    color: #333333;
}

.NewsItemLinkHdr
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12pt;
    color: #CC3300;
    font-weight:bold;
}

.NewsItemLink
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11pt;
    vertical-align: middle;
    text-align: left;
}

a.NewsItemLink:Link {color: blue; text-decoration: none;}

a.NewsItemLink:Visited {color: blue; text-decoration: none}

a.NewsItemLink:Hover {color: #FFFFFF;}

a.NewsItemLink:Active {color: blue; text-decoration: none;}

ul.NewsItemLink
{
    list-style-type: none;
    list-style-position: inside;
    color: #FFFFFF;
    /* list-style-image: url('images/GrayBall.gif'); */
}

/* *************************************** */

/* ************* Shows Page Styles ******************** */
.ShowsHeaderTxt
{
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    border-width: thin thin thin thin;
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 14pt;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-image: url('images/ani_BkBannerShows.gif');
}

.ShowsItemTxt
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    color: #000000;
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #C0C0C0;
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #C0C0C0;
    border-bottom-style: none;
    border-bottom-width: thin;
    /*border-bottom-color: #C0C0C0;*/
}
.ShowsItemLinkHdr
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12pt;
    color: #FFFFFF;
    font-weight:bold;
}

.ShowsItemLink
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

a.ShowsItemLink:Link {color: #BF6060; text-decoration: none;}

a.ShowsItemLink:Visited {color: #BF6060; text-decoration: none}

a.ShowsItemLink:Hover {color: #FFFFFF; font-weight: bolder}

a.ShowsItemLink:Active {color: #BF6060; text-decoration: none;}

ul.ShowsItemLink
{
    list-style-type: none;
    list-style-position: inside;
    color: #FFFFFF;
}

/* *************************************** */

/* ************* Music Page Styles *********************/
.MusicHeaderTxt
{
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #BF6060;
}

.ShowsHeaderTxt2
{
    border-style: solid solid solid solid;
    border-color: #000000 #000000 #000000 #000000;
    border-width: thin thin thin thin;
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-image: url('images/ani_BkBannerShows.gif');
}

.MusicItemTxt
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
    color: #000000;
}
.MusicItemLinkHdr
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
    color: #CC3300;
    font-weight:bold;
}

.MusicTrackInfo
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 10px;
    color: #000000;
    font-style: italic;
    vertical-align: top;
}

.MusicTrackTitles {
    font-family: Verdana, Tahoma, sans-serif; 
    font-size: 15px;
    vertical-align: bottom;    
}

a.MusicTrackTitles:Link {color: blue; text-decoration: none;}

a.MusicTrackTitles:Visited {color: blue; text-decoration: none}

a.MusicTrackTitles:Hover {color: #FFFFFF; font-weight: bold; }

a.MusicTrackTitles:Active {color: blue; text-decoration: none;}

ul.MusicTrackTitles
{
    list-style-type: none;
    list-style-position: inside;
    color: #FFFFFF;
    /* list-style-image: url('images/GrayBall.gif'); */
}

.MusicTrackTitles2
{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 12px;
    vertical-align: middle;
}

a.MusicTrackTitles2:Link {color: blue; text-decoration: none;}

a.MusicTrackTitles2:Visited {color: blue; text-decoration: none}

a.MusicTrackTitles2:Hover
{
    font-size: 14px;
    font-family: 'Courier New', Sans-Serif;
    color: #00FF00;
    font-weight: bold;
    background-color: #000000;
    border: thick solid #000000;
}

a.MusicTrackTitles2:Active {color: blue; text-decoration: none;}

/* *************************************** */

/* ************* Pics Page Styles *********************/
.PicsHeaderTxt
{
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 14pt;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #BF6060;
}

.PicsCreditTxt
{
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}
.PicsItemLinkHdr
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12pt;
    color: #CC3300;
    font-weight:bold;
}

.PicsLinks {
    font-family: Verdana, Tahoma, sans-serif; 
    font-size: 11pt;
}

a.PicsLinks:Link {color: black; text-decoration: none;}

a.PicsLinks:Visited {color: black; text-decoration: none}

a.PicsLinks:Hover {color: blue; font-weight: normal; }

a.PicsLinks:Active {color: black; text-decoration: none;}

/* *************************************** */


/* ************* Bios Page Styles *********************/
.BiosHeaderTxt
{
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 14pt;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #BF6060;
}
.BiosBodyTxt {font-family: Verdana, Tahoma, sans-serif; font-size: 11pt; color: #000000}

.BiosBodyTxtB {font-family: Verdana, Tahoma, sans-serif; font-size: 11pt; color: #000000; font-weight: bold}

.BiosItemTxt
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12pt;
    color: #000000;
}

.BiosNames
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12pt;
    font-weight:bold;
    color: #000000;
}

.BiosSubTxt
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    font-style:italic;
    color: #000000;
}


.BioLinks
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    vertical-align: middle;
    text-align: left;
}

a.BioLinks:Link {color: blue; text-decoration: none;}

a.BioLinks:Visited {color: blue; text-decoration: none}

a.BioLinks:Hover {color: #FFFFFF;}

a.BioLinks:Active {color: blue; text-decoration: none;}

/* *************************************************** */

/* ************* PressKit Page Styles *********************/
.PressKitHeaderTxt
{
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 15px; /*color: #FF9900;*/
    color: #666666;
    font-weight: bold;
}

.PressKitSubTxt
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 13px;
    color: #000000;
}

.PressKitLinks
{
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 15px;
}

a.PressKitLinks:Link {color: blue; text-decoration: none;}

a.PressKitLinks:Visited {color: blue; text-decoration: none}

a.PressKitLinks:Hover {color: red; font-weight: bold}

a.PressKitLinks:Active {color: blue; text-decoration: none;}

/* *************************************************** */

/* ************* Guestbook Page Styles *********************/
.GuestbookHdr
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #BF6060;
}

.GuestbookSubHdr
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.GuestbookLblTxt
{
    border-style: none;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin-right: 6px;
}

.GuestbookTxtBox
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    color: #0033CC;
}

.GuestErrorMsg
{
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: #FFFF00;
}

.GuestBookDateTxt
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 8px;
    font-style: italic;
    color: #FFFFFF;
}

.GuestBookFooter
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 10px;
    font-style: italic;
    color: #0000FF;
}

.GuestFields
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #0033CC;
}

.GuestName
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.GuestEmail 
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.GuestSite
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #0066FF;
    text-decoration: underline;
}

.GuestSiteTxt
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
}

.GuestComment
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #FFCC00;
}

hr.GuestBook
{
    border: medium groove #000000;
    color: #C0C0C0;
}

.GuestBookPager
{
    font-family: Verdana, Tahoma, sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.GuestBookNavSp
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.GuestBookNavLinks
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a.GuestBookNavLinks:Link {color: blue;}

a.GuestBookNavLinks:Visited {color: #000000;}

a.GuestBookNavLinks:Hover {color: blue; text-decoration: none; }

a.GuestBookNavLinks:Active {color: blue;}

.GuestbookLinks
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    vertical-align: middle;
    text-align: left;
}

a.GuestbookLinks:Link {color: blue; text-decoration: none;}

a.GuestbookLinks:Visited {color: blue; text-decoration: none}

a.GuestbookLinks:Hover {color: #FFFFFF;}

a.GuestbookLinks:Active {color: blue; text-decoration: none;}

/* *************************************************** */


/* ************* Links Page Styles *********************/
.MyLinks
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    vertical-align: middle;
    text-align: left;
}

a.MyLinks:Link {color: blue; text-decoration: none;}

a.MyLinks:Visited {color: blue; text-decoration: none}

a.MyLinks:Hover {color: #FFFFFF;}

a.MyLinks:Active {color: blue; text-decoration: none;}

.MyLinks2
{
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    vertical-align: middle;
    text-align: left;
}

a.MyLinks2:Link {color: red; text-decoration: none;}

a.MyLinks2:Visited {color: red; text-decoration: none}

a.MyLinks2:Hover {color: #FFFFFF;}

a.MyLinks2:Active {color: red; text-decoration: none;}

/* *************************************** */

.HdrTxt {font-family: Verdana; font-size: 10pt; color: #FFFFFF; 
               font-weight: bold; text-align:center; background-color:#946A68; text-transform:uppercase}

.HdrTxt0 {font-family: Verdana; font-size: 10pt; color: #FFFFFF; 
               font-weight: bold; text-align:left; text-transform:uppercase}
               
.HdrTxt1 {font-family: Verdana; font-size: 10pt; color: #000000; 
               font-weight: bold; text-align:center; background-color:#946A68; text-transform:uppercase}

.HdrTxt2 {font-family: Verdana; font-size: 10pt; color: #FFFFFF; 
               font-weight: bold; text-align:center; text-transform:uppercase}
               
.HdrTxt3 {font-family: Verdana; font-size: 10pt; color: #FFFFFF; 
               font-weight: bold; text-align:left; text-transform:uppercase}

.HdrTxt4 {font-family: Verdana; font-size: 14pt; color: #BF6060; 
               font-weight: bold; text-align:left; text-transform:uppercase}

.BodyTxt {font-family: Verdana, Tahoma, sans-serif; font-size: 8pt; color: #000000}
.BodyTxtR {font-family: Verdana, Tahoma, sans-serif; font-size: 8pt; color: #FF0000; font-weight: bold}
.BodyTxtB {font-family: Verdana, Tahoma, sans-serif; font-size: 8pt; color: #000000; font-weight: bold}

.Copyright   { font-family: Arial, Tahoma, sans-serif; font-size: 8pt; color: #FFFFFF }

.RavenCell
{
    border-style: none none none none;
}

.ScrollerBkgrnd
{
    filter:alpha(opacity='95');
    -moz-opacity: 0.95;
    opacity: 0.95;
    background-color: Transparent
}

input.Button1
{
    font-family: Tahoma,Verdana,sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #0000FF;
    background-color: #BBBBBB;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr= '#FFFFFFFF' ,EndColorStr= '#FF777777' );
    margin: 5px;
    cursor: pointer;
    height: 22px;
}

.TransTest 
{
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	font-size: 20px;
	filter:alpha (opacity=20);
}