/* @override http://localhost:8080/Brian/css/common.css */

/* @group Common Layout */

html * {
	margin: 0;
/*paddi

ng: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

body {
	background: #fff9eb;
	color: #333;
	font: 13px/1.3 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.header {
	margin-left: -50px;
}

/* @group Person Groups */

.personGroups {
	color: #333;
	font-weight: bold;
}

input.title {
	border: none;
	padding: 0;
	background: none;
	font-weight: bold;
	font-size: 14px;
	color: #095f96;
}

input.title:hover {
	font-style: italic;
}

input.title.empty {
	border: 1px inset #7eb3f6;
	padding: 1px;
	margin: 0px;
	color: #000;
	background: white;
	font-size: 14px;
}

.groups {
	padding: 0;
	display: inline;
	list-style: none;
}

.groupTag {
	background-color: #E5E5FF;
	margin: 0 10px 5px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 3px;

}

li.groupTag {
	display: inline;
	float: left;
}

.groupTag2, .groupTag3 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 2px;
}

.groupTag2:hover, .groupTag3:hover {
	background-color: #404070;
	color: white !important;
}

.groupTag2:hover a, .groupTag3:hover a {
	color: white !important;
}

.groupTag2 a, .groupTag3 a {
	color: #004;
}

/* @end */

/* @group login */

/* @end */

/* @group Orders */

a.nextOptions, a.proofButton {
	padding: 5px 15px;
	color: #095f96;
	border: 1px solid;
	border-bottom: none;
	background: #fff;
	width: 150px;
	text-align: center;
	margin: -3px;
}

a.proofButton {
	border: 1px solid;
	display: block;
	margin: auto;
	padding: 5px;
}

td.proofButtonTD {
	vertical-align: middle;
}

div.nextOptions {
	margin: 20px 0 0 10px;
}

/* @end */

/* @group General */

.spinner {
	padding: 5px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	top: 40%;
	left: 44%;
	background: #fff;
	color: #006dba;
	border: 1px dotted #ccc;
}

.middle {
	vertical-align: middle;
}

img {
	border: 0;
}

.homepage {
	position: absolute;
	z-index: -1;
	margin: -30px 0 0 40px;
	background-image: url(../images/home.gif?jcb=1279727657);
	height: 313px;
	width: 747px;
}

.wrapper {
	padding: 0;
	overflow: hidden;
	width: 800px;
	margin: auto;
}

.contentBody {
	padding: 0 30px 0 30px;
	min-height: 400px;
}

.contentBody a:hover {
	color: #aa1c00;
}

.footer {
	

/*border-top: 1px dotted #ccc;*/
	margin: 10px 0;
	padding: 33px 50px 0 10px;
	text-align: center;
	background: url(../images/footer_generic.gif?jcb=1279727657) no-repeat -50px;
	text-shadow: #bbb 4px 2px 4px;
}

a:link, a:visited, a:hover {
	color: #095f96;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #aa1c00;
}

h1, h2 {
	color: #d32329;
	font-weight: bold;
	font-size: 16px;
	margin: .8em 0 .6em 0;
}

h2 {
	font-size: 14px;
}

ul {
	padding-left: 15px;
}

ul li {
	margin: 5px 0;
}

input, select, textarea {
	/*b

ackground-color: #fcfcfc;*/
    /*b

order: 1px solid #ccc;*/
    /*f

ont-size: 12px;
    font: 11px verdana, arial, helvetica, sans-serif;*/
    font-size: 12px;
	margin: 2px 0;
	padding: 2px 4px;
	max-width: 380px;
}

select {
	padding: 1px;
}

textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
	
}


.body {
	padding: 0 5px;
}

.dialog {
	margin-top: 5px;
}

/* @end */

/* @group Other */

.qtbrand {
	padding: 25px 10px 0 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.tabletitle {
	text-align: right;
	font-weight: bold;
}

.tablebutton {
	text-align: center;
	font-weight: bold;
}

.asterisks {
	color: #d32329;
}

.required {
	font-size: 10px;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

/* @end */

/* @group Credentials */

.credentials {
	font-weight: bold;
	padding: 2px 10px 4px 5px;
	color: #fff;
	background: #333;
	text-align: right;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.credentials a, .credentials a:link {
	color: #fff;
	text-decoration: none;
}

.credentials a:hover {
	border-bottom: #fff dotted 1px;
}

/* @end */

/* @group Dialog */

.dialog table {
	padding: 5px 0;
}

.prop {
	padding: 5px;
}

.propPadding {
	padding-left: 20px;
}

.prop .name {
	text-align: left;
	width: 15%;
	white-space: nowrap;
}

.prop .value {
	text-align: left;
/*width

: 85%;*/
}

/* @group Login */

#login {
	text-align: center;
}

#login .inner {
	width: 310px;
	margin: 0px auto;
	text-align: left;
	padding: 10px;
}

#login .inner .cssform p {
	clear: left;
	margin: 0;
	padding: 10px 1px 8px 1px;
	padding-left: 110px;
	border-top: 1px dotted #ccc;
	margin-bottom: 5px;
	height: 1%;
}

#login .inner .cssform input[type='text'] {
	width: 150px;
}

#login .inner .cssform label {
	margin-top: 5px;
	float: left;
	margin-left: -100px;
	width: 97px;
}

#login .inner .login_message {
	padding: 10px;
	padding-left: 0;
	margin-top: 0;
	color: red;
}

#login .inner .text_ {
	width: 150px;
}

#login .inner .chk {
	height: 20px;
}

#login .inner .fheader {
	padding-bottom: 10px;
}

#scorebarBorder {
	margin: auto !important;
}

#complexity {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}

#login .inner .cssform #passwordRating {
	text-align: center !important;
	padding: 0 !important;
	padding-top: 10px !important;
	color: red !important;
}

#login .inner .login_message .forgotPassword {
	color: red;
	font-weight: normal;
	font-style: italic;
}

#login .inner .login_message .forgotPassword:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Pagination */

.paginateButtons {
	background: #fff url(../images/skins/shadow.jpg?jcb=1279727657) bottom repeat-x;
	border: 1px solid #ccc;
	border-top: 0;
	color: #666;
	font-size: 13px;
	overflow: hidden;
	padding: 10px 3px;
}

.paginateButtons a {
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin: 0 3px;
	padding: 2px 10px;
}

.paginateButtons a:hover {
	border: 1px outset #aa1c00;
}

.paginateButtons a:active {
	border: 1px inset #aa1c00;
}

.paginateButtons span {
	padding: 2px 3px;
}

/* @end */

/* @group List */

.list table {
	border-collapse: collapse;
	border-color: #ccc;
}

.list th, .list td {
	border-left: 1px solid #ddd;
}

.list th:hover, .list tr:hover {
	background: #e9f5f9;
}

/* @end */

/* @group Tables */

table {
	border: 1px solid #095f96;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fffff4;
	margin-top: 5px;
}

tr {
	border: 0;
}

td, th {
	padding: 7px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	color: #666;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 6px;
	background: #fff url(../images/skins/shadow.jpg?jcb=1279727657) repeat-x 0 bottom;
}

th a:link, th a:visited, th a:hover {
	border: 0 !important;
	color: #666;
}

th.asc a, th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}

th.asc a {
	background-image: url(../images/skins/sorted_asc.gif?jcb=1279727657);
	padding-right: 11px;
}

th.desc a {
	background-image: url(../images/skins/sorted_desc.gif?jcb=1279727657);
	padding-right: 11px;
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #fff;
}

/* @end */

/* @group Messaging and Errors */

.message {
	background: #f3f8fc url(../images/skins/information.png?jcb=1279727657) 8px 50% no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}

div.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0;
}

div.errors ul {
	list-style: none;
	padding: 0;
}

div.errors li {
	background: url(../images/skins/exclamation.png?jcb=1279727657) 8px 0% no-repeat;
	line-height: 16px;
	padding-left: 30px;
}

td.errors select {
	border: 1px solid red;
}

td.errors input {
	border: 1px solid red;
}

/* @end */

/* @group Action Buttons */

.buttons {
	/*b

ackground: #fff url(../images/skins/shadow.jpg?jcb=1279727657) bottom repeat-x;*/
    /*b

order: 1px solid #ccc;*/
    color: #666;
	font-size: 12px;
	margin-top: 5px;
	overflow: hidden;
	padding: 0;
	text-align: right;
	margin-right: 20px;
}

.buttons input {
	background: #fff;
	border: 0;
	color: #095f96;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 68px 20px 0 20px;
}

.buttons input:hover {
	color: #aa1c00;
}

.buttons input.delete {
	background: transparent url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -123px;
}

.buttons input.edit {
	background: transparent url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -246px;
}

.buttons input.save {
	background: transparent url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -1326px;
}

.buttons input.next {
	background: transparent url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -372px;
}

.buttons input.add {
	background: transparent url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center 0px;
}

.buttons input.mailer_canceled {
	background: url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -1006px;
}

/* @end */

/* @group Navigation Menu */

.navNav, .nav {
	/*b

ackground: #fff url(../images/skins/shadow.jpg?jcb=1279727657) bottom repeat-x;*/
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin-top: -10px;
	margin-bottom: -30px;
	display: block;
	height: 120px;
	text-shadow: #bbb 4px 2px 4px;
}

.nav {
	margin-top: -10px;
	margin-bottom: -40px;
}

.nav .menuButton {
	display: inline;
}

.menuButton {
	padding: 0 5px;
	display: block;
}

.menuButton a {
	color: #095f96;
	padding: 10px 10px 66px 10px;
	border: 1px solid transparent;
}

.menuButton a:hover {
	border: 1px solid #095f96;
	background-color: #eaf6f9 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.menuButtonHover {
	color: #aa1c00 !important;
	border: 1px solid #095f96 !important;
	background-color: #eaf6f9 !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-moz-border-radius-bottomright: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
}

.menuButton a.home {
	background: url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -884px;
	padding-right: 25px;
	padding-left: 25px;
}

.menuButton a.list {
	background: url(../images/skins/database_table.png?jcb=1279727657) no-repeat center 30px;
	padding-left: 25px;
}

.menuButton a.create {
	padding-right: 15px;
	padding-left: 15px;
	background: url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -671px;
}

.menuButton a.mailer_pending {
	background: url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center 30px;
}

.menuButton a.mailer_mailed {
	background: url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -467px;
}

.menuButton a.mailer_canceled {
	background: url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -993px;
}

.menuButton a.address_book {
	background: url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -1096px;
}

.menuButton a.reports {
	background: url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -775px;
}

.menuButton a.administration {
	background: url(../images/nav/nav_sprite.png?jcb=1279727657) no-repeat center -1202px;
}

/* @end */

/* @group No Script Error */

.noScriptBrowserError {
	width: 100%;
	background: #a4352f;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.noScriptBrowserError ul {
	list-style-type: none;
}

.noScriptBrowserError a {
	padding: 5px;
	color: #fff;
	text-decoration: underline;
}

.screenDisable {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff9eb;
	padding-top: 50px;
	z-index: 500;
}

/* @end */

/* @end */

/* @group Scaffoldng */

#scaffold_list {
	float: left;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 29%;
	max-width: 250px;
}

.selector {
	display: block;
}

.selector.selected {
	background-color: #d6f1f9;
}

.selector a:hover {
	
}

.selector, .managelist {
	border: 1px solid #ccc;
}

.selector.odd:first-child {
	margin: 0px -1px 0 17px;
	padding: 4px -5px 2px 5px;
}

.selector.odd {
	margin: -14px -1px 0 17px;
	padding: 4px 4px 4px 8px;
	text-align: center;
}

.selector.even {
	margin: -3px -1px 0 0;
	padding: 2px 2px 2px 4px;
}

input.default {
	font-style: italic;
	color: #999;
}

.managelist {
	height: 416px;
	overflow-y: auto;
	background-color: #fff;
}

.listitem {
	font: 11px;
	line-height: 17px;
	padding: 5px 6px;
}

.listitem.selected {
	background-color: #d6f1f9;
}

#scaffold_view {
	
}

#scaffold_view table {
	width: 70%;
}

#scaffold_view select {
	max-width: 270px;
}

.footer {
	clear: both;
}

#queryString {
	width: 80%;
}

/* @end */

/* @group Dropdown */

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.menu * {
	margin: 0;
}

ul.menu a {
	display: block;
	text-decoration: none
}

ul.menu li {
	position: relative;
	float: left;
	margin-right: 2px
}

ul.menu ul {
	position: absolute;
	top: 84px;
	left: 0;
	background: none;
	display: none;
	opacity: 0;
	list-style: none
}

ul.menu ul li {
	position: relative;
	border: 1px solid #095f96;
	border-top: none;
	width: 148px;
	margin: 0
}

ul.menu ul li:first-child {
	border-top: 1px solid #095f96;
}

ul.menu ul li a {
	color: #095f96;
	display: block;
	padding: 3px 7px 5px;
	background-color: #eaf6f9
}

ul.menu ul li a:hover {
	background-color: none;
	border-bottom: none;
}

ul.menu ul ul {
	left: 148px;
	top: -1px
}

ul.menu .menulink {
	border: 1px solid #aaa;
	padding: 5px 7px 7px;
	font-weight: bold;
	background: url(images/header.gif);
	width: 134px
}

/*ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}*/

ul.menu .sub {
	background: #d1d1d1 url(../images/arrow.gif?jcb=1279727657) 136px 8px no-repeat
}

ul.menu .topline {
	border-top: 1px solid #aaa
}

/* @end */

/* f */

.scrollblock {
	display: block;
	height: 460px;
	overflow-y: auto;
}
/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* Hide the input by using a className */
input.fd-hidden-input,
select.fd-hidden-input
        {
        display:none;
        }
/* Screen reader class - hides it from the visual display */
.fd-screen-reader
        {
        position:absolute;
        left:-999em;
        top:0;
        width:1px;
        height:1px;
        overflow:hidden; 
        outline: 0 none;
	-moz-outline: 0 none;
        } 
/* Disabled datePicker and activation button */
a.dp-disabled,
.dp-disabled table
        {
        opacity:.3 !important;           
        filter:alpha(opacity=40);           
        }
.dp-disabled,
.dp-disabled td,
.dp-disabled th,
.dp-disabled th span
        {
        cursor:default !important;          
        }
a.date-picker-control:focus,
div.datePicker table td:focus 
        {
        overflow:hidden;
        outline:0 none;
	-moz-outline: 0 none;
	color:rgb(100,130,170) !important;
        }
/* The wrapper div */
div.datePicker
        {
        position:absolute;        
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/1em Verdana, Sans-Serif;

        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana, sans-serif; */
        
        /* Or, if you prefer a pixel precision */
        /* font:900 12px/12px Verdana, sans-serif; */
        
        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. */
        -moz-user-select:none;
        -khtml-user-select:none;                 
        }  
/* Styles for the static datePickers */
div.static-datepicker
        {
        position:relative;        
        top:5px;
        left:0;
        }
div.datePicker table
        {
        width:auto;
        height:auto;
        border-collapse:separate;         
        } 
/* Draggable datepickers */
div.datePicker tfoot th.drag-enabled,
div.datePicker thead th.drag-enabled,
div.datePicker thead th.drag-enabled span
        {
        cursor:move;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited
        {
        position:relative;
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(../media/cal-grey.gif?jcb=1279727657) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:top;         
        }
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus,
a.dp-button-active:link,
a.dp-button-active:visited,
a.dp-button-active:hover,
a.dp-button-active:active,
a.dp-button-active:focus
        {
        background:transparent url(../media/cal.gif?jcb=1279727657) no-repeat 50% 50% !important;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
/* IE, Safari & Opera. Seperate CSS rule seems to be required. */
a.date-picker-control
        {
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* Default "button" styles */
div.datePicker thead th span
        {
        display:block;
        padding:0;
        margin:0;
        text-align:center;
        line-height:1em;
        border:0 none;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
/* The "month, year" display */
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        display:inline;
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;          
        }
/* Next & Previous (month, year) buttons */
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-weight:lighter;
        font-size:2.4em;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        cursor:pointer !important;
        }
/* Hover effect for Next & Previous (month, year) buttons */
div.datePicker th span.prev-but:hover,
div.datePicker th span.next-but:hover,
div.datePicker th span.today-but:hover
        {
        color:#a84444;
        }
/* Today button */
div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        padding-top:0.3em;
        text-transform:uppercase;
        vertical-align:middle;
        cursor:pointer !important          
        }
/* Disabled buttons */ 
div.dp-disabled th span.prev-but,
div.dp-disabled th span.next-but,
div.dp-disabled th span.today-but,
div.dp-disabled th span.prev-but:hover,
div.dp-disabled th span.next-but:hover,
div.dp-disabled th span.today-but:hover,
div.datePicker th span.prev-but.fd-disabled:hover,
div.datePicker th span.next-but.fd-disabled:hover,
div.datePicker thead th span.fd-disabled,
div.datePicker th span.fd-disabled:hover
        {
        color:#aaa;
        cursor:default !important; 
        opacity:1;        
        }   
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        text-decoration:none;
        text-transform:lowercase;
        cursor:pointer;          
        }
/* The table */
div.datePicker table
        {               
        margin:0;
        padding:0;
        border:1px solid #ccc;        
        background:#fff url(../media/gradient-e5e5e5-ffffff.gif?jcb=1279727657) repeat-x 0 -20px;
        text-align:center;
        border-spacing:2px;
        padding:0.3em; 
        width:auto;             
        empty-cells:show;   
        border-radius:0.8em;             
        -moz-border-radius:0.8em;
        -moz-box-shadow:0px 0px 5px #aaa;               
        }
/* Common TD & TH styling */
div.datePicker table td,
div.datePicker table tbody th
        {                 
        border:0 none;
        padding:0;
        text-align:center;
        vertical-align:middle;               
        cursor:pointer;
        background:#fff url(../media/gradient-e5e5e5-ffffff.gif?jcb=1279727657) repeat-x 0 -40px;
        width:3em;
        height:3em;   
        overflow:hidden;      
        outline:transparent none 0px;        
        border:1px solid #ccc;
        text-transform:none;         
        -moz-border-radius:2px;         
        border-radius:2px;
        }
div.datePicker table td:focus,
div.datePicker table td:active
        {
        outline:0 none red;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;        
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle; 
        text-transform:none;        
        }
div.datePicker table thead th
        {
        height:auto !important;
        }
div.datePicker table tbody th
        {                          
        border:1px solid #dcdcdc;        
        }
/* Week number display */
div.datePicker table thead th.date-picker-week-header,
div.datePicker table tbody th.date-picker-week-header
        {
        font-style:oblique;  
        background:transparent;
        cursor:default;         
        }
div.datePicker table thead th.date-picker-week-header
        {
        cursor:help;
        border:0 none;
        padding:0 0 0.2em 0;
        }
/* tfoot status bar */
div.datePicker tfoot th
        {
        cursor:default;
        font-weight:normal;
        text-transform:uppercase;
        letter-spacing:0.1em;
        border:0 none;
        background:#fff;
        height:2.8em;
        }
/* TD cell that is _not_ used to display a day of the month */
div.datePicker table tbody td.date-picker-unused
        {
        background:#fff url(../media/backstripes.gif?jcb=1279727657);
        border-color:#dcdcdc;          
        cursor:default !important;
        }

/* The TH cell used to display the "month, year" title */
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header styles */
div.datePicker table thead th.date-picker-day-header
        {
        text-transform:lowercase;
        cursor:help;
        height:auto;
        }
/* The "todays date" style */
div.datePicker table tbody td.date-picker-today
        {
        background:#fff url(../media/bullet2.gif?jcb=1279727657) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }

div.datePicker table tbody td.month-out.date-picker-highlight 
        {
        color:#aa8866 !important;
        }
/* The "highlight days" style */
div.datePicker table tbody td.date-picker-highlight,
div.datePicker table thead th.date-picker-highlight
        {
        color:#a86666 !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(../media/bg_header.jpg?jcb=1279727657) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170) !important;
        color:rgb(100,130,170); 
        text-shadow: 0px 1px 1px #fff;                
        }
/* The "disabled days" style */
div.datePicker table tbody td.day-disabled
        {          
        background:#fff url(../media/backstripes.gif?jcb=1279727657) no-repeat 0 0;
        color:#aaa !important;
        cursor:default;
        text-decoration:line-through;
        } 
div.datePicker table tbody td.month-out 
        {
        border-color:#ddd;
        color:#aaa !important;
        background:#fff url(../media/gradient-e5e5e5-ffffff.gif?jcb=1279727657) repeat-x 0 -40px;                             
        } 
/* The "selected date" style */
div.datePicker table tbody td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* The date "out of range" style */
div.datePicker table tbody td.out-of-range,
div.datePicker table tbody td.not-selectable
        {           
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;              
        } 
/* Week number "out of range" && "month-out" styles */
div.datePicker table tbody th.month-out,
div.datePicker table tbody th.out-of-range
        {
        color:#aaa !important;
        font-style:oblique;
        background:#fcfcfc !important;          
        }
/* week numbers "out of range" */
div.datePicker table tbody th.out-of-range
        {
        opacity:0.6;
        filter:alpha(opacity=60);
        }  
/* Used when the entire grid is full but the next/prev months dates cannot be selected */
div.datePicker table tbody td.not-selectable
        {         
        opacity:0.8;
        filter:alpha(opacity=80);        
        }
div.datePicker table tbody tr
        {
        display:table-row;
        }
div.datePicker table tfoot sup
        {
        font-size:0.86em;
        letter-spacing:normal;
        text-transform:none;
        height: 0;
	line-height: 1;
	position: relative;
	top: -0.2em;	
	vertical-align: baseline !important;
	vertical-align: top;  
        }
div.datePicker table thead th.date-picker-day-header,
div.datePicker table thead span.month-display,
div.datePicker table thead span.year-display
        {            
        text-shadow: 0px 1px 1px #fff;                            
        }
/* You can add focus effects (for everything but IE6) like so: */

div.datepicker-focus table.datePickerTable
        {
        border-color:#999 !important;         
        }
div.datePicker table tbody tr td:focus,
div.datePicker table tbody td.date-picker-hover 
        {
        overflow:hidden;
        outline:0px solid #ff0000;        
	-moz-outline: 0 none;
	-o-highlight:0 none;
	color:rgb(100,130,170) !important;        	
        }
div.static-datepicker table
        {
        -moz-box-shadow:0 0 0 transparent;
        
        }               
div.datepicker-focus table
        {
        /* Naughty, naughty - but we add a highlight using the table's border colour */
        outline:none;
         -moz-box-shadow:0px 0px 5px #aaa;         
        }    
       *:-o-prefocus{outline : -o-highlight-border;}
 
/* INTERNET EXPLORER WOES
   ======================
   
   Hover Effects
   -------------
   
   IE cannot deal with :focus on the TR so the datePicker script adds the class "dp-row-highlight" to the
   row currently being hovered over. This should enable you to add hover effects if desired.
   
   e.g. the following rule will highlight the cell borders in another colour when a row is moused over,
   it looks like crap though so I didn't include the rule within the demo:
   
div.datePicker table tbody tr.dp-row-highlight td
        {
        border-color:#aaa;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack  
   This is a workaround for a nasty IE6 bug that never caches background images on dynamically created DOM nodes
   which means that they are downloaded for every cell for every table - nasty! */    
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
body.fd-drag-active 
        {
        -webkit-user-select:none;
        }
/* Chrome has problems with the -webkit-box-shadow and -webkit-border-radius styles together 
   Remove one or the other to get things looking less ugly */       
@media screen and (-webkit-min-device-pixel-ratio:0) {
        div.datePicker table
                {
                border-spacing:0.3em;
                /* Naughty, naughty */
                -webkit-box-shadow:0px 0px 5px #aaa;                 
                -webkit-border-radius:0.8em;                
                }          
        div.static-datepicker table
                {
                -webkit-box-shadow:0 0 0 transparent;
                } 
        div.datepicker-focus table
                {        
                -webkit-box-shadow:0px 0px 5px #aaa;       
                }       
        div.datePicker table td,
        div.datePicker table tbody th
                {
                padding:0.1em;
                -webkit-border-radius:2px;
                }
        div.datePicker table tbody td.date-picker-hover
                {                
                -webkit-box-shadow:0px 0px 1px rgb(100,130,170);
                }       
}
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../js/shadowbox/loading.gif?jcb=1279727657) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../js/shadowbox/close.png?jcb=1279727657);}
#sb-nav-next{background-image:url(../js/shadowbox/next.png?jcb=1279727657);}
#sb-nav-previous{background-image:url(../js/shadowbox/previous.png?jcb=1279727657);}
#sb-nav-play{background-image:url(../js/shadowbox/play.png?jcb=1279727657);}
#sb-nav-pause{background-image:url(../js/shadowbox/pause.png?jcb=1279727657);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

.ContentFlow .flow .item canvas.content{height:100%;width:100%}.ContentFlow .flow .item.active{cursor:pointer}.ContentFlow .flow .item .caption{font-size:100%;font-weight:700;text-align:center;color:#FFF;max-height:30%;bottom:10%;background:url(../js/contentflow/img/1x1_0.5_black.png?jcb=1279727657);width:100%;position:absolute;display:none}* html .ContentFlow .flow .item .caption{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/1x1_0.5_black.png')}.ContentFlow .scrollbar{width:50%;height:16px;background:url(../js/contentflow/img/scrollbar_white.png?jcb=1279727657) left center repeat-x;overflow:visible;position:relative;z-index:1;visibility:hidden;margin:10px auto 0}.ContentFlow .scrollbar .slider{width:16px;height:16px;background:url(../js/contentflow/img/slider_white.png?jcb=1279727657) center center no-repeat;cursor:move;position:absolute}* html .ContentFlow .scrollbar .slider{background-image:none}* html .ContentFlow .scrollbar .slider .virtualSlider{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/slider_white.png');height:100%}.ContentFlow .scrollbar .slider .position{top:120%;font-size:16px;font-weight:700;color:silver;position:absolute;text-align:center}.ContentFlow .globalCaption{text-align:center;font-weight:700;color:#FFF;font-size:14px;height:20px;position:relative;z-index:1;margin:2em auto}.ContentFlow .loadIndicator{width:100%;height:100%;top:0;left:0;background:#000;position:absolute;z-index:65000}.ContentFlow .loadIndicator .indicator{background:url(../js/contentflow/img/loader.gif?jcb=1279727657) center center no-repeat;width:100%;height:100%}* html .ContentFlow .loadIndicator .indicator{height:100px}.ContentFlow{position:relative;overflow:hidden}.ContentFlow *{margin:0;padding:0}.ContentFlow img{-ms-interpolation-mode:bicubic}.ContentFlow .mouseoverCheckElement{position:absolute;width:0;height:0;left:0;visibility:hidden}.ContentFlow:hover .mouseoverCheckElement{left:1px}.ContentFlow .flow{position:relative;z-index:0;visibility:hidden;width:100%;margin:0 auto}.ContentFlow .flow.hidden{visibility:hidden}.ContentFlow .flow .item{position:absolute;visibility:hidden;top:0;left:0}.ContentFlow .flow .item div.content{width:100%;height:100%}.ContentFlow .flow .item .label{display:none}.ContentFlow .flow .item canvas.reflection{margin-top:-1px}.ContentFlow .flow .item img.content,.ContentFlow .flow .item img.reflection,.ContentFlow .flow .item canvas.reflection{width:100%}.ContentFlow .flow .item .caption a,.ContentFlow .flow .item .caption a:link,.ContentFlow .flow .item .caption a:visited,.ContentFlow .flow .item .caption a:active,.ContentFlow .flow .item .caption a:hover,.ContentFlow .globalCaption .caption a,.ContentFlow .globalCaption .caption a:link,.ContentFlow .globalCaption .caption a:visited,.ContentFlow .globalCaption .caption a:active,.ContentFlow .globalCaption .caption a:hover{color:#FFF;font-size:0.8em;font-style:italic;text-decoration:none}.ContentFlow .flow .item .caption a:hover,.ContentFlow .globalCaption .caption a:hover{text-decoration:underline}.ContentFlow .flow .item .content,.ContentFlow .flow .item .reflection{display:block}






