/* CSS for The Hooters Tour and Show pages */

table.tourMasterTable { width: 600px; background:#000; color:#fff; font-family: Arial; font-size: 12px; text-align: center; }
span.tourItemTitle { color:#fff; font-size: 16px; margin: 3px; float: left; font-weight: bold; }
span.tourReturnLink { float: right; color: #fff; margin: 3px; }
a.tourReturnLink { color: #eeff11; font-weight: bold; text-decoration: none; }
.tourContent { margin: 3px; }
p.tourText { margin-top: 10px; margin-bottom: 10px; } 
b.tourbold { color: white; font-weight: bold;  }
.posterCaption  { font-size: 80%; }
p.tourInfoTItle { font-weight:bold; font-size:14px;  color: white; }

table.tourPage { width: 700px; padding: 1; border: 0; }
td.tourData { width: 600px; padding-left: 20px; text-align: center; }
table.tourInfo { width: 600px; border: 0; border-color: silver; padding: 5px; font-size: 12px; }
table.tourDateList { width: 600px; border: 1; border-color: silver; padding: 5px; font-size: 14px; }
.tourTableNote { color: silver; }
.tourTableWarning { color: red; }
table.tourCrew { width: 275px; padding: 5px; font-size: 12px; }
table.tourCrew2 { width: 600px; padding: 5px; font-size: 12px; }

.tourDL { background-color:#333333; }
td.tourtabSQ { color:#66FFFF; text-align:left }
p.tourTableNoteSQ { color:#66FFFF; }

/* From old style.css */

td.tourtab { color: silver; text-align:left; vertical-align: top; }
td.tourtabt { color: white; font-weight: bold; text-align:left }
td.tourtab2 { color: silver; text-align:left; vertical-align: top; padding-right: 3px; padding-left: 2px; }
td.tourtabctr { color: silver; text-align: left; vertical-align: top; padding-right: 3px; padding-left: 2px; }
a.tourtab  { font-weight: bold; margin: 0; padding: 0; vertical-align: top }
a.tourtab:link { color: yellow }
a.tourtab:visited { color: yellow }
a.tourtab:hover { color: orange; text-decoration: underline; }
a.tourtab:active { color: yellow }

a.tourtabso  { font-weight: bold; margin: 0; padding: 0; vertical-align: top }
a.tourtabso:link { color: red }
a.tourtabso:visited { color: red }
a.tourtabso:hover { color: red; text-decoration: underline; }
a.tourtabso:active { color: red }

.tourtext 	{ font-size: 9pt; font-weight: normal;  color: silver; text-align: left; margin-top: 10px;  margin-bottom: 10px; margin-left: 10px; padding-right: 10px; padding-left: 10px; }
.tourtextt  { font-weight: bold }
.tourtextm  { font-size: 8pt; padding: 1px 12px 0; vertical-align: middle }

/*
.tourtextbk { font-size: 9pt; font-weight: normal;  color: black; text-align: left; margin-top: 10px;  margin-bottom: 10px; margin-left: 10px; padding-right: 10px; padding-left: 10px; }
.tourtextsm	{ font-size: 7pt; font-weight: normal; margin-top: 4px; margin-bottom: 4px; padding-right: 0px; padding-left: 0px; }
.tourtextpr	{ font-size: 8.5pt; color: orange; font-weight: normal; margin-top: 5px; margin-bottom: 5px; margin-left: 10px; padding-left: 10px; padding-right: 10px; }
.tourtextb	{ font-size: 8pt; font-weight: bold }
.tourtext2  { font-size: 7pt; padding: 1px 12px 0; vertical-align: top }
*/

.linktext   { font-size: 9pt; margin: 0; padding: 0 0 0 10px; vertical-align: middle; }
a.linktext  { font-size: 9pt; font-weight: bold; margin: 0; padding: 0; vertical-align: top; text-decoration: none; }
a.linktext:link { color: yellow; }
a.linktext:visited { color: yellow; }
a.linktext:hover { color: red; text-decoration: underline;}
a.linktext:active { color: yellow; }

.linktext2   { font-size: 9pt; margin: 0; padding: 0 0 0 10px; vertical-align: middle; }
a.linktext2  { font-size: 9pt; font-weight: bold; margin: 0; padding: 0; vertical-align: middle; text-decoration: none; }
a.linktext2:link { color: yellow; }
a.linktext2:visited { color: yellow; }
a.linktext2:hover { color: red; text-decoration: underline;}
a.linktext2:active { color: yellow; }

/*
a.linktext4  { font-size: 9pt; font-weight: bold; margin: 0; padding: 0; text-decoration: underline;}
a.linktext4:link { color: yellow }
a.linktext4:visited { color: yellow }
a.linktext4:hover { color: red }
a.linktext4:active { color: yellow }
*/

.footertext	{ color: gray; font-size: 7pt; line-height: normal; font-stretch: normal; background-color: #000; 
			text-align: center; margin: 0; padding: 0 0 5px; height: 45px; vertical-align: bottom; }

/* From Bob's template */
table {
	width:800px;
	font-family:Arial;
	font-size:12px;
	background:#000;
	color:#fff;
}

.returnLink {
	float:right;
	color:#fff;
	margin:3px;
}

.returnLink a{
	color:#eeff11;
	font-weight:bold;
	text-decoration:none;
}

p {
	margin:3px;
}
