#container {
	width:1000px;
	height: 831px;
	margin: auto;
	padding:0px;
	position:relative; /* Draws a line on the top edge of the Div */
	background-color: #ffffff;
}
.ON
        {
            border-bottom:0;
			text-decoration: underline;
        }
/* apply custom application placeholder style here */
        #TabbedView
        {
            position: absolute;
            background-color: #ffffff;
        }
        /* apply custom view style here */
        #TabbedView .view
        {
			width:	480px;
			border: 1px solid gray;
			background-color: #FFFFCC;
			padding: 4px;
        }
        /* apply custom tab style here */
        #TabbedView .tab
        {
            border: 1px solid gray;
            border-bottom:0;
			border-top:0;
            padding: 4px;
			font:16px Tahoma, Sans-serif;
            font-size: 12px;
            text-align: center;
            cursor: pointer;
			background-image: url(../fallback/navBG.gif);
			color:#FFFFFF;
        }

        #Page1,#Page2,#Page3,#Page4,#Page5 { visibility: hidden; display: block; }
#mediatitle {
	position:absolute;
	width:333px;
	height:10px;
	z-index:12;
	left: 581px;
	top: 328px;
	text-align: center;
	font-weight: bold;
	font-family: Helvetica, sans-serif, Arial;
}
