/* prev, next, prevPage and nextPage buttons */
a.prev, a.prevPage {
	display:block;
	width:76px;
	height:16px;
	background: url(../images/uparrow.gif) no-repeat;
	margin:0px 0px 10px 0px;
	cursor:pointer;
}

a.next, a.nextPage {
	display:block;
	width:76px;
	height:16px;
	background: url(../images/downarrow.gif) no-repeat;
	margin:9px 0px 0px 0px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -16px;		
}

/* disabled navigational button */
a.disabled {
	visibility: visible !important;		
	background-position:0px -16px;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/downarrow.gif);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/right.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

.tabcontainer{
	width:450px; /*width of 2nd level sub menus*/
	height:auto;
	; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	border: #cb3a29 1px solid;
	margin-left:35px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0px;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0em;
}

.tabcontent{
display:none;
}

body {
	margin:0px;
	padding: 0px;
}

.outer {
	width: 225px;	
	height:276px;	
	padding:0px;	
	border:1px solid #d7d4dd;
	background-color:#ececec;
}

/* root element for scrollable 
div.scrollable.vertical {  
	/* required settings * /
	position:relative;
	overflow:hidden;	
	/* vertical scrollers have typically larger height than width *	
	height: 877px;	 
	width: 112px;
	background-color:#ececec;
}*/

/* root element for scrollable items */
div.scrollable.vertical div.items {	
	position:absolute;
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* override item style defined in scrollable.css */
div.scrollable div.items a{
	display: block;
	width: 112px;
	margin-left: 0px;
	padding-top:10px;
	padding-bottom:10;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	text-decoration: none;
	border-top: #d7d4dd solid 1px;
	border-bottom: #f9f9f9 solid 1px;
	text-align: center;
}


/* mouseover state */
div.scrollable div.items a:hover {
	background-color: #e01e29;
	color: #FFF;
	border-top: #e01e29solid 1px;
	border-bottom: #e01e29solid 1px;
	border-left: #e01e29solid 1px;	
}

/* clicked state */
div.scrollable div.items a:active {	
	background-color: #e01e29;
	color: #FFF;
	border-top: #e01e29solid 1px;
	border-bottom: #e01e29solid 1px;
	border-left: #e01e29solid 1px;	
}

/* clicked state */
div.scrollable div.items a.active {	
	background-color: #e01e29;
	color: #FFF;
	border-top: #e01e29solid 1px;
	border-bottom: #e01e29solid 1px;
	border-left: #e01e29solid 1px;	
}


/* mouseover state */
div.scrollable div.items div:hover {	
	background-position:-178px 0px;
}

/* clicked state */
div.scrollable div.items div:active {	
	background-position:-356px 0;
}

/* active item */
div.scrollable div.items div.active {	
	background-position:-534px 0;
	cursor:default;
}

#ddtabs3 a.current{
	color: #FFF;
	width: auto;
	background-color: #e01e29;
	border-right: 1px solid #6b0044;
	border-left: 1px solid #6b0044;
	border-top: 1px solid #6b0044;
}
