/* bluebinary site management system */
/* base stylesheet */
/* copyright (c) daniel sissman 2003-2010. all rights reserved. */

.clear {
	clear:both;
}
.required {
	font-weight:bold;
	color:#cc0000;
}
.required:before {
	content:"*";
}
fieldset,.fieldset {
	border:none;
	padding:0;
	margin:0;
}
/* text styles */
.bold, strong, b {
	font-weight:bold;
}
.italic, em, i {
	font-style:italic;
}
.normal {
	font-weight:normal;
	font-size:inherit;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center, .centered {
	text-align:center;
}
.justify, .justified {
	text-align:justify;
}
.super, .superscript {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
.uppercase {
	text-transform:uppercase;
}
.lowercase {
	text-transform:lowercase;
}
.capitalize, .capitalise {
	text-transform:capitalize;
}
.strikethrough {
	text-decoration:line-through;
}
.underline {
	text-decoration:underline;
}
.highlight {
	background-color:#ffff00;
}
/* text sizes */
.tiny {
	font-size:0.6em;
}
.small {
	font-size:0.8em;
}
.medium {
	font-size:0.9em;
}
.regular {
	font-size:1.0em;
}
.large {
	font-size:1.1em;
}
.larger {
	font-size:1.3em;
}
.largest {
	font-size:1.5em;
}

/* colours */
.color_darkred, .color_dark_red {
	color:#cc0000;
}
.color_maroon {
	color:#961207;
}
.color_hotpink {
	color:#f0037f;
}
.color_magenta {
	color:#8d0148;
}
.color_gray, .color_grey {
	color:#737373;
}
.color_darkgray, .color_darkgrey {
	color:#666666;
}
.color_warmblue {
	color:#1a5cab;
}
.color_bluegate {
	color:#194391;
}
.color_bluetone {
	color:#084887;
}
.color_paleblue {
	color:#a6bedd;
}
.color_bluehomes {
	color:#195797;
}
.color_yellow {
	color:#ffff00;
}
.color_golden_yellow {
	color:#ffb300;
}
.color_white {
	color:#ffffff;
}
.color_black {
	color:#000000;
}
.color_mint_green {
	color:#339999;
}
.color_tan {
	color:#a39086;
}
.color_dark_brown {
	color:#543b35;
}
.color_chocolate_brown {
	color:#492321;
}
.color_mocha {
	color:#9c7c73;
}
.color_warmblue, .color_warm_blue {
	color:#0a50a1;
}
.color_purple {
	color:#82699d;
}
.color_midpurple {
	color:#664686;
}
.color_darkpurple, .color_dark_purple {
	color:#4a3865;
}
.color_leafgreen {
	color:#009900;
}
a.link {
	background:url(/cache/images/shared/icons/external_link.gif) no-repeat 100% 50%;
	background-image:url(/cache/images/shared/icons/external_link.gif);
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position-x:100%;
	background-position-y:50%;
	-webkit-background-clip:initial;
	-webkit-background-origin:initial;
	background-color:initial;
	padding-right:14px;
}
a.email {
	background:url(/cache/images/shared/icons/external_mail.gif) no-repeat 100% 50%;
	background-image:url(/cache/images/shared/icons/external_mail.gif);
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position-x:100%;
	background-position-y:50%;
	-webkit-background-clip:initial;
	-webkit-background-origin:initial;
	background-color:initial;
	padding-right:19px;
}
/* image replacement */
.mir { letter-spacing: -1000em; }
/* just for opera, but hide from mac ie */
/*\*/html>body .mir { letter-spacing: normal; text-indent: -999em; overflow: hidden;}
/* end of hack */

/* scriptaculous re-order lists */
div.auto_complete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
#list,.list {
	margin:0;
	margin-top:10px;
	padding:0;
	list-style-type: none;
}
#list li, .list li {
	margin:0;
	margin-bottom:4px;
	padding:2px;
	border:1px solid #888;
	cursor:move;
	width:300px;
	background-color:#bebebe;
	text-align:left;
}
div.cleared {
	margin:5px 0;
	clear:both;
}
div.left_image{
	float: left;
	margin: 0 5px 10px 0;
}
.required {
	color: #F00;
}

/* list styles */

ul,li,ol {
	margin:0;
	padding:0;
	/* list-style-type:none; */
}
ol.list-alpha, ol.list-decimal, ol.list-decimal-zero, ol.list-roman, ol.list-katakana, ol.list-hebrew, ol.list-hiragana, ol.list-hiragana-iroha, ol.list-katakana-iroha {
	padding-top:0.5em;
	padding-left:1.5em;
}
ol.list-roman {
	padding-top:0.2em;
	padding-left:2em;
}
ul.line-break li,ul.list-line-break li,ol.list-line-break li,ol.line-break li {
	padding-bottom:1em;
}
ol.justify {
	text-align:justify;
}
ol.list-armenian, ol.list-armenian li {
	list-style-type:armenian;
}
ol.list-alpha, ol.list-alpha li {
	list-style-type:lower-alpha;
}
ol.list-alpha-lower, ol.list-alpha-lower li {
	list-style-type:lower-alpha;
}
ol.list-alpha-upper, ol.list-alpha-upper li {
	list-style-type:upper-alpha;
}
ol.list-greek, ol.list-greek li, ol.list-greek-lower, ol.list-greek-lower li {
	list-style-type:lower-greek;
}
ol.list-greek-upper,ol.list-greek-upper li {
	list-style-type:upper-greek;
}
ol.list-decimal,ol.list-decimal li {
	list-style-type:decimal;
}
ol.list-decimal-zero,ol.list-decimal-zero li {
	list-style-type:decimal-leading-zero;
}
ol.list-latin, ol.list-latin li,ol.list-latin-lower, ol.list-latin-lower li {
	list-style-type:lower-latin;
}
ol.list-latin-upper, ol.list-latin-upper li {
	list-style-type:upper-latin;
}
ol.list-roman, ol.list-roman li,ol.list-roman-lower, ol.list-roman-lower li {
	list-style-type:lower-roman;
}
ol.list-roman-upper, ol.list-roman-upper li {
	list-style-type:upper-roman;
}
ol.list-georgian, ol.list-georgian li {
	list-style-type:georgian;
}
ol.list-hebrew, ol.list-hebrew li {
	list-style-type:hebrew;
}
ol.list-hiragana, ol.list-hiragana li {
	list-style-type:hiragana;
}
ol.list-hiragana-iroha, ol.list-hiragana-iroha li {
	list-style-type:hiragana-iroha;
}
ol.list-katakana, ol.list-katakana li {
	list-style-type:katakana;
}
ol.list-katakana-iroha, ol.list-katakana-iroha li {
	list-style-type:katakana-iroha;
}
ol.list-ideographic, ol.list-ideographic li {
	list-style-type:cjk-ideographic;
}
ol.list-armenian,
ol.list-alpha,
ol.list-alpha-lower,
ol.list-alpha-upper,
ol.list-greek,
ol.list-greek-lower,
ol.list-greek-upper,
ol.list-decimal,
ol.list-decimal-zero,
ol.list-georgian,
ol.list-latin,
ol.list-latin-lower,
ol.list-latin-upper,
ol.list-roman,
ol.list-roman-lower,
ol.list-roman-upper,
ol.list-hebrew,
ol.list-hiragana,
ol.list-hiragana-iroha,
ol.list-katakana,
ol.list-katakana-iroha,
ol.list-ideographic
{
	margin:0 0 1em 0; /* trbl */
}

ul.list-bullet, ul.list-circle, ul.list-square {
	padding-top:0.5em;
	padding-left:1.5em;
}
ul.list-bullet-short {
	padding-top:0em;
	padding-left:1.5em;
}
ul.list-none, ul.list-none li {
	list-style-type:none;
}
ul.list-bullet, ul.list-bullet li, ul.list-bullet-short, ul.list-bullet-short li {
	list-style-type:disc;
}
ul.list-circle, ul.list-circle li {
	list-style-type:circle;
}
ul.list-square, ul.list-square li {
	list-style-type:square;
}
ul.list-drop-space li {
	padding-bottom:8px;
}

ul.list-bullet,
ul.list-bullet-short,
ul.list-circle,
ul.list-square
{
	margin:0 0 1em 0; /* trbl */
}

/* auto complete list styling */
div.list_auto_complete {
	width:100px;
	background:#fff;
	display:inline;
	z-index:1000;
}
div.list_auto_complete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}
div.list_auto_complete ul li {
	margin:0;
	padding:3px;
}
div.list_auto_complete ul li:hover {
	cursor:pointer;
}
div.list_auto_complete ul li.selected {
	background-color:#ffb;
}

div.list_auto_complete ul strong.highlight, div.list_auto_complete ul span.highlight {
	font-weight:bold;
	color:#800;
	margin:0;
	padding:0;
}
/* popup window styling */
.bubble,.bubble_up,.bubble_down {
	position: absolute;
	border-collapse: collapse;
	visibility: hidden;
}
.bubble table {
	/* width:168px; */
}
.bubble td.corner,.bubble_up td.corner,.bubble_down td.corner {
	height:15px;
	width:19px;
}
/* upward facing bubble */
.bubble_up td#topleft { background-image: url(/cache/images/shared/bubble/up-1.png); }
.bubble_up td.top { background-image: url(/cache/images/shared/bubble/up-2.png); text-align: center;}
.bubble_up td.top img { display: block; margin: 0 auto; }
.bubble_up td#topright { background-image: url(/cache/images/shared/bubble/up-3.png); }
.bubble_up td.left { background-image: url(/cache/images/shared/bubble/up-4.png); }
.bubble_up td.right { background-image: url(/cache/images/shared/bubble/up-5.png); }
.bubble_up td#bottomleft { background-image: url(/cache/images/shared/bubble/up-6.png); }
.bubble_up td.bottom { background-image: url(/cache/images/shared/bubble/up-7.png);}
.bubble_up td#bottomright { background-image: url(/cache/images/shared/bubble/up-8.png); }

.bubble td#topleft { background-image: url(/cache/images/shared/bubble/down-1.png); }
.bubble td.top { background-image: url(/cache/images/shared/bubble/down-2.png); }
.bubble td#topright { background-image: url(/cache/images/shared/bubble/down-3.png); }
.bubble td.left { background-image: url(/cache/images/shared/bubble/down-4.png); }
.bubble td.right { background-image: url(/cache/images/shared/bubble/down-5.png); }
.bubble td#bottomleft { background-image: url(/cache/images/shared/bubble/down-6.png); }
.bubble td.bottom { background-image: url(/cache/images/shared/bubble/down-7.png); text-align: center;}
.bubble td.bottom img { display: block; margin: 0 auto; }
.bubble td#bottomright { background-image: url(/cache/images/shared/bubble/down-8.png); }

.bubble td#bubble_body,.bubble_up td#bubble_body {
	background-color:#ffffff;
}

.bubble_simple {
	position: absolute;
	border-collapse: collapse;
	visibility: hidden;
	border:3px solid red;
}

.bubble_simple_border_top_1px {
	border-top:1px solid red;
}

.bubble_simple_border_bottom_1px {
	border-bottom:1px solid red;
}

/* form::date::calendar popup styling */
tr.calendar_day_view_header {
	background-color:#3366cc;
}
td.calendar_day_view_title {
	font-weight:bold;
	color:white;
	text-align:center;
}
tr.calendar_day_view_event_row {
	background-color:#6699cc;
}
span.calendar_day_view_event_name {
	font-size:1.3em;
	font-weight:bold;
	color:white;
}
p.calendar_day_view_event_body {
	
}
.calendar_day_view_no_event {
	font-size:1em;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
.calendar_month_view_pre_day {
	background-color:#b0cadd;
}
.calendar_month_view_pre_day_text {
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
	color:#eeeeee;
}
.calendar_month_view_day_text {
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
}
.calendar_month_view_day_name_text {
	font-size:0.85em;
	font-weight:bold;
	text-align:center;
}
.calendar_month_view_col_colr_one {
	background-color:#6699cc;
}
.calendar_month_view_col_colr_two {
	background-color:#6699ff;
}
.calendar_month_view_text {
	font-size:0.8em;
}

.calendar_bubble_anchor {
	
}
.calendar {
	/* for ie
	table-layout:fixed;
	width:150px;
	*/
	background-color:#ffffff;
	border:1px solid #ccd6e3;
}
.calendar_title_row {
	background-color:#203553;
	height:20px;
}
.calendar_title {
	text-align:center;
	font-weight:bold;
	color:#ffffff;
}
.calendar_day_name_row {
}
.calendar_day_name {
	background-color:#4d79aa;
	color:#ffffff;
	text-align:center;
	height:16px;
	font-size:9px;
	font-weight:bold;
}
.calendar_day_empty {
	width:20px;
	height:20px;
	background-color:#ffffff;
}
.calendar_day {
	width:20px;
	height:20px;
	background-color:#ffffff;
	text-align:center;
	color:#707070;
}
.calendar_day:hover {
	background-color:#bccbd4;
}
.calendar_day_selected {
	width:20px;
	height:20px;
	background-color:#9db6d4;
	text-align:center;
	font-weight:bold;
	color:#203553;
}
.calendar_day_today {
	background-color:#d4d4d4;
	text-align:center;
	font-weight:bold;
	color:#cc0000;
}
a.calendar_link, a.calendar_link:link, a.calendar_link:visited {
	text-decoration:none;
	color:inherit;
}
a.calendar_link:hover, a.calendar_link:active {
	text-decoration:none;
	color:#003399;
}

/* system pagination link styling */
.pagination_total_count_box {
	border:1px solid #999999;
	margin:1px;
	padding:3px 5px 3px 5px;
	/* height:20px; */
	text-align:center;
	float:left;
	vertical-align:middle;
	background-color:#bebebe;
	color:#ffffff;
	font-family:"Lucidia Grande",Arial,Verdana,sans-serif;
	font-size:10px;
}
.pagination_box {
	border:1px solid #999999;
	margin:1px;
	padding:3px;
	width:18px;
	/* height:20px; */
	text-align:center;
	float:left;
	vertical-align:middle;
	background-color:#bebebe;
	color:#ffffff;
	font-family:"Lucidia Grande",Arial,Verdana,sans-serif;
	font-size:10px;
}
.pagination_box_wide {
	width:22px;
}
.pagination_box:hover {
	background-color:#333333;
}
.pagination_box_selected {
	background-color:#666666;
}
a.pagination_link,a.pagination_link:link,a.pagination_link:visited {
	text-decoration:none;
	color:#ffffff;
}
a.pagination_link:hover,a.pagination_link:active {
	text-decoration:none;
	color:#ffffff;
}

/* table list styling */
.table_list_title {
	font-weight:bold;background-color:#4D8ABE;color:#000000;font-size:0.95em;
}
.table_list_cell {
	font-weight:bold;font-size:0.95em;
}
.table_list_row {
	color:#000000;
}
.table_list_footer {
	background-color:#4D8ABE;color:#000000;text-align:center;font-weight:bold;font-style:italic;font-size:0.95em;
}
.table_list_row_01 {
	background-color:#6E9BC9;
}
.table_list_row_02 {
	background-color:#6798C7;
}

/* cart table list styling */
.cart_list_title {
	font-weight:bold;background-color:#4D8ABE;color:#000000;font-size:0.95em;
}
.cart_list_cell {
	font-weight:bold;font-size:0.95em;
}
.cart_list_row {
	color:#000000;
}
.cart_list_footer {
	background-color:#4D8ABE;color:#000000;text-align:center;font-weight:bold;font-style:italic;font-size:0.95em;
}
.cart_list_row_01 {
	background-color:#6E9BC9;
}
.cart_list_row_02 {
	background-color:#6798C7;
}

/* table list styling */
.content_editor_list_title {
	font-weight:bold;background-color:#4D8ABE;color:#ffffff;font-size:0.95em;
}
.content_editor_list_cell {
	color:#ffffff;font-weight:bold;font-size:0.90em;
}
.content_editor_editor_list_row {
	color:#ffffff;
}
.content_editor_list_footer {
	background-color:#4D8ABE;color:#ffffff;text-align:center;font-weight:bold;font-style:italic;font-size:0.95em;
}
.content_editor_list_row_01 {
	background-color:#6E9BC9;
}
.content_editor_list_row_02 {
	background-color:#6798C7;
}
.content_editor_list_sub_section {
	padding-left:28px;
	background:url(/cache/images/shared/core/content_level.png) no-repeat;
	background-position:0 -3px;
}

/* end of cart list styling */

/* testimonials styling */

div#testimonials {
	background:#f7f7f7;
	color:#084887;
	padding:16px 10px;
	width:630px;
}
div.testimonials_entry {
	
}
div.testimonials_entry_quote {
	text-align:justify;
	padding-bottom:4px;
}
span.testimonials_entry_name:before {
	content:"-";
}
span.testimonials_entry_name {
	font-style:italic;
	font-weight:bold;
}
span.testimonials_entry_source {
	font-weight:normal;
}
div.testimonials_entry_separator {
	margin:8px auto 8px auto;
	width:42px;
	height:16px;
	padding:0;
}
div#testimonials a,div#testimonials a:link,div#testimonials a:visited {
	color:inherit;
	text-decoration:none;
}
div#testimonials a:hover,div#testimonials a:active {
	color:#c5150c;
	text-decoration:underline;
}

/* opportunities styling */

div#opportunities {
	background:#f7f7f7;
	color:#084887;
	padding:16px 10px;
	width:630px;
}
div.opportunities_entry {
	
}
div.opportunities_entry_description {
	text-align:justify;
	padding-bottom:4px;
}
span.opportunities_entry_job_title:before {
	content:"-";
}
span.opportunities_entry_job_title {
	font-style:italic;
	font-weight:bold;
}
span.opportunities_entry_location {
	font-weight:normal;
}
div.opportunities_entry_separator {
	margin:8px auto 8px auto;
	width:42px;
	height:16px;
	padding:0;
}
div#opportunities a,div#opportunities a:link,div#opportunities a:visited {
	color:inherit;
	text-decoration:none;
}
div#opportunities a:hover,div#opportunities a:active {
	color:#c5150c;
	text-decoration:underline;
}

.youtube, .vimeo {
	margin:0 0 0 0;
}

.cart_shipping_estimated_cost_indicator {
	color:#ff0000;
	font-weight:bold;
	font-size:1.2em;
}
.cart_icon {
	width:50px;
	height:50px;
	border:1px solid #bebebe;
}
div.form_turing {
	position:absolute;
	left:-2000px;
}

.cart_exchange_rate_table {
	width:60%;
	font-size:0.9em;
	/*
	border-right:1px solid #084887;
	*/
}
.cart_exchange_rate_table_header_row {
	font-size:1.1em;
	font-weight:bold;
	background-color:#c7c8ca;
}
.cart_exchange_rate_table_header_column {
	width:50%;
	padding:3px 2px;
	/*
	border-left:1px solid #084887;
	border-top:1px solid #084887;
	border-bottom:1px solid #084887;
	*/
}
.cart_exchange_rate_table_data_row {
	
}
.cart_exchange_rate_table_data_row_colour_01 {
	background-color:#e4e6e7;
}
.cart_exchange_rate_table_data_row_colour_02 {
	background-color:#c7c8ca;
}
.cart_exchange_rate_table_data_column {
	padding:2px;
	/*
	border-left:1px solid #084887;
	border-bottom:1px solid #084887;
	*/
}
