
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:transparent url(../images/hori_large.jpg) no-repeat scroll 0 0;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:65px 20px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 		{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 	{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left			{ margin-left: 0px; } 
a.left:hover  	{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}
.scrollable-subitem {
	height:90px;
	color:#333333;
	border-bottom:1px solid gray;
	_margin:0 0 20px 0;
	font-family:Arial,Helvetica,sans-serif;
}
.subitems h2 {
	color:#F46D00;
	display:block;
	font-size:22px;
}
  #subnavtabs li{
	font-family:Arial,Helvetica,sans-serif;
  	border:1px solid white;
	font-size:12px;
	float:left;
	height:16px;
	background-color:#fdae79;
	margin:30px 15px 0px 0;
	padding:5px 5px 0px 5px;
	text-align:center;
	display:block;
	cursor:pointer;
	letter-spacing:1px;
	}
	.active{
		font-weight:bold;
		color:white;
	}
 .subitems {
	margin:0; 
    padding:0;
	width:20000em;
	/* this cannot be too large */
	position:absolute;
	clear:both;
	color:#575757;
	font-size:12px;
}
	.top_line {
	border-top:solid 1px #b6e4f1; margin-top:-16px; padding-top:10px;	
	}
	.bottom_line {
	border-bottom:solid 1px #b6e4f1; margin-top:-16px; padding-top:10px;	
	}
.content-subitem {
	width:800px;
 	position:relative;
}
.subitems, .content-subitem {
    font-size:14px;
	float:left;
    display:block;
}

.blue_text{color: #008aaf;}
.red_font{color: OrangeRed;}
.red_text{color:#ff6b4a; font-size:14px;}


