/**
* Copyright (c) 2006-2007, Bill W. Scott
* All rights reserved.
*
* This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy
* of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to
* Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
*
* This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
*
* The only attribution I require is to keep this notice of copyright & license
* in this original source file.
*
* Version 0.6.1 - 07.08.2007
*
*/
/**
* Standard Configuration. It is advised that this section NOT be modified as the
* carousel.js expects the behavior outlined below.
**/
.carousel-component {
z-index: 0;
position:relative;
overflow:hidden; /* causes the clipping */
display:none; /* component turns it on when first item is rendered */
}
.carousel-component ul.carousel-list {
width:10000000px;
position:relative;
z-index:1;
}
.carousel-component .carousel-list li {
float:left;
list-style:none;
overflow:hidden;
}
/**
* VERTICAL CAROUSEL DEFAULTS
**/
.carousel-component .carousel-vertical li {
margin-bottom:0px;
/* Fix for extra spacing in IE */
float:left;
clear:left;
/* Force the LI to respect the HEIGHT specified */
overflow:hidden;
display:block;
}
/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */
.carousel-component ul.carousel-vertical {
/* width:auto;*/
}
.carousel-component .carousel-clip-region {
overflow:hidden; /* Secret to the clipping */
margin:0px auto;
position:relative;
}
/**
* ==============================================================================
* Safe to override. It is safe to override background, padding, margin, color,
* text alignment, fonts, etc. Define a separate CSS file and override your style
* preferences.
**/
.carousel-component {
background:#e2edfa;
padding:0px;
-moz-border-radius:6px;
color:#618cbe;
}
.carousel-component ul.carousel-list {
margin:0px;
padding:0px;
line-height:0px;
}
.carousel-component .carousel-list li {
text-align:center;
margin:0px;
padding:0px;
font:10px verdana,arial,sans-serif;
color:#666;
}
.carousel-component .carousel-vertical li {
}
.carousel-component ul.carousel-vertical {
}
/*
#tpl_h_main div { text-align: left; }
*/
#tpl_h_main p,li { position: static; }
#tpl_h_main .formbox9 p { position: static; text-align: left; }
#tpl_h_main .formbox p { position: static; text-align: left; }
* html .lbox p { text-align: left; position: static; }
html .lbox td { text-align: left; position: static; }
#rnd_globalheader, #wgt_GlobalHeader {
position: relative;
z-index: 4;
}
#rnd_globalfooter, #wgt_GlobalFooter {
position: relative;
z-index: 2;
}
#tpl_h_main { position: relative; z-index: 3; }
#tpl_bg_gradx {
position: absolute;
width: 100%;
height: 256px;
left: 0px;
z-index: 1;
}
.gradbar {
position: absolute;
width: 100%;
height: 2px;
left: 0px;
z-index:-1000;
}
.iaehroeiahfoeahaef {}
.lbox .moduleHighlight1 p, .lbox .moduleHighlight2 p {
z-index: 0;
display: inline-block;
zoom: 1;
}
body{
text-align:left;
}
body, html, #tpl_h_content .tpl_frame { font-size: 10pt; font-family: Arial; }
h1,h2,h3,h4,h5,h6,td,li,p,textarea,input { font-family: Arial; }
h1,hr,p { margin-top: 1px; margin-bottom: 1px; padding-top: 1px; padding-bottom: 1px; }
.tplm_page { display: inline; }
h1 { font-size: 18px; }
h2 { font-size: 14px; }
p, li { font-size: 12px; }
td { font-size: 12px; }
li { margin: 4px; }
body, html { font-family: Arial; }
.formbox .moduleHighlight2 td, .formbox .moduleHighlight td { background-color: #fff; }
.formbox tr.modulehighlight, .formbox tr.modulehighlight td { background-color: #fff8ae; }
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/
/* Menu & MenuBar styles */
.yuimenubar {
visibility: visible;
position: static;
}
.yuimenu .yuimenu,
.yuimenubar .yuimenu {
visibility: hidden;
position: absolute;
top: -10000px;
left: -10000px;
}
.yuimenubar li,
.yuimenu li {
list-style-type: none;
}
.yuimenubar ul,
.yuimenu ul,
.yuimenubar li,
.yuimenu li,
.yuimenu h6,
.yuimenubar h6 {
margin: 0;
padding: 0;
}
.yuimenuitemlabel,
.yuimenubaritemlabel {
text-align: left;
white-space: nowrap;
}
/*
The following style rule trigger the "hasLayout" property in
IE (http://msdn2.microsoft.com/en-us/library/ms533776.aspx) for a
MenuBar instance's
element, allowing both to clear their floated
child
elements.
*/
.yuimenubar ul {
*zoom: 1;
}
/*
Remove the "hasLayout" trigger for submenus of MenuBar instances as it
is unnecessary.
*/
.yuimenubar .yuimenu ul {
*zoom: normal;
}
/*
The following style rule allows a MenuBar instance's
element to clear
its floated
elements in Firefox, Safari and and Opera.
*/
.yuimenubar>.bd>ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
line-height: 0;
}
.yuimenubaritem {
float: left;
}
.yuimenubaritemlabel,
.yuimenuitemlabel {
display: block;
}
.yuimenuitemlabel .helptext {
font-style: normal;
display: block;
/*
The value for the left margin controls how much the help text is
offset from the text of the menu item. This value will need to
be customized depending on the longest text label of a menu item.
*/
margin: -1em 0 0 10em;
}
/*
PLEASE NOTE: The
element used for a menu's shadow is appended
to its root element via JavaScript once it has been rendered. The
code that creates the shadow lives in the menu's public "onRender"
event handler that is a prototype method of YAHOO.widget.Menu.
Implementers wishing to remove a menu's shadow or add any other markup
required for a given skin for menu should override the "onRender" method.
*/
.yui-menu-shadow {
position: absolute;
visibility: hidden;
z-index: -1;
}
.yui-skin-sam .yui-menu-shadow-visible {
top: 2px;
right: -3px;
left: -3px;
bottom: -3px;
visibility: visible;
}
/*
There are two known issues with YAHOO.widget.Overlay (the superclass class of
Menu) that manifest in Gecko-based browsers on Mac OS X:
1) Elements with scrollbars will poke through Overlay instances floating
above them.
2) An Overlay's scrollbars and the scrollbars of its child nodes remain
visible when the Overlay is hidden.
To fix these bugs in Menu (a subclass of YAHOO.widget.Overlay):
1) The "overflow" property of a Menu instance's shadow element and child
nodes is toggled between "hidden" and "auto" (through the application
and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
as its "visibility" configuration property is toggled between
"false" and "true."
2) The "display" property of