﻿/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}

/* background: #CCCCFF url('tb-back.jpg') repeat center center;*/
body {
BACKGROUND-REPEAT: repeat; BACKGROUND-COLOR: #151335;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}
h3 {
	color: #FFFFFF;
	background-color: #180040;
}
tbody {
	border-style: solid;
	background: url('body-bg.jpg') repeat center center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.smalltbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.Mediumtbody {
	background: #CCCCFF url('lgrey091.gif') repeat center center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a.hilite:link {
	color: #400040;
	text-decoration: none;
}
a.hilite:visited {
	color: #666;
	text-decoration: none;
}
a.hilite:hover {
	color: #666;
	text-decoration: underline;
}
a.footlite:link {
	color: #FFF;
	text-decoration: none;
}
a.footlite:visited {
	color: #D6D6D6;
	text-decoration: none;
}
a.footlite:hover {
	color: #999;
	text-decoration: none;
}
a.sidemenu:link {
	color: #000;
	display:block;
	text-decoration: none;
}
a.sidemenu:visited {
	color: #333;
	display:block;
	text-decoration: none;
}
a.sidemenu:hover {
	background: #151335 repeat center center;
	color: #CCC;
	background-color: #151335;
	display:block;
	text-decoration: none;
}
a.piclite:link {
	color: #400040;
	text-decoration: none;
	padding:3;
	border-width:0;
	border:0;
}
a.piclite:visited {
	color: #666;
	text-decoration: none;
	border:0;
}
a.piclite:hover {
	color: #999;
	text-decoration: underline;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #400040;
	border-right-color: #400040;
	border-bottom-color: #400040;
	border-left-color: #400040;
	padding:0;
	border-width:3;
}
.fade {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-image: url('fade.png');
}
.redtbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
}
