/* GENERAL RULES  */
/* RHC : create your break  */

.cbolds-frm-rhc label,.cbolds-frm-rhc li span {
display:inline-block;
font-weight:700;
width:7em;
list-style-type:none;
padding:4px;
}

.cbolds-frm-rhc select {
width:134px;
}

.cbolds-frm-rhc li {
position:relative;
margin:3px 0 0;
}

cbolds-all ul {
list-style-type:none;
}

.cbolds-rhc ul {
list-style-type:none;
margin:0 0 10px;
padding:0;
}

.cbolds-frm-rhc ul {
list-style-type:none;
text-align:left;
margin:0 0 5px !important;
padding:0;
}

h2.cbolds-hl {
font-family:georgia;
text-transform:uppercase;
padding:5px 10px;
font-size:16px;
}

cbolds-rhc h2.cbolds-hl {
font-family:georgia;
text-transform:uppercase;
margin:2px;
padding:5px 10px;
}

body {
font-family:arial, helvetica, sans-serif;
font-size:75%;
text-align:left;
background-color:#093065;
}

.cbolds-frm-create fieldset {
border-color:#dc8787;
}

.cbolds-frm-rhc fieldset {
clear:both;
border-style:solid;
border-width:0 0 1px;
margin:0 0 5px;
padding:0 0 5px;
}

.cbolds-rhc-create-break {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#BA0F0F none repeat scroll 0 0;
}

.cbolds-rhc-create-break h2 {
background:#ba0f0f;
color:#fff;
}

.cbolds-rhc-create-break h2 span {
color:#ffd460;
}

.cbolds-create-details {
background:#fff;
}

.cbolds-frm-create legend {
color:#7e0909;
}

.cbolds-frm-create legend span.cbolds-step {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#7E0909 none repeat scroll 0 0;
color:#FFF;
}

.cbolds-submit-btn {
background:none !important;
margin:0 5px;
padding:5px;
}

.cbolds-submit-btn p {
margin:0;
padding:0;
}

.cbolds-fr {
float:right;
font-weight:700 !important;
font-family:arial, helvetica, sans-serif;
cursor:pointer;
font-size:1.3em;
overflow:visible;
width:130px;
padding:3px 30px;
}

.cbolds-searchBtn {
font-family:arial, helvetica, sans-serif;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#3D70B6 none repeat scroll 0 0;
border:2px solid #6896D5;
color:#FFF;
font-size:1.0em;
font-weight:700 !important;
overflow:visible;
width:130px;
padding:3px 30px;
}

.cbolds-frm-rhc legend span.cbolds-step {
display:inline-block;
float:left;
margin-right:5px;
text-align:center;
width:20px;
padding:3px 0;
}

.cbolds-frm-rhc legend span span {
width:auto;
}

.cbolds-frm-rhc legend span {
display:block;
white-space:normal;
width:230px;
}

.cbolds-frm-rhc legend {
font-size:1.1em;
font-weight:700;
}
/* DATE PICKER  */
a.dp-choose-date {
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 0px 0px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/PAGES/V1/ALL/i/calendar.gif) no-repeat;
	position:absolute;
	top:0;
	left:205px;
	height:18px;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
	border-collapse: separate;
	border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 4px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
	font-size:10px;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}/* For the popup *//* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;!important
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
	left: 50px!important;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/* Info pop-ups in QB */      
.qbinfolayer { position: absolute; visibility: hidden; margin:0px; 
      width: 227px; height: 200px; z-index:1; 
      background-color: #ccc; border: 1px solid #000; padding: 6px; }
.qbpulselayer { position: absolute; margin:0px; display: none;
      width: 200px; height: 200px; left:650px; top:400px; text-align:center; vertical-align:middle; 
      border: 0px solid #000; z-index:1; padding: 6px; }
#qberrtxt {color:white;font-weight:bold;}


