/*
Copyright (c) 2008, American Medical Association. All rights reserved.
*/

/* scrolling defaults, more styles in skin.css */

/* This <div> element is wrapped by jCarousel around the list and has the classname "jcarousel-container". */
.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 210px;
    height: 85px;
}
/* The buttons are added dynamically by jCarousel before the <ul> list (inside the <div> described above) and have the classnames "jcarousel-next" and "jcarousel-prev". */
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* accordion (archive pages) */

.accordion-container  {
	margin:0; padding:0 0 1px 0;
	background:url('../images/global/bg-dot.png') 0 100% repeat-x;
}
.accordion-container div {
	background:#f0f0f0;
}
.accordion-container p {
	margin:0; padding:0 10px 1.2em 10px;
}
.accordion-container h3 {
	cursor:pointer;
	display:block;
	margin:0; padding:1px 0 0 0;
	color:#494949;
	background:#fff url('../images/global/bg-dot.png') 0 0 repeat-x;
}
	.accordion-container h3 strong {
		padding:6px 10px;
		padding-right: 20px;
		display:block;
		background:#fff url('../images/icons/ico-plus.png') 99% 6px no-repeat;
		
	}
.accordion-container h3:hover {
	color:#e68700;
	text-decoration:underline;
}
	.accordion-container h3.selected:hover {
		text-decoration:none;
	}
.accordion-container h3.selected strong {
	color:#350f58;
	background:#f0f0f0 url('../images/icons/ico-minus.png') 99% 6px no-repeat;
	text-decoration:none;
}
.accordion-container li {
	margin:0; padding:0 7px 0 0;
}

/* resources tips (global) */

#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url('../images/global/loader.gif');
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #2c1b61;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #2c1b61;
  text-align:left;
}
.cluetip-default h3#cluetip-title {
  margin: 0;
  padding: 8px 10px 0 8px;
  font-size: 93%;
  font-weight: normal;
  color: #fff;
  background-color: #2c1b61;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  margin:0;
  padding: 0 8px 10px 8px;
  font-size: 93%;
  color: #fff;
  background-color: #2c1b61;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */

.cluetip-jtip {
  text-align:left;
}
.cluetip-jtip #cluetip-outer {
  position: relative;
  margin:0; padding:7px 20px 0 20px;
  width:310px; height:183px;
  background:url('../images/global/bg-resource.png') 0 0 no-repeat;
}
.cluetip-jtip h3#cluetip-title {
  margin:0;
  padding:2px 0;
  font:normal 20px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;			
}
.cluetip-jtip div#cluetip-close, .cluetip-jtip div#cluetip-close a { 
  text-align:right;
  margin:-5px 0 0 0;
  color:#fff;
  font-size:12px;
}
.cluetip-jtip #cluetip-inner {
  padding: 0;
  display: inline-block;
  color:#fff;
}
	.cluetip-jtip a.push, .cluetip-jtip a.push:link, .cluetip-jtip a.push:visited {
		position:absolute;
		bottom:23px; right:20px;
		padding:0 13px 0 0;
		background:url('../images/icons/ico-right-arrow-white.gif') 100% 1px no-repeat;
		color:#fff;
		font-family:93%;
		line-height:13px;
	}
		.cluetip-jtip a.push:hover, .cluetip-jtip a.push:active {
			background:url('../images/icons/ico-right-arrow-gray.gif') 100% 1px no-repeat;
			color:#494949;
		}
		
	.cluetip-jtip a.push2, .cluetip-jtip a.push2:link, .cluetip-jtip a.push2:visited {
		color:#fff;
		font-family:93%;
		line-height:15px;
		text-decoration:underline;				
	}
		.cluetip-jtip a.push2:hover, .cluetip-jtip a.push2:active {			
			color:#494949;
		}

