
div#ccws-tabs {
	background:#ABB5BD url('../images/task-bg.gif') no-repeat;
	width:890px; 
	padding-top:12px;
	margin: 0 auto 0 auto;
}

ul#ccws-tabs-nav {
	list-style-type:none;
	margin:0em 19px;
	padding:0px;
	width:852px;
}
ul#ccws-tabs-nav li {
	background:#172730
		url(../images/tab-nonselect.gif)
		no-repeat;
	display:block;
	width:172px;
	float:left;
	margin:0px;
	padding:0px;
	font-size: 14px;
}

ul#ccws-tabs-nav li a {
	color:#FFF;
	display:block;
	width:154px;
	padding:4px 5px 4px 5px;
	text-align:center;
	text-decoration:none;
}
ul#ccws-tabs-nav li.ccws-active {background:url(../images/tab-select.gif) no-repeat 0px 0px;}
ul#ccws-tabs-nav li.active-first-tab {background:#FFF url(../images/tab-select-first.gif) no-repeat 0px 0px;}
ul#ccws-tabs-nav li.active-first-tab a,
ul#ccws-tabs-nav li.ccws-active-last-tab a,
ul#ccws-tabs-nav li.ccws-active a {color:#333;}
ul#ccws-tabs-nav li.active-next-tab {background:#172730 url(../images/tab-next.gif) no-repeat 0px 0px;}
ul#ccws-tabs-nav li.last-tab {background:#172730 url(../images/tab-nonselect-last.gif) no-repeat 0px 0px;}
ul#ccws-tabs-nav li.ccws-active-previous-tab {background:#172730 url(../images/tab-previous.gif) no-repeat 0px 0px;}
ul#ccws-tabs-nav li.ccws-active-next-last-tab {background:#172730 url(../images/tab-nonselect-previous-last.gif) no-repeat 0px 0px;}
ul#ccws-tabs-nav li.ccws-active-last-tab {background:url(../images/tab-select-last.gif) no-repeat 0px 0px;}

div#ccws-tabs div.ccws-columns {
	background:#FFF url("../images/task-columns-bg.gif") repeat-x 0% 100%;
	clear:left;
	height:370px;
	margin:0px 20px;
	padding-left:10px;
	padding-right:10px;
	font-family:"Trebuchet MS";
	font-size: 11px;
}
* html div#ccws-tabs div.ccws-columns {height/**/ :125px;}
div#ccws-tabs div.ccws-active {display:block;}

div.ccws-tabs-cw {
	clear:both;
	height:1px;
}
div.ccws-tabs-cw hr {
	display:none;
}
div#ccws-tabs-end {
	background-image:url("../images/bg-tabs-end.gif");
	background-repeat:no-repeat;
	clear:both;
	height:5em;
}
div#ccws-tabs-end hr {display:none;}

div#ccws-tabs {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.74em;
}
ul#ccws-tabs-nav li a {font-weight:bold;}
ul#ccws-tabs-nav.ccws-six-tabs li{width:142px;}
ul#ccws-tabs-nav.ccws-six-tabs li a{width:124px;}
ul#ccws-tabs-nav.ccws-six-tabs li.last-tab,ul#ccws-tabs-nav.ccws-six-tabs li.ccws-active-next-last-tab,ul#ccws-tabs-nav.ccws-six-tabs li.ccws-active-last-tab{background-position:100% 0;width:142px;}
ul#ccws-tabs-nav.ccws-six-tabs li.last-tab a,ul#ccws-tabs-nav.ccws-six-tabs li.ccws-active-next-last-tab a,ul#ccws-tabs-nav.ccws-six-tabs li.ccws-active-last-tab a{width:126px;}
ul#ccws-tabs-nav.ccws-six-tabs li{background-image:url("../images/tab-nonselect-six-tabs.gif");}
ul#ccws-tabs-nav.ccws-six-tabs li.ccws-active-first-previous-tab{background-image:url("../images/tab-nonselect-previous-first-six-tabs.gif");}
ul#ccws-tabs-nav.ccws-six-tabs li.ccws-active{background-image:url("../images/tab-select-six-tabs.gif");}
ul#ccws-tabs-nav.ccws-six-tabs li.active-first-tab{background-image:url("../images/tab-select-first-six-tabs.gif");}
ul#ccws-tabs-nav.ccws-six-tabs li.active-next-tab{background-image:url("../images/tab-next-six-tabs.gif");}
ul#ccws-tabs-nav.ccws-six-tabs li.last-tab{background-image:url("../images/tab-nonselect-last-six-tabs.gif");}
ul#ccws-tabs-nav.ccws-six-tabs li.ccws-active-previous-tab{background-image:url("../images/tab-previous-six-tabs.gif");}
ul#ccws-tabs-nav.ccws-six-tabs li.ccws-active-next-last-tab{background-image:url("../images/tab-nonselect-previous-last-six-tabs.gif");}
ul#ccws-tabs-nav.ccws-six-tabs li.ccws-active-last-tab{background-image:url("../images/tab-select-last-six-tabs.gif");}

.ccws-access {
	position:absolute;
	left:-3000px;
	width:500px;
}


/* TABS */
#tab .btnOnLeft {
	background: url("../images/tab_left_on.gif") no-repeat 0 100%;
	height: 24px;
	width: 14px;
}
#tab .btnOnRight {
	background: url("../images/tab_right_on.gif") no-repeat 0 100%;
	height: 24px;
	width: 14px;
}
#tab .btnOn {
	background: url("../images/tab_bg_on.gif") repeat-x 0 100%;
	height: 24px;
	text-align: center;
	color: #333;
}
#tab .btnOffLeft {
	background: url("../images/tab_left_off.gif") no-repeat 0 100%;
	height: 24px;
	width: 14px;
}
#tab .btnOffRight {
	background: url("../images/tab_right_off.gif") no-repeat 0 100%;
	height: 24px;
	width: 14px;
}
#tab .btnOff {
	background: url("../images/tab_bg_off.gif") repeat-x 0 100%;
	height: 24px;
	text-align: center;
}
#tab .btnOff a:link {
	color: #000;
}
#tab .btnOff a:visited {
	color: #000;
	text-decoration: none;
}
#tab .btnOff a:hover {
	color: #000;
	text-decoration: underline;
}
a.navigationTab {
	text-decoration: none;
}
a.navigationTab:hover {
	text-decoration: underline;
}
#tab {
	position: relative;
	z-index: 10;
	margin-left: 17px;
}
.tab-selection{
	margin:0 auto 0 auto;
	width:600px;
	height:440px;
}
#boundingBox {
	position: relative;
	z-index: 1;
	width: 600px;
	border: 1px solid #c6d1dE;
	margin: -1px 0 0 2px;
	padding: 20px;
	background-color:#FFFFFF;
}
#inputTable {
	padding-bottom: 0px;  /* space between bottom of buttons and bottom line of box */
	/*border-bottom: 1px solid #c6d1de; */
	background-color:#ffffff; /*f8f8f8;*/
}
#inputTable h2 {
	margin: 0 0 20px 5px;
}
