body {
	background-color: #321900;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #F0F0F0;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}h1 {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
}
a {
	color: #99CCCC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
h2 {
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #FFFFCC;
}
hr {
	line-height: 1px;
	color: #FFFFCC;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #999999;
	border: 2px outset;
}
.input {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #FFFFCC;
	font-weight: bold;
}
.small {
	font-size: 9px;
	font-weight: normal;
}
.menubutton {
	background-image: url(local/images/buttonbg.gif);
	background-repeat: repeat;
	border: 1px solid #333333;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;

}
.menubutton:hover {
	background-image: none;
	background-color: #333333;
	color: #FF0000;
	text-decoration: none;
}
.tdpostit {
	font-family: "Comic Sans MS", "Marker Felt", "Courier New", sans-serif;
	font-size: 12px;
	color: #000066;
	background-color: #FFFF99;
	font-style: normal;
	font-weight: normal;
	padding: 0px 5px;
	margin: 0px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #990000;
}
.tdPostitRightShadow {
	background-image: url(postit/images/postit/post-it_r2_c2.gif);
	background-repeat: repeat-y;
}
.linkbullet {
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 15px;
	display: block;
}
.linkbackbullet {
	background-image: url(../images/link_back.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 15px;
	display: block;
}
.warning {
	background-color: #FFFFCC;
	background-image: url(../images/warning_blink.gif);
	background-repeat: no-repeat;
	border: 2px solid #FF0000;
	padding-left: 25px;
	background-position: 2px 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#uploadwarning {
	visibility: hidden;
}
#rightBox {
	background-color: #C23B01;
	float: right;
	width: 140px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	border: 1px solid #DEDEF6;
	
}

#videoIndex {
	float: right;
	width: 150px;
	background-color: #000000;
	text-align:center;
	padding:10px;
	margin-left: 10px;
	margin-top: 10px;
}
#videoPlayer {
	width: 360px;
}
.videoThumb {
    /*display:-moz-inline-block;
	display:-moz-inline-box;  */
	display:-moz-inline-stack; /* use for version of Firefox not supporting inline-block - later versions will use below  */
	display: inline-block;
	zoom:1; /* this and next line fix inline-block in IE */
	*display:inline; /* property jack - hides from all non-IE browsers */
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	width: 100px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
.videoThumb img {
	width: 100px;
}
.videoThumb a {
position:relative;
	display:block;

}#videoPageTitle {
	text-indent: -1000px;
	background-image: url(local/images/groove-tube-logo-sm.png);
	height: 148px;
	width: 252px;
}
#videoPlayer #FLVPlayer {
	background-color: #000000;
}
#videoThumbs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainMenu li {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	list-style-type: none;
}

