/* CSS Document */
body {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
}
a {
	color: 				#000000;
}

.PageListContainer {
	margin-top: 		10px;
	margin-bottom: 		10px;
	text-align: 		center;
	font-size:			11px;
	font-weight:		bold;
	}
.PageListContainer a {
	text-decoration:	none;
	}

.PageListContainer .PagesContainer a {
	margin: 			2px;
	padding:			2px;
	border:				1px solid #DDD;
	text-decoration:	none;
	}
.PageListContainer .PagesContainer a:hover {
	border:				1px solid #BBB;
	background-color:	#F6F6F6;
	color:				#444;
	}
.PageListContainer .PagesContainer .current {
	margin: 			2px;
	border:				1px solid #444;
	background-color:	#444;
	color:				#FFF;
	padding:			2px;
	}
.PageListContainer .NextPrevious {
	width:				60px;
	}
.PageListContainer .NextPrevious a {
	}
.PageListContainer .NextPrevious a:hover {
	color:				#000;
	}


.row0,
.row1, 
.rowover {
	height: 			25px;
}
.row0 {
	background-color: 	#FFFFFF;
}
.row1 {
	background-color: 	#F2F2F2;
}
.rowover {
	background-color: 	#BBBBBB;
}

div.Clear {
	clear: 				both;
}

.List {
	margin-left: 		10px;
	}

h3 {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			19px;
	font-weight:		normal;
	}

#footer {
	border-top:			1px solid #000;
	border-bottom:		1px solid #000;
	margin-bottom: 		10px;
	padding:			0;
	}
#footer p {
	margin-top: 		5px;
	margin-bottom: 		5px;
	}
#footer #copyright {
	margin-top: 		10px;
	font-size: 			11px;
	}

#header {
	font-family: 		Arial, Helvetica, sans-serif;
	color:				#FFFFFF;
	background-color:	#000000;
	padding:			4px 4px 2px 2px;
	}

#IELT7 #header {
	padding-bottom:		4px;
	}
#header p {
	float:				left;
	width: 				auto;
	}
#IELT7 #header p {
	margin-top:			12px;
	}
#logo {
	display:			block;
	float:				left;
	width:				auto;
	margin-top:			13px;
	margin-left:		5px;
	}
#TopBanner {
	text-align: 		right;
	}

#VideoCategoriesContainer {
	background-color: 	#F7F7F7;
	border:				1px solid #000;
	color:				#000;
	padding:			10px 5px 10px 5px;
	text-align: 		center;
	}

#VideoCategories a {
	color:				#555;
	text-decoration:	none;
	white-space:		nowrap;
	}

#VideoCategories a:hover {
	color:				#000;
	text-decoration:	underline;
	}

#VideoCategories {
	margin: 			0;
	}
#VideoCategories dt {
	display: 			inline;
	padding-right: 		9px;
	margin-right: 		6px;
	line-height:		20px;
	border-right:		1px solid #000;
	}
#IELT7 #VideoCategories dt {
	padding-right: 		9px;
	margin-right: 		11px;
	}

#contentAds {
	width: 				350px;
	float: 				left;
	clear:				left;
	}

#content {
	background-image: 	url("/_Images/ContentBG.gif");
	background-repeat:	repeat-y;
	}
