﻿#Header {
}
#Links {
	font-family: Calibri;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
}

body {
	background-color:#A80000;
	margin: 0px; 
	padding: 0px;
}

a {
	border-style: none;
	font-family: Calibri;
	font-size:16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
    border-style:solid; 
    border-width:0px; 
    border-color:Maroon;
}
a:active {
	border-style: none;
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
    border-style:solid; 
    border-width:0px; 
    border-color:Maroon;
}
a:hover {
	border-style: none;
	font-family: Calibri;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FF9900;
	text-decoration: underline;
    border-style:solid; 
    border-width:0px; 
    border-color:Maroon;
}

a:focus {
	border-style: none;
	font-family: Calibri;
	font-size:16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
    border-style:solid; 
    border-width:0px; 
    border-color:Maroon;
}

#VTF_Body_Text {
	font-family: calibri;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: left;
	border: thin groove #FFFFFF;
	padding: 10px;
	margin: 5px;
}
#VTF_Body_Text_NoBorder {
	font-family: calibri;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
	margin: 5px;
}

#VTF_ArtistBio_Text {
	font-family: calibri;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color:black;
	background-color:white;
	text-align:justify;
	padding: 5px 25px 5px 20px;
	margin: 5px;
	vertical-align:top;
}

#VTF_ArtistBio_Header {
	font-family: Verdana;
	font-size:xx-large;
	font-weight:normal;
	font-style:normal;
	color:purple;
	border-style: none;
	padding: 10px;
	text-align:left;
	height: 60px;
}

#VTF_ArtistVideo_Text {
	font-family: Candara;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #A80000;
	text-align: left;
	padding: 0px;
	margin: 5px;
}

#VTF_Artist_Table {
	position:absolute; 
	top: 0px; 
	width:902px; 
	background-image:url('images/Background_Table.png'); 
	background-repeat:repeat-y;
}

#VTF_Registration_Table {
	position:absolute; 
	top: 0px; 
	width:947px; 
	background-repeat:repeat-y;
}

#VTF_Schedule_Table {
	position:absolute; 
	top: 0px; 
	width:984px; 
	background-repeat:repeat-y;
}

#VTF_Artist_TableCell {
	padding-top:15px; 
	padding-left:25px; 
	padding-right:47px; 
	padding-bottom:15px;
}

#VTF_Artist_schTable {
	border-collapse:collapse; 
	width:830px;
}

#VTF_Artist_bioTable {
	width:830px;
	background-color:white;
}


#VTF_Artist_Picture {
	width:304px; 
	vertical-align:top;
}


#VTF_VenuesLinks_Text {
	font-family: calibri;
	font-size: medium;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration:underline;
	color: #CC3300;
	text-align: left;
}

#VTF_Body_Header {
	background-position: right bottom;
	font-family: Calibri;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #800000;
	border-style: none;
	padding: 6px 6px 10px 6px;
	margin: 5px;
	background-image: url('Images/Style_HeaderBackground.png');
}

#VTF_Small_Header {
	background-position: right bottom;
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	border-style: none;
	padding: 6px 10px 10px 6px;
	margin: 5px;
	background-image: url('Images/Style_HeaderBackground.png');
	vertical-align: middle;
	text-align: center;
}

#VTF_Video_Text {
	font-family: Candara;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #EFF2ED;
	text-align: left;
	padding: 10px;
	margin: 5px;
}

#container{
	text-align:center;
}

#center
{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.schRow {
	text-align: left;
	background-color:#F2F2F2;
	border: 1px solid #CCCCCC;
}

.schAltRow {
	text-align: left;
	background-color:white;
	border: 1px solid #CCCCCC;
}

.schCellDate {
	font-family: Verdana;
	font-size: small;
	color:white;
	font-weight: bold;
	background-color:#7D3C4A;
	text-align:left;
	border: 1px solid #CCCCCC;
}

.schArtistCellDate {
	font-family: Calibri;
	font-size: small;
	color:white;
	font-weight: bold;
	background-color:#7D3C4A;
	text-align:left;
	border: 1px solid #CCCCCC;
}


.schCellOther {
	font-family: Verdana;
	font-size:8pt;
	color:black;
	font-weight: normal;
	text-align:left;
}

.MenuButtonStyle 
{
    background-image:url('/images/MenuBackground.png'); 
    border-style:solid; 
    border-width:thin; 
    border-color:Maroon;
}
