/* CSS Document */

div#banner-upper {
	width:735px;
	height:109px;
	background-image:url(../images/cwm-banner.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
div#banner-lower {
	background-color:#ee8021;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	height:30px;
}

#banner-lower a {
	float:left;
	display:block;
	padding:8px 22px 7px 22px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	border-right:1px solid #d46708;
}
#banner-lower a:hover {
	color:#fff;
}
#banner-lower a.active {
	background-color:#d46708;
}

div#content-container {
	float:left;
	height:auto;
	width:735px;
	background-color:#8dc73d;
}

div#content-container-full {
	background:#FFF url(../images/cwm-content-background.jpg) top left no-repeat;
	height:auto;
	padding:20px;
}

div#content-right {
	float:right;
	width:200px;	
	padding-top:16px;
	background-color:#8dc73d;
}

div#content-left {
	float:left;
	width:534px;
	background-image:url(../images/cwm-content-background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	border-right:1px solid #628337;
}

div#content-left-view {
	float:left;
	width:494px;
	background-image:url(../images/cwm-content-background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	border-right:1px solid #628337;
	padding:20px 20px 20px 20px;
}

div#home-text-area {
	padding:30px 20px 20px 30px;
	height:425px;
}

div#content-scroll {
	clear:both;
	float:none;
	overflow:auto;
	height:500px;
	padding-right:10px;
}	
#content-right .nav-title {
	color:#ffffff;
	font-size:12px;
	margin:10px 30px 17px 25px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #FFFFFF;
	padding-bottom:3px;
}
#content-right .nav-row {
	background:url(../images/arrow-white.gif) no-repeat left 3px;
	margin:0px 30px 10px 25px;
}

#content-right a.nav-link {
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}


.nav-headline {
	margin:14px 10px 10px 10px;
	padding-left:12px;
}

.count-header {
	font-size:12px;
	font-weight:bold;
	color:#0c1008;
	padding:10px 0 0 20px;
}

.count-time {
	margin-top:10px;
	font-weight:bold;
	color:#2b4290;
	font-size:12px;
	padding:0 0 10px 20px;
}

.jScrollPaneContainer {
	float:left;
	position: relative;
	overflow: hidden;
	z-index: 1;
	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #e0e0e0;
	margin-left:10px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #d0d0d0;
	cursor: n-resize;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;	
	height: 19px;
	background: url(../images/scrollbar-up.gif) no-repeat center top;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 19px;
	width: 9px;
	background: url(../images/scrollbar-down.gif) no-repeat center bottom;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.jScrollPaneContainer:active {
	outline: none;
	-moz-outline-style: none;
}

.jScrollPaneContainer:focus {
	-moz-outline-style: none;
	outline: none;
}



/*ACTIVITIES TABLE */
th.header {color: #c7def1; background-color:#5B6F9E;line-height:25px;text-align:center;font-size:11px;font-weight:bold;}
td.tablerowleftodd {background-color: #c7def1;width:330px;padding:0 0 0 6px;line-height:25px;text-align:left;font-size:11px;}
td.tablerowrightodd {background-color: #c7def1;width:120px;text-align:center;line-height:25px;font-size:11px;}
td.tablerowlefteven {background-color: #9bb9d1;width:330px;padding:0 0 0 6px;line-height:25px;text-align:left;font-size:11px;}
td.tablerowrighteven {background-color: #9bb9d1;width:120px;text-align:center;line-height:25px;font-size:11px;}
