/* Base Elements */
body {
	margin:0px 0px 10px 0px;
	padding:0px;
	background-color: #EDEDED;
}

td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: Tahoma;
}

p {
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

table {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.spacer {
	font-size: 1px;
}
/* END Base Elements */


/* BG for the media player tag */
.mediaplayerBG {
	background-image:url(images/tsq_streamBG.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
/*********************/

/* Header */
.uniHeader {
	width: 865px;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	text-align:left;
}

.flagBar {
	width: 865px;
	height: 17px;
	background-color: #575757;
	text-align:right;
}

.logoBar {
	width: 865px;
	height: 77px;
	background-color: #FFFFFF;
}

.customHeader {
/*	width: 960px;
	height: 67px;*/
/*	
	border-top: 1px solid #575757;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	border-bottom: 0px solid #575757;
	*/
	/*background-color: #FFFFFF;*/
}
/* END Header */


/* Left Navigation */
.navMain {
	 width: 166px;
	 background-color: #FFFFFF;
}

#navcontainer
{
	background-color: #FFFFFF;
	width: 166px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 166px;
}

ul#navlist li
{
	display: block;
	margin: 0px;
	padding: 0px;
}

/* non-hover colors */
ul#navlist li a
{
	display: block;
	width: 166px;
	height: 20px;
	/*height: 18px;*/
	border-top: 1px solid #2E1F87;
	border-bottom: 1px solid #000003;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(images/left_nav_button_bg.gif);
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background-color: #D5353D;
	color: #FFFFFF;
}

/* hover colors */
ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FFFFFF;
	border-top-color: #9A9A9A;
	border-bottom-color: #7C7C7C;
	background-image:url(images/left_nav_button_bg_hover.gif);
}

.linkspace {
	margin: 2px 0px 0px 13px;
}

.leftGoogle {
	background-image:url(/cams/includes/images/left_nav_shadow.gif);
	height: 250px;
}

.flashCopy {
	font-size: 11px;
	font-family: Tahoma;
	color: #000000;
}

.flashLink {
	font-size: 11px;
	color: #000000;
}
/* END Left Navigation */


/* Main Content */
.main {
	border-bottom: 1px solid #575757;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
}

.mainContent {
	background-color: #FFFFFF;
	border-top: 3px solid #5179A2;
	font-size: 11px;
}
/* END Main Content */


/* Camera Thumbnails */
.camContainer {
	/*width: 100%;*/
	width: 960px;
}

.camList {
	width: 960px;
	margin: 0px 0px 0px 0px;
}

.camHeader {
	font-size: 12px;
	color: #006666;
}

.camDivider {
	width: 960px;
	margin: 8px 0px 9px 0px;
	border-top: 1px solid #666666;
	font-size: 1px;
}

.camThumb {
	border: 1px solid #000000;
}

.camThumbOver {
	border: 1px solid #FF0000;
}

.thumbLink {
	text-decoration: none;
	color: #000000;
}

/*
.breadCrumbs {
	text-decoration: underline;
	color: #000000;
}
*/

a.breadCrumbs:link {
	text-decoration: none;
	color: #000000;
}

a.breadCrumbs:visited {
	text-decoration: none;
	color: #000000;
}

a.breadCrumbs:active {
	text-decoration: none;
	color: #000000;
}

a.breadCrumbs:hover {
	text-decoration: underline;
	color: #000000;
}




/* END Camera Thumbnails */


/* Right-Side Navigation */
.rightGoogle {
	margin-left: 27px;
}

.rightNav {
	border: 1px solid #D7D6A5;
	width: 178px;
	margin-left: 27px;
}

.rightNavHeaders {
	color: #505050;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 5px 8px 5px;
}

.rightNavCopy {
	color: #9C9C9C;
	font-size: 10px;
	margin-left: 5px;
}

.rateThisCam {
	font-size: 10px;
	background-color: #FFFFFF;
}
/* END Right-Side Navigation */


/* Write A Comment */
.comments {
	font-family: Tahoma;
	font-size: 10px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
}

.commentHeader {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 7px;
}

.comment_name {
	font-family: Tahoma;
	font-size: 10px;
	margin-bottom: 4px;
	color: #9D3C3C;
}

.commentSubmit {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	border: 0px;
    width: 51px;
	height: 17px;
	cursor: pointer;
}
/* END Write A Comment */
