body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	background-color: #E7E7E7;
} 

table {

	font-size: 11px;
	border-spacing: 0px;
	_border-collapse: collapse;
	border-width: 0px;
	color: #003366;

}

.column {
	font-size: 11px;
	width: 162px;
}

.column thead {
	background-image: url('../../images/columnHeader.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
}

.column tfoot td {
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #FFFFFF;
	font-weight: bold;
	height: 17px;
}

.column tbody td {
	background-color: #F2F4F3;
	border-color: #A2ACB5;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 3px;
	color: #003366;
}


.bodyTable {
	font-size: 11px;
	width: 470px;
}

.bodyTable thead {
	background-image: url('../../images/tableHeader.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	text-align: center;
}

.bodyTable tfoot td {
	background-image: url('../../images/tableFooter.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #FFFFFF;
	font-weight: bold;
	height: 17px;
}

.bodyTable tbody td {
	background-color: #F2F4F3;
	border-color: #A2ACB5;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 5px;
	color: #003366;
	line-height: 1.4;
}

.newsStats {
	color: #999999;
	text-align: center;
}

.announcementTable {
	font-size: 11px;
	width: 470px;
}

.announcementTable thead {
	background-image: url('../../images/announcementHeader.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	text-align: center;
}

.announcementTable tfoot td {
	background-image: url('../../images/announcementFooter.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #FFFFFF;
	font-weight: bold;
	height: 17px;
}

.announcementTable tbody td {
	background-color: #F2F2F2;
	border-color: #B4A1A3;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 3px;
	color: #003366;
}

.miniTable {
	font-size: 11px;
	width: 235px;
}

.miniTable thead {
	background-image: url('../../images/miniHeader.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
}

.miniTable tfoot td {
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #FFFFFF;
	font-weight: bold;
	height: 17px;
}

.miniTable tbody td {
	background-color: #F2F4F3;
	border-color: #A2ACB5;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 3px;
	color: #003366;
}

.header {
	width: 800px;
	font-size: 11px;
}

.header thead {
	color: #CCCCCC;
	background-image: url('../../images/headerTop.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 24px;
}

.userBar {
	font-size: 11px;
	height: 22px;
	text-align: center;
	background-image: url('../../images/userBar.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.banner {
	background-image: url('../../images/banner.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
}

.header tfoot {
	background-image: url('../../images/headerBottom.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 19px;
}

.canvas {
	font-size: 11px;
	color: #003366;
	width: 940px;
}

.canvas tfoot td {	
	color: #999999;
}

input, select, button, textarea {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	padding: 2px;
}

.poll_resultBar {
	width: 100px;
	height: 6px;
	border-color: #003366;
	border-width: 1px;
	border-style: solid;
}

.clearTable tbody td {
	border-width: 0px;
	font-size: 11px;
	padding: 2px;
}

.poll_resultBar tbody td {
	border-width: 0px;
	padding: 0px;
	font-size: 0px;
}

.poll_resultBar img {
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #003366;
	border-style: solid;
}

form {
	margin: 0px;
}

.updateBar {
	font-size: 10px;
	color: #999999;
	height: 13px;
	width: 150px;
	background-image: url('../../images/update.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3px;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #003366;
}
	
a:hover {
	text-decoration: underline;
	color: #006699;
}

.userBar {
	font-size: 11px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.userBar a, .userBar a:active, .userBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.userBar a:hover {	
	color: #FFFFFF;
	text-decoration: underline;
}

.userBar tbody td {
	color: #FFFFFF;
}

img {
	border-color: #003366;
}

.announcementDate tbody td {
	border-color: #B4A1A3;
	background-color: #DFDFDF;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 3px;
	color: #003366;
	text-align: center;
	font-size: 11px;
}

.newsDate tbody td {
	border-color: #A2ACB5;
	background-color: #DFDFDF;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding: 3px;
	color: #003366;
	text-align: center;
	font-size: 11px;
}

.greyText {
	color: #999999;
}

.videoName {
	font-size: 20px;
	padding-bottom: 6px;
	height: 26px;
}

.videoDetails {
	font-size: 11px;
	color: #666666;
	height: 14px;
	width: 450px;
	background-image: url('../../images/videoBar.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 3px;
}

.forums_postSpacer tbody td {
	border-color: #A2ACB5;
	background-color: #164492;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #003366;
	padding: 0px;
	height: 5px;
	text-align: center;
	font-size: 0px;
}

.forums_userTitle {
	font-weight: bold;
	width: 125px;
}

.albumDisplay td {
	padding: 10px;
}

.photoDisplay {
	border-color: #003366;
	border-style: solid;
	border-width: 1px;
	background-image: url('../../images/polaroidBg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.photoCell {
	padding: 5px;
	padding-top: 8px;
}

.photoDate {
	font-size: 11px;
	color: #666666;
}

.photoCaption {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


.ratingBar {
	background-image: url('../../images/ratingBg.png');
	background-repeat: no-repeat;
	_padding-top: 1px;
}


.bigText {

	font-size: 20px;
	font-weight: bold;

}


.dbDivider {

	width: 450px;
	background-image: url('../../images/dbDivider.jpg');
	background-repeat: no-repeat;
	background-position: top;
	color: #999999;
	padding-top: 2px;

}


.dbDivider a, .dbDivider a:link, .dbDivider a:active, .dbDivider a:visited {

	color: #999999;
	text-decoration: none;

}


.dbDivider a:hover {

	color: #999999;
	text-decoration: underline;

}


.copyright a, .copyright a:link, .copyright a:active, .copyright a:visited {

	color: #999999;
	text-decoration: none;

}


.copyright a:hover {

	color: #999999;
	text-decoration: underline;

}



.ratingTable {

	border-width: 0px;
	border-style: none;
	
}


.ratingTable tbody td {
	background-image: url('../../images/ratingBg.png');
	background-repeat: no-repeat;
	padding: 1px;
	_padding-top: 1px;
	border-width: 0px;
	border-style: none;
}


.chatWindow {

	border-style: solid;
	border-color: #003366;
	border-width: 1px;
	width: 350px;
	height: 300px;
	background-color: #FFFFFF;
	padding: 5px;
	overflow-y: scroll;

}

.usersWindow {

	border-style: solid;
	border-color: #003366;
	border-width: 1px;
	width: 115px;
	height: 300px;
	background-color: #FFFFFF;
	padding: 5px;
	white-space: nowrap;
	overflow: scroll;

}


.chatTable {

	width: 340px;

}


.chatTable td {

	text-align: left;
	line-height: 1.5;

}


.newMsgWindow {

	border-style: solid;
	border-color: #003366;
	border-width: 1px;
	width: 475px;
	height: 50px;
	background-color: #FFFFFF;
	padding: 5px;

}

.chat {

	padding: 3px;
	text-align: left;

}
