body {
	background-color:#000;
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

a {
	color:#FFF;
	text-decoration:none;
}

a:visited {
	color:#FFF;
}

a:hover {
	color:#cc0a61;
}

.active {
	color:#abd239;
	text-decoration:none;
}

.active:visited {
	color:#abd239;
}

.active:hover {
	color:#abd239;
}

#contentBox {
	width:640px;
	height:500px;
	border:solid 1px #FFF;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	background-color:black;
	background-image:url("/images/hello.gif");
	background-position:center center;
	background-repeat:no-repeat;
}

#videoContainer {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	margin-top:25px;
	background-color:black;
}

#video {
	border:solid 1px #FFF;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	height:500px;
	width:640px;
}

#video p {
	color:#FFF;
	margin-top:230px;
	text-align:center;
}

#pressContent {
	position:relative;
	overflow:auto;
	margin-top:10px;
	margin-left:10px;
	width:620px;
	height:480px;
	background-color:black;
	color:white;
}

#clientArea {
	overflow:auto;
	width:640px;
	height:500px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
}

#clientArea form {
	margin-top:210px;
}

#clientArea .inputRow {
	width:300px;
	margin:5px;
	text-align:right;
	margin-right:auto;
	margin-left:auto;
}

#clientArea #login, #password {
	width:200px;
	margin-left:10px;
}

#clientArea label {
	width:100px;
	color:#FFF;
}

#infoBar {
	position:relative;
	width:830px;
	height:46px;
	border-bottom:solid 1px #FFF;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	background-image:url("/images/logo.gif");
	background-position:center left;
	background-repeat:no-repeat;
}

#infoBarExtranet {
	position:relative;
	height:46px;
	border-bottom:solid 1px #FFF;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:10px;
	background-image:url("/images/logo.gif");
	background-position:center left;
	background-repeat:no-repeat;
}

#infoBarText {
	position:absolute;
	bottom:0px;
	left:272px;
	padding-bottom:3px;
	font-size:12px;
	color:#7e7e7e;
}

#infoBarText a {
	color:#7e7e7e;
}

#infoBarText a:visited {
	color:#7e7e7e;
}

#infoBarText a:hover {
	color:#cc0a61;
}

#links {
	overflow:auto;
	width:830px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

#linksExtranet {
	overflow:visible;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}

#nav {
	float:left;
	width:190px;
	color:#FFF;
}

#dynamicLinks {
	float:right;
	width:640px;
	color:#FFF;
}

#dynamicLinksColumn {
	width:320px;
	color:#FFF;
	float:left;
}

#extranetVideo {
	text-align:center;
	overflow:visible;
}

.extranetSideColumn {
	background-color:#111;
	padding:5px;
	margin-right:2px;
	border:1px solid #111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.extranetSideColumn li + li {
	margin-top:5px;
}

.extranetSideColumn + .extranetSideColumn {
	margin-top:5px;
}

.openFolder {
	background-image:url("/images/box-open.gif");
	background-position:center left;
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	padding-left:35px;
	font-weight:bold;
}

.closedFolder {
	background-image:url("/images/box-closed.gif");
	background-position:center left;
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	padding-left:35px;
	font-weight:bold;
}












.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}



.vscrollerbase {
	width:10px;
	background:url("/images/custom-scroll-bg.gif");
}

.vscrollerbar {
	width: 10px;
	background:url("/images/custom-scroll-handle.gif");
	height: 100px !important;
	/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
}

.hscrollerbase {

height: 10px;

background-color: white;
}
.hscrollerbar {

height: 10px;

background-color: black;

}



.scrollerjogbox {

width: 10px;
height: 10px;

top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}