/*
@font-face {
	font-family: "OlympiaLight";
	font-style:  normal;
	font-weight: normal;
	src: url('etc/OLYMPIA0.eot');
}
*/

body {
	background-image: url('../img/bg02.jpg');
	background-repeat: repeat;
	font-family: calibri, arial, sans;
	color: #504444;
	padding: 30px 20px; 20px 30px;
	text-align: center;
}

body.live {
	background-image: url('../img/live_bkg.jpg');
	background-repeat: repeat;
}

h1 {
    	font-family: calibri, arial, sans;
    	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 30px;
}

h2 {
    	font-family: calibri, arial, sans;
    	font-weight: normal;
	font-size: 14pt;
	margin-top: 30px;
	color: #000000;
}

h3 {
    	font-family: calibri, arial, sans;
    	font-weight: bold;
	font-size: 12pt;
	margin-top: 30px;
	color: #666666;
}

a         {color: #3333ff; text-decoration: none;}
a:visited {color: #3333ff; text-decoration: none;}
a:active  {color: #3333ff; text-decoration: none;}
a:hover   {color: #ffffff; text-decoration: underline;}

a.light         {color: #9999ff; text-decoration: none;}
a.light:visited {color: #9999ff; text-decoration: none;}
a.light:active  {color: #9999ff; text-decoration: none;}
a.light:hover   {color: #ffffff; text-decoration: underline;}

.content_table {
	border-collapse: collapse; width: 1000px;
}
.content {
	width: 1000px;
	height: 600px;
	vertical-align: top;
	padding: 0px 20px 20px 20px;
	background-image: url('../img/bg01.jpg');
	background-repeat: repeat-y;
	border: 3px #666666 solid;
	text-align: left;
}

.content2 {
	width: 1000px;
	height: 600px;
	vertical-align: top;
	padding: 0px 20px 20px 20px;
	background-image: url('../img/bg03.jpg');
	background-repeat: repeat-y;
	border: 3px #666666 solid;
}

.toolbar_td {
	width: 70px;
	padding: 0px;
	margin: 0px;
	color: #665555;
}

.home_td {
	text-align: center;
}

.imglink {
    cursor: pointer;
}

.tinyicon {
    width: 16px;
    height: 16px;
    border: 0px;
    vertical-align: bottom;
}

.textcolumn {
	width: 400px;
	padding: 0px 40px 10px 5px;
	text-align: justify;
	vertical-align: top;
}

ul {
	text-align: left;
}

td.gridtable_td {
	vertical-align: top;
	padding-top: 20px;
}

table.grid_table {
}

td.grid_td {
	width: 100px;
	height: 100px;
	padding: none;
}

table.singles {
	width: 600px;
}

td.singles_thumb {
	width: 110px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}
td.singles {
	text-align: left;
	vertical-align: top;
}

div.tracklist {
	padding-left: 20px;
}

table.singles h2 {
	margin-top: 0px;
}

img.grid_img {
	width: 100px;
	height: 100px;
	border: black 1px solid;
}

hr {
	margin: 15px 0px 15px 0px;
	text-align: left;
}

pre {
	font-family: courier new, courier, fixed;
	font-size: 10pt;
	color: #006600;
	margin-left: 20px;
}

div.comment {
	font-family: courier new, courier, fixed;
	font-size: 10pt;
	color: #666666;
	margin: 3px 0px 30px 0px;
	width: 500px;
	margin-left: 20px;
}

div.gear {
	font-family: courier new, courier, fixed;
	font-size: 10pt;
	color: #663366;
	margin: 3px 0px 30px 0px;
	width: 500px;
	margin-left: 20px;
	white-space: pre;
}

.header_tab {
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-position: left;
}

.footer_tab {
	background-image: url('../img/footertab.gif');
	background-position: right;
	background-repeat: no-repeat;
        color: #cccccc;
        text-align: right;
        font-size: 8pt;
        padding: 0px 10px 3px 0px;
}

img.set_med {
	width: 200px;
	height: 200px;
	border: 1px black solid;
	float: right;
}


/*---- BEGIN v2 singles page styles ---*/

img.set_thumb {
	width: 100px;
	height: 100px;
	border: 1px black solid;
	float: right;
}

div.singlebox {
	float: left;
	clear: all;
}

img.single_med {
	width: 200px;
	height: 200px;
	border: 1px black solid;
	float: left;
	margin-left: 30px;
	margin-right: 20px;
}

.single {
	margin-left: 20px;
	margin-top: 10px;
}

/*---- END singles page styles ---*/

.set {
	margin-left: 20px;
}

img.live_thumb {
	width: 300px;
	height: 225px;
	border: 1px black solid;
}

img.poster_thumb {
	width: 100px;
	height: 130px;
	border: 1px black solid;
}

.cal_year_td {
	font-size: 24pt;
}

.cal_month_td {
	vertical-align: top;
	font-size: 20pt;
	width: 200px;
	padding-right: 30px;
	text-align: right;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 20px;
}

.submenu {
	border-collapse: collapse;
	margin-bottom: 15px;
	margin-left: 3px;
	border-top: 1px black dashed;
}

.submenu td {
	
}

input {
    font-family: calibri, arial, sans;
    background-color: #aaaaff;
    border: 1px black solid;
}
textarea {
    font-family: calibri, arial, sans;
    background-color: #aaaaff;
    border: 1px black solid;
}

