/* mozilla.org Cavendish Content Styles
 * Design by SilverOrange
 * Markup Reference classes organized by fantasai
 */ /* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */ /* TOC:
   Body
   Random HTML Styles
     Forms
   General Structure
   Navigation
   Quotations
   Comments and Other Asides
   Emphasis
   Computers - General
   Code
   Examples and Figures
   Q and A (FAQ)
   Tables
   Meta

   Body */
body {
	background: #fff;
	color: #000;
	font-size: 90%;
}

.displayTable {

}

.displayTableRow {

}

.displayTableCell {
    display: table-cell;
}

#bodyContent,#side {
	background: #fff;
	line-height: 1.5em; /* value other than 'normal' needed for WinIE */
	color: #000;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#side {
    position:relative;
    margin-top: -2px;
    vertical-align: top;
    width:200px;
    min-width:200px;
    max-width:200px;
}

#sideToggle {
    font-size: 12px;
    position:absolute;
    left:-40px;
    top:233px;
    background:#96789F;
    color:#FFFFFF;
    text-align:center;
    width:100px;
    -ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
	white-space:nowrap;
	display:block;
	line-height:20px;
    cursor:pointer;
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    z-index:1000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#sideToggle:hover {
    background:#A284AC;
}

#spacer {
    min-width:29px;
    max-width:29px;
    width:29px;
}

#bodyContent {
    position:relative;
    padding: 10px;
    
    -moz-box-shadow:    0 0 3px 1px #ccc;
    -webkit-box-shadow: 0 0 3px 1px #ccc;
    box-shadow:         0 0 3px 1px #ccc;
    border: 1px solid #AAAAAA;
    width:100%;
}

.deepLevel #bodyContent {
	line-height: 1.4em;
}

#nav {
	line-height: 1em;
}

/* Random HTML Styles */
input::-ms-clear {
    width : 0;
    height: 0;
}

hr {
	background-color: #000;
	color: #000;
	margin: 2em 0;
}

input[type="submit"] {
	font-weight: bold;
	cursor: pointer;
}

/* General Structure */
body,td,th,input { /* redundant rules for bad browsers  */
	font-family: Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0.5em;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #ccc;
	font-family: Verdana, sans-serif;
}

li h1,li h2,li h3,li h4,li h5,li h6 {
	border: none;
}

#header h6 {
	border: 0;
}

h1 {
	font-size: 160%;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	font-weight: normal;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 90%;
	border: 0;
}

#bodyContent h1 {
	font-size: 160%;
	font-weight: normal;
}

#bodyContent h2 {
	font-size: 150%;
	font-weight: normal;
}

#bodyContent h3 {
	font-size: 120%;
}

#bodyContent h4 {
	font-size: 100%;
}

#bodyContent h5 {
	font-size: 90%;
}

#bodyContent h6 {
	font-size: 90%;
	border: 0;
}

/* Navigation */
:link {
	color: #039;
	text-decoration: none;
}

:visited {
	color: #636;
	text-decoration: none;
}

:link :hover,:visited :hover {
	text-decoration: underline;
}

:link :active,:link :active {
	color: #000;
}

/* Quotations */ /* Comments and other Asides */
.note {
	color: #666;
	font-style: normal;
}

.remark {
	color: #666;
}

.sidenote {
	border: #666;
}

.key-point:before {
	line-height: 0.1;
	font-size: 1px;
	background: transparent url("https://forum.grand-nce.ca/images/key-point_tr.gif") no-repeat
		top right;
	margin: -15px -15px 0 -15px;
	height: 15px;
	display: block;
	border: none;
	content: url("https://forum.grand-nce.ca/images/key-point_tl.gif");
}

.key-point {
	background: #e4ecec url("https://forum.grand-nce.ca/images/key-point_back.gif") right
		repeat-y;
	padding: 15px;
	margin-bottom: 1em;
}

.key-point:after {
	display: block;
	clear: both;
	padding-top: 15px;
	line-height: 0.1;
	font-size: 1px;
	content: url("https://forum.grand-nce.ca/images/key-point_bl.gif");
	margin: -15px;
	height: 8px;
	background: transparent url("https://forum.grand-nce.ca/images/key-point_br.gif") scroll
		no-repeat bottom right;
}

.key-point h2,.key-point h3,.key-point h4,.key-point h5 {
	border: none;
	margin-top: 0;
	color: #4C5C5C;
}

.news dt {
	font-weight: normal;
	color: #666;
}

.news dt a {
	font-weight: bold;
}

ul.compact {
	margin-left: 0;
	padding-left: 20px;
}

/* Emphasis */ /* Computers - General */
kbd {
	margin: 0.1em;
	padding: 0.1em;
	border: 1px #ccc;
}

kbd.command,code.command {
	color: #6B5839;
}

/* Code */
pre {
    white-space: normal !important;
}

pre.code {
	background: #EEECF6;
}

code>em,code>strong,pre.code>em,pre.code>strong {
	font-style: normal;
}

/* Examples and Figures */
div.example {
	border-color: #554FA0;
}

div.example:before {
	color: #666;
}

/* Q and A (FAQ) */
ol.faq li a {
	text-decoration: none;
	border-bottom: 1px dotted #6C98EE;
}

ol.faq li a:hover {
	border-color: #039;
}

/* Tables */
table.data thead th {
	background: #e4ecec;
	empty-cells: hide;
}

table.data th,table.data td {
	border: 1px solid #ccc;
}

tr.odd {
	background: #F5F5F5;
}

/* Meta */
address {
	color: #666;
}

/* Product Specific CSS */
.productlist h3 {
	border: none;
}

.key-point h1,.key-point h3 {
	margin: 0;
}

input {
    border: 1px solid #888;
	background: #ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 15px;
	padding:3px 3px;
	margin:2px;
}

.custom-combobox-input {
    background: #FFFFFF !important;
    font-weight: bold;
    -moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #888 !important;
	margin-right: 0 !important;
	max-height: 15px !important;
	min-width: 100px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle, .custom-combobox-toggle:active, .custom-combobox-toggle:hover, .custom-combobox-toggle.ui-state-hover {
    margin-left: -1px !important;
    top: 0 !important;
    -moz-border-radius-topleft: 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	
	padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    
    line-height: 15px !important;
    vertical-align: top;
}

input.dark {
    border: 1px solid #888;
	background: #ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	font-family: Verdana, Arial, sans-serif;
	padding:3px 3px;
}

input:focus {
    border: 1px solid #8C529D !important;
	box-shadow: inset 0 0 3px #8C529D;
    -moz-box-shadow: inset 0 0 3px #8C529D;
    -webkit-box-shadow: inset 0 0 3px #8C529D;
    outline:none;
}

select {
	border: 1px solid #888 !important;
	background: #ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dfdfdf;
	display:inline-block;
	padding:3px 3px;
	margin: 2px;
	font-weight: bold;
	outline: none;
}

input[type=button], input[type=submit], .button, .button:visited, .ui-button, .button:link , button:not(#cboxPrevious):not(#cboxNext):not(#cboxSlideshow):not(#cboxClose):not([disabled]) {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f8f8), color-stop(1, #E8E8E8) ) !important;
    background:-moz-linear-gradient( center top, #f8f8f8 5%, #E8E8E8 100% ) !important;
    background: -o-linear-gradient(top, #f8f8f8, #E8E8E8) !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#E8E8E8');
    background: -ms-linear-gradient(top, #f8f8f8 0%, #E8E8E8 100%);
    background-color:#f8f8f8 !important;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:1px solid #AAAAAA !important;
    display:inline-block;
    color:#606060 !important;
    font-family: Arial, Verdana, sans-serif !important;
    font-size:13px;
    line-height:15px;
    padding:5px 20px;
    text-decoration:none;
    font-weight: bold !important;
    text-shadow:1px 1px 0px #FFFFFF;
    box-shadow:inset 0 0 1px 0 #f8f8f8;
    white-space:nowrap;
	margin:2px;
	text-align:center;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button:not(#cboxPrevious):not(#cboxNext):not(#cboxSlideshow):not(#cboxClose) {
    font-family: Arial, Verdana, sans-serif !important;
    font-size:13px !important;
    white-space:nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=button]:hover, input[type=submit]:hover, .button:hover, .ui-button:hover, button:not(#cboxPrevious):not(#cboxNext):not(#cboxSlideshow):not(#cboxClose):not([disabled]):hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f8f8), color-stop(1, #E8E8E8) );
    background:-moz-linear-gradient( center top, #f8f8f8 5%, #E8E8E8 100% );
    background: -o-linear-gradient(top, #f8f8f8, #E8E8E8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#E8E8E8');
    background: -ms-linear-gradient(top, #f8f8f8 0%, #E8E8E8 100%);
    background-color:#E8E8E8;
    font-family: Arial, Verdana, sans-serif;
    font-size:13px;
    line-height:15px;
    color:#8C529D !important;
    display:inline-block;
    border-color:#888888;
    font-weight: bold;
    -moz-box-shadow:inset 0 0 3px 0 #f8f8f8, 0 0 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:inset 0 0 3px 0 #f8f8f8, 0 0 2px rgba(0, 0, 0, 0.25);
    box-shadow:inset 0 0 3px 0 #f8f8f8, 0 0 2px rgba(0, 0, 0, 0.25);
    text-decoration:none; 
    cursor:pointer;
    padding:5px 20px;
	margin:2px;
	white-space:nowrap;
}

input[type=button]:active, input[type=submit]:active, .button:active, .ui-button:active, .ui-state button:not(#cboxPrevious):not(#cboxNext):not(#cboxSlideshow):not(#cboxClose):not([disabled]):active {
    position:relative;
    top:1px;
    text-decoration:none;
    border-color:#888888;
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size:13px;
    color:#8C529D !important;
    cursor:pointer;
    white-space:nowrap;
}

textarea {
    width: 99%;
    height: 400px;
    border: 1px solid #888 !important;
	background: #ffffff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	padding:6px 6px !important;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin:2px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea[disabled] {
    background: #cccccc !important;
    color: #777777 !important;
}

textarea:focus {
    border: 1px solid #8C529D !important;
	box-shadow: inset 0 0 5px #8C529D;
    -moz-box-shadow: inset 0 0 5px #8C529D;
    -webkit-box-shadow: inset 0 0 5px #8C529D;
    outline:none;
}

input[disabled] , input[disabled]:hover , input[disabled]:active , select[disabled], button[disabled], a.disabledButton, a.disabledButton:hover, a.disabledButton:active {
    background: #cccccc !important;
    color: #777777 !important;
    top:0;
    border:1px solid #AAAAAA !important;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:inline-block;
    color:#606060 !important;
    font-family: Arial, Verdana, sans-serif !important;
    font-size:13px;
    line-height:15px;
    padding:5px 20px;
    text-decoration:none;
    font-weight: bold !important;
    text-shadow:1px 1px 0px #FFFFFF;
    box-shadow:inset 0 0 1px 0 #f8f8f8;
    white-space:nowrap;
	margin:2px;
	text-align:center;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

input.stealth, input.stealth:focus {
    border: none !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background:transparent;
    margin:0;
    padding:0;
    font-size:1em;
    width:18px;
    min-width:18px;
}

button::-moz-focus-inner{
    border:0; 
    padding:0;
}

input::-moz-focus-inner{
    border:0; 
    padding:0;
}

#product-desc h2 {
	text-indent: -700em;
	height: 25px;
	line-height: 2px;
	font-size: 2px;
}

#product-desc p {
	padding-left: 170px;
}

#product-desc ul,#key-desc {
	padding-left: 190px;
	margin-bottom: 0;
}

#product-side,#key-side {
	margin-left: 65%;
}

#product-side ul,#key-side ul {
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#product-side li,#key-side {
	padding-bottom: 0.2em;
}

#product-desc,#key-desc {
	padding: 40px 0 25px 0;
	color: #4C5C5C;
	width: 60%;
	float: left;
	line-height: 140%;
}

#key-desc {
	padding: 0;
}

#key-side {
	color: #4C5C5C;
}

.product-firefox {
	background: url("https://forum.grand-nce.ca/images/product-firefox-screen.png") no-repeat;
}

.product-thunderbird {
	background: url("https://forum.grand-nce.ca/images/product-thunderbird-screen.png") no-repeat
		;
}

.product-camino {
	background: url("https://forum.grand-nce.ca/images/product-camino-screen.png") no-repeat;
}

.product-mozilla {
	background: url("https://forum.grand-nce.ca/images/product-mozilla-screen.png") no-repeat;
}

#product-side .download h3 {
	color: #1D9101;
	font-weight: bold;
	margin: 0;
	font-size: 140%;
}

.download h3 :link,.download h3 :visited,.download h3 :link :active,.download h3 :visited
	:active {
	color: #1D9101;
}

.download h3 :link :hover,.download h3 :visited :hover {
	color: #156B01;
}

.download li {
	padding: 0;
	margin: 0;
}

.download ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.other a:link,.other a:visited {
	color: #666;
}

.download .other a:hover {
	color: #000;
}

.download:before {
	line-height: 0.1;
	font-size: 1px;
	margin: -15px -15px 0 -15px;
	height: 15px;
	display: block;
	border: none;
	content: url("https://forum.grand-nce.ca/images/download_tl.gif");
}

.download {
	background: #C4EFA1 url("https://forum.grand-nce.ca/images/download_back.gif") top right
		no-repeat;
	padding: 15px 45px 15px 15px;
	margin-bottom: 0.5em;
}

.download:after {
	display: block;
	padding-top: 15px;
	line-height: 0.1;
	font-size: 1px;
	content: url("https://forum.grand-nce.ca/images/download_bl.gif");
	margin: -10px -45px -15px -15px;
	height: 8px;
	background: transparent url("https://forum.grand-nce.ca/images/download_br.gif") scroll
		no-repeat bottom right;
}

.configParent {
	display: block;
	font-size: 85%;
}

.shop:before,.shopmoz:before {
	line-height: 0.1;
	font-size: 1px;
	margin: -15px -15px 0 -15px;
	height: 15px;
	display: block;
	border: none;
	content: url("https://forum.grand-nce.ca/images/shop_tl.gif");
}

.shop {
	background: #C0DCDC url("https://forum.grand-nce.ca/images/shop_back.gif") top right
		no-repeat;
	padding: 15px 70px 15px 15px;
}

.shopmoz {
	background: #C0DCDC url("https://forum.grand-nce.ca/images/shopmoz_back.gif") top right
		no-repeat;
	padding: 15px 70px 15px 15px;
}

.shop:after,.shopmoz:after {
	display: block;
	padding-top: 15px;
	line-height: 0.1;
	font-size: 1px;
	content: url("https://forum.grand-nce.ca/images/shop_bl.gif");
	margin: -10px -70px -15px -15px;
	height: 8px;
	background: transparent url("https://forum.grand-nce.ca/images/shop_br.gif") scroll no-repeat
		bottom right;
}

/* Firefox Central styles  */
#ffcentral-desc {
	background: url("https://forum.grand-nce.ca/products/firefox/t-welcomefirefox.gif") no-repeat
		;
	width: 60%;
	float: left;
	line-height: 140%;
}

#ffcentral-desc div {
	padding: 40px 0 0 100px;
}

#ffcentral h3,#ffcentral h2,#ffcentral p,#ffcentral ul {
	margin-top: 0;
	color: #4C5C5C;
}

/*JQUERY TABS CUSTOM STYLING*/
.ui-widget{font-size:1em;}
.ui-widget-content{border:none;}
.ui-widget-header{
	background: none;
	border: none;
	border-bottom: 1px solid #AAAAAA;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #96789f; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96789f', endColorstr='#8b6e93'); /* for IE */
	background: -ms-linear-gradient(top, #96789f 0%, #8b6e93 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#96789f), to(#8b6e93)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #96789f,  #8b6e93); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #96789f, #8b6e93);
}

.ui-dialog {
    -moz-box-shadow:    0 0 10px -1px #000;
    -webkit-box-shadow: 0 0 10px -1px #000;
    box-shadow:         0 0 10px -1px #000;
    border: 1px solid #888 !important;
}

.ui-datepicker-calendar a.ui-state-default {
    background: #cccccc !important;
}

.ui-datepicker-header {
    background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96789f', endColorstr='#8b6e93'); /* for IE */
	background: -ms-linear-gradient(top, #96789f 0%, #8b6e93 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#96789f), to(#8b6e93)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #96789f, #8b6e93); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #96789f, #8b6e93);
}

.ui-datepicker {
    border: 1px solid #8b6e93 !important;
}

.ui-tabs .ui-tabs-nav li a {
	color: #FFFFFF;
	font-weight: bold;				
}
.ui-tabs .ui-tabs-nav li{
	border-color: #96789F;
	margin: 0 2px 0 2px;
}
.ui-tabs .ui-tabs-nav li:hover{
	background: #A385AD; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A385AD', endColorstr='#96789f'); /* for IE */
	background: -ms-linear-gradient(top, #A385AD 0%, #96789f 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#A385AD), to(#96789f)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #A385AD, #96789f); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #A385AD, #96789f); 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin: 0 2px 0 2px;
	padding-bottom: 1px;
	background: #FFFFFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3EBF5', endColorstr='#FFFFFF'); /* for IE */
	background: -ms-linear-gradient(top, #F3EBF5 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#F3EBF5), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #F3EBF5, #FFFFFF); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #F3EBF5, #FFFFFF); 
	border-color: #CCCCCC;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
	color: #8C529D;
}

div#person .ui-tabs-panel {
	overflow: auto;
}

.ui-menu {
    border: 1px solid #888888;
}

.ui-autocomplete {
    padding-right:2px !important;
}

.ui-progressbar .ui-progressbar-value {
    border: 1px solid #aaaaaa;
    background: #a56ec4 url(https://forum.grand-nce.ca/skins/smoothness/images/pbar-done.gif);
    height: 22px; 
    color: #222222; 
    font-weight: bold;
    padding-top:1px;
    color: #FFFFFF;
    text-shadow: #000000 1px 1px 2px;
    
}

.ui-progressbar {
    border: 1px solid #aaa;
    height: 22px;
    background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#eee'); /* for IE */
	background: -ms-linear-gradient(top, #ddd 0%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ddd,  #eee); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top, #ddd, #eee); 
}

.ui-widget-content a {
    color: #039;
}

.ui-accordion-header > a {
    color: #000000 !important;
    text-shadow: #FFFFFF 1px 1px 0;
    padding: 0 .5em 0 1em !important;
}

.ui-slider {
    background: #aaa;
}

.tick {
    border: 1px solid transparent; /*follows slide handle style for sizing purposes*/
    position: absolute;
    width: 1.2em;
    margin-left: -.6em;
    text-align:center;
    left: 0;
    font-size: smaller;
}

.steps {
    border: 1px solid transparent; /*follows #slider2 style for sizing purposes */
    width: 200px;
    position: relative;
    height: 30px;
}

.toggleHeader, .ui-accordion-header {
    background-color: #F3EBF5 !important;
    background-image: url('https://forum.grand-nce.ca/skins/black_gradient.png') !important;
	border: 1px solid #AAAAAA !important;
	color: #000000;
    text-shadow: #FFFFFF 1px 1px 0;
	padding: 4px !important;
    padding-left:10px !important;
    padding-right:10px !important;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    margin-bottom:5px !important;
    cursor: pointer;
    
    position: relative;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggleHeader:hover, .ui-accordion-header:hover {
    background-image: url('https://forum.grand-nce.ca/skins/black_gradient_darker.png') !important;
}

ul.ui-autocomplete {
    background: #FFFFFF !important;
    border: 1px solid #AAA !important;
    padding: 5px 0 5px 0 !important;
    
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0, 0.25) !important;
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0, 0.25) !important;
    box-shadow: 3px 3px 4px rgba(0,0,0, 0.25) !important;
}

li.ui-menu-item {
    background: #FFF;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

li.ui-menu-item > a {
    font-weight: bold !important;
    font-size: 12px !important;
    color: #555 !important;
    border: none !important;
    line-height:27px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin:0 !important;
    white-space:nowrap;
}

li.ui-menu-item:hover > a, li.ui-menu-item > a#ui-active-menuitem, li.ui-menu-item > a.ui-state-focus {
    font-weight: bold !important;
    font-size: 12px !important;
    color: #FFF !important;
    border: none !important;
    background: #96789F !important;
    background-image: none !important;
    line-height:27px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

/*.ui-state-focus {
    font-weight: bold !important;
    font-size: 12px !important;
    color: #FFF !important;
    border: none !important;
    background: #96789F !important;
    background-image: none !important;
    line-height:27px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}*/

h1.custom-title{
    padding: 0.8em 0.8em 0 0.8em;
    border: none;
}

ins {
    background: #AAFFAA;
    display: inline-block;
    text-decoration: none;
    vertical-align:top;
}

del {
    background: #FFAAAA;
    display: inline-block;
    text-decoration: none;
    vertical-align:top;
}

.pdfOnly {
    display: none;
}

.label {
    text-align:right;
    font-weight: bold;
    vertical-align: top;
}

/* Messages */

a.error_box_close {
	float: right;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 10px;
}

.error, .warning, .success, .info, .purpleInfo {
    background-repeat: no-repeat !important;
    background-position: 5px center !important;
    margin: 10px 0;
    padding:10px 5px 10px 40px;
    position: relative;
}

.inlineError, .inlineWarning, .inlineSuccess, .inlineInfo, .inlineMessage {
    margin: 0 0;
    padding:1px 2px;
}

.error, .inlineError, .error:hover, .inlineError:hover {
    color: #D50013 !important;
    background-color: #FEB8B8 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.error {
    border: 1px solid #D50013;
    background-image:url('https://forum.grand-nce.ca/skins/cavendish/error.png');
}

.error a, .error a:visited, .inlineError a, .inlineError a:visited {
    color: #D50013;
    font-weight: bold;
}

.warning, .inlineWarning {
    color: #9C600D !important;
    background-color: #FDEEB2 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.warning {
    border: 1px solid #9C600D;
    background-image:url('https://forum.grand-nce.ca/skins/cavendish/warning.png');
}

.warning a, .warning a:visited, .inlineWarning a, .inlineWarning a:visited {
    color: #9C600D;
    font-weight: bold;
}

.success, .inlineSuccess {
    color: #51881D !important;
    background-color: #DEF1BE !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.success {
    border: 1px solid #51881D;
    background-image:url('https://forum.grand-nce.ca/skins/cavendish/success.png');
}

.success a, .success a:visited, .inlineSuccess a, .inlineSuccess a:visited {
    color: #51881D;
    font-weight: bold;
}

.info, .inlineInfo {
    color: #0A5398 !important;
    background-color: #BCE4F7 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.info {
    border: 1px solid #0A5398;
    background-image:url('https://forum.grand-nce.ca/skins/cavendish/info.png');
}

.info a, .info a:visited, .inlineInfo a, .inlineInfo a:visited {
    color: #0A5398;
    font-weight: bold;
}

.purpleInfo, .inlinePurpleInfo, .purpleInfo:hover, .inlinePurpleError:hover {
    color: #784288 !important;
    background-color: #e3d1e7 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.purpleInfo {
    border: 1px solid #784288;
    background-image:url('https://forum.grand-nce.ca/skins/cavendish/purpleInfo.png');
}

.purpleInfo a, .purpleInfo a:visited, .inlinePurpleInfo a, .inlinePurpleInfo a:visited {
    color: #8C529D;
    font-weight: bold;
}

td.budgetError {
    color: #D50013;
    background: #FEB8B8;
}

/* jQuery dialogs */
.ui-dialog{
				border: 1px solid #ccc;
				
}
.ui-dialog .ui-dialog-titlebar {
				color: #FFFFFF;
				background: #CCCCCC; /* for non-css3 browsers */
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96789f', endColorstr='#8b6e93'); /* for IE */
				background: -ms-linear-gradient(top, #96789f 0%, #8b6e93 100%);
				background: -webkit-gradient(linear, left top, left bottom, from(#96789f), to(#8b6e93)); /* for webkit browsers */
				background: -moz-linear-gradient(top, #96789f, #8b6e93); /* for firefox 3.6+ */
}

/* jQuery tablesort plugin CSS */

th.tablesorter-header { 
	background-color: #F2F2F2; 
	background-image: url(https://forum.grand-nce.ca/skins/common/images/sort_none.gif); 
	background-repeat: no-repeat; 
	background-position: 97% 50%; 
	border-collapse: collapse; 
	cursor: pointer; 
	font-size: 12px; 
	padding: 4px 20px 4px 4px; 
}

th.tablesorter-headerSortUp { 
	background-color: #F3EBF5; 
	background-image: url(https://forum.grand-nce.ca/skins/common/images/sort_down.gif); 
}

th.tablesorter-headerSortDown { 
	background-color: #F3EBF5; 
	background-image: url(https://forum.grand-nce.ca/skins/common/images/sort_up.gif); 
}

th.relationships-header {
	background-position: 97% 32% !important;
}

input.other_option {
	padding: 3px;
	border: none;
	color: #333333;
	background-color: transparent;
	margin: 2px 0 2px -1px;
}
input.other_option:focus {
	padding: 3px;
	border: none !important;
	color: #000000;
	background-color: transparent;
	margin: 2px 0 2px -1px;
}

.smaller {
    font-size: 94%;
}

/* Backbone Cards */

.small_card {
    width: 311px;
    padding: 3px;
    background: #ffffff;
    color: #555 !important;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none !important;
    white-space: nowrap;
}

.small_card:hover, .small_card_hover {
    background: #96789F !important;
    color: #ffffff !important;
}

.card_photo {
    display:inline-block;
    vertical-align:middle;
    text-align: center;
}

.small_card .card_photo {
    width: 25px;
}

.card_description {
    display:inline-block;
    vertical-align:top;
    text-decoration: none !important;
}

.card_description * {
    text-decoration: none !important;
}

.card_description:active, .card_description:active * {
    color: #FFFFFF;
}

/* Global Search */
#globalSearchInput {
    font-size: 12px !important;
    padding: 6px;
    margin: 0;
    width: 250px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border: none;
	height:14px;
}

#globalSearchInput:focus {
    border: none !important;
}

#globalSearchButton {
    filter: none;
    background: #fff url('https://forum.grand-nce.ca/skins/search.png') no-repeat !important;
    margin: 0;
    border: none !important;
    font-size: 12px;
    padding: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	width: 30px;
	height: 26px;
	vertical-align:top;
}

#globalSearchButton:active {
    border:none !important;
    margin-top:-1px !important;
}

#globalSearchResults {
    border: 1px solid #AAA;
    border-bottom: 0;
    background: #FFFFFF;
    width: 428px;
    z-index: 1000;
    position:relative;
    color: #555;
    font-size: 10px;
    
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0, 0.25) !important;
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0, 0.25) !important;
    box-shadow: 3px 3px 4px rgba(0,0,0, 0.25) !important;
}

.globalSearchResultsGroup {
    background: #DDD;
    border-right: 1px solid #AAA;
    text-align: right;
    width: 100px;
    padding: 5px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    position: relative;
}

.globalSearchResultsRows {
    width: 100%;
    text-align: left;
    vertical-align: top;
    padding:0;
    overflow:hidden;
}

.globalSearchResultsMoreRows {
    width: 100%;
    text-align: left;
    vertical-align: top;
    padding:0;
    overflow:hidden;
    display: none;
}

.showMore {
    text-align: center;
    width: 100%;
    padding: 1px;
    display: none;
}

.showMore > #showMoreResults {
    cursor: pointer;
}

.projectIcon, .productIcon, .wikiIcon, .pdfIcon {
    width: 15px;
    height:15px;
    display: inline-block;
}

.projectIcon {
    background: url('https://forum.grand-nce.ca/skins/project.gif');
}

.productIcon {
    background: url('https://forum.grand-nce.ca/skins/product.gif');
}

.wikiIcon {
    background: url('https://forum.grand-nce.ca/skins/wiki.gif');
}

.pdfIcon {
    background: url('https://forum.grand-nce.ca/skins/pdf.gif');
}

.throbber {
    width: 20px;
    height:20px;
    background: url('../Throbber.gif');
}

.menu-in {
    margin-left : -229px;
    left : -229px;
    margin-right : 0;
}

/* MailingList */

.thread-message {
    padding: 10px;
    margin-bottom: 10px;
    background: #EEEEEE;
    border: 1px solid #AAA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-shadow:    2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow:         2px 2px 2px #ccc;
}

.inner-message {
    border-top: 1px solid #aaaaaa;
    padding: 10px;
}

.thread-message img.photo {
    width: 50px;
    height: 66px;
}

.thread-message p {
    margin: 0;
}

.inner-message blockquote {
    color: #555555;
    font-style: normal;
    font-size: 1.0em;
    font-family: 'Verdana', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8px;
    padding-left: 15px;
    border-left: 3px solid #AAA;
}