body {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 75%;
	font-family: Arial, Verdana;
	margin: 10px 10px 10px 10px;
}

a {
	font-weight: bold;
	color: #C7A355;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#pagewrapper {
	min-width: 980px;
	max-width: 1150px;
	/*width: 980px;*/
	margin: auto;
}

#header {
	height: 110px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	/*clear: both;*/
}

#header table {
	border-collapse: collapse;
	height: 104px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#header table td {
	margin: 0px;
	padding: 0px;
}
#tabs {
	clear: both;
	height: 33px;
}

#tabs ul {
	list-style: none;
	height: 33px;
	margin: 0px;
	padding: 0px;
}

#tabs ul li {
	display: inline;
	width: 149px;
	height: 33px;
	float: left;
	line-height: 33px;
	margin-left: 5px;
}

#tabs ul li a {
	text-decoration: none;
	display: block;
	width: 149px;
	height: 33px;
	color: #000000;
	background: #FFFFFF url('../images/tab_inactive.gif') top left no-repeat;
	text-align: center;
	line-height: 33px;
	font-weight: bold;
	font-size: 1.2em;
}

#tabs ul li a:hover,
#tabs ul li a.active {
	text-decoration: none;
	display: block;
	width: 149px;
	height: 33px;
	background: #FFFFFF url('../images/tab_active.gif') top left no-repeat;
	text-align: center;
	line-height: 33px;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	top: 1px;
}

#tabs ul li.search {
	display: inline;
	width: 200px;
	height: 33px;
	float: left;
	line-height: 33px;
	margin-left: 5px;
}

#tabs ul li form {
	margin: 0px;
	padding: 0px;
}

#search_button {
	background: #C7CBCE;
	border:1px solid #ADB1B2;
	color: #000000;
	width: 60px;
}

#search_box{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	width: 130px;
}

#rightcol {
	width: 180px;
	float: left;
	border-left: 1px solid #CCCCCC;
	margin-left: -181px;
	height: 100%;
}

#rightcol h3{
	background: #FFFFFF url('../images/h3-back.gif') top left repeat-x;
	padding-left: 25px;
	line-height: 25px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

#rightcol p {
	margin-left: 10px;
}

#content {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#video_container {
	float: left;
	width: 100%;
}

#video_thumbs {
	margin-right: 181px;
}

#videos {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#videos li {
	height: 130px;
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 10px;
	margin: 0px 5px 5px 0px;
}

#videos li.date_added {
	clear: both;
	border: 0px;
	padding: 5px;
	font-size: 1.6em;
	height: auto;
	border-bottom: 1px solid #CCCCCC;
	width: 95%;
	text-align: left;
	float: none;
	color: #7f7f7f;
}
#videos li.noborder {
	border: 0px;
	padding: 1px 5px 1px 5px;
	height: auto;
}

#videos li.noborder span {
	display: inline;
}

#videos li span.closeinfo {
	float: right;
}

#videos a {
	color: #666666;
	text-decoration: none;
}

#videos a:hover {
	text-decoration: underline;
}

#videos li img {
	border: 1px solid #000000;
	width: 135px;
	float: left;
}

#videos li img:hover {
	border: 1px solid #666666;
	width: 135px;
}

#videos .title {
	display: block;
	font-weight: bold;
	color: #000000;
}

#videos .title a {
	color: #000000;
}

#videos .keywords a {
	font-weight: normal;
	color: #385CAA;
}

.play_video {
	width: 755px;
	border-collapse: collapse;
	padding: 0px;
}

.pagenav {
	padding-top: 10px;
	margin:10px 10px 10px 0px;
	text-align: center;
	font-weight: bold;
	clear: both;
	border-top: 1px solid #CCCCCC;
	font-size: 1.2em;
}

.prevpage {
	margin-right: 25px;
}

.nextpage {
	margin-left: 25px;
}

.ad {
	text-align: center;
	margin: auto;
	/*padding: 10px;*/
	color: #0066FF;
	font-weight: bold;
	font-size: 1.4em;
	background: #000000 url('../images/ad_back.gif') top left repeat;
}

.ad p {
	margin: 0px;
	padding: 20px;
}

.clr {
	clear: both;
}

.copyright {
	text-align: left;
	clear: both;
	font-size: 12px;
	padding: 10px;
	color: #000000;
}

.categories {
	font-size: 16px;
	color: #000000;
	padding: 5px;
}

.view_type {
	padding: 5px;
}

.alphabet {
   color: #000000;
   font-size: 16px;
   padding: 5px;
   text-align: center;
   margin-right: 185px;
}