@charset "utf-8";

body {
	background: url(../images/LayoutBG.png); 
	margin: 0px 0px 20px 0px;
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #232729; 
	font-size: 12px; 
	text-align: center;
}

img {
	padding: 0;
	margin: 0;
}

a:link { 
	text-decoration: none; 
	color: #FF0000; 
	border: 0px; 
	-moz-outline-style: none;
} 
a:active { 
	text-decoration: none; 
	color: #FF0000; 
	border: 0px; 
	-moz-outline-style: none;
} 
a:visited { 
	text-decoration: none; 
	color: #FF0000; 
	border: 0px; 
	-moz-outline-style: none;
} 
a:hover { 
	text-decoration: none; 
	color: #990000; 
	border: 0px; 
	-moz-outline-style: none;
} 
a:focus { 
	outline: none;
	-moz-outline-style: none;
}

.Container { 
	padding: 0;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

.TopContainer { 
	height: 100px; 
	background: url(../images/headerbg.png) repeat-x;
}

.TopMenu { 
	margin: 0px; 
	padding: 3px 0 0 5px;
	text-transform: uppercase;
	background: #000000;
	height: 25px;
}
.TopMenu em { 
	display: none;
}
.TopMenu ul { 
	padding: 0px; 
	margin: 0px;
}
.TopMenu li { 
	padding: 0px; 
	margin: 0px; 
	display: inline; 
	font-size: 9px;
}
.TopMenu a { 
	padding: 0px 0px 0px 5px; 
	margin-right: 2px; 
	background: url(../images/MainMenuLeft.png) no-repeat left top; 
	float: left;
	font-weight: bold;
}
.TopMenu a span { 
	padding: 4px 8px 6px 3px; 
	display: block; 
	background: url(../images/MainMenuRight.png) no-repeat right top; 
	float: right; 
}
.TopMenu a span { 
	float: none; 
	color: #FFF; 
}
.TopMenu a:hover span { 
	color: #FFF; 
}
.TopMenu a:hover { 
	background-position: 0% -44px; 
	color: #fff; 
	text-decoration: none;
}
.TopMenu a:hover span { 
	background-position: 100% -44px; 
	color: #fff; 
}

.TopMenu .on { 
	background: url(../images/MainMenuLeft.png) no-repeat left bottom; 
	background-position: 0% -44px;
}
.TopMenu .on span { 
	background: url(../images/MainMenuRight.png) no-repeat right bottom; 
	background-position: 100% -44px; 
}

.TopMenu .blue { 
	background: url(../images/MainMenuLeft.png) no-repeat left bottom; 
	background-position: 0% -22px;
}
.TopMenu .blue span {
	background: url(../images/MainMenuRight.png) no-repeat right bottom; 
	background-position: 100% -22px; 
}

.TopMenu .green { 
	background: url(../images/MainMenuLeft.png) no-repeat left bottom; 
	background-position: 0% -66px;
}
.TopMenu .green span { 
	background: url(../images/MainMenuRight.png) no-repeat right bottom; 
	background-position: 100% -66px; 
	color: #000000; 
}

.TopSearch { 
	padding: 0;
	float: right;
}
.TopSearch input {
	margin: 2px 2px 2px 0; 
	float: left;
	height: 18px;
	border: none; 
	background: url(../images/SearchInput.png) no-repeat; 
	text-indent: 5px;
	width: 200px;
	font-weight: bold;
}
.TopSearchb a { 
	padding: 0px 0px 0px 5px; 
	margin-right: 2px; 
	background: url(../images/MainMenuLeft.png) no-repeat left top; 
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
.TopSearchb a span { 
	padding: 4px 8px 5px 3px; 
	display: block; 
	background: url(../images/MainMenuRight.png) no-repeat right top; 
	float: right; 
}
.TopSearchb a span { 
	float: none; 
	color: #FFF; 
}
.TopSearchb a:hover span { 
	color: #FFF; 
}
.TopSearchb a:hover { 
	background-position: 0% -66px; 
	color: #000; 
	text-decoration: none;
}
.TopSearchb a:hover span { 
	background-position: 100% -66px; 
	color: #000; 
}

.ContentContainer {
	background: #666666;
	padding: 5px;
	text-align: left;
}

.FooterContainer {
	background: #000000;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
}

.VidTitle {
	font-size: 13px;
	font-weight: bold;
	/*height: 15px;*/
	padding: 0 0 0 3px;
}

.VidThumb {
	padding: 2px 2px 2px 0;
}

.VidExtra {
	font-size: 10px;
	height: 18px;
	padding: 0 0 0 5px;
}

.VidDesc {

}

.VidFooter {
	padding: 3px;
	font-size: 11px;
}

.RandThumb {
	padding: 2px;
}

.ErrorPage {
	border: 2px solid #000000;
	background: #FFFFFF;
	padding: 10px;
	margin: 100px 0 0 0;
	width: 600px;
}