	body {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#666;
}

form.thanksbt {
	display:inline;
}

div.thanksbt {
	display:inline;
	padding:5px;
	
}
		  
table {
	border-collapse: collapse;
	border: none;
	background-color: #F7F7F2;
}

table.main, table.mainouter {
	background-color: #F7F7F2;
}

table.message {
	border: solid #333333 1px;
}

table.bottom {
	background: transparent;
}

a.info{
	position:relative; /*this is the key*/
	z-index:24; background-color:#ccc;
	color: #000000;
	text-decoration:none
}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#333333;
    text-align: center}

table.bottom {
  background: transparent;
}

h1 {
  font-size: 12pt;
}

h2 {
  font-size: 10pt;
  margin-bottom: 6px;
}

p {
	font-size: 8pt;
}

p.sub { 
  margin-bottom: 4pt;
}

td {
	font-size: 8pt;
	border: solid #333 1px;
}

td.embedded {
   border: none;
   padding: 0px;
  text-align: left;
}

td.bottom {
  border: none;
}

td.heading {
  font-weight: bold;
}

td.text {
  padding: 10pt;
  text-align: left;
}

td.comment {
  padding: 10pt;
  font-size: 8pt;
  text-align: left;
}

td.colhead {
	font-weight: bold;
	color: #000;
	background-color: #D6D5BE;
}

td.colhead2 {
	font-weight: bold;
	color: #000;
	background-color: #D6D5BE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

td.colhead3 {
	font-weight: bold;
	color: #000;
	background-color: #D6D5BE;
}

td.colhead4 {
	padding-left: 5px;
}

td.colhead5 {
	font-weight: bold;
	color: #000;
	background-color: #D6D5BE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

td.rowhead {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

td.rowhead2 {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  border: none;
}

td.title {
	font-size: 14pt;
}

td.nobordleft {
	border-left:none;
}

td.tlnobordleft {
	border-left:none;
	font-weight: bold;
	background-color:#D6D5BE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

td.nobordright {
	border-right:none;
	padding-left: 5px;
}

td.tlnobordright {
	border-right:none;
	font-weight: bold;
	background-color:#D6D5BE;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

@font-face {   
   font-family: "edo";   
   src: url(http://www.wrestlevault.com/font/edo.eot); /* IE */   
   /*src: url(http://www.wrestlevault.com/font/edo.ttf) format("truetype"); /* non-IE */   
 }
 
 @font-face {   
   font-family: "edo";   
   /*src: url(http://www.wrestlevault.com/font/edo.eot); /* IE */   
   src: url(http://www.wrestlevault.com/font/edo.ttf) format("truetype"); /* non-IE */   
 }
 
@font-face {   
   font-family: "bss";   
   src: url(http://www.wrestlevault.com/font/bss.eot); /* IE */   
   /*src: url(http://www.wrestlevault.com/font/bss.ttf) format("truetype"); /* non-IE */   
 }
 
 @font-face {   
   font-family: "bss";   
   /*src: url(http://www.wrestlevault.com/font/bss.eot); /* IE */   
   src: url(http://www.wrestlevault.com/font/bss.ttf) format("truetype"); /* non-IE */   
 }

td.navigation {
	border: none;
	padding: 3px;
font-family: "edo";
font-size:18px;
font-color: #ECE9D8;
color: #ECE9D8;
outline-color:#333;
text-align: center;
	background-image: url(../pic/menub.gif);
}

td.clear {
  padding: 0px;
  border: 0px;
  background: transparent;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
	font-style: italic;
	font-size: 7pt;
	font-weight: normal;
}

font.gray
{
  color: #ACA899;
  text-decoration: underline;
}

a:link, a:visited {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #0099FF;
}

a.index {
	font-weight: bold;
	color: #000000;
}

a.biglink {
	font-weight: bold;
	font-size: 12pt;
}

a.altlink:link, a.altlink:visited{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.altlink:hover {
  text-decoration: underline;
}

a.altlink_blue:link, a.altlink_blue:visited{
	font-weight: bold;
	color: #D6D5BE;
	text-decoration: none;
}

a.altlink_blue:hover {
  text-decoration: underline;
}

a.altlink_green:link, a.altlink_green:visited{
	font-weight: bold;
	color: #D6D5BE;
	text-decoration: none;
}

a.altlink_green:hover {
  text-decoration: underline;
}

.important {
	font-weight: bold;
	font-size: 8pt;
}

.red {
	color: #0099FF;
}

.yellow {
	color: #997700;
}

.green {
	color: #000000;
}

input, select, textarea {
	font-family: "tahoma", "arial", "helvetica", "sans-serif", "edo", "bss";
	font-size: 8pt;
}

.nobor {
	cursor:pointer;
	border:outset 0px;
	padding: 1px 2px;
	background:none;
	border-color:#09F;
	}

.btn2 {
  	cursor:pointer;
	border:outset 0px;
	color:#09F;
	font-weight:bold;
	padding: 0px 0px;
	background:none;
}

.btn {
	cursor:pointer;
	border:outset 0px;
	color:#09F;
	font-weight:bold;
	background:none;
	padding: 0px 0px;
	border: none;
}

btnbutton {
	cursor:pointer;
	background-image: url(../pic/thanks.png);
	border: none;
}

btnbuttondone {
	cursor:pointer;
	background-image: url(../pic/thanksdone.png);
	border: none;
}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

img.border  
{  
  border-style: solid;  
  border-color: #333333; 
  border-width: 1px; 
}

.gobutton{
	background: #476BA2;
	color: #FFF;
}
.codetop{
	background: #f1b000 url(../pic/code.gif) no-repeat right;
	color: #000000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
}

.codemain{
	background: #FFF;
	border: 0px solid #333333;
	color: #000000;
	margin: 0 auto 0 auto;
	padding: 3px;
}

.shadetabs{
border-bottom: 0px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs2{
background-image: url(../pic/menub.gif);
width: 1016px;
align: left;
}

.shadetabs2 ul{
padding: 3px;
font: 18px Edo;
font-color: #ECE9D8;
color: #ECE9D8;
outline-color:#333;
text-align: center;
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
padding: 3px 7px;
margin-right: 3px;
}

.shadetabs2 li a:visited{

}

.shadetabs2 li a:hover{
	color: #09F;
}

.shadetabs2 li.selected{
position: relative;
font-color: #09F;
font: 24px Edo;
}

.shadetabs2 li.selected a{ /*selected main tab style */
border-bottom-color: #333333;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Verdana;
font-weight:bold;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #000000;
}

.shadetabs li a:visited{
color: #000000;

}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs li.selected{
position: relative;
top: 0px;
font: 11px Verdana;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #333333;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.listitem {
margin-left:10px;
margin-right:5px;
}
.alert {
  width:500px;
  padding:10px;
  background-image:url('../pic/alert.gif');
  background-repeat:repeat-x;
  background-position:top;
  background-color:#f78c18;
  font-weight:bold;
  margin-bottom:5px
}
td.clearalt6 {
  padding: 5px;
  border: 0px;
border: hidden;

}
td.clearalt8 {
  padding: 5px;
  border: 0px;
border: none

}
td.clearalt7 {
  padding: 5px;  
  border: 0px;
border: hidden;
}

td.clearalt9 {
  padding: 5px;  
  border: 1px;
border: hidden;
}

div.bss24 {
	font-family: "bss";
	font-size: 24px;
	color: #0C0C0B;
}

td.nocommentborder {
	border:none;
}

/*Browse*/
table.search_table {
	border-collapse: collapse;
	border: none; 
}

.search{
	background-repeat:no-repeat;
	width:579px;
	height:95px;
	margin:5px 0 5px 0;
	text-align:left;
}

a.catlink:link, a.catlink:visited{
	text-decoration: none;
}

a.catlink:hover {
	color: #0099FF;
}

/*Bottom Menu*/
.menubtm {
	background-color: #F7F7F2;
	left: 0px;
	bottom: 0px;
	width: 100%;
	position: fixed;
border-top-color: #000;
border-top-style: solid;
border-top-width: thin;
}

.style1 {color: #0099FF}
.style3 {color: #FF0000}
.style5 {color: #6633FF}
/*Messages*/
.noborder {
	border:none;
}