.ui-timepicker-div{ width:150px;}
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px;}
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 12px; }

tr { background-color: #FFFFFF;}
.initial { background-color: #FFFFFF; color:#000000 }
.normal { background-color: #FFFFFF; }
.highlight { background-color: #FFCC00; }

/* Header Title */
.banner-title
{
	margin-top:0px;
	height:23px;
	background-color: #3B5998;
}
.banner-text
{
	float:left;
	margin-left: 100px;
	bottom:50px;
	top: 10px;
	color: white;
	font-weight: bold;
}

.banner-version
{
	font-size: 10px;
	font-weight: bold;
	color: yellow;
}

/* Navigator CTRL */
.nav-ctrl
{
	margin-left: 450px;
	//font-weight: bold;
	color: white;
}

.nav-ctrl-item
{
	float:left;
	margin-right:10px;"
}

.nav-ctrl-item a{
	text-decoration: none;
	color:#3B5998;
}

.nav-ctrl-item a:visited{
	color: #3B5998;
}

.nav-ctrl-item a:hover{
	color:#3B5998;
	text-decoration: underline;
}


#timeline
{
	position: absolute;
	left: 230px; //Original left: 170px;
	width: 1440px;
	height: 100px;
	background-image:url(images/timeline.gif);
}

#cascadeTR
{
	float: left;
}

#content
{
	position: absolute;
	top: 400px;
	left: 170px;
	width: 1500px; //Original width: 1440px;
	height: 1800px;
}

#formContent
{
	position: absolute;
	top: 100px;
	left: 300px;
	width: 1440px;
	height: 1800px;
}

#draggable 
{
	border-style: dashed;
	width: 420px;
	height: 470px;
	padding: 0.5em;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index:101;
}

#draggableAdd
{
	border-style: dashed;
	width: 420px;
	height: 400px;
	padding: 0.5em;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index:101;
}

#draggableAnnounce
{
	border-style: dashed;
	width: 420px;
	padding: 0.5em;
	left: 500px;
	top: 80px;
	position: absolute;
	z-index:101;
}

#calendar
{
	float: left;
}

#line
{
	float: left;
}

#announce
{
	float: left;
}

#queue
{
	width: 100px;
}

#nav
{
	position:absolute;  
	top: 50px; /* 100px; */
	left: 15px; /* 0px; */
	margin-left:0px;  
	//width:1840px;
	z-index:100;
	//background-color: #FFFFFF;
}

.navNonCust
{
	background-color: #FFFFFF;
}

#navMin
{
	position:absolute;  
	top: 50px; /* 100px; */
	left: 15px; /* 0px; */
	margin-left:0px;  
	width:150px;
	z-index:100;
	background-color: #FFFFFF;
}

.tbHeader
{
	background-color: #FF9966;
}

.tbEdit
{
	background-color: #CCFFFF;
}

.page-ctrl-item a{
	text-decoration: none;
	color:#3B5998;
}

.page-ctrl-item a:visited{
	color: #3B5998;
}

.page-ctrl-item a:hover{
	color:#3B5998;
	text-decoration: underline;
}