/* Minification failed. Returning unminified contents.
(180,215): run-time error CSS1019: Unexpected token, found '}'
(409,61): run-time error CSS1030: Expected identifier, found '5px'
(409,61): run-time error CSS1031: Expected selector, found '5px'
(409,61): run-time error CSS1025: Expected comma or open brace, found '5px'
(409,75): run-time error CSS1030: Expected identifier, found '10px'
(409,75): run-time error CSS1031: Expected selector, found '10px'
(409,75): run-time error CSS1025: Expected comma or open brace, found '10px'
(409,83): run-time error CSS1019: Unexpected token, found '}'
(409,85): run-time error CSS1031: Expected selector, found '/'
(409,85): run-time error CSS1025: Expected comma or open brace, found '/'
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
ol, ul {
    list-style: none;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: bottom; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* @override http://apress-dev-pete.hyper.to/skin/frontend/enterprise/soho/css/styles.css */

/* we're using 12 col grid 64px width cols 17px gutters */
/* content widths: 64, 145, 226, 307, 388, 469, 550, 631, 712, 793, 874, 955 */

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
.wrapper {}
.page { width:1250px; margin:0 auto; padding:17px 0; text-align:left; }
.page-print { background:#fff; padding:17px 0; text-align:left; }
.page-popup { padding:17px 0; text-align:left; }
.main { margin:10px 0; }

/* Base Columns */ 
.col-left { float:left; width:226px; padding:5px 17px 0 0; }
.col-main { float:left; width:712px;  padding:5px 17px 0 0; }
.col-right { float:right; width:226px;  padding:5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding:0;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; padding:0;}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:469px; margin-left:0px; }

/* Content Columns */

.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; margin-right:17px; }
.col3-set .col-2 { float:left; width:32%;  }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%;  }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }



/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input[type=text], input[type=email], input[type=password], select, textarea {
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000;
    width: 200px;
}
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }


input.addOutcome {
    width: 530px;
}

input.scoreChange
{
    width: 350px;
}

select { padding:1px; }
select.gotopage { width: 90px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
textarea.comments { width: 100%; height: 150px;}
textarea.outcome {width: 80%; height: 50px;}
    textarea.helptext {
        width: 80%;
        height: 150px;
    }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
/* button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
/*button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
/* button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

/* start --> For displaying DOB on Customer Registration page */
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month, .form-list .customer-dob .dob-year {
    background: none repeat scroll 0 0 transparent !important;
    float: left;
    margin-right: 8px;
    padding-right: 0 !important;
}

.form-list .customer-dob input.input-text {
    display: block;
    float: none;
    width: 54px;
    margin-bottom: 2px;
    vertical-align: top;
}

.form-list .customer-dob label {
    color: #777777;
    float: none;
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    text-align: right;
    width: auto;
}
/* For displaying DOB on Customer Registration page --> end */

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:307px; }
.group-select input.input-text,
.group-select textarea {width:543px; }
.group-select select { width:550px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:290px; }
.group-select .input-box select { width:307px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even {}
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
/*.std ol { list-style:decimal outside; padding-left:1.5em; }*/
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:960px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { 
    float:left; 
    width:200px; 
    height:63px; 
    overflow:hidden;

} 
.header-container {}
.header { padding:10px;}
.header .logo { background-position:0 0; background-repeat:no-repeat; /*text-indent:-999em;*/ }
.header .logo a { display:block; width:200px; height:63px; }
/*.header .links { float:right; }
.header .form-search { text-align:center; }*/
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search label {color:#FFF;}
.header .form-language { text-align:center; }

/********** < Navigation */
/*#nav { font-size:12px; /*border:1px solid #ddd;*/ padding:5px 0; margin:10px 0; }*/

/* All Levels */
/*#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }*/

/* 1st Level */
/*#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }*/

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { /*border:1px solid #ddd; */margin:0 0 10px; }
.block .block-title {  /* border-bottom:1px solid #ddd;padding:0 10px;*/ }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px 6px; }
.block .actions { /*text-align:right;*/ }
.block .actions a { /*float:left;*/ }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; /*border:1px solid #ddd;*/ margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Just Published */
.block-justpublished {}
.block-justpublished .label { display:block; margin-left:18px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even { background-color:#f6f6f6; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px 0; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { /*float:right; width:469px;*/ }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { /*float:right; width:469px;*/ }
.product-view .product-name {}
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:17px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {  }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; width:145px;padding:0 17px 0 0; }
/* ======================================================================================= */


/* Miscellaneous ================================================================================ */
address.copyright {display: none}
.block-layered-nav {
    background: none;
    background-color: #fff;
    background-image: none;
}
/* ======================================================================================= */
/* HTML Elements
 -------------------------------------------------------- */
html { font-size:100.01%; }
body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; 
font-family: 'Droid Sans',  "Helvetica Neue", Arial, Helvetica, sans-serif;
letter-spacing: -1px;
}
h1 { font-size: 2em; line-height: 1; margin-bottom: 0.4em; }
h2 { font-size: 1.8em; margin-bottom: 0.6em; }
h3 { 
    font-size: 1.5em; line-height: 1; margin: 1em 0 .8em; 
    color: #053f79;
}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

ul{
	margin-bottom: 6px;
}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* links
-------------------------------------------------------------- */

a	{font-weight: bold; 
	color: #DDD; 
	text-decoration: none;}
a:link	{font-weight:bold; 
color: #003366; 
	text-decoration: none;}
a:visited	{font-weight: bold; 
	color: #003366; 
	text-decoration: none;}
a:hover 	{font-weight: bold; 
	color: #990000; 
	text-decoration: underline;}
a:active	{font-weight: bold; 
	color: #990000; 
text-decoration: none;}

/* Customisation
 -------------------------------------------------------- */
body {
    /*background: #fff url(../Images/bg.png) repeat-y 50% 0;*/
    background: #676767;
} 

.wrapper {
	width: 1300px;
	margin: 0 auto;
	padding: 0 0 17px;
	text-align: left;
	position: relative;
    background: #fff;
}

.header-container{
	position:relative;
	background-color: #5c87b2;
	/*mozilla gradient*/
	background-image: -moz-linear-gradient(top, #333, #5c87b2);
	/* webkit gradient */
	background-image: -webkit-gradient(linear,
	left top, left bottom,
	color-stop(0.00, #333),
	color-stop(1.00, #5c87b2));
	border-radius : 4px;
	-moz-border-radius : 4px; /* Mozilla */
	-webkit-border-radius : 4px; /* Webkit */
	}
.header {
	position: relative;
	padding:17px 0 0;
	overflow: hidden;
	/*background: url(../Images/header.png) no-repeat right top;*/

}

.shadow {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    border-radius: 15px;
}

#logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
h1#logo.logo {
	position: relative;
	height: 66px;
	float: left;
	width: 307px;
	margin: 0 17px 0;
	/*background-image: url('../Images/uol_logo_small.png');*/
}

.header .links {
	position: absolute;
	right: 17px;
	top: 17px;
	overflow: hidden;
	background-color: #FFCC00;
	padding: 7px;
	width: 276px;
	border-radius : 6px;
	-moz-border-radius : 6px; /* Mozilla */
	-webkit-border-radius : 6px; /* Webkit */
	/*mozilla gradient*/
	background-image: -moz-linear-gradient(top, #FFCC00, #CC9900);
	/* webkit gradient */
	background-image: -webkit-gradient(linear,
	left top, left bottom,
	color-stop(0.00, #FFCC00),
	color-stop(1.00, #CC9900));
}

.header .links li {
	list-style:none;
	float: left;
	padding: 0 7px;
	font-size: .9em;
}

.header .links li.last{
	float: right;
	padding-right: 0;
	border:none;
}

.header .links a{
	color:#fff;
	}
.header .links a:hover{
	text-decoration: none;
	border-bottom: 1px solid #990000;
}	

.header .links a {
	color: #fff;
	text-decoration: none;
}

.header .links span {
	color: #fff;
	text-decoration: none;
}


#toplevelnav {
	overflow: auto;
	margin: 0px;
	padding: 7px 0 7px;
	border-top: 1px solid #333;
	
}
ul#toplevelnav{
	margin-left: 0px;
	padding-right: 17px;
}

ul#toplevelnav li{
	list-style:none;
	font-size: 1.2em;
}

#toplevelnav li {
	margin-left: 17px;
	float: left;
	font-size: .9em;
}

.adminNav-container{
    background-color: #72a0c1;
    border-radius: 6px;
    height: 20px;
    margin-top: 5px;
    padding: 7px;
	-moz-border-radius : 6px; /* Mozilla */
	-webkit-border-radius : 6px; /* Webkit */
	}

.adminNav-container .links li {
	list-style:none;
	float: left;
	font-size: 1.1em;
	padding-right: 10px;
    border-right: #fff dotted 2px;
    padding-left: 5px;
}

.adminNav-container .links li.last{
	padding-right: 0;
	border:none;
}

.adminNav-container .links li.guide{
	padding-right: 0;
	border:none;
    float: right;
}

.footer-container {
    background-color: #72A0C1;
    padding: 7px;
    height: 40px;
    border-radius: 6px;
    -moz-border-radius: 6px; /* Mozilla */
    -webkit-border-radius: 6px; /* Webkit */
    margin-left: 25px;
    margin-right: 25px;
}

.header .links {
}

	
.footer-container .links li {
	list-style:none;
	float: left;
	font-size: .9em;
	padding-right: 10px;
}

.footer-container .links li.last{
	padding-right: 0;
	border:none;
}

.headerfooter-container .links a{
	color:#000;
	}
.headerfooter-container .links a:hover{
	text-decoration: none;
}	

.footer-container .links a {
	color: #000;
	text-decoration: none;
}

.footer-container .footerlogo
{
    float: right;
    margin-left: 5px;
}

.footer-container ul {
    margin-bottom: 0px;
}

.footer-container .linksright li {
	list-style:none;
	float: right;
	font-size: .9em;
	padding-right: 10px;
}


.footer-container .linksright li {
	list-style:none;
	float: right;
	font-size: .9em;
	padding-right: 10px;
}

.footer-container .linksright li.last{
	padding-right: 0;
	border:none;
}

.headerfooter-container .linksright a{
	color:#000;
	}
.headerfooter-container .linksright a:hover{
	text-decoration: none;
}	

.footer-container .linksright a {
	color: #000;
	text-decoration: none;
}

.footer-container .enquiry
{

    float: right;
}

.dataStatement
{
    margin-top: 10px;
    margin-left: 25px;
    font-size: 80%;
}

.item {
	border: 2px solid #72A0C1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	border-radius : 6px;
	-moz-border-radius : 6px; /* Mozilla */
	-webkit-border-radius : 6px; /* Webkit */
}

/* ADDED BY RC */

p.validation-error {
    color: #e80c4d;
    font-weight: bold;
}

p.warning {
    color: #e80c4d;
    font-weight: bold;
    font-size: 120%;
}

.upClass {
    cursor: pointer;
    padding: 3px;
}

.qOptions {
    display: none;
}

.button {
    border: 1px solid #72a0c1;
    padding: 5px;
    background: #72a0c1;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 100%;
    color: #ffffff;
    border-radius: 10px;
}

.button:hover 
{
    background: #27689C;
    cursor: pointer;
}

.button:disabled
{
    background: #D5DADE;
    border: 1px solid #D5DADE;
    cursor: default;
}

.linkactionbutton
{
    border: 1px solid #72a0c1;
    padding: 5px;
    background: #72a0c1;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 100%;
    color: #ffffff;
    border-radius: 10px;
    width: 150px;
}

.linkactionbutton:hover {
    background: #27689C;
    cursor: pointer;
    text-decoration: none;
}

.addOutcomes
{
    padding: 10px;
}

#divResult {
    margin: 10px;
}

.ScrollableDiv
{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 250px;
    width: 270px;
    overflow: auto;
    border: 1px solid #ccc;
    background-color: #EFF0F4;
    padding: 8px;
}

.emailStakeholderlist {
    display: none;
}

.emailCheckboxlist {
    display: none;
}

.showOPP {
    display: none;
}

.feedrow {
	display: none;

	}
	
.feedcell td
{
	border: 1px solid #aad4ff;
}

.feedtext
{
	width: 238px;
}

/* FancyBox stuff */
.fbPage 
{
	background-color: #72A0C1;
	padding: 7px;
	border-radius : 6px;
	-moz-border-radius : 6px; /* Mozilla */
	-webkit-border-radius : 6px; /* Webkit */
}

.login 
{
	display: block;
	width: 300px;
	height: 235px;
	overflow: hidden;
	background: #1e1e1e;
	border-radius: 6px;
	margin: 50px auto;
	box-shadow: 0px 0px 50px rgba(0,0,0,.8);
}

.login .titulo {
	width: 298px;
	height: 14px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 14px;
	text-align: center;
	color: #bfbfbf;
	font-weight: bold;
	background: #121212;
	border: #2d2d2d solid 1px;
	margin-bottom: 30px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	font-family: Arial;
}

.login form {
	width: 240px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.login form input[type=text], .login form input[type=password] {
	width: 200px;
	font-size: 12px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 40px;
	border: none;
	color: #bfbfbf;
	background: #141414;
	outline: none;
	margin: 0;
	margin-left: 30px;
}

.login form input[type=text] {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top: #0b0b0b solid 1px;
}

.login form input[type=password] {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: #0b0b0b 1px solid;
	border-bottom: #353535 1px solid;
}

.login form .enviar {
	width: 240px;
	height: 12px;
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 6px;
	border: none;
	border-top: #4eb2a8 1px solid;
	border-bottom: #161616 1px solid;
	background: #349e92;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px #1d7464, 0 1px #7bb8b3;
	font-family: Arial;
	margin-left: 30px;
}

.linkbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #a946f5;
	display:inline-block;
	color:#666666;
	font-family:Trebuchet MS;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	height:40px;
	line-height:40px;
	width:300px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #8628ce;
	margin-left: 30px;
	margin-right: 30px;
	zoom: 1;
	*display: inline;
}


.delphitable {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.delphitable table{
	border-collapse: collapse;
		border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.delphitable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.delphitable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.delphitable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.delphitable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.delphitable tr:hover td{
	
}
.delphitable tr:nth-child(odd){ background-color:#aad4ff; }
.delphitable tr:nth-child(even)    { background-color:#aad4ff; }

.delphitable tr.feedrow {
	background-color:#FFF2DF;
	}

.delphitable tr.feedrow2 {
	background-color:#FFF2DF;
	}

.delphitable th{
	vertical-align:bottom;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:2px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}

.delphitable td{
	vertical-align:bottom;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:2px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.delphitable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.delphitable tr td:last-child{
	border-width:0px 0px 1px 0px;
    text-align: left;
}.delphitable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

 /*.hdr td {
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}*/

 .delphitable tr:first-child th{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

 .delphitable  tr.boldheader th{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.delphitable tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.delphitable tr:first-child td {
    border-width:0px 0px 1px 0px;
}

.delphitable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.delphitable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/******************************************************/
.delphitableStakeholder {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.delphitableStakeholder table{
	border-collapse: collapse;
		border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.delphitableStakeholder tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.delphitableStakeholder table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.delphitableStakeholder table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.delphitableStakeholder tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.delphitableStakeholder tr:hover td{
	
}
.delphitableStakeholder tr:nth-child(odd){ background-color:#aad4ff; }
.delphitableStakeholder tr:nth-child(even)    { background-color:#aad4ff; }

.delphitableStakeholder tr.feedrow {
	background-color:#FFF2DF;
	}

.delphitableStakeholder tr.feedrow2 {
	background-color:#FFF2DF;
	}

.delphitableStakeholder th{
	vertical-align:bottom;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:2px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}

.delphitableStakeholder td{
	vertical-align:bottom;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:2px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.delphitableStakeholder tr:last-child td{
	border-width:0px 1px 0px 0px;
}.delphitableStakeholder tr td:last-child{
	border-width:0px 0px 1px 0px;
    text-align: left;
}.delphitableStakeholder tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}



 .delphitableStakeholder  tr.boldheader th{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}

.delphitableStakeholder tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}


.delphitableStakeholder tr:first-child td {
    border-width:0px 0px 1px 0px;
}

.delphitableStakeholder tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.delphitableStakeholder tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/*****************************************************/

.delphitable a 
{
	color: Black;
	text-decoration: none;
}

.delphitableStakeholder a 
{
	color: Black;
	text-decoration: none;
}


.stakeholdertable {
    margin: 0px;
    padding: 0px;
    width: 50%;

}

.stakeholdertable td{
	vertical-align:bottom;
    padding-bottom: 10px;
    width: 50px;
}

.registrationtable {
    margin: 0px;
    padding: 0px;
    width: 100%;

}

.registrationtable td{
	vertical-align:bottom;
    padding-bottom: 10px;
    width: 50px;
}

.registrationtable input 
{
    width: 215px;
}

/*input.registrationtable {
    outline: thin dotted red;
}*/

.registrationtable input valueBox
{
    width: 20px;
}

.addStakeholder
{
    padding: 5px;
}

.domainname
{
	text-align: left;
	font-weight: bolder;
	font-size: 1.4em;
}

.domainname2
{
	text-align: center;
	font-weight: bolder;
	font-size: 1.4em;
}

.centre
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}


.formLayout
    {
        
    }
    
    .formLayout label, .formLayout input
    {
        font-weight: bold;
        display: block;
        /*width: 120px;*/
        float: left;
        margin-bottom: 10px;
    }
 
    .formLayout label
    {
        text-align: right;
        padding-right: 20px;
        width: 85px;
    }
 
    .formLayout br
    {
        clear: left;
    }

/********************************/

.formLayoutConsensus {
}

    .formLayoutConsensus label, .formLayoutConsensus input {
        font-weight: bold;
        display: block;
        /*width: 120px;*/
        float: left;
        margin-bottom: 10px;
    }

    .formLayoutConsensus label {
        padding-right: 20px;
        width: 135px;
    }

    .formLayoutConsensus br {
        clear: left;
    }



/*****/

.formLayout2
    {
        
    }
    
    .formLayout2 label, .formLayout2 input
    {
        font-weight: bold;
        display: block;
        width: 200px;
        float: left;
        margin-bottom: 10px;
    }
 
    .formLayout2 label
    {
        text-align: right;
        padding-right: 20px;
    }
 
    .formLayout2 br
    {
        clear: left;
    }    
    
.formLayout3
    {
        
    }
    

    .formLayout3 label
    {

        display: block;
        width: 200px;
        float: left;
        margin-bottom: 10px;
    }
 
    .formLayout3 label
    {
        text-align: right;
        padding-right: 20px;
    }

.formLayoutSetup
    {
        
    }
    
    .formLayoutSetup label, .formLayoutSetup input
    {
        font-weight: bold;
        display: block;
        /*width: 120px;*/
        float: left;
        margin-bottom: 10px;
    }
 
    .formLayoutSetup label
    {

        padding-right: 20px;
        width: 175px;
    }
 
    .formLayoutSetup br
    {
        clear: left;
    }
 
    .formLayout3 br
    {
        clear: left;
    }    
    
    .formLayoutReports
    {

    }

    .formLayoutReports label, .formLayoutReports input
    {
        font-weight: bold;
        display: block;
        /*width: 120px;*/
        float: left;
        margin-bottom: 10px;
    }
    .formLayoutReports label
    {
        display: block;
        float: left;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .formLayoutReports br
    {
        clear: left;
    }

.formMergeStakeholders
    {
        
    }
    
    .formMergeStakeholders label, .formMergeStakeholders input
    {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }
 
    /*.formMergeStakeholders label
    {

        padding-right: 20px;
        width: 175px;
    }*/

.wideTextbox {
    width: 300px;
}


.boldLabel {
    font-size: 110%;
    color: #BA9C32;
}

hr.StudySetup
{
    color: #A3DDF3;
}

input.error { border: 1px dotted red; background-color: Red; }
input.error-reg {
    border: 1px dotted red;
}

input[type=checkbox].error-reg {
    outline: thin dotted red;
}

input[type=radio].error-reg {
    outline: thin dotted red;
}

label.error-reg {
    color: #fc0000; 
    margin-left: 5px;
    float: right;

}

select.error-reg { border: 1px dotted red; background-color: White;}

select.error { border: 1px dotted red; background-color: White;}

.error {  background-color: Red; }

.validation-summary-errors 
{
    color: Red;
    margin-bottom: 10px;
}

.progress
{
	border-radius: 10px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	background: rgb(255,197,120); 
	background: -moz-linear-gradient(top, rgba(255,197,120,1) 0%, rgba(244,128,38,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(244,128,38,1))); 
	background: -webkit-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%); 
	background: -o-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%); 
	background: -ms-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%); 
	background: linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%); 
	border-top: 1px solid #fceabb;
}

.progress #OutcomesAnswered
{
	float: left;
	margin-left: 5px;
}

.progress #PagesCompleted
{
	float: right;
	margin-right: 10px;
}

.graph {
                width: 100%; /* width and height are arbitrary, just make sure the #bar styles are changed accordingly */
                height: 30px;
                border: 1px solid #888; 
                background: rgb(168,168,168);
                background: -moz-linear-gradient(top, rgba(168,168,168,1) 0%, rgba(204,204,204,1) 23%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,168,168,1)), color-stop(23%,rgba(204,204,204,1)));
                background: -webkit-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
                background: -o-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
                background: -ms-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=0 );
                background: linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
                position: relative;
            }
            #bar {
                height: 29px; /* Not 30px because the 1px top-border brings it up to 30px to match #graph */
                background: rgb(255,197,120); 
                background: -moz-linear-gradient(top, rgba(255,197,120,1) 0%, rgba(244,128,38,1) 100%); 
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(244,128,38,1))); 
                background: -webkit-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%); 
                background: -o-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%); 
                background: -ms-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%); 
                background: linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%); 
                border-top: 1px solid #fceabb;
            }
            #bar p { position: absolute; text-align: center; width: 100%; margin: 0; line-height: 30px; }



.admintable {
	width: 100%;
	padding: 0;
	margin: 0;
}

.admintable caption {
	padding: 0 0 5px 0;
	width: 90%;	 
	font: italic 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: Blue;
}

.admintable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

.admintable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.admintable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

.admintable td.domain {
    text-transform: uppercase;
}

.admintable td.alt {
	background: #F5FAFA;
	color: #797268;
}

.admintable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.admintable th.outcome {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
    text-transform: none;
    font-weight: normal;

}


.admintable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.admintable td.centrecell
{
    text-align: center;
}


.dashtable {
	width: 90%;
	padding: 0;
	margin: 0;
}

.dashtable caption {
	padding: 0 0 5px 0;
	width: 90%;	 
	font: italic 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: Blue;
}

.dashtable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

.dashtable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.dashtable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
    text-align: center;
    font-weight: bold;
}


.dashtable td.alt {
	background: #F5FAFA;
	color: #797268;
}



.dashtable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	/*font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
}

.dashtable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.dashtable tr.active > th.spec {
	background-color: #096db5;
	color: #fff;
}

.dashtable tr.active > td.spec {
	background-color: #096db5;
	color: #fff;
}

a.reportdownload
{
    background: url(../Images/report.png) no-repeat top left;
     display: block;
     text-indent: -9999px; /* hides the link text */
}

p.GraphOutcome {
    font-size: 18px;
}

p.GraphSummary {
    font-size: 14px;
    font-weight: bold;
}

.admintable td.standard
{
    border-left: 1px solid #c1dad7;
    border-top: 0 none;
}

/* V4 and OMERACT changes */
.consensustable {
    width: 90%;
    padding: 0;
    margin: 0;
}

    .consensustable caption {
        padding: 0 0 5px 0;
        width: 90%;
        font: italic 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        color: Blue;
    }

    .consensustable th {
        font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: left;
        padding: 6px 6px 6px 12px;
        background: #CAE8EA url(images/bg_header.jpg) no-repeat;
    }

        .consensustable th.nobg {
            border-top: 0;
            border-left: 0;
            border-right: 1px solid #C1DAD7;
            background: none;
        }

    .consensustable td {
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 6px 6px 6px 12px;
        color: #4f6b72;
    }

        .consensustable td.domain {
            text-transform: uppercase;
        }

        .consensustable td.alt {
            background: #F5FAFA;
            color: #797268;
        }

    .consensustable th.spec {
        border-left: 1px solid #C1DAD7;
        border-top: 0;
        background: #fff url(images/bullet1.gif) no-repeat;
        font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    }

    .consensustable th.outcome {
        border-left: 1px solid #C1DAD7;
        border-top: 0;
        background: #fff;
        text-transform: none;
        font-weight: normal;
    }

    .consensustable td.outcome {
        border-left: 1px solid #C1DAD7;
        border-top: 0;
        text-transform: none;
        font-weight: normal;
    }


    .consensustable th.specalt {
        border-left: 1px solid #C1DAD7;
        border-top: 0;
        background: #f5fafa url(images/bullet2.gif) no-repeat;
        font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #797268;
    }

    .consensustable td.centrecell {
        text-align: center;
    }

.consensustable tr:hover {
    background-color: #ffff99;
}

/* Customize the label (the container) */
.container {
    /*display: block;*/
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: solid 1px rgb(168,168,168);
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.pagingDetails {
    margin: 10px;
}
div.question
{
    margin-left: 5px;
    padding-left: 5px;
    float: left;
    position: relative;
    overflow: hidden;
    width: 850px;
}

div.question .qstatus
{
    color: black;
    float: left;
    margin: 3px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 60px;
    display: none;
}

div.question .qnum
{
    color: black;
    float: left;
    margin: 3px;
    overflow: hidden;
    position: relative;
    width: 40px;
    display: none;
}

div.question .qlabel
{
    color: black;
    float: left;
    margin: 3px;
    overflow: hidden;
    position: relative;
    width: 450px;
}

div.question .qinput
{
    color: black;
    float: left;
    margin: 3px;
    overflow: hidden;
    position: relative;
    width: 260px;
}

div.question .errormsg
{
    color: black;
    float: left;
    margin: 3px;
    overflow: hidden;
    position: relative;
    width: 0px;
}

div.question .qhelptext
{
    border: 1px solid blue;
    color: black;
    display: none;
    float: left;
    font-style: italic;
    margin-left: 62px;
    overflow: hidden;
    padding: 5px;    
    position: relative;
    width: 80%;
}

div.question .subquestion
{
    float: left;
    margin-left: 50px;
    position: relative;
    overflow: hidden;
}

div.subquestion .sstatus
{
    color: black;
    float: left;
    margin: 3px;
    overflow: hidden;
    position: relative;
    text-align: right;
    width: 60px;
    display: none;
}

div.subquestion .snum
{
    color: black;
    float: left;
    margin: 3px;
    overflow: hidden;
    position: relative;
    width: 40px;
    display: none;
}

div.subquestion .slabel {
    color: black;
    float: left;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 260px;
}

.date-label {
    font-size: 10px;
}

div.subquestion .sinput {
    color: black;
    float: left;
    margin: 3px 3px 15px;
    overflow: hidden;
    position: relative;
    /*width: 275px;*/
}

div.subquestion .serrormsg
{
    color: black;
    float: left;
    margin: 3px;
    overflow: hidden;
    position: relative;
    width: 0px;
}

div.subquestion .shelptext
{
    border: 1px solid blue;
    color: black;
    display: none;
    float: left;
    font-style: italic;
    margin-left: 62px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 80%;
}

.smallText
{
    font-size: 11px;
}

div.subquestion img
{
    padding: 0px;
    margin: 0px;
}

img.ui-datepicker-trigger
{
    margin-bottom: 0px;
}

.ui-datepicker-trigger
{
    position: relative;
    top: 2px;
    margin-bottom: 0px;
}
#questionaire 
{
    border: solid 1px blue;
    margin: 5px;
    padding: 5px;
    width: 880px;
}

#questionaireHDR
{
    background: green;
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 5px;
    width: 870px;    
}

.qBox
{
    margin: 5px;
    padding: 5px;
}

.qHdr
{
    font-weight: bold;
    margin-right: 20px;
}

.qst
{
    font-weight:bold;
}
