
/* plans (javascript tabs and slider)
-------------------------------------------------- */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen 
{ /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide 
    {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print 
{
    .plan-navigation 
    {
        display: none;
    }
}

/* Skin */

.plan-navigation 
{
	margin-top: 31px;
	font-family: Verdana, sans-serif !important;
	font-size: 100%;
	text-transform: uppercase;
    list-style: none;
    width: 176px;
    float: left;
}

.plan-navigation a 
{
	display: block;
	padding: 5px 10px;
	background: url("../images/left_tab_shadow.jpg") top right repeat-y #eeeedd;
	color: #111144;
	text-decoration: none;
	border-bottom: 1px solid #ccccaa;
	border-left: 1px solid #ccccaa;
	font-size: .85em;
	line-height: 2em;
}

* html .plan-navigation 	{ border-top: 1px solid #ccccaa; }
* html .plan-navigation a	{ height: 1px; }

.plan-navigation a:hover
{
	background: #ddddcc;
	text-decoration: underline;
}

.plan-navigation a[href="#fragment-1"] 			{ border-top: 1px solid #ccccaa; }
.plan-navigation a.current[href="#fragment-1"]	{ border-top: 1px solid #bbb; }

.plan-navigation a.current:hover,
.plan-navigation a.current
{
	background: #fff;
	color: #555;
	text-decoration: none !important;
	cursor: default;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

.fragment 
{
	width: 750px;
	float: left;
    border: 1px solid #bbb;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    line-height: 1.9em;
}


/* self-clearning rules 
-------------------------------------------------- */

/* :after rules force elements to self-clear in standards-compliant browsers */
.plan-navigation:after,
.stripNav:after
{
    content:".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

/* These rules force layout in IE 6, which in turn forces the elements to self-clear */
* html .plan-navigation,
* html .stripNav
{
	height: 1px;
}

/* this one works in IE 7 */
.plan-navigation,
.stripNav
{ 
	min-height: 1px;  
}



/* CODA SLIDER ================================ */



.stripViewer .panelContainer .panel ul { text-align: left; }
		
/* These 2 lines specify style applied while slider is loading */
.csw
{
	width: 100%; 
	height: 460px; 
	background: #fff; 
	overflow: scroll;
}

.csw .loading 
{
	margin: 176px 0 300px 0; 
	text-align: center
}

.stripViewer 
{ /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 100%; /* Also specified in  .stripViewer .panelContainer .panel  below */
	clear: both;
	background: #fff;
}
		
.stripViewer .panelContainer 
{ /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; 
	top: 0;
	width: 750px;
	list-style-type: none;
}
		
.stripViewer .panelContainer .panel 
{ /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 750px; /* Also specified in  .stripViewer  above */
}
		
.stripNav 
{ /* This is the div to hold your nav (the UL generated at run time) */
	background: url("../images/slider_nav_border_bottom.jpg") bottom left repeat-x #eee;
	font-size: 100%;
	width: 750px !important;
	padding: 0;
}
		
.stripNav ul 
{ /* The auto-generated set of links */
	list-style: none;
	float: left;
}
		
.stripNav ul li 
{
	float: left;
}
		
.stripNav a 
{ /* The nav links */
	text-decoration: underline;
	display: block;
	padding: 0 15px;
	font-family: Verdana, sans-serif !important;
	font-size: .85em;
	text-transform: uppercase;
	border-right: 1px solid #bbb;
}
		
.stripNav a.current 
{
	background: #fff;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #bbb;
	border-bottom: none;
}

.stripNav a:hover 
{ 
	background: #fff;
	text-decoration: none;
	cursor: pointer;
}

.stripNav a.current:hover { cursor: default; }

.wrapper 
{
	padding: 20px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	line-height: 1.5em;
}

.wrapper h4 
{ 
	border-top: 1px dashed #ccc;
	margin-top: 20px;
	padding-top: 20px;
	color: #777; 
}

.wrapper ul,
.wrapper ol
{
	list-style-position: inside;
	margin: 10px 0;
}

.wrapper ul { list-style-type: disc; }
.wrapper ol { list-style-type: decimal; }

.wrapper ul li,
.wrapper ol li
{
	padding: 4px 0;
	clear: both;
}

.wrapper ul ul,
.wrapper ul ol,
.wrapper ol ol, 
.wrapper ol ul
{
	margin: 0;
}

.wrapper ul ul li,
.wrapper ul ol li,
.wrapper ol ol li, 
.wrapper ol ul li
{
	margin-left: 20px;
	margin-bottom: 0;
	padding: 0;
}

.wrapper .detail
{
	background: #f0f0f0;	
	color: #555;
	border: 1px solid #d0d0d0;
	padding: 20px;
	margin: 0;
	margin-top: 1px;
}

* html .wrapper .detail 
{
	margin-right: 30px;
	margin-top: -2px;
	float: left; /* fixes background dissapearing issue on IE6 */
}

.wrapper a.clicked
{
	text-decoration: none;
	background: #777;
	padding: 5px 10px;
	color: #fff;
	border: 1px solid #666;
}

.wrapper a.clicked span
{
	color: #fff;
	background: #ff3300;
	padding: 0 5px;
	border: 1px solid #cc1100;
	text-decoration: none;
	margin-left: 5px;
}

.wrapper .detail img 
{
	float: left;
	margin: 5px 20px 10px 0;
	border: 1px solid #d0d0d0;
}

.wrapper .detail p 
{
	margin-bottom: 0 !important;	
	padding-bottom: 0 !important;
}
