/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
	width: 10px;
	background-image: url(sc.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
.hscrollerbase {
height: 10px;
background-color: white;
cursor:pointer;
}
.hscrollerbar {
height: 30px;
	background-image: url(sc.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}

.scrollerjogbox {
width: 10px;
height: 60px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
#broadcast{ float:left; width:545px; height:125px; padding:2px 2px 2px 4px; margin-top:3px; font-size:12px;}
#broadcast h3{font-size:12px; color:#C4281C; margin:0px 0px 3px 0px; padding:0px 0px 5px 0px; border-bottom:1px solid #D1DCDB;}
#broadcast #content{float:left; width:520px; line-height:20px;}