/*
* FancyBox - jQuery Plugin
* Simple and fancy lightbox alternative
*
* Examples and documentation at: http://fancybox.net
*
* Copyright (c) 2008 - 2010 Janis Skarnelis
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
*
* Version: 1.3.4 (11/11/2010)
* Requires: jQuery v1.3+
*
* Dual licensed under the MIT and GPL licenses:
*   http://www.opensource.org/licenses/mit-license.php
*   http://www.gnu.org/licenses/gpl.html
*/
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}
#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url('/img/fancybox/fancybox.png');
}
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}
#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}
#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}
#fancybox-close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: transparent url('/img/fancybox/fancybox.png') -40px 0px;
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox-error {
color: #444;
font: normal 12px/20px Arial;
padding: 14px;
margin: 0;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
background: transparent url('/img/fancybox/blank.gif');
z-index: 1102;
display: none;
}
#fancybox-left {
left: 0px;
}
#fancybox-right {
right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 30px;
height: 30px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox-left-ico {
background-image: url('/img/fancybox/fancybox.png');
background-position: -40px -30px;
}
#fancybox-right-ico {
background-image: url('/img/fancybox/fancybox.png');
background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
left: 20px;
}
#fancybox-right:hover span {
left: auto;
right: 20px;
}
.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1001;
}
#fancybox-bg-n {
top: -20px;
left: 0;
width: 100%;
background-image: url('/img/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
top: -20px;
right: -20px;
background-image: url('/img/fancybox/fancybox.png');
background-position: -40px -162px;
}
#fancybox-bg-e {
top: 0;
right: -20px;
height: 100%;
background-image: url('/img/fancybox/fancybox-y.png');
background-position: -20px 0px;
}
#fancybox-bg-se {
bottom: -20px;
right: -20px;
background-image: url('/img/fancybox/fancybox.png');
background-position: -40px -182px;
}
#fancybox-bg-s {
bottom: -20px;
left: 0;
width: 100%;
background-image: url('/img/fancybox/fancybox-x.png');
background-position: 0px -20px;
}
#fancybox-bg-sw {
bottom: -20px;
left: -20px;
background-image: url('/img/fancybox/fancybox.png');
background-position: -40px -142px;
}
#fancybox-bg-w {
top: 0;
left: -20px;
height: 100%;
background-image: url('/img/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
top: -20px;
left: -20px;
background-image: url('/img/fancybox/fancybox.png');
background-position: -40px -122px;
}
#fancybox-title {
font-family: Helvetica;
font-size: 12px;
z-index: 1102;
}
.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}
.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}
.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #FFF;
text-align: left;
}
#fancybox-title-over {
padding: 10px;
background-image: url('/img/fancybox/fancy_title_over.png');
display: block;
}
.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}
#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}
#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}
#fancybox-title-float-left {
padding: 0 0 0 15px;
background: url('/img/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
color: #FFF;
line-height: 29px;
font-weight: bold;
padding: 0 0 3px 0;
background: url('/img/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
padding: 0 0 0 15px;
background: url('/img/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position: absolute; margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*
* jQuery UI CSS Framework 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
* jQuery UI CSS Framework 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/
/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; outline: none; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/css/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { /*color: #222222;*/ color:#4C6677; text-decoration:underline; }
.ui-widget-content a:hover { text-decoration:none; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/css/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/css/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/css/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/css/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/css/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/css/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/css/themes/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/css/themes/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/css/themes/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/css/themes/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/css/themes/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/css/themes/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/css/themes/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/css/themes/smoothness/images/ui-icons_cd0a0a_256x240.png); }
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/css/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/css/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
* jQuery UI Resizable 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
* jQuery UI Selectable 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
* jQuery UI Accordion 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Accordion#theming
*/
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
* jQuery UI Autocomplete 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Autocomplete#theming
*/
.ui-autocomplete { position: absolute; cursor: default; }
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
/*
* jQuery UI Menu 1.8.15
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Menu#theming
*/
.ui-menu {
list-style:none;
padding: 2px;
margin: 0;
display:block;
float: left;
}
.ui-menu .ui-menu {
margin-top: -3px;
}
.ui-menu .ui-menu-item {
margin:0;
padding: 0;
zoom: 1;
float: left;
clear: left;
width: 100%;
}
.ui-menu .ui-menu-item a {
text-decoration:none;
display:block;
padding:.2em .4em;
line-height:1.5;
zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
}
/*
* jQuery UI Button 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Button#theming
*/
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }
/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }
/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
* jQuery UI Dialog 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Dialog#theming
*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding:1px 10px !important;/*padding: .4em 1em;*/ position: relative; color:##374951; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; /*padding: .5em 1em;*/ background: none; overflow: auto; zoom: 1; padding:5px 10px; margin: 0; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
* jQuery UI Slider 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Slider#theming
*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
* jQuery UI Tabs 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
* jQuery UI Datepicker 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Datepicker#theming
*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
display: none; /*sorry for IE5*/
display/**/: block; /*sorry for IE5*/
position: absolute; /*must have*/
z-index: -1; /*must have*/
filter: mask(); /*must have*/
top: -4px; /*must have*/
left: -4px; /*must have*/
width: 200px; /*must have*/
height: 200px; /*must have*/
}/*
* jQuery UI Progressbar 1.8.15
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/*
Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html
*/
/* Global Declaration */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
background-image: url(/img/sprite.png);
background-repeat: no-repeat;
-webkit-font-smoothing: antialiased;
}
.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button *{
margin: 0;
padding: 0;
}
/* INPUT & TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
padding: 3px;
color: #777;
/*  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
background: url('../images/bg-input.png') repeat-x 0px 0px;*/
border-top: solid 1px #aaa;
border-left: solid 1px #aaa;
border-bottom: solid 1px #ccc;
border-right: solid 1px #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: 0;
}
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
border-color: #999;
/*  background: url('../images/bg-input-focus.png') repeat-x 0px 0px;*/
}
/* SPRITES */
/* Select */
#place4products div.selector select, #place4products div.selector {
width: 250px;
padding-right:10px;
}
div.selector {
background-position: -523px -910px;
line-height: 30px;
height: 30px;
cursor: pointer;
}
div.selector span {
background-position: 100% -780px;
height: 30px;
line-height: 30px;
cursor: pointer;
}
div.selector select {
/* change these to adjust positioning of select element */
top: 0px;
left: 0px;
cursor: pointer;
}
div.selector select option {
color: #4b6570;
background: #f7f7f7;
padding: 5px 5px 5px 10px;
}
div.selector.focus {
background-position: -523px -950px;
}
div.selector.hover {/*Fix for [USG-956]*/
/* background-position: -523px -950px;*/
}
div.selector:hover {/*Fix for [USG-956]*/
/*background-position: -523px -950px;*/
}
/*div.selector.focus span, div.selector.hover span, div.selector:hover span {*/
/*background-position: 100% -820px;
}*/
div.selector.focus span {
background-position: 100% -820px;
}
div.selector:active,
div.selector.active {
background-position: -523px -990px;
}
div.selector:active span,
div.selector.active span {
background-position: 100% -860px;
}
div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
background-position: -523px -990px;
}
div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
background-position: 100% -860px;
}
div.selector.disabled {
background-position: -483px -234px;
}
div.selector.disabled span {
background-position: right -104px;
}
/* Checkbox */
div.checker {
width: 15px;
height: 15px;
}
div.checker input {
width: 15px;
height: 15px;
}
div.checker span {
background-position: -353px -210px;
height: 15px;
width: 15px;
}
div.checker:active span,
div.checker.active span {
background-position: -353px -187px;
}
div.checker.focus span,
div.checker:hover span {
background-position: -353px -167px;
}
div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
background-position: -353px -187px;
}
div.checker span.checked {
background-position: -352px -125px;
}
div.checker:active span.checked,
div.checker.active span.checked {
background-position: -353px -187px;
}
div.checker.focus span.checked,
div.checker:hover span.checked {
background-position: -352px -147px;
}
div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
background-position: -353px -187px;
}
div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
background-position: 0 0;
}
div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
background-position: 0 0;
}
/* Radio */
div.radio {
width: 18px;
height: 18px;
}
div.radio input {
width: 18px;
height: 18px;
}
div.radio span {
height: 18px;
width: 18px;
background-position: 0px -1078px;
}
div.radio:active span,
div.radio.active span {
background-position: -18px -1078px;
}
div.radio.focus span,
div.radio:hover span {
background-position: -36px -1078px;
}
div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
background-position: -54px -1078px;
}
div.radio span.checked {
background-position: -72px -1078px;
}
div.radio:active span.checked,
div.radio.active span.checked {
background-position: -90px -1078px;
}
div.radio.focus span.checked, div.radio:hover span.checked {
background-position: -108px -1078px;
}
div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
background-position: -126px -1078px;
}
div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
background-position: -144px -1078px;
}
div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
background-position: -162px -1078px;
}
/* Uploader */
div.uploader {
background-position: 0px -297px;
height: 28px;
}
div.uploader span.action {
background-position: right -409px;
height: 24px;
line-height: 24px;
}
div.uploader span.filename {
height: 24px;
/* change this line to adjust positioning of filename area */
margin: 2px 0px 2px 2px;
line-height: 24px;
}
div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
background-position: 0px -353px;
}
div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
background-position: right -437px;
}
div.uploader.active span.action,
div.uploader:active span.action {
background-position: right -465px;
}
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
background-position: right -493px;
}
div.uploader.disabled {
background-position: 0px -325px;
}
div.uploader.disabled span.action {
background-position: right -381px;
}
div.button {
background-position: 0px -523px;
}
div.button span {
background-position: right -643px;
}
div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
background-position: 0px -553px;
}
div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
background-position: right -673px;
}
div.button.active,
div.button:active {
background-position: 0px -583px;
}
div.button.active span,
div.button:active span {
background-position: right -703px;
color: #555;
}
div.button.disabled,
div.button:disabled {
background-position: 0px -613px;
}
div.button.disabled span,
div.button:disabled span {
background-position: right -733px;
color: #bbb;
cursor: default;
}
/* PRESENTATION */
/* Button */
div.button {
height: 30px;
}
div.button span {
margin-left: 13px;
height: 22px;
padding-top: 8px;
font-weight: bold;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
padding-left: 2px;
padding-right: 15px;
}
/* Select */
div.selector {
font-size: 12px;
}
div.selector select {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
border: solid 1px #fff;
}
div.selector span {
padding: 0px 50px 0px 2px;
cursor: pointer;
}
div.selector span {
color: #666;
text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
color: #bbb;
}
/* Checker */
div.checker {
margin: 5px;
}
/* Radio */
div.radio {
margin-right: 3px;
}
/* Uploader */
div.uploader {
width: 190px;
cursor: pointer;
}
div.uploader span.action {
width: 85px;
text-align: center;
text-shadow: #fff 0px 1px 0px;
background-color: #fff;
font-size: 11px;
font-weight: bold;
}
div.uploader span.filename {
color: #777;
width: 82px;
border-right: solid 1px #bbb;
font-size: 11px;
}
div.uploader input {
width: 190px;
}
div.uploader.disabled span.action {
color: #aaa;
}
div.uploader.disabled span.filename {
border-color: #ddd;
color: #aaa;
}
/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
display: -moz-inline-box;
display: inline-block;
vertical-align: middle;
zoom: 1;
*display: inline;
}
.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
outline: 0;
}
/* Button */
div.button a,
div.button button,
div.button input {
position: absolute;
}
div.button {
cursor: pointer;
position: relative;
}
div.button span {
display: -moz-inline-box;
display: inline-block;
line-height: 1;
text-align: center;
}
/* Select */
div.selector {
position: relative;
padding-left: 10px;
overflow: hidden;
}
div.selector span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
/*white-space: nowrap;*/
}
div.selector select {
position: absolute;
opacity: 0;
filter: alpha(opacity:0);
height: 25px;
border: none;
background: none;
}
/* Checker */
div.checker {
/*position: relative;*/
}
div.checker span {
display: -moz-inline-box;
display: inline-block;
text-align: center;
}
div.checker input {
opacity: 0;
filter: alpha(opacity:0);
display: inline-block;
background: none;
}
/* Radio */
div.radio {
position: relative;
}
div.radio span {
display: -moz-inline-box;
display: inline-block;
text-align: center;
}
div.radio input {
opacity: 0;
filter: alpha(opacity:0);
text-align: center;
display: inline-block;
background: none;
}
/* Uploader */
div.uploader {
position: relative;
overflow: hidden;
cursor: default;
}
div.uploader span.action {
float: left;
display: inline;
padding: 2px 0px;
overflow: hidden;
cursor: pointer;
}
div.uploader span.filename {
padding: 0px 10px;
float: left;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: default;
}
div.uploader input {
opacity: 0;
filter: alpha(opacity:0);
position: absolute;
top: 0;
right: 0;
bottom: 0;
float: right;
height: 25px;
border: none;
cursor: default;
}
/* CL-150 Global Styling - Created 5/31/11 by JSmith */
/* --------------------
Reset
-------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
textarea:focus, input:focus { outline: none; }
b, strong { font-weight:bold; }
i, em { font-style:italic; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a:focus{outline:none;}
.nobr { white-space:nowrap; }
/* Vertical centering */
.vCentered {
display:table-cell;
vertical-align:middle;
}
.errMsg {
color: #B13247;
}
.msg {
text-align: center;
font-weight: bold;
}
/* --------------------
Layout & globals
-------------------- */
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.875em;
line-height: 1.5;
color: #4b6570;
background: url(/img/body-bg.png) repeat;
background-color: #dbe3e8;
margin: 0;
}
a { text-decoration: none; color: #374951; }
a:hover { color: #879297; }
.wrapper {
width: 960px;
margin: auto;
}
.page-wrapper {
min-width: 1020px;
margin: auto;
width: 100%;
}
.hidden { display: none; }
.clearer { clear: both; }
.left { float: left; }
.right { float: right; }
::selection {
background: #9AB0BD; /* Safari */
}
::-moz-selection {
background: #9AB0BD; /* Firefox */
}
.clear {
clear:both;
height:0px;
font-size:0px;
line-height:0px;
}
.empty_br{
clear:both !important;
overflow:hidden !important;
height:0px !important;
width:0px !important;
font-size:0px !important;
padding:0px !important;
margin:0px !important;
}
a.learn-more{
color: #d16e6d;
font-style: italic;
border-bottom: 1px dotted;
padding: 1px;
margin-left: 5px;
}
a.learn-more:hover,
a.learn-more:focus{
color: #e1a1a1;
font-style: italic;
border: none;
}
a.learn-more:active{
color: #d16e6d;
}
.pic-frame {
float:right ;
width: 180px;
height: 120px;
margin: 10px 0 10px 10px;
background: #772323; /* Fallback for older browsers */
background: rgba(0,0,0,.1);
border-top: 1px solid #a73636;
border-bottom: 1px solid #531b1b;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.pic-frame img{
margin: 9px 10px 10px 10px;
border-bottom: 1px solid #a73636;
border-top: 1px solid #531b1b;
}
.slide-nav{
padding-left: 400px;
}
.slide-nav a{
display: block;
float: left;
margin: 0 5px 0 0;
width: 10px;
height: 10px;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #401313), color-stop(100%, #531818));
background-image: -webkit-linear-gradient(#401313 10%, #531818);
background-image: -moz-linear-gradient(#401313 10%, #531818);
background-image: -o-linear-gradient(#401313 10%, #531818);
background-image: linear-gradient(#401313 10%, #531818);
background-color: #531818; /* Fallback for older browsers */
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow: 0 1px 0 #c34444;
-moz-box-shadow: 0 1px 0 #c34444;
box-shadow: 0 1px 0 #c34444;
}
.slide-nav a.active{
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(15%, #34769e), color-stop(100%, #77b0d2));
background-image: -webkit-linear-gradient(#34769e 15%, #77b0d2);
background-image: -moz-linear-gradient(#34769e 15%, #77b0d2);
background-image: -o-linear-gradient(#34769e 15%, #77b0d2);
background-image: linear-gradient(#34769e 15%, #77b0d2);
background-color: #34769e; /* Fallback for older browsers */
}
/* --------------------
Header
-------------------- */
#header{
height: 200px;
background: url(/img/header-bg.jpg) 0 0 repeat-x #ccc;
}
#header .wrapper {
width:1020px;
}
#logo{
position: absolute;
top: 0px;
z-index: 400;
overflow: hidden;
margin-left: 30px;
}
a.logo{
margin-top: -6px;
padding: 0;
width: 200px;
height: 115px;
display: block;
}
.imgTop, .imgTopC {
width: 1020px;
height: 200px;
background: transparent url(/img/top-image.jpg) no-repeat center;
}
.imgTopF {
width: 1020px;
height: 200px;
background: transparent url(/img/F/top-image.jpg) no-repeat center;
}
.imgTopI {
width: 1020px;
height: 200px;
background: transparent url(/img/I/top-image.jpg) no-repeat center;
}
.imgTopK {
width: 1020px;
height: 200px;
background: transparent url(/img/K/top-image.jpg) no-repeat center;
}
.imgTopM {
width: 1020px;
height: 200px;
background: transparent url(/img/M/top-image.jpg) no-repeat center;
}
.imgTopN {
width: 1020px;
height: 200px;
background: transparent url(/img/N/top-image.jpg) no-repeat center;
}
.imgTopU {
width: 1020px;
height: 200px;
background: transparent url(/img/U/top-image.jpg) no-repeat center;
}
/* --------------------
User Profile Nav
-------------------- */
#login-stripe{
background: #ccc;
border-top: 1px solid #e6e6e6;
height: 4px;
}
#login-wrapper{
float: right;
position: relative;
margin-top: -31px;
z-index: 1001;
}
#user-title{
background: url(/img/sprite.png) no-repeat 100% -452px;
padding: 0 68px 0 0;
color: #374951;
}
#user-title strong{
background: url(/img/sprite.png) no-repeat -82px -413px;
height: 30px;
padding: 5px 10px 1px 40px;
display: block;
position: relative;
}
#user-title strong a{
color: #fff;
font-weight: bold;
text-shadow: 0 1px 2px #808080;
}
#user-title strong a:hover{
color: #cf5161;
}
#user-title strong a:active{
color: #9c3d49;
}
#login-wrapper ul{
display: none;
position: absolute;
top: 36px;
left: 0;
background: #c4c4c4;
width: 75%;
margin: 0 0 0 32px;
-webkit-border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
-o-border-radius: 0 0 15px 15px;
border-radius: 20 0 15px 15px;
border: 1px solid #adadad;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(0, 0, 0, 0.1);
}
/*#login-wrapper:hover ul{
display: block;
}*/
#login-wrapper ul li a{
color: #fff;
padding: 5px 0 5px 8px;
border-top: 1px solid #d0d0d0;
border-bottom: 1px solid #b6b6b6;
display: block;
text-shadow: 0 1px 2px #808080;
}
#login-wrapper ul li a:hover{
background: #d5d5d5;
}
#login-wrapper ul li a:active{
background: #bcbcbc;
}
#login-wrapper ul li a.first{
border-top: none;
}
#login-wrapper ul li a.last{
border-bottom: none;
padding-bottom: 8px;
}
#login-wrapper ul li a.last:hover{
border-bottom: none;
padding-bottom: 8px;
-webkit-border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
-o-border-radius: 0 0 15px 15px;
border-radius: 20 0 15px 15px;
background: #d5d5d5;
}
#login-wrapper ul li a.last:active{
background: #bcbcbc;
}
/* --------------------
Breadcrumbs
-------------------- */
#breadcrumbs{
background: #c8ced3;
width: 100%;
height: 1.643em;
border-top: 1px solid #a6a6a6;
border-bottom: 1px solid #b2b8bc;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
border-left:none;
border-right: none;
}
#breadcrumbs ul{
font-weight: bold;
font-size: 	0.786em;
color: #fff;
text-shadow: 0 1px 2px #a2acb5;
}
#breadcrumbs li{
float: left;
line-height: 2em;
}
#breadcrumbs li a{
color: #374951;
font-weight: normal;
background: url(/img/crumbs-bg.png) no-repeat 100% 47%;
padding-right: 20px;
margin-right: 10px;
display: block;
}
#breadcrumbs li a.home{
background: url(/img/sprite.png) no-repeat -296px -62px;
display: block;
height: 18px;
width: 18px;
padding-top: 3px;
padding-right: 0;
}
#breadcrumbs li a.home:hover{
background: url(/img/sprite.png) no-repeat -296px -92px;
}
#breadcrumbs li a:hover{
color: #fff;
}
/* --------------------
Main Nav
-------------------- */
.mid{
margin-top: 23px;
}
#nav{
float: left;
width: 200px;
margin: 0 0 25px 0;
background: #f7f7f7;
border: 1px solid #9ab0bd;
-webkit-box-shadow: 0 2px 5px rgba(75, 101, 112, 0.4);
-moz-box-shadow: 0 2px 5px rgba(75, 101, 112, 0.4);
box-shadow: 0 2px 5px rgba(75, 101, 112, 0.4);
}
#nav li.trigger a{
display: block;
height: 30px;
color: #374951;
font-size: 	0.857em;
line-height: 2.333em;
font-weight: bold;
text-transform: uppercase;
padding-left: 30px;
border-top: 1px solid rgba(255, 255, 255, 0.6);
border-bottom: 1px solid #8fa7b5;
background: url(/img/sprite.png) no-repeat -15px -57px #c4cbd0;
background: url(/img/sprite.png) no-repeat -15px -57px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c4cbd0), to(#acb6be));
background: url(/img/sprite.png) no-repeat -15px -57px,-moz-linear-gradient(0% 100% 90deg, #acb6be, #c4cbd0);
background: url(/img/sprite.png) no-repeat -15px -57px,linear-gradient(0% 100% 90deg, #acb6be, #c4cbd0);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
#nav li.trigger a:hover{
color: #fff;
background: url(/img/sprite.png) no-repeat -15px -87px #c4cbd0;
background: url(/img/sprite.png) no-repeat -15px -87px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c4cbd0), to(#acb6be));
background: url(/img/sprite.png) no-repeat -15px -87px,-moz-linear-gradient(0% 100% 90deg, #acb6be, #c4cbd0);
background: url(/img/sprite.png) no-repeat -15px -87px,linear gradient(0% 100% 90deg, #acb6be, #c4cbd0);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
display: block;
}
#nav li.trigger a.active{
background: url(/img/sprite.png) no-repeat -15px -117px #c4cbd0;
background: url(/img/sprite.png) no-repeat -15px -117px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c4cbd0), to(#acb6be));
background: url(/img/sprite.png) no-repeat -15px -117px,-moz-linear-gradient(0% 100% 90deg, #acb6be, #c4cbd0);
background: url(/img/sprite.png) no-repeat -15px -117px,linear-gradient(0% 100% 90deg, #acb6be, #c4cbd0);
display: block;
}
/* Second Level Nav */
#nav li ul li{
position: relative;
z-index: 988;
display: block;
}
#nav li.trigger ul li.sub a{
background: url(/img/sprite.png) 0 -207px no-repeat #f2f2f2;
}
#nav li.trigger ul li a{
background: #f2f2f2;
padding-left: 10px;
border-top: 1px solid #fff;
border-bottom: 1px solid #e6e6e6;
font-weight: normal;
text-transform: none;
}
#nav li.trigger ul li:hover a{
background: #cee1e8;
color: #374951;
text-shadow: none;
}
#nav li.trigger ul li a:active{
background: #b7d2de;
}
#nav li.trigger ul li a.last{
border-bottom: 1px solid #9ab0bd;
}
#nav li.trigger ul#global-news{
margin: 5px;
padding: 9px;
background: #fff;
border: 1px solid #cecece;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
color: #616161;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 0.786em;
line-height: 1.5;
}
#nav li.trigger ul#global-news a.learn-more{
color: #b23b2f;
font-style: italic;
background: none;
display: inline;
border: none;
}
#nav li.trigger ul#global-news a.learn-more:hover{
color: #e1a1a1;
background: none;
border: none;
}
/* Third Level Nav */
#nav li.trigger ul li ul.subnav {
position: absolute;
left: 200px;
top: 0;
background: #cee1e8;
display: none;
}
#nav li.trigger ul li:hover ul.subnav{
display: block;
border-top: 3px solid #b7d3dd;
border-bottom: 3px solid #b7d3dd;
}
#nav li.trigger ul li ul.subnav li a {
border: none;
padding: 0 50px 0 20px;
}
#nav li.trigger ul li ul.subnav li a:hover {
color: #fff;
}
#nav li.trigger ul li ul.subnav li a:active {
color: #e5eff3;
}
#nav li.trigger ul li ul#solutions {
width: 280px;
}
#nav li.trigger ul li ul#products{
width: 565px;
border-right: 1px solid #b7d3dd;
}
#nav li.trigger ul li ul#products li.label{
text-transform: uppercase;
font-weight: bold;
color: #66a1b7;
padding: 10px 10px 10px 15px;
text-shadow: 0 1px 0 #e5eff3;
font-size: 0.857em;
display: block;
}
#nav li.trigger ul li ul#platforms {
width: 200px;
}
#nav li.trigger ul li ul#region {
width: 360px;
}
#nav li.trigger ul.col{
display: block;
float: left;
border-right: 1px solid #b7d3dd;
}
#nav li.trigger ul.col-last{
display: block;
float: left;
border-right: none;
}
/* Minimized Nav */
a#hidden-nav{
margin-top: 235px;
width: 30px;
height: 213px;
background: url(/img/hidden-nav.png) 0 0 no-repeat;
display: block;
float: left;
}
a#hidden-nav:hover{
background: url(/img/hidden-nav.png) -31px 0 no-repeat;
cursor: pointer;
}
/* --------------------
Content
-------------------- */
/* Global Layout */
.content{
background: #f7f7f7;
border: 1px solid;
border-color: white white #d9d9d9 white;
padding: 21px 21px 42px 21px;
-webkit-box-shadow: inset 0 0 10px rgba(204, 204, 204, 0.5), 0 2px 5px rgba(75, 101, 112, 0.4);
-moz-box-shadow: inset 0 0 10px rgba(204, 204, 204, 0.5), 0 2px 5px rgba(75, 101, 112, 0.4);
box-shadow: inset 0 0 10px rgba(204, 204, 204, 0.5), 0 2px 5px rgba(75, 101, 112, 0.4);
}
/* Popup Content */
.modal {
margin:2px auto;
}
.modal .content {
font: 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
padding:20px 30px 25px 25px;
}
.modal .content h1 {
font-size:14px;
font-weight: bold;
color: #374951;
padding:5px 0 12px 0;
text-transform: uppercase;
}
.modal .content h2 {
font-weight: bold;
color: #374951;
padding:7px 0;
}
.modal .content p {
padding: 7px 0;
}
.modal .content .cta, .modal .content a.cta {
text-align:center;
color: #fff;
}
.modal .content ul, .modal .content ol {
margin: 0 0 0 10px;
padding: 2px 0 0 15px;
}
.modal .content li {
list-style: disc outside none;
padding: 3px 10px 3px 2px;
}
.modal .content ul.upper-alpha li {
list-style-type: upper-alpha;
padding: 3px 10px 3px 2px;
}
.modal .content ol li {
list-style-type:decimal;
}
.modal .content ol ul li {
list-style-type:disc;
}
.modal a {
color: #cf5161;
font-weight: bold;
}
.modal a:hover, .modal a:active {
color: #9c3d49;
}
.modal li .note {
padding-top:6px;
}
.modal span.icon {
padding-right:20px;
}
.modal .iconInfo, .modal .iconDownload, .modal .iconPreview,
.modal .sbOk, .modal .sbWarning, .modal .sbError,
.modal .sbRename, .modal .sbDelete, .modal .sbLocked, .modal .sbUnlocked {
float:left;
position:absolute;
}
.modal-about {
min-width:728px;
max-width:744px;
height:634px;
}
.modal-about .content {
min-width:671px;
max-width:687px;
min-height:587px;
}
.modal-about .content h1 {
text-transform: none;
}
.modal-help {
min-width:578px;
max-width:594px;
height:494px;
}
.modal-help .content {
min-width:521px;
max-width:537px;
min-height:447px;
}
.modal-wotd {
min-width:728px;
max-width:744px;
height:564px;
}
.modal-wotd .content {
background:#fff url(/img/wotd_bg.jpg) no-repeat center bottom;
min-width:726px;
max-width:742px;
min-height:562px;
padding:0;
margin:0;
}
.modal-wotd .content .Lang {
color: #2b2f32;
font: bold 13px Helvetica, Arial;
padding:18px 0 37px 20px;
vertical-align:middle;
background:#e3ebee url(/img/shadow_bg.jpg) repeat-x left bottom;
}
.modal-wotd .content form {
padding:0;
margin:0;
display:inline;
}
.modal-wotd .content .Lang select {
color: #2b2f32;
font: 13px Helvetica, Arial;
padding-left:2px;
}
.modal-wotd .content .Lang option {
color: #2b2f32;
font: 13px Helvetica, Arial;
padding-left:2px;
}
.modal-wotd .content h1 {
color:#0066CC;
font: normal 26px/28px Helvetica, Arial;
text-transform: none;
margin:0 0 15px 35px;
}
.modal-wotd .content #widgetContainer {
width:380px;
height:360px;
margin:0 40px 40px 35px;
float:left;
}
.modal-wotd .content .blockAddInfo {
margin:0;
padding: 0 0 25px 0;
}
.modal-wotd .content .blockAddInfo p {
color: #5c676b;
font: 18px Helvetica, Arial;
padding: 0 0 8px 0;
margin:0;
}
.modal-wotd .content .blockAddInfo img {
padding: 0 5px 0 0;
}
.modal-wotd .content .blockAddInfo textarea {
border: 1px solid #ccc;
color: #444;
font: 10px Helvetica, Arial;
width:200px;
height:60px;
padding:2px;
}
.modal-wotd .content .popup {
background:transparent url(/img/popup-bg.png) repeat scroll 0 0;
border:5px solid #DDDAFC;
color:#fff;
padding:2px 10px 10px 10px;
width: 220px;
position:relative;
top:-240px;
left:-25px;
z-index:1000 !important;
}
* html .modal-wotd .content .popup {
padding:10px;
padding-top:2px;
width:240px;
filter: expression(/MSIE ((5\.5)|6)/.test(navigator.userAgent) && navigator.platform == "Win32" ? 'alpha(opacity=86)' : '');
}
.modal-wotd .content .exit {
float:right;
margin:0 -3px 0 0;
}
.modal-wotd .content .whitetitle {
font-size:15px;
font-weight:bold;
margin-left:-2px;
}
.modal-wotd .content .wotdemail {
background:transparent url(/img/emailfield.jpg) repeat scroll 0 0;
border:2px solid #FFF;
color:#1E2E3D;
font:11px/12px Helvetica,Verdana,Arial;
padding-top:3px;
margin-bottom:3px;
width:180px;
height:20px;
}
.modal-wotd .content .wotdemailsubmit {
color: #000;
}
.modal-wotd .content .iconSocial {
width: 45px;
height: 45px;
}
.modal-wotd .content .btnSubmit {
height:18px;
margin:10px 5px 0 0;
padding:0;
}
/* News Pages Layout */
.news-col{
color: #4b6570;
margin:0 0 42px 226px;
width:730px;
}
.news-col .product-container {
background-color: #f7f7f7;
color: #4B6570;
padding: 21px 0 42px;
}
.news-col h1,
.connect-col .product-container h1,
.news-col .product-container h1 {
background: url(/img/bg-title.jpg) 0 0 repeat-x;
padding: 3px 0 0 21px;
margin: 0 21px 42px 21px;
height: 40px;
display: block;
font-size: 1.714em;
text-transform: uppercase;
font-weight: bold;
text-shadow: 1px 1px 0 #f7f7f7, 2px 2px 0 #a7c0c9;
}
.news-col h2,
.news-col .product-container h2,
#news-col .product-container h2 {
font-size: 1.143em;
padding: 0 0 0 21px;
text-transform: uppercase;
font-weight: bold;
text-shadow: 0 1px 3px rgba(75, 101, 112, 0.3);
color: #4B6570;
margin-bottom: 10px;
}
.news-col .date{
padding: 0 0 0 21px;
font-size: 0.857em;
color: #7eaabc;
display: block;
font-style: italic;
}
.news-col a {
text-decoration: underline;
}
.news-col a:hover {
text-decoration: none;
}
.news-col p{
padding: 21px 42px 0 42px;
}
.news-col .sep {
display: block;
margin: 42px 21px;
border-bottom: 1px solid #efefef;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
}
.news-col p.ul {
padding-top:21px;
padding-bottom: 0;
}
.news-col ul {
padding: 0 0 0 42px;
margin: 10px 5px 15px 40px;
list-style:disc outside none;
}
.news-col .new {
color: red;
font-weight: bold;
text-transform: uppercase;
font-style:italic;
padding-right:7px;
}
/* Connect Page Layout */
.connect-col{
width: 730px;
margin: 0 0 21px 226px;
color: #4b6570;
}
.connect-col .product-container {
padding-bottom: 40px;
background: none repeat scroll 0 0 #F7F7F7;
}
.connect-col .product-container h1{
color: #4b6570;
margin: 0 21px 20px 21px
}
.connect-col .product-container h2{
color: #4b6570;
margin: 0 0 0 41px;
font: bold 20px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.connect-col .product-container h3{
color: #4b6570;
margin: 40px 0 0 41px;
font: bold 16px/21px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.connect-col .product-container p{
color:#203142;
font: 14px/21px Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 5px 21px 10px 41px;
}
.imgBorder {
width: 210px;
height: 160px;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
border: 1px solid #ccc;
background-color: #e7e7e7;
}
.imgBorder img{
width: 200px;
height: 150px;
border: 1px solid #d3d5db;
margin: 4px;
}
.connect-col .imgBorder {
margin: 20px 21px 0 15px;
}
.connect-col .col {
width: 48%;
font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0;
}
.connect-col .col p {
margin: 15px 0;
/*font: 14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;*/
font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.connect-col .col p:first-child {
margin: 0 0 15px 0;
}
.connect-col .steps {
margin: 0 40px 0 20px;
}
.connect-col .steps p {
margin:5px 0 15px 55px;
font: 14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.connect-col .steps .step-1, .connect-col .steps .step-2 {
margin-top:15px;
margin-left: 15px;
}
.connect-col .small {
color:#000;
font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.connect-col .small h3 {
font: bold 14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000;
}
.connect-col .small p {
font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#000;
}
.step-1 {
background: url(/img/sprite.png) no-repeat 0 -1096px;
width: 34px;
height: 34px;
display: block;
}
.step-2 {
background: url(/img/sprite.png) no-repeat 0 -1130px;
width: 34px;
height: 34px;
display: block;
}
.models {
margin: 0 41px 0 41px;
}
/* Browse Resources Layout */
.main-col, .main-col.modal {
margin: 0 21px 42px 226px;
margin: 0 0px 42px 226px;
width: 730px;
}
.main-col.modal .content {
min-height:245px;
}
/* Filter bar */
#filterbar {
height: 80px;
border: 1px solid #afc1cd;
background-color: #d3e2ed;
margin-bottom: 20px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
#filterbar p {
padding:10px;
font-size: 12px;
color: #374951;
}
#filterbar a {
color: #cf5161;
text-decoration: underline;
}
.filters {
display: block;
height: 40px;
color: #374951;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 40px;
vertical-align: middle;
font-weight: bold;
text-transform: uppercase;
background-color: #c8d3da;
border: 1px solid #9ab0bd;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
margin: -1px;
}
.filtersbox {
border-top: 1px solid #d9e1e6;
width: 710px;
padding: 0 0 0 12px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
margin-left:2px;
}
.selects {
float: left;
border-right: 1px solid #9ab0bd;
width:680px;
}
.selects select {
float: left;
width:185px;
padding:0 5px;
font: bold 10px Verdana;
color: #374951;
width: auto;
}
.selects div.selector {
width:185px;
font: bold 10px Verdana;
color: #374951;
}
.selects div.selector select option {
font-variant: normal;
text-transform: none;
background-color: #d1e3f1;
color: #374951;
font-weight: normal;
}
.refresh {
width: 11px;
height: 23px;
border-left: 1px solid #d9e1e6;
float:left;
padding: 8px;
}
.btnClear {
width: 11px;
height: 21px;
background: url(/img/sprite.png) 100% -1040px;
display:block;
}
#language-select, #region-select {
border: 1px solid #b8c6cf;
-webkit-box-shadow:0 2px 5px rgba(75, 101, 112, 0.4);
-moz-box-shadow:0 2px 5px rgba(75, 101, 112, 0.4);
box-shadow:0 2px 5px rgba(75, 101, 112, 0.4);
width:955px;
background:none repeat scroll 0 0 #d1e3f1;
position: relative;
top:-43px;
left:-227px;
z-index: 999;
overflow: hidden;
height: auto;
min-height: 150px;
}
#language-select .container, #region-select .container {
border-top: 1px solid #e4eef7;
overflow:hidden;
padding:10px 20px 20px 40px;
position: relative;
z-index: 1000;
}
.container h1 {
font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #374951;
padding:5px 20px 10px 20px;
text-transform: uppercase;
cursor: pointer;
}
.container h1:hover {
text-decoration: underline;
}
ul.chooselanguage, ul.chooseregion {
color:#374951;
float:left;
margin-top:-3px;
width:200px;
padding-left: 20px;
font: 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul.chooselanguage .language, ul.chooseregion .region {
cursor: pointer;
margin-right: 5px;
}
ul.chooselanguage .language:hover,
ul.chooseregion .region:hover {
color: #478fc3;
text-decoration: underline;
}
ul.chooselanguage .language span.langname:hover,
ul.chooseregion .region span.langname:hover {
color: #478fc3;
text-decoration: underline;
}
ul.chooselanguage .active span.langname, ul.chooseregion .active span.langname {
color: #004F77;
font-weight: bold;
text-decoration: underline;
}
ul.chooselanguage .disabled, ul.chooseregion .disabled {
color: #bbb;
text-decoration: none;
cursor: default;
}
ul.chooselanguage .disabled:hover,
ul.chooselanguage .disabled span.langname:hover,
ul.chooseregion .disabled:hover,
ul.chooseregion .disabled span.langname:hover {
color: #bbb;
text-decoration: none;
cursor: default;
}
.firstLetter {
float:left;
font:bold 11px/17px Verdana;
margin-left:-29px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
background-color:#478FC3;
color:#FFF;
padding:1px 4px;
text-align:center;
width:11px;
text-decoration: none;
}
/* Product Blocks */
.product-container{
background-color: #fff;
width: 730px;
padding: 21px 0 0 0;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #d9d9d9;
-webkit-box-shadow: inset 0 0 10px rgba(204, 204, 204, 0.5), 0 2px 5px rgba(75, 101, 112, 0.4);
-moz-box-shadow: inset 0 0 10px rgba(204, 204, 204, 0.5), 0 2px 5px rgba(75, 101, 112, 0.4);
box-shadow: inset 0 0 10px rgba(204, 204, 204, 0.5), 0 2px 5px rgba(75, 101, 112, 0.4);
overflow: hidden;
color: #374951;
}
#index .product-container{
min-height: 535px;
padding-bottom: 40px;
}
#login-page .product-container {
min-height: 400px;
}
.loginpage-modal .wrapper {
width:582px;
}
.loginpage-modal .main-col {
margin:0 auto;
width:582px;
}
.loginpage-modal .product-container {
width:578px;
}
.loginpage-modal #header, .loginpage-modal #login-stripe, .loginpage-modal #breadcrumbs,
.loginpage-modal #nav, .loginpage-modal #footer, .loginpage-modal #learning-tools {
display:none;
}
.pc-min-height {
min-height: 266px;
}
.product-title{
margin: 0 21px;
height: 21px;
padding-bottom: 10px;
box-shadow: 0 1px 0 #fff;
width: 690px;
}
.product-title h1{
padding-bottom: 10px;
text-transform: uppercase;
font-weight: bold;
font-size: 1.143em;
text-shadow: 0 1px 3px rgba(75, 101, 112, 0.3);
width: 690px;
line-height:15px;
color: #374951;
}
.product-container h2{
padding-bottom: 10px;
line-height:15px;
color: #374951;
font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0 21px;
padding: 10px 0;
}
.product-screenshot {
width: 180px;
height: 125px;
float:right;
margin: 15px 20px 5px 20px;
}
.product-screenshot img {
width: 180px;
height: 115px;
-webkit-box-shadow: 0 1px 3px rgba(75, 101, 112, 0.3);
-moz-box-shadow: 0 1px 3px rgba(75, 101, 112, 0.3);
box-shadow: 0 1px 3px rgba(75, 101, 112, 0.3);
}
/* Platform Icons */
.product-title .platform{
position: absolute;
top: 0;
right: 0;
}
.product-title span{
float: right;
padding-left: 10px;
width: 20px;
height: 22px;
}
.web{
background: url(/img/sprite.png) -296px -125px no-repeat;
}
.desktop{
background: url(/img/sprite.png) -296px -165px no-repeat;
}
.mobile{
background: url(/img/sprite.png) -296px -205px no-repeat;
}
.product-container p{
padding-top: 12px;
margin: 0 21px 21px 21px;
}
.product-container p.code{
padding-top: 0;
margin: 0;
/*margin: 0 21px 21px 21px;*/
}
.prodblock-form{
margin: 0 0 42px 21px;
}
.prodblock-form select{
margin-right: 65px;
width: 190px;
}
.cta {
cursor: pointer;
padding: 5px 10px 6px 10px;
margin-right: 15px;
width: 120px;
/*font-size: 0.929em;*/
font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
color: #fff;
background-color: #6c3d42;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;
border-radius: 25px;
border: 1px solid rgba(0,0,0,0.2);
text-shadow: 0 2px #5b1e22;
-webkit-box-shadow: inset 0 1px 0 #c98087, 0 1px 2px rgba(0,0,0,0.4), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
-moz-box-shadow: inset 0 1px 0 #c98087, 0 1px 2px rgba(0,0,0,0.4), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
box-shadow: inset 0 1px 0 #c98087, 0 1px 2px rgba(0,0,0,0.4), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a.cta {
display: block;
width:90px;
}
a.cta:hover {
color:#fff;;
}
.cta-disabled {
cursor: pointer;
padding: 5px 10px 6px 10px;
margin-right: 15px;
width: 120px;
/*font-size: 0.929em;*/
font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
color: #fff;
background-color: #6c3d42;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;
border-radius: 25px;
border: 1px solid rgba(0,0,0,0.2);
text-shadow: 0 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.4), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.cta:hover{
background-color: #b03232;
-webkit-box-shadow: inset 0 1px 2px #c98087, 0 1px 2px rgba(0,0,0,0.8), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
-moz-box-shadow: inset 0 1px 2px #c98087, 0 1px 2px rgba(0,0,0,0.8), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
box-shadow: inset 0 1px 2px #c98087, 0 1px 2px rgba(0,0,0,0.8), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
}
.cta-disabled:hover{
background-color: #b03232;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.8), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.8), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.8), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
}
.cta:active, .cta-disabled:active{
background-color: #581919;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 2px rgba(255,255,255,1), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 2px rgba(255,255,255,1), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 2px rgba(255,255,255,1), 0 0 0 5px #dedede, 0 1px 0 6px #fff;
color: #e7e7e7;
}
.cta-disabled, .cta-disabled:hover, .cta-disabled:active{
color: #fff;
background-color: #ccc;
}
.login-box .cta, .logout-box .cta {
-webkit-box-shadow: inset 0 1px 0 #c98087, 0 1px 2px rgba(0,0,0,0.4), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #c4d9e9, 0 1px 0 6px #eee;
-moz-box-shadow: inset 0 1px 0 #c98087, 0 1px 2px rgba(0,0,0,0.4), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #c4d9e9, 0 1px 0 6px #eee;
box-shadow: inset 0 1px 0 #c98087, 0 1px 2px rgba(0,0,0,0.4), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #c4d9e9, 0 1px 0 6px #eee;
}
.logout-box .cta {
margin:0;
}
.login-box .cta:hover {
background-color: #b03232;
-webkit-box-shadow: inset 0 1px 2px #c98087, 0 1px 2px rgba(0,0,0,0.8), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #c4d9e9, 0 1px 0 6px #eee;
-moz-box-shadow: inset 0 1px 2px #c98087, 0 1px 2px rgba(0,0,0,0.8), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #c4d9e9, 0 1px 0 6px #eee;
box-shadow: inset 0 1px 2px #c98087, 0 1px 2px rgba(0,0,0,0.8), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #c4d9e9, 0 1px 0 6px #eee;
}
.login-box .cta:active, .login-box .cta-disabled:active{
background-color: #581919;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 2px rgba(255,255,255,1), 0 0 0 5px #c4d9e9, 0 1px 0 6px #eee;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 2px rgba(255,255,255,1), 0 0 0 5px #c4d9e9, 0 1px 0 6px #eee;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 2px rgba(255,255,255,1), 0 0 0 5px #c4d9e9, 0 1px 0 6px #eee;
color: #e7e7e7;
}
.login-box .cta-disabled, .login-box .cta-disabled:hover, .login-box .cta-disabled:active{
color: #fff;
background-color: #DDE9F2;
}
.prodblock-form a.download{
color: #cf5161;
border: none;
margin-left: 15px;
font-size: 0.857em;
text-decoration: underline;
}
.prodblock-form a.download:hover{
text-decoration: none;
cursor: pointer;
}
.prodblock-form a.download:active{
color: #6c3d42;
}
div.actions{
background: #e6e6e6;
height: 42px;
border-top: 1px solid #f2f2f2;
width: 732px;
-webkit-box-shadow: 0 2px 5px rgba(75, 101, 112, 0.4);
-moz-box-shadow: 0 2px 5px rgba(75, 101, 112, 0.4);
box-shadow: 0 2px 5px rgba(75, 101, 112, 0.4);
}
div.actions a{
float: left;
display: block;
color: #686863;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-size: 0.857em;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #d9d9d9;
height: 32px;
width: 116px;
padding: 10px 0 0 15px;
text-align: center;
/*-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;
transition: background 0.5s ease;*/
}
div.actions a.install{
border-left: none;
background: url(/img/sprite.png) no-repeat 0px 10px;
}
div.actions a.install:hover{
background: url(/img/sprite.png) no-repeat 0px -21px #cee1e8;
text-decoration: none;
color: #66a1b7;
}
div.actions a.install:active{
color: #fff;
}
div.actions a.tour{
background: url(/img/sprite.png) no-repeat -130px 10px;
}
div.actions a.tour:hover{
background: url(/img/sprite.png) no-repeat -130px -21px #cee1e8;
text-decoration: none;
color: #66a1b7;
}
div.actions a.tour:active{
color: #fff;
}
div.actions a.about{
background: url(/img/sprite.png) no-repeat -263px 10px;
}
div.actions a.about:hover{
background: url(/img/sprite.png) no-repeat -263px -21px #cee1e8;
text-decoration: none;
color: #66a1b7;
}
div.actions a.about:active{
color: #fff;
}
div.actions a.help{
background: url(/img/sprite.png) no-repeat -393px 10px;
border-right: none;
}
div.actions a.help:hover{
background: url(/img/sprite.png) no-repeat -393px -21px #cee1e8;
text-decoration: none;
color: #66a1b7;
}
div.actions a.help:active{
color: #fff;
}
.main-col .sep{
margin: 21px 0;
border-top: 1px dashed #b1bfc6;
border-bottom: 1px dashed #e7ecef;
width: 730px;
height: 1px;
display: block;
}
#specs{
float: left;
font-family: "helvetica neue", helvetica, arial, sans-serif;
color: #686863;
font-size: 0.857em;
width: 240px;
font-style: italic;
margin: 0 30px 21px 21px;
border-top: none;
padding-top: 0;
padding-bottom: 21px;
}
/* Training Solutions Pages Layout */
.tsol-col{
width: 730px;
margin: 0 0 21px 226px;
}
.tsol-col h1{
margin-bottom: 21px;
height: 40px;
display: block;
font-size: 1.714em;
text-transform: uppercase;
font-weight: bold;
border-bottom: 1px solid #efefef;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
text-shadow: 1px 1px 0 #f7f7f7, 2px 2px 0 #a7c0c9;
}
.tsol-col p{
padding: 0 0 42px 0;
}
table.tsol{
border-collapse: separate;
border-spacing: 0;
text-align: center;
color: #686863;
width: 688px;
border: 1px solid #8fa7b5;
font-size: 0.857em;
}
.tsol thead tr{
background-color: #b5c5cf;
color: #fff;
height: 30px;
font-size: 1.167em;
font-weight: bold;
text-transform: uppercase;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.tsol tr{
background: #f7f7f7;
padding: 10px 8px;
height: 50px;
}
.tsol tr.odd{
background: #e9eef1;
}
.tsol tbody td.first{
width: 178px;
}
.tsol tbody td.last{
border: none;
box-shadow: none;
}
.tsol tbody td{
border-right: 1px solid #dfe6ea;
-webkit-box-shadow: 1px 0 0 #fff;
-moz-box-shadow: 1px 0 0 #fff;
box-shadow: 1px 0 0 #fff;
padding: 0 8px;
vertical-align: middle;
}
.tsol h3{
font-size: 0.833em;
color: #4b6570;
text-transform: uppercase;
font-weight: bold;
text-align: left;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.tsol select{
width: 160px;
}
.tsol a{
color: #cf5161;
text-decoration: underline;
}
.tsol a:hover{
text-decoration: none;
}
.tsol a:active{
color: #6c3d42;
}
/* Product Pages Layout */
.prod-col{
width: 730px;
margin: 0 0 21px 226px;
}
.prod-col .title{
margin-bottom: 21px;
border-bottom: 1px solid #efefef;
position: relative;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
}
.prod-col .title h1{
margin-bottom: 21px;
height: 30px;
display: inline;
font-size: 1.286em;
text-transform: uppercase;
font-weight: bold;
}
.prod-col .title .links{
position: absolute;
top: 0;
right: 0;
}
.prod-col .title .links a{
float: right;
color: #cf5161;
border: none;
margin-left: 15px;
font-size: 0.857em;
text-decoration: underline;
}
.prod-col .title .links a:hover{
text-decoration: none;
cursor: pointer;
}
.prod-col .title .links a:active{
color: #6c3d42;
}
.prod-col h2{
text-transform: uppercase;
font-weight: bold;
margin-bottom: 10px;
}
.prod-col p{
margin-bottom: 42px;
}
#list{
display: block;
background: #fff;
border: 1px solid #9ab0bd;
margin-bottom: 21px;
}
#list li a#trigger{
display: block;
height: 28px;
color: #496373;
font-size: 	0.857em;
line-height: 2.333em;
font-weight: bold;
text-transform: uppercase;
padding-left: 30px;
border-top: 1px solid rgba(255, 255, 255, 0.6);
border-bottom: 1px solid #8fa7b5;
background: url(/img/sprite.png) no-repeat -506px -513px #adbfca;
background: url(/img/sprite.png) no-repeat -506px -513px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c2cfd7), to(#adbfca));
background: url(/img/sprite.png) no-repeat -506px -513px,-moz-linear-gradient(0% 100% 90deg, #adbfca, #c2cfd7);
background: url(/img/sprite.png) no-repeat -506px -513px,linear-gradient(0% 100% 90deg, #adbfca, #c2cfd7);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
#list li a#trigger:hover{
color: #fff;
background: url(/img/sprite.png) no-repeat -506px -563px #adbfca;
background: url(/img/sprite.png) no-repeat -506px -563px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c2cfd7), to(#adbfca));
background: url(/img/sprite.png) no-repeat -506px -563px,-moz-linear-gradient(0% 100% 90deg, #adbfca, #c2cfd7);
background: url(/img/sprite.png) no-repeat -506px -563px,linear-gradient(0% 100% 90deg, #adbfca, #c2cfd7);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
#list li a#trigger.active{
background: url(/img/sprite.png) no-repeat -506px -613px #adbfca;
background: url(/img/sprite.png) no-repeat -506px -613px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c2cfd7), to(#adbfca));
background: url(/img/sprite.png) no-repeat -506px -613px,-moz-linear-gradient(0% 100% 90deg, #adbfca, #c2cfd7);
background: url(/img/sprite.png) no-repeat -506px -613px,linear-gradient(0% 100% 90deg, #adbfca, #c2cfd7);
}
#list li ul li{
padding: 8px;
font-size: 0.857em;
font-color: #555;
}
#list li ul li.odd{
background: #e9eef1;
}
#list li ul li a.course{
display: block;
width: 530px;
color: #cf5161;
font-weight: bold;
font-style: normal;
}
#list li ul li a.course:hover{
text-decoration: underline;
}
#list li ul li a.course:active{
color: #9f2c3b;
}
#list li ul li .progress{
display: block;
float: right;
margin-top: -8px;
}
#list li ul li .progress span{
display: block;
float: left;
margin: 2px 5px 0 0;
width: 10px;
height: 10px;
background-color: #d2d7da;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
#list li ul li .progress a.preview{
display: block;
margin: 0 10px 0 0;
border-right: 1px dotted #ced4d8;
padding: 0 10px;
float: left;
width: 17px;
height: 17px;
background: url(/img/sprite.png) -512px -676px no-repeat;
}
#list li ul li .progress a.preview:hover{
background: url(/img/sprite.png) -512px -726px no-repeat;
}
#list li ul li .progress span.started{
height: 8px;
width: 8px;
background-color: #f1d519;
border: 1px solid #f1d519;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
#list li ul li .progress span.finished{
height: 8px;
width: 8px;
background-color: #8fbe01;
border: 1px solid #8fbe01;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
#list li ul li p{
color: #555;
margin: 0;
}
/* Online Courses */
.online-col{
width: 910px;
margin: 0 0 21px 50px;
}
.onlinemin-col{
width: 730px;
margin: 0 0 21px 226px;
}
.online-col .content,
.onlinemin-col .content{
padding: 21px;
}
.online-col h1,
.onlinemin-col h1{
margin-bottom: 21px;
height: 30px;
display: inline;
font-size: 1.286em;
font-weight: bold;
}
.online-col p,
.onlinemin-col p{
color: #555;
font-size: 0.857em;
padding-left: 38px;
}
.list-preview .content h1{
display: inline;
font-size: 1.286em;
font-weight: bold;
height: 30px;
margin-bottom: 21px;
}
.list-preview .content p{
color: #555;
font-size: 0.857em;
padding-left: 38px;
margin-bottom: 42px;
}
table.preview{
border-collapse: separate;
border-spacing: 0;
color: #686863;
width: 716px;
border: 1px solid #8fa7b5;
}
.preview thead tr th{
background-color: #b5c5cf;
text-align: left;
vertical-align: middle;
color: #fff;
height: 20px;
padding-left: 37px;
font-weight: bold;
text-transform: uppercase;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.4);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.4);
}
.preview tr{
background: #f7f7f7;
padding: 10px 8px;
height: 42px;
}
.preview tr.odd{
background: #e9eef1;
}
.preview tbody td{
vertical-align: middle;
padding-left: 37px;
}
.preview tbody td img{
vertical-align: middle;
margin: 10px 0;
border: 2px solid transparent;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
/* Download Lists */
form#left-col {
float: left;
}
.list-select {
margin-bottom: 21px;
}
.list-select input,
.list-select em {
margin-right: 15px;
margin-left: 0;
}
.download {
width: 475px;
}
#list.download li ul li {
padding-left: 5px;
position: relative;
padding-right: 115px;
padding-left: 30px;
}
#list.download li ul li a.course{
display: inline;
width: 420px;
color: #cf5161;
font-weight: bold;
font-style: normal;
}
#list.download li ul li .progress {
position: absolute;
right: 0;
top: 50%;
float: none;
padding-left: 20px;
}
#list.download li ul li a.dl{
background: url(/img/sprite.png) no-repeat -10px 0px;
display: block;
height: 20px;
width: 20px;
float: left;
padding: 0 10px;
}
#list.download li ul li a.dl:hover{
background: url(/img/sprite.png) no-repeat -10px -32px;
}
#list.download li ul li.select-all {
height: 12px;
padding: 8px 0 12px 30px;
background: #f5f3da;
border-bottom: 1px solid #e9e7b3;
box-shadow: inset 0 1px 3px rgba(122,118,35,0.5);
color: #535018;
}
#list.download li ul li input {
margin-right: 5px;
position: absolute;
left: 5px;
top: 8px;
}
#dl-box {
width: 190px;
height: 300px;
background: fuchsia;
float: right;
}
/* --------------------
Right Col
-------------------- */
.right-col{
float: right;
width: 179px;
display: block;
}
h3.advanced-search{
background: #bec6cc;
height: 18px;
padding: 7px 0 5px 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 0.714em;
border-bottom: 1px solid #abb5bd;
text-transform: uppercase;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px #7b8d97;
}
#all-keywords{
background: url(/img/sprite.png) no-repeat -353px -290px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.857em;
height: 36px;
padding: 7px 0 0 15px;
margin-bottom: 5px;
}
#filters li{
border-bottom: 1px dashed #b1bfc6;
padding: 2px 0 8px 0;
display: block;
}
#filters li a{
font-size: 0.714em;
text-transform: uppercase;
color: #4b6570;
font-weight: bold;
background: url(/img/sprite.png) -423px -144px no-repeat;
padding-left: 15px;
text-shadow: 1px 2px 2px rgba(75, 101, 112, 0.2);
}
#filters li a:hover{
color: #fff;
}
#filters li a.active{
background: url(/img/sprite.png) -423px -122px no-repeat;
}
#filters ul{
margin-top: 8px;
background: #cdd7dd;
border: 5px solid #c8d3da;
padding: 10px;
font-size: 0.857em;
max-height: 200px;
overflow: auto;
outline: 1px solid rgba(143, 167, 181, 0.7);
-webkit-box-shadow: inset 0 1px 7px rgba(75, 101, 112, 0.5);
-moz-box-shadow: inset 0 1px 7px rgba(75, 101, 112, 0.5);
box-shadow: inset 0 1px 7px rgba(75, 101, 112, 0.5);
}
#filters ul.last{
overflow: hidden;
height: 110px;
}
#filters li ul li{
padding: 6px 0;
border-bottom: 1px dotted rgba(190, 203, 211, 0.9);
}
/* --------------------
Learning Tools
-------------------- */
#learning-tools{
background: url(/img/lt-bg.jpg) 0 0 repeat #e6e6e6;
height: 309px;
margin: 62px 0 0 0;
border-top: 1px solid #62686d;
-webkit-box-shadow: inset 0 1px 0 #cbced0;
-moz-box-shadow: inset 0 1px 0 #cbced0;
box-shadow: inset 0 1px 0 #cbced0, inset 0 -3px 8px rgba(0,0,0,0.2);
}
#learning-tools .wrapper{
position: relative;
}
#learning-tools h2{
text-align: center;
color: #606b70;
font-weight: bold;
text-transform: uppercase;
font-size: 0.857em;
width: 198px;
height: 33px;
padding-top: 10px;
background: url(/img/sprite.png) -336px -238px no-repeat;
position: absolute;
top: -18px;
left: 383px;
text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}
#learning-tools .col{
float: left;
margin: 30px 30px 42px 0;
width: 166px;
}
#learning-tools .col-last{
float: left;
width: 166px;
margin: 30px 0 42px 0;
}
#learning-tools .col .pic-frame,
#learning-tools .col-last .pic-frame{
float: none;
width: 166px;
height: 124px;
margin: 21px 0 12px 0;
background: #cfd4d7; /* Fallback for older browsers */
background: rgba(255,255,255,.5);
border-top: 1px solid #fff;
border-bottom: none;
padding: 0 1px 2px 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#learning-tools .col .pic-frame:hover,
#learning-tools .col-last .pic-frame:hover{
background: #89b9d1;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
border-top: 1px solid #d2e4ee;
-webkit-box-shadow: 0 2px 15px rgba(59, 120, 151, 0.8);
-moz-box-shadow: 0 2px 15px rgba(59, 120, 151, 0.8);
box-shadow: 0 2px 15px rgba(59, 120, 151, 0.8);
}
#learning-tools .col .pic-frame img,
#learning-tools .col-last .pic-frame img{
border-top: 2px solid #949697;
border-bottom: 1px solid #fff;
}
#learning-tools h3 a{
font-weight: bold;
color: #53585c;
font-size: 0.857em;
text-transform: uppercase;
display: block;
padding-bottom: 5px;
text-shadow: 0px 1px 3px rgba(75,101,112,0.4);
}
#learning-tools h3 a:hover{color: #fff; text-shadow: none;}
#learning-tools h3 a:active{color: #d7dfe4; text-shadow: none;}
#learning-tools .col p,
#learning-tools .col-last p{
font-size: 0.857em;
color: #53585c;
text-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
/* --------------------
Footer
-------------------- */
#footer{
background: url(/img/footer-bg.jpg) 0 0 repeat #7b868d;
color: #f1f3f3;
height: 430px;
font-size: 0.857em;
padding-top: 42px;
border-top: 1px solid #5a6469;
-webkit-box-shadow: inset 0 1px 0 #9fa7ac;
-moz-box-shadow: inset 0 1px 0 #9fa7ac;
box-shadow: inset 0 1px 0 #9fa7ac;
}
#footer .wrapper {
cursor:default;
}
#footer h3{
text-shadow: 0 2px 1px rgba(0,0,0,0.4);
font-weight: bold;
font-size: 1.167em;
margin-bottom: 16px;
}
#footer .col1{
float: left;
width: 360px;
margin: 0 30px 42px 0;
text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
cursor:text;
}
#footer .col2{
margin: 0 0 42px 395px;
padding-left: 50px;
width: 200px;
border-left: 1px solid rgba(0,0,0,0.2);
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
cursor:text;
}
#footer .col3{
float: right;
width: 290px;
cursor:text;
}
#contact-form{
float: left;
}
#contact-form label{
display: block;
text-shadow: 0 2px 1px rgba(0,0,0,0.4);
font-weight: bold;
font-size: 1.167em;
cursor: pointer;
padding-bottom: 2px;
}
#contact-form input{
width: 175px;
margin-bottom: 5px;
height: 20px;
line-height: 20px;
background: #e2e4e6;
border: 5px solid #687278;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
padding: 2px;
font-size: 12px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #777;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
#contact-form textarea{
width: 280px;
height: 80px;
background: #e2e4e6;
border: 5px solid #687278;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
color: #777;
}
#contact-form input:focus,
#contact-form textarea:focus,
#contact-form select:focus {
background: #fff;
-webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 1);
-moz-box-shadow: 0 0 5px rgba(255, 255, 255, 1);
box-shadow: 0 0 5px rgba(255, 255, 255, 1);
}
#contact-form select{
width: 190px;
margin-bottom: 5px;
height: 33px;
line-height: 33px;
background: #e2e4e6;
border: 5px solid #687278;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
padding: 2px;
font-size: 12px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #777;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
#contact-form label em,
#contact-form em {
color:#ED1C24;
padding:0 3px;
}
.req {
margin-top:25px;
float:left;
}
.req label{
float:left;
}
#errorContainer label.error {
display: block;
height: 14px;
}
#footer a.download{
color: #734347;
text-decoration: underline;
text-shadow: none;
}
#footer a.download:hover{
text-decoration: none;
}
#footer button.cta{
float: right;
cursor: pointer;
padding: 2px 10px 4px 10px;
height: 30px;
margin: 11px 0 10px 0;
width: 105px;
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-weight: bold;
font-size: 1.083em;
color: #fff;
background-color: #6c3d42;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;s
border-radius: 25px;
border: 1px solid rgba(0,0,0,0.2);
text-shadow: 0 2px #5b1e22;
-webkit-box-shadow: inset 0 1px 0 #c98087, 0 1px 2px rgba(0,0,0,0.4), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #606971, 0 1px 0 6px #818b94;
-moz-box-shadow: inset 0 1px 0 #c98087, 0 1px 2px rgba(0,0,0,0.4), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #606971, 0 1px 0 6px #818b94;
box-shadow: inset 0 1px 0 #c98087, 0 1px 2px rgba(0,0,0,0.4), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #606971, 0 1px 0 6px #818b94;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#footer button.cta:hover{
background-color: #b03232;
-webkit-box-shadow: inset 0 1px 2px #c98087, 0 1px 2px rgba(0,0,0,0.8), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #606971, 0 1px 0 6px #818b94;
-moz-box-shadow: inset 0 1px 2px #c98087, 0 1px 2px rgba(0,0,0,0.8), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #606971, 0 1px 0 6px #818b94;
box-shadow: inset 0 1px 2px #c98087, 0 1px 2px rgba(0,0,0,0.8), inset 0 -1px 2px rgba(201,128,135,0.6), 0 0 0 5px #606971, 0 1px 0 6px #818b94;
}
#footer button.cta:active{
background-color: #581919;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 1px #818b94, 0 0 0 5px #606971, 0 1px 0 6px #818b94;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 1px #818b94, 0 0 0 5px #606971, 0 1px 0 6px #818b94;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 1px 1px #818b94, 0 0 0 5px #606971, 0 1px 0 6px #818b94;
color: #e7e7e7;
}
.placeholder_email {/*ToDo: add class to uniform.default.css near textarea.uniform*/
color:#777;
padding:2px;
-moz-border-radius:3px;
font: normal 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* --------------------
List Preview Box
-------------------- */
.listPreviewBox {
margin:20px;
padding:0;
}
.listPreviewBox img.listPreviewIcon {
border:medium none;
float:left;
height:32px;
padding:5px 8px 0 0;
vertical-align:middle;
width:32px;
}
.listPreviewBox h1, .listPreviewListName {
color:#4b6570;
font:bold 18px/22px Verdana,Geneva,sans-serif;
margin:0;
padding:0;
}
.overflowListNameShort {
overflow: hidden;
width: 250px;
}
.product-container p.desc {
overflow: hidden;
}
.listPreviewBox .listPreviewDescription, .listPreviewDescription {
color:#555;
font:italic 12px/18px Verdana,Geneva,sans-serif;
margin:0;
padding:0;
}
.listPreviewBox .listPreviewCards {
border: 1px solid #b8c7d0;
margin-top: 20px;
}
.listPreviewBox table.listPreviewCards {
width: 673px;
text-align: center;
margin: 20px auto 0 auto;
}
.listPreviewBox .listPreviewCards th {
color:#fff;
font:bold 12px Verdana,Geneva,sans-serif;
text-shadow:0 1px 0 #6B8D9E;
background: url("/img/bgHeader.png") 0 0 repeat-x;
min-height:30px;
height: 30px;
vertical-align: middle;
text-align: left;
border: 1px solid #8fa7b5;
padding: 5px;
}
.listPreviewBox .listPreviewCards tr td {
color:#4b6570;
background-color: #f7f7f7;
font: 14px Verdana,Geneva,sans-serif;
padding: 5px;
margin: 0;
vertical-align: middle;
height: 40px;
}
.listPreviewBox .listPreviewCards tr.darkRow td {
color:#4b6570;
background-color: #e9eef1;
font: 14px Verdana,Geneva,sans-serif;
padding: 5px;
margin: 0;
vertical-align: middle;
height: 40px;
}
.listPreviewBox .listPreviewCards tr:nth-child(2n+1),
.listPreviewBox .listPreviewCards tr:nth-child(2n+1) td {
background-color: #e9eef1;
}
.listPreviewBox table.listPreviewCards tr.darkRow td,
.listPreviewBox table.listPreviewCards tr.darkRow {
background-color: #e9eef1;
}
.listPreviewBox .listPreviewCards td img {
width: 30px;
height: 30px;
}
/* --------------------
Sandbox
-------------------- */
.sandboxtags {
background-color:#eee;
color:#555;
font-size:11px;
vertical-align:middle;
min-height: 20px;
padding: 5px 0 5px 8px;
}
.sandboxtags .addinfo a {
padding: 3px 5px;
font-size: 11px;
line-height: 11px;
}
.sandboxsubtitle {
font-style:normal;
font-weight:bold;
padding-left:0;
padding-right:5px;
font-size: 11px;
}
.sandboxtags a, .sandbox_msg a {
color: #374951;
text-decoration: underline;
font-size: 11px;
line-height: 11px;
}
.sandboxtags a:hover, .sandbox_msg a:hover {
color: #4B6570;
text-decoration: none;
}
.sandbox_msg, .sandbox_msg a {
line-height: 30px;
font-size:11px;
}
.up_actions_box a {
color:#CF5161;
font:bold 12px/14px Verdana,Geneva,sans-serif;
}
.sbOk, .sbWarning, .sbError, .sbRename, .sbDelete, .sbLocked, .sbUnlocked {
float:left;
width:16px;
height:16px;
vertical-align: middle;
margin: 0;
}
.sbOk {
background:url(/img/ic_ok.png) no-repeat 0 0 transparent;
}
.sbWarning {
background:url(/img/ic_warning.png) no-repeat 0 0 transparent;
}
.sbError {
background:url(/img/ic_error.png) no-repeat 0 0 transparent;
}
.sbRename {
background:url(/img/ic_rename.png) no-repeat 0 0 transparent;
}
.sbDelete {
background:url(/img/ic_delete.png) no-repeat 0 0 transparent;
float:right;
}
.sbLocked {
background:url(/img/ic_lock.png) no-repeat 0 0 transparent;
float:right;
height: 20px;
margin-top: -4px;
}
.sbUnlocked {
background:url(/img/ic_unlock.png) no-repeat 0 0 transparent;
float:right;
height:20px;
margin-top: -4px;
}
/* --------------------
User Tangs Pop Up
-------------------- */
#user_tags_popup {
font: 12px Verdana,Geneva,sans-serif;
overflow-x:hidden;
margin-right:0;
margin-bottom:0;
padding-right:0;
padding-bottom:0;
}
#user_tags_popup label {
font: bold 12px Arial, Helvetica, sans-serif;
margin-bottom: 10px;
}
#user_tags_popup a {
color:#4B6570;
font: 11px/20px Verdana,Geneva,sans-serif;
text-decoration: underline;
}
#user_tags_popup .up_actions_box {
text-align: center;
margin:20px auto 0;
width: 48%;
}
.popup_ui_default input, .popup_ui_default textarea {
border:1px solid #81A6C0;
color:#666666;
font:12px Arial,Verdana,Helvetica,sans-serif;
padding:2px;
width:90%;
}
.popup_ui_default .col1 {
margin:25px 0 0 0;;
padding:0;
width:30%;
}
.popup_ui_default .col2 {
margin:25px 0 0 0;;
padding:0;
width:65%;
}
.popup_ui_default input[type="checkbox"] {
border:none;
width:5%;
}
.popup_ui_default em {
font-style:normal;
font-weight:normal;
}
#user_tags_popup #user_tags_popup_cngSBUploadTag_container p {
margin-top: 10px;
}
.user-tags-popup-upload-tag {
margin-bottom:30px;
}
#user_tags_popup textarea#user_tags_popup_sbAccessTags {
width:250px;
height:60px;
}
/* --------------------
Content selection page
-------------------- */
.start_instructions {
margin:10px 70px;
width:520px;
}
#app-product .product-container,
#my-uploads .product-container {
background-color:#f7f7f7;
}
#app-product .product-container .product-title,
#my-uploads .product-container .product-title,
#index .product-container .product-title,
#registration .product-container .product-title {
border-bottom: 2px solid #efefef;
-moz-border-bottom-colors: #ffffff #efefef;
-webkit-border-bottom-colors: #ffffff #efefef;
-o-border-bottom-colors: #ffffff #efefef;
border-bottom-colors: #ffffff #efefef;
min-height:40px;
height:40px;
padding-bottom:0;
margin-bottom:10px;
}
.product-title-border {
border-bottom: 2px solid #efefef;
-moz-border-bottom-colors: #ffffff #efefef;
-webkit-border-bottom-colors: #ffffff #efefef;
-o-border-bottom-colors: #ffffff #efefef;
border-bottom-colors: #ffffff #efefef;
padding-bottom:0;
margin-bottom:10px;
height:25px;
min-height:25px;
margin: 0 21px;
}
.product-title-border h1 {
color:#374951;
font-size:1.143em;
font-weight:bold;
line-height:15px;
padding-bottom:10px;
text-shadow:0 1px 3px rgba(75, 101, 112, 0.3);
text-transform:uppercase;
width:690px;
}
.product-title-border div.left h1 {
width:650px;
}
#app-product .product-container h1,
#my-uploads .product-container h1 {
color: #4b6570;
font:bold 18px/20px Verdana, Geneva, sans-serif;
width:470px;
display:table-cell;
height:40px;
min-height:40px;
vertical-align:middle;
padding:0;
margin:0;
margin-top: 3px;
}
#listpage #app-product .product-container h1 {
color: #4b6570;
font:bold 18px/22px Verdana, Geneva, sans-serif;
width:650px;
display:table-cell;
vertical-align:middle;
padding:0;
margin:0;
height:44px;
min-height:44px;
padding-top: 3px;
}
#app-product .product-container .product-title img,
#my-uploads .product-container .product-title img {
float:left;
border:none;
width:32px;
height:32px;
vertical-align:middle;
padding: 5px 8px 0 0;
}
#app-product .product-container .product-title div.left {
width:510px;
padding:0;
margin:0;
}
#app-product .product-container h2 {
color: #4b6570;
font:bold 14px Verdana, Geneva, sans-serif;
margin:5px 21px;
text-transform:uppercase;
}
.helplinks {
float:right;
padding:8px 0 0 0;
margin:0;
white-space:nowrap;
}
.helplinks a {
color:#cf5161;
font:bold 12px Verdana, Geneva, sans-serif;
text-decoration:underline;
}
.helplinks a:hover {
text-decoration:none;
}
#app-product select#languages,
#app-product #uniform-languages {
width: 250px;
}
#place4languages {
margin-right: 16px;
float: right;
}
#app-product .colaps_header {
border-top: 1px solid #dee6ea;
border-bottom: 1px solid #8fa7b5;
border-left:none;
border-right:none;
font: bold 12px/12px Verdana, Geneva, sans-serif;
text-transform:uppercase;
height:30px;
min-height:30px;
min-width:656px;
vertical-align:middle;
padding: 0 10px 0 0px;
}
#app-product .colaps_header span {
font: normal 10px/12px Verdana, Geneva, sans-serif;
padding-left:20px;
}
#app-product .list_view_box {
min-height:30px;
width:686px;
margin:10px 21px;
border: 1px solid #8fa7b5;
background-image:url("/img/bgHeader.png");
background-repeat:repeat-x;
}
#app-product .public_list_view_box {
min-height:30px;
width:686px;
margin:0;
background-image:url("/img/bgHeaderG.png");
background-repeat:repeat-x;
}
#app-product .public_list_view_box .row_list_item {
min-height:30px;
}
#app-product .collIco {
color:#496373;
text-shadow:0 1px 0 #d6dfe5;
background:url("/img/iconArrowUp.png") no-repeat;
background-attachment:inherit;
cursor:pointer;
padding:0px 0px 0px 30px;
height:30px;
border-bottom:none;
}
#app-product .expIco {
color:#fff;
text-shadow:0 1px 0 #6b8d9e;
background:url("/img/iconArrowDown.png") no-repeat;
background-attachment:inherit;
cursor:pointer;
padding:0px 0px 0px 30px;
height:30px;
}
#app-product .plusIco {
color:#555;
text-shadow:0 1px 0 #fff;
background:url("/img/iconPlus.png") no-repeat;
background-attachment:inherit;
cursor:pointer;
padding:0px 0px 0px 30px;
height:30px;
line-height: 30px;
}
#app-product .minusIco {
color:#555;
text-shadow:0 1px 0 #fff;
background:url("/img/iconMinus.png") no-repeat;
background-attachment:inherit;
cursor:pointer;
padding:0px 0px 0px 30px;
height:30px;
line-height: 30px;
}
.colaps_panel {
min-height:30px;
/*position:relative;*/
z-index:2;
background-color:#fff;
}
.row_select_item {
color:#555;
border:1px solid #ede9ba;
background-color:#f5f3da;
padding-left:30px;
vertical-align:middle;
display:table-cell;
height:35px;
min-height:35px;
/*width:686px;*/
font-size:12px;
line-height:35px;
display:block;
padding-left:34px;
}
.row_list_item {
color:#555;
background-color:#fff;
font-size:12px;
padding:10px 10px 10px 30px;
}
.row_private_header {
color:#555;
background-color:#d7d7d7;
font-size:12px;
padding:10px 10px 10px 30px;
border-bottom: 1px solid #c5c5c5;
}
#my-uploads .lists_view_box_sandbox .row_list_item {
padding:10px 10px 10px 15px;
}
.product-container p.author, .product-container p.author a, .product-container p.author a:visited {
color: #cf5161;
font: bold 12px/14px Verdana, Geneva, sans-serif;
padding:0;
margin:0;
margin-right:100px;
}
.place4categories p.author label, .product-container p.author {
overflow:hidden;
}
.product-container p.author a:hover {
color: #cf5161;
text-decoration:underline;
}
.product-container p.desc {
color: #555;
font: 12px Verdana, Geneva, sans-serif;
padding:3px 0 0 0;
margin:0;
margin-right:100px;
}
.checkbox {
text-align:center;
width:30px;
margin-left:-30px;
}
.vLine {
background:url("/img/vLine.png") no-repeat scroll 0 0 transparent;
float:right;
height:17px;
margin:0 8px;
width:1px;
}
.iconPreview {
width:17px;
height:17px;
float:right;
background:url("/img/iconPreview.png") no-repeat 0 0 transparent;
}
.iconDownload {
width:17px;
height:17px;
float:right;
background:url("/img/iconDownload.png") no-repeat 0 0 transparent;
}
.iconInfo {
width:17px;
height:17px;
float:right;
background:url("/img/iconInfo.png") no-repeat 0 0 transparent;
}
.listInfoIcons {
float:right;
padding-top:7px;
width:150px;
white-space:nowrap;
vertical-align: center;
}
.iconProgress0, .iconProgress1, .iconProgress2 {
height:12px;
display:block;
float:right;
width:52px;
margin:2px 0;
}
.iconProgress0 {
background:url("/img/iconProgress0.png") no-repeat 0 0 transparent;
}
.iconProgress1 {
background:url("/img/iconProgress1.png") no-repeat 0 0 transparent;
}
.iconProgress2 {
background:url("/img/iconProgress2.png") no-repeat 0 0 transparent;
}
.product-container p.selectAll {
margin-bottom:0;
padding-bottom:0;
padding-top:20px;
}
.selectAll a {
color: #374951;
font-weight:bold;
text-decoration:underline;
padding-right:0;
padding-left:5px;
}
.selectAll a:hover {
color: #4b6570;
font-weight:bold;
text-decoration:none;
}
.downloadBox {
border:1px solid #c1d0d9;
background-color:#eaf1f7;
vertical-align:middle;
padding:10px 15px 9px 15px;;
margin:0 21px 0 0;
}
#place4categories {
margin: 0;
padding: 0;
margin-top: 15px;
}
.downloadBox .cta {
margin-right:0;
}
.downloadBox div {
margin-right:25px;
font: 12px/35px Verdana, Geneva, sans-serif;
vertical-align:middle;
float:left;
}
.downloadBox i {
color: #374951;
font-style:normal;
font-weight:bold;
}
.product-container p.downloadBox {
margin-bottom:0;
}
.darkRow {
background-color:#e9eef1;
}
.ui-widget, .ui-widget-content {
color:#374951 !important;
font:12px/18px Arial,Verdana,Helvetica,sans-serif !important;
/*color: #4C6677 !important;*/
}
#termsOfServiceDialog {
color:#374951;
font: 12px Verdana, Geneva, sans-serif;
margin: 0;
padding: 10px 10px 20px 10px
}
#termsOfServiceDialog a,
.ui-widget-content a{
color:#374951;
text-decoration: underline;
}
#termsOfServiceDialog a:hover,
.ui-widget-content a:hover {
color:#374951;
text-decoration: none;
}
/* --------------------
Login page
-------------------- */
.login-box {
background-color: #dde9f2;
border: 1px solid #c4d9e9;
-webkit-border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-o-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
border: 1px solid #c4d9e9;
width:243px;
min-height: 170px;
margin: 0 auto;
font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #374951;
/*margin-bottom: 20px;*/
}
.login-box div {
padding: 20px 20px;
}
.login-box p {
padding: 10px 8px 10px 20px;
}
.login-box a {
color: #374951;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: underline;
}
.login-box a:hover {
text-decoration: none;
}
.login-box a.login-name {
font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #374951;
text-decoration: underline;
}
.login-box a.login-name:hover {
text-decoration: none;
}
.login-box a.lnkred, a.lnkred {
color: #cf5161;
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
text-decoration: underline;
}
.login-box a.lnkred:hover, a.lnkred:hover {
text-decoration: none;
}
.login-box a.cta {
color: #fff;
font: bold 12px "helvetica neue",helvetica,arial,sans-serif;
text-decoration: none;
}
.login-box a.cta:hover {
color: #fff;
text-decoration: none;
}
.login_frm input.text, .login_frm input.password {
background-color: #fff;
width: 190px;
-webkit-box-shadow: 0 0 2px 4px #D3E2EE;
-moz-box-shadow: 0 0 2px 4px #D3E2EE;
box-shadow: 0 0 2px 4px #D3E2EE;
border:1px solid #c1d0d6;
margin-bottom: 10px;
}
.login_frm label {
color: #374951;
font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-bottom: 8px;
display: block;
}
.login_frm label.labelVCentred {
font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 5px 0 5px 0;
display: block;
}
.login_callout_txt {
color: #B13247;
font-size: 11px;
display:block;
}
#login-page .product-title {
margin-bottom: 30px;
}
/* --------------------
Index page
-------------------- */
#index .product-container .product-title {
height: 30px;
min-height: 30px;
}
#index .product-container .product-title {
text-transform:uppercase;
}
#index .col-right {
float: right;
width:265px;
}
#index .col-left {
float: left;
width:450px;
}
#index .video-box {
background-color: #f5f5f5;
border: 1px solid #ccc;
width:420px;
height: 245px;
margin-left: 21px;
margin-top: 15px;
-webkit-box-shadow: 0 5px 9px rgba(84,112,129,0.2);
-moz-box-shadow: 0 5px 9px rgba(84,112,129,0.2);
box-shadow: 0 5px 9px rgba(84,112,129,0.2);
}
#index .video {
margin: 10px;
background-color: #afb9c0;
width:400px;
height: 225px;
-webkit-box-shadow: inset 0 0 5px 5px rgba(84,112,129,0.2);
-moz-box-shadow: inset 0 0 5px 5px rgba(84,112,129,0.2);
box-shadow: inset 0 0 5px 5px rgba(84,112,129,0.2);
}
#index h3 {
margin: 0 20px 10px 0;
font: 14px/21px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #374951;
}
#index ul {
font: bold 14px/21px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #374951;
margin-right: 20px;
}
#index .col-left ul {
margin-left:21px;
}
#index li {
color: #374951;
font: bold 14px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 17px;
margin: 0;
padding: 5px 0 0 0;
clear:both;
}
#index li span {
background: url("/img/sprite.png") no-repeat 0 -1061px;
display:block;
float:left;
width:17px;
height: 17px;
padding: 0;
margin: 0;
}
#index li a {
display:block;
float:left;
width:215px;
margin-left: 13px;
line-height: 17px;
color: #374951;
}
#index li a:hover {
color: #374951;
text-decoration: underline;
}
/* Social Communities page */
.community {
clear: both;
margin: 2em 0;
}
.community h4 {
color:#4B6677;
font-size:14px;
font-weight:700;
overflow:hidden;
text-transform:uppercase;
margin-bottom: 15px;
padding-left: 25px;
background: url(/img/sprite-icons.png) no-repeat;
line-height: 20px;
}
#blog h4 { background-position: 0 0; }
#facebook h4 { background-position: 0 -20px; }
#twitter h4 { background-position: 0 -40px; }
#youtube h4 { background-position: 0 -60px; }
.community a {
display: block;
float: left;
margin: 0 10px 10px 0;
padding: 0 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 30px;
color: #31424d;
text-decoration: none;
text-shadow: 0 1px 1px #FFF;
border: 1px solid #7fa8be;
background: #e5edf3;
background: -moz-linear-gradient(top, #FFF, #e5edf3);
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5edf3));
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
cursor: pointer;
}
.community a:active {
position: relative;
top: 1px;
}
/* --------------------
Registration page
-------------------- */
/* FAQs */
.FAQsbox {
border: 1px solid #e5e5e5;
background-color: #f5f5f5;
-webkit-box-shadow: inset 0 1px 3px #fff;
-moz-box-shadow: inset 0 1px 3px #fff;
box-shadow: inset 0 1px 3px #fff;
-webkit-border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-o-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
width:215px;
float: right;
padding:10px 10px 20px 10px;
margin-right: 17px;
font: 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #374951;
}
.FAQsbox h3 {
color: #374951;
font: bold 14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
padding-bottom: 20px;
}
.FAQsbox a {
color: #374951;
text-decoration: none;
margin-top:4px;
display: block;
}
.FAQsbox a:hover {
color: #374951;
text-decoration: underline;
}
.sandboxInfoBox {
background-color:#DDE9F2;
border:1px solid #C4D9E9;
color:#374951;
font:12px Verdana,Geneva,sans-serif;
margin:0;
padding:15px 0 5px;
width:645px;
}
#registration .product-title h1 {
width: 650px;
}
#registration .product-container .product-title,
#forgot .product-container .product-title {
height: 30px;
min-height: 30px;
}
#registration .product-container .product-title a {
color: #cf5161;
text-decoration: underline;
}
#registration .product-container .product-title a:hover {
text-decoration: none;
}
#registration .sandboxInfoBox {
width:100%;
text-align: center;
margin: 0 auto;
margin: 21px;
width:690px;
padding-bottom: 21px;
}
#registration .col-left {
margin-left: 21px;
width: 445px;
}
#registration label {
width: 210px;
float: left;
color:#374951;
font:14px/21px Verdana,Geneva,sans-serif;
}
#registration .colLabel {
width: 210px;
}
#registration label.label_sm {
width: 30px;
float: left;
}
#registration div.radio {
float: left;
}
.radio_row {
margin-right: 15px;
float: left;
}
#registration div.form_row {
margin: 20px 0 30px 0;
}
#registration small {
font-size: 10px;
padding-right: 10px;
color:#879297;
}
#registration small a {
text-decoration: underline;
}
#registration small a:hover {
text-decoration: none;
}
#registration div.selector select,
#registration div.selector {
width:220px;
font: 12px Verdana,Geneva,sans-serif;
color: #686863;
}
em.asterisk {
color: #9e0b0f;
font-style: normal;
}
#activateCodeBtn a {
text-decoration: underline;
}
#activateCodeBtn a:hover {
text-decoration: none;
}
#registration input.text {
width: 210px;
height: 20px;
line-height: 20px;
background: #fff;
border: 1px solid #c1d0d6;
-webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1) inset;
padding: 2px;
padding-left:10px;
font: 12px Verdana,Geneva,sans-serif;
color: #686863;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
#registration input.password {
width: 210px;
height: 20px;
line-height: 20px;
background: #fff;
border: 1px solid #c1d0d6;
-webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1) inset;
padding: 2px;
padding-left:10px;
font: 12px Verdana,Geneva,sans-serif;
color: #686863;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
/* Points of Contact page */
#contact-points a {
text-decoration: underline;
}
#contact-points a:hover {
text-decoration: none;
}
/* Learner Guide Page */
iframe.LGIfr {
margin:0; padding:0;
width:100%;
height:100%;
border:0 none;
overflow: auto;
}
.footer {
font: 12px Arial, sans-serif;
height: 200px;
vertical-align:bottom;
margin: 0; padding:0;
}
.footer h1{
font: bold 16px Arial, sans-serif;
margin:0; padding:0;
}
.footer label {
font: bold 12px Arial, sans-serif;
}
.footer textarea {
color:#4C6677;
font: 12px Arial, sans-serif;
border: 1px solid #9fb3b8;
width: 300px;
padding:2px;
margin: 0;
}
.footer select {
color:#4C6677;
font: 12px Arial, sans-serif;
border: 1px solid #9fb3b8;
width: 100%;
padding:1px;
vertical-align:middle;
}
.collpanel {
color:#fff;
padding:0; margin:0;
background-color:#506b71;
font: 14px Arial, sans-serif;
width:100%;
display:block;
text-align:left;
cursor:pointer;
height:20px;
vertical-align: middle;
line-height: 20px;
}
.imgArrow {
width: 10px;
height: 10px;
cursor: pointer;
border: none;
margin:5px 5px 0px 5px;
float:left; vertical-align:middle;
}
/* Learner Start Page */
.colleft {
padding: 25px;
margin: 0;
}
.colleft div {
padding-top: 10px;
}
.colright {
padding-top: 25px;
margin: 0;
}
.colright h2 {
padding: 10px 10px 25px 50px;
}
.colright div {
padding: 0px 0px 20px 0px;
}
.colright h3 {
margin-top: 0;
padding: .2em;
}
.contenStart {
padding: 24px 50px 25px 50px;
margin: 0;
background-color:#E3EBEE;
border:1px solid #77A0AB;
}
.cap {
font: bold 18px Arial,Helvetica,sans-serif;
color:#7BAABD;
cursor: pointer;
}
.bottom {vertical-align:bottom;}
.btnSend {
margin: 12px;
}
#lsatrt .wrapperer {
min-width: 960px;
width: 960px;
}
#lstart #header .wrapperer {
min-width: 960px;
width: 960px;
}
.bottom-wrapper-ls {
margin:22px auto 0;
position:relative;
}
.up_cancel_box {
height: 30px;
line-height: 30px;
vertical-align: middle;
}
