body {
	font-family: Arial; /* Arial, Helvetica, sans-serif; */
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-color: #0E2250;

	background-image: url(images/bg_sliver.jpg);
    background-position: top center;
    background-repeat: repeat-x;
	background-attachment: fixed;

}

/* retarded stuff to make base CSS for IE and FF the same */

td {
	vertical-align: top;
	text-align: left;
}

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


/* content stuff */
.mainContent {/**/}

.copyCam {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
}

.activeCam {
	font-weight: 700;
	color: #47C1F7;
}

.thumbout {
	border : 2px solid #FFFFFF;
}

.thumbover {
	border : 2px solid #47C1F7;
}

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

.thumbover2 {
	border : 1px solid #47C1F7;
}

.navbox {
	width :360px;
	height: 72px;
	font-size: 10px;
	font-weight:700;
	color: #FFF;
}

.viewer {
	text-align: center;
	width: 322px;
	height: 281px; /* 265 */
	
}

.tsText {
	color: #FDD094;
	font-weight: 700;
	font-size: 10px;
	margin: 4px 0px 2px 4px;
	text-align: left;
}

.pageCopy {
	font-weight: 700;
	width: 360px;
	color: #000000;
}

.contentTable {
/*
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	background-color: #FFF;
*/
}

#logobox {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #0E2250;
	width: 800px;
	height: 70px;
}

#contentBG {
	background-image: url(images/content_bg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#ecnetworkcam {
	background-color: #000000;
}

/* Footer */
.footer {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #FFFFFF;
	text-align: center;
}

.footerText {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.footerTextSlogan  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 900;
	letter-spacing : 3px;
	color: #FFFFFF;
	text-align: center;
}


a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover { color: #FFFFFF; text-decoration: underline; }

a.footerlink:hover {
	color: #FF8900;
}

a.redlink:link, a.redlink:visited, a.redlink:active {
	color: #E90C08;
	text-decoration: underline;
}


a.redlink:hover {
	color: #FF8900;
	text-decoration: underline;
}


/*  regular links  */
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}


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



