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

/* 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;
}
.strikethrough {
	text-decoration:line-through;
}
.underline {
	text-decoration:underline;
}

/* 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_magenta {
	color:#8d0148;
}
.color_gray, .color_grey {
	color:#737373;
}
.color_darkgray, .color_darkgrey {
	color:#666666;
}
.color_warmblue {
	color:#1a5cab;
}
.color_bluegate {
	color:#194391;
}
.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;
}
/* 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;
}
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-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;
}
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-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;
}
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 { 
	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(/images/bubble/up-1.png); }
.bubble_up td.top { background-image: url(/images/bubble/up-2.png); text-align: center;}
.bubble_up td.top img { display: block; margin: 0 auto; }
.bubble_up td#topright { background-image: url(/images/bubble/up-3.png); }
.bubble_up td.left { background-image: url(/images/bubble/up-4.png); }
.bubble_up td.right { background-image: url(/images/bubble/up-5.png); }
.bubble_up td#bottomleft { background-image: url(/images/bubble/up-6.png); }
.bubble_up td.bottom { background-image: url(/images/bubble/up-7.png);}
.bubble_up td#bottomright { background-image: url(/images/bubble/up-8.png); }

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