/* ======= *ALL* STYLES NEED TO BE "NAMESPACED" WITH A .phoenix CLASS ======= */

/* === PAGE LAYOUT (generic nested structure with SEO-friendly fluid inner column)=== */
body.phoenix {
	margin:10px;
	width:950px; /* nominal page width*/
}
.phoenix #GridMiddle {
	padding:0 158px 0 136px; /* widths of [Right column] and [Left column] */
	clear:both;
	zoom:1; /* for IE: to set formatting context */
}
.phoenix #GridLeft{
	float:left;
	width:136px; /* width of [Left column] */
	margin-left:-136px; /* width of [Left column] */
	display:inline; /* IE workaround to show left column content */
}
.phoenix #GridCenter{
	float:left;
	width:100%;
	margin-right:-100%;
}
.phoenix #GridCenterSp {
	padding-left:10px; /* gutter on left in case there's a Left column */
	padding-right:10px; /* gutter on right in case there's a Right column */
	min-width:111px;
}
.phoenix #GridRight {
	float:right;
	width:158px; /* width of [Right column] */
	margin-right:-158px; /* width of [Right column] */
	display:inline; /* IE workaround to show right column content and prevent doubled margin bug */
}
.phoenix #GridBottom {
	clear:both;
}

/* ============= general page styles ============= */

body.phoenix, .phoenix input {
	color:#444444;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}
.phoenix h1 {
	color: #666666;
	font-size:24px;
	font-weight:normal;
	margin:10px 0 15px;
}
.phoenix h2 {
	color: #ff8800;
	font-size:14px;
	font-weight:bold;
	margin:12px 0 12px;
}
.phoenix h3 {
	color: #444444;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 10px;
}
.phoenix h4 {
	color: #222222;
	font-size:13px;
	margin:10px 0 10px;
}
.phoenix #breadcrumb {
	clear:both;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
}
.phoenix .intro {
	margin: 25px 0 20px 0;
}
.phoenix a {
	color:#2075C5;
	text-decoration:none;
}
.phoenix a:hover {
	text-decoration:underline;
}
.phoenix a.nodecoration:hover {
	text-decoration:none;
}
.phoenix .panel {
	border:1px solid #CCC;
	padding:0 10px 10px;
}
.phoenix .panel h3 {
	background:url(/resources/mojito/img/pattern/phoenix/panel_gray_med_bg.gif) 0 bottom;
	margin:0 -10px 10px;
	padding:5px 10px 4px;
	border:none;
	border-bottom:1px solid #CCC;
}
.phoenix .panel li {
	display:inline-block;
	list-style-type:none;
	margin:3px 0;
}
.phoenix .panel li.divider {
	border-width:0;
	border-bottom:1px dotted #CCC;
	display:block;
	margin:7px 0;
	padding:0;
	font-size:0;
	line-height:0;
}
.phoenix .panel ul {
	margin:0;
	padding:0;
}
.phoenix dt, .phoenix li, .phoenix a, .phoenix input[type="submit"] {
	outline-width:0;
}
/* ============= forms ============= */

.phoenix form fieldset legend {
	display:none;
}
.phoenix form label { 
	width:auto;
	display:block;
}
.phoenix form .readonly label { 
	display:inline;
}
.phoenix form div.input,
.phoenix form div.readonly {
	margin-bottom:10px;
}
.phoenix form div.input input {
	width:190px;
}
.phoenix form div.input input.hasDatepicker {
	width:100px;
}
.phoenix form div.input input.wide {
	width:265px;
}
.phoenix form div.input textarea {
	width:265px;
	height:75px;
}
.phoenix form div.input .charcounter {
	color:#999;
	width:267px;
	text-align:right;
	font-size:11px;
}
.phoenix form div.inputGroup div.input {
	float:left;
	margin-right:10px;
}
.phoenix form div.inputGroup {
	clear:both;
	zoom:1;
	margin-bottom:10px;
}
.phoenix form div.input input#ext {
	width:4em;
}
.phoenix .clear {
	clear:both;
}
.phoenix label {
	color:#000;
}
.phoenix label span {
	color:#999;
	font-size:11px;
}
.phoenix div.success {
	background:url(/resources/mojito/img/pattern/phoenix/icon_confirm_20.gif) no-repeat left top; 
	margin:20px 0 17px 0;
}
.phoenix div.success h2 {
	color:#444;
	font-size:18px;
	padding-left:23px;
	margin:0 0 15px;
}
.phoenix div.errors,
.phoenix div.errorIntro {
	padding:8px 8px 8px 31px;
	background:url(/resources/mojito/img/pattern/phoenix/icon_error_20.gif) no-repeat 6px 50%; 
	color:#ff0000;
	font-weight:bold;
	border:1px solid #ff0000;
	margin:20px 0 17px 0;
}
.phoenix .hasErrorIntro #GridRight {
	margin-top:63px;
}
.phoenix label.error, 
.phoenix span.error {
	clear:both;
	background:url(/resources/mojito/img/pattern/phoenix/icon_error_14.gif) no-repeat left 3px; 
	padding-top:3px;
	padding-left:17px;
	color: #c00;
	font-size:11px;
}
.phoenix .ajaxError {
	background:url(/resources/mojito/img/pattern/phoenix/icon_error_14.gif) no-repeat left 3px; 
	margin-top:10px;
	padding-top:3px;
	padding-left:17px;
	color: #c00;
	font-size:11px;
}
.phoenix label.hidden {
	display:none;
}

.phoenix label span.helpIcon {
	background:url(/resources/mojito/img/pattern/phoenix/icon_help_14.gif) no-repeat left 50%;
	padding-left:15px;
	margin-left:5px;
}
.phoenix form input, .phoenix form select, .phoenix form textarea {
	color:#444;
}
.phoenix form input.error, .phoenix form select.error, .phoenix form textarea.error {
	color:#444;
}
.phoenix form input:focus, .phoenix form select:focus, .phoenix form textarea:focus {
	/*background-color:#fafaff;*/
}
.phoenix form button.btn-submit,
.phoenix form button.btn-continue-disabled, 
.phoenix form button.btn-continue {
	border:0;
	margin:10px 0 0;
	overflow: visible;
	height:26px;
	font-size:0;
}

.phoenix form button.btn-submit {
	background:url(/resources/mojito/img/pattern/phoenix/button_submit.gif) no-repeat left 0;
	width:71px;
}
.phoenix form button.btn-submit span {
	display:none;
}
.phoenix form button.btn-continue {
	background:url(/resources/mojito/img/pattern/phoenix/button_continue.gif) no-repeat left 0;
	width:84px;
}

.phoenix form button.btn-continue-disabled {
	background:url(/resources/mojito/img/pattern/phoenix/button_continue.gif) no-repeat left -90px;
	width:84px;
}
.phoenix form button.btn-continue span {
	display:none;
}
.phoenix form button.orange {
	background-position:left 0;
}
.phoenix form button.blue {
	background-position:left -30px;
}
.phoenix form button.white {
	background-position:left -60px;
}
.phoenix form button.disabled {
	background-position:left -90px;
}
.phoenix img.t-error-icon {
	display:none;
}
/* ============= tabs ============= */

.phoenix ul.tabs {
	padding:0;
	margin:0;
	zoom:1;
}
.phoenix .ui-tabs .ui-tabs-hide { 
	display:none;
}
.phoenix .ui-tabs-panel .ui-tabs-panel {
	padding: 0 15px;
}
.phoenix ul.tabs li {
	list-style-type:none;
	display:block;
	float:left;
	margin-right:5px;
	padding:0;
	z-index:0;
}
.phoenix ul.tabs li.ui-tabs-selected a {
	color:#222222;
	cursor:text;
	font-weight:bold;
}
.phoenix ul.tabs li a {
	color:#444444;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
}
.phoenix ul.tabs li span {
	background:url(/resources/mojito/img/pattern/phoenix/tabs_sprite.gif) no-repeat 0 -50px;
	display:block;
	padding:5px 0 5px 10px;
	min-width:95px;
	text-align:center;
}
.phoenix ul.tabs li a {
	background:url(/resources/mojito/img/pattern/phoenix/tabs_sprite.gif) no-repeat 100% -50px;
	display:block;
	padding-right:10px
}
.phoenix ul.tabs li.ui-tabs-selected a, 
.phoenix ul.tabs li.ui-state-hover a {
	background:url(/resources/mojito/img/pattern/phoenix/tabs_sprite.gif) no-repeat 100% 0;
	z-index:1;
}
.phoenix ul.tabs li.ui-tabs-selected span, 
.phoenix ul.tabs li.ui-state-hover span {
	background:url(/resources/mojito/img/pattern/phoenix/tabs_sprite.gif) no-repeat 0 0;
}
.phoenix ul.tabs li a {
	margin-top:1px;
}
.phoenix ul.tabs li.ui-tabs-selected a {
	position:relative;
	top:1px;
	margin-top:0;
	padding-bottom:1px;
}
.phoenix .tabBody {
	clear:both;
	border:1px solid #ddd;
	padding:5px;
	zoom:1;
}
.phoenix .rc-b .tabBody {
	padding-top:0;
	padding-bottom:0;
}
.phoenix ul.tabs li {
	font-size:14px;
}
/* -- nested tabs -- */
.phoenix .subTabWrapper ul.tabs li {
	font-size:13px;
	padding:0;
	margin:0;
}
.phoenix .subTabWrapper ul.tabs li span {
	padding:0;
}
.phoenix .subTabWrapper ul.tabs li span {
	min-width:0;
}
.phoenix .subTabWrapper ul.tabs li a {
	color:#2075C5;
}
.phoenix .subTabWrapper ul.tabs li.ui-tabs-selected a {
	color:#222222;
}
.phoenix .subTabWrapper ul.tabs li a:hover {
	text-decoration:underline;
}
.phoenix .subTabWrapper ul.tabs li.ui-tabs-selected a:hover {
	text-decoration:none;
}
.phoenix .subTabWrapper ul.tabs li a {
	padding-right:0;
}
.phoenix .subTabWrapper ul.tabs li + li a {
	border-left:1px solid #999;
	padding-left:10px;
	margin-left:10px;
}
* html .phoenix .subTabWrapper ul.tabs li a {
	border-right:1px solid #999;
	padding-right:10px;
	margin-right:10px;
}
.phoenix .subTabWrapper ul.tabs li a,
.phoenix .subTabWrapper ul.tabs li span,
.phoenix .subTabWrapper ul.tabs li.ui-tabs-selected a,
.phoenix .subTabWrapper ul.tabs li.ui-tabs-selected span {
	background-image:none;
}
.phoenix .subTabWrapper ul.tabs {
	background:url(/resources/mojito/img/pattern/phoenix/tab_subnav_bg.gif) 0 bottom;
	padding:3px 0 0 10px;
	margin:0;
	border:1px solid #ddd;
	border-width:0 0 1px;
	height:24px;
	
}
.phoenix .subTabWrapper {
	margin-left:-5px;
	margin-right:-5px;
}

/* ============= rounded corners ============= */

/* panel 1 grey gradient top: px location top:0-4 bottom:5-9 */
.phoenix .rc-panel1 .rc-tl, 
.phoenix .rc-panel1 .rc-tr, 
.phoenix .rc-panel1 .rc-bl, 
.phoenix .rc-panel1 .rc-br {
	background-image:url(/resources/mojito/img/pattern/phoenix/panel_sprite.gif);
	background-position:0 0;
	font-size:2px;
	height:5px;
}
.phoenix .rc-panel1 .rc-tl {
	margin-right:5px;
}
.phoenix .rc-panel1 .rc-tr {
	background-position:100% 0;
	margin-left:5px;
	margin-top:-5px;
}
.phoenix .rc-panel1 .rc-bl {
	background-position:0 -5px;
	margin-right:5px;
}
.phoenix .rc-panel1 .rc-br {
	background-position:100% -5px;
	margin-left:5px;
	margin-top:-5px;
}
.phoenix .rc-panel1 .rc-b {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0 1px;
}
/* panel 2 grey gradient bottom: px location top:20-24 bottom:25-29 */
.phoenix .rc-panel2 .rc-tl, 
.phoenix .rc-panel2 .rc-tr, 
.phoenix .rc-panel2 .rc-bl, 
.phoenix .rc-panel2 .rc-br {
	background-image:url(/resources/mojito/img/pattern/phoenix/panel_sprite.gif);
	background-position:0 -20px;
	font-size:2px;
	height:5px;
}
.phoenix .rc-panel2 .rc-tl {
	margin-right:5px;
}
.phoenix .rc-panel2 .rc-tr {
	background-position:100% -20px;
	margin-left:5px;
	margin-top:-5px;
}
.phoenix .rc-panel2 .rc-bl {
	background-position:0 -25px;
	margin-right:5px;
}
.phoenix .rc-panel2 .rc-br {
	background-position:100% -25px;
	margin-left:5px;
	margin-top:-5px;
}
.phoenix .rc-panel2 .rc-b {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0 1px;
}
.phoenix .rc-panel2-notl .rc-tl {
	background-position: -5px -20px;
	border-left:1px solid #CCCCCC;
}
/* panel 3 grey open: px location top:40-44 bottom:45-49 */
.phoenix .rc-panel3 .rc-tl, 
.phoenix .rc-panel3 .rc-tr, 
.phoenix .rc-panel3 .rc-bl, 
.phoenix .rc-panel3 .rc-br {
	background-image:url(/resources/mojito/img/pattern/phoenix/panel_sprite.gif);
	background-position:0 -40px;
	font-size:2px;
	height:5px;
}
.phoenix .rc-panel3 .rc-tl {
	margin-right:5px;
}
.phoenix .rc-panel3 .rc-tr {
	background-position:100% -40px;
	margin-left:5px;
	margin-top:-5px;
}
.phoenix .rc-panel3 .rc-bl {
	background-position:0 -45px;
	margin-right:5px;
}
.phoenix .rc-panel3 .rc-br {
	background-position:100% -45px;
	margin-left:5px;
	margin-top:-5px;
}
.phoenix .rc-panel3 .rc-b {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0 1px;
}
.phoenix .rc-panel3-notl .rc-tl {
	background-position: -5px -40px;
	border-left:1px solid #CCCCCC;
}
/* panel 4 red open: px location top:60-64 bottom:65-69 */
.phoenix .rc-panel4 .rc-tl, 
.phoenix .rc-panel4 .rc-tr, 
.phoenix .rc-panel4 .rc-bl, 
.phoenix .rc-panel4 .rc-br {
	background-image:url(/resources/mojito/img/pattern/phoenix/panel_sprite.gif);
	background-position:0 -60px;
	font-size:2px;
	height:5px;
}
.phoenix .rc-panel4 .rc-tl {
	margin-right:5px;
}
.phoenix .rc-panel4 .rc-tr {
	background-position:100% -60px;
	margin-left:5px;
	margin-top:-5px;
}
.phoenix .rc-panel4 .rc-bl {
	background-position:0 -65px;
	margin-right:5px;
}
.phoenix .rc-panel4 .rc-br {
	background-position:100% -65px;
	margin-left:5px;
	margin-top:-5px;
}
.phoenix .rc-panel4 .rc-b {
	border-color:#FF1919;
	border-style:solid;
	border-width:0 1px;
}
/* next is needed only if we also want to support CSS rc */
.phoenix .panel h3 {
	margin-top:5px;
	padding-top:0;
}
.phoenix .panel {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.phoenix .rc-panel1 .panel h3,
.phoenix .rc-panel2 .panel h3,
.phoenix .rc-panel3 .panel h3,
.phoenix .rc-panel4 .panel h3
{
	margin-top:0;
}
.phoenix .rc-panel1 .panel,
.phoenix .rc-panel2 .panel,
.phoenix .rc-panel3 .panel,
.phoenix .rc-panel4 .panel
{
	padding-bottom:5px;
}

/* ============= pagination ============= */

.phoenix .pagi { 
	margin:0 -15px;
	background:url(/resources/mojito/img/pattern/phoenix/tab_subnav_bg.gif) repeat 0 top;
	padding-top:10px;	
	height:25px;
	font-size:12px;
	border-top:1px solid #ccc;
	text-align:center;
}
.phoenix .rc-b .pagi { 
	height:20px;
}
.phoenix .pagi .pagimain { 
	padding-top:0px;
	margin-top:0px;
}
.phoenix .pagi .pagimain div { 
	margin:0;
	padding:0;
	list-style:none; /* savers */
	padding:0px 2px;
	display:inline;
	font-size:12px;
}
.phoenix .pagi .pagimain div.previous, 
.phoenix .pagi .pagimain div.previous-off, 
.phoenix .pagi .pagimain div.next, 
.phoenix .pagi .pagimain div.next-off {
	padding-left:7px;
	padding-right:7px;
}
.phoenix .pagi .divider { 
	padding:0;
	margin:0;
	color:#000;
}
.phoenix .pagi .previous, .phoenix .pagi .previous-off,.phoenix .pagi .next, .phoenix .pagi .next-off{ 
	border:0px;
}	
.phoenix .pagi a, .phoenix .pagi .active {
	text-decoration:none;
}
.phoenix .pagi .previous-off,
.phoenix .pagi .next-off {
	color:#999999;
}
.phoenix .pagi .next a,
.phoenix .pagi .previous a {
	border:0px;
}
.phoenix .pagi .active {
	color:#000;
	font-weight:bold;
}
.phoenix .pagi a:link, 
.phoenix .pagi a:visited {
	color:#2075c5;
}
.phoenix .pagi a:hover {
	text-decoration:underline;
}	
.phoenix .pagi .pageof{
	float:left;
	margin:-15px 10px 0 10px;
}	
.phoenix .pagi .pagiform{
	float:right;
	margin:-20px 10px 0 10px;
}
.phoenix .pagi .pagiform form{
	margin:0;
	padding:0;
}
.phoenix .pagi .pagiform form label{
	display:inline-block;
	height:20px;
	vertical-align:middle;
}
.phoenix .pagi .pagiform input{
	margin-left:8px;
}

/* ============= DatePicker ============= */
.phoenix .ui-datepicker { width: 13em;border: 1px solid #2075c5;background:#fff;color:#2075c5;display:none;}
.phoenix .ui-datepicker .ui-datepicker-header { position:relative; padding:0; 
	background:#2075c5;
	color:#fff;
	font-weight:bold;}
.phoenix .ui-datepicker .ui-datepicker-prev, .phoenix .ui-datepicker .ui-datepicker-next { position:absolute; top: -2px; width: 1.8em; height: 1.8em; 
	margin:5px;	
	font-size:5px;width:9px; }
.phoenix .ui-datepicker .ui-datepicker-prev-hover, .phoenix .ui-datepicker .ui-datepicker-next-hover { top: -2px; cursor: pointer;}
.phoenix .ui-datepicker .ui-datepicker-prev { left:2px; background:url(/resources/mojito/img/pattern/phoenix/arrows_orange.gif) no-repeat 0 -30px;}
.phoenix .ui-datepicker .ui-datepicker-next { right:2px; background:url(/resources/mojito/img/pattern/phoenix/arrows_orange.gif) no-repeat 0 -10px;}
.phoenix .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.phoenix .ui-datepicker .ui-datepicker-next-hover { right:1px; }
.phoenix .ui-datepicker .ui-datepicker-prev span, .phoenix .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.phoenix .ui-datepicker .ui-datepicker-title { margin: 0; text-align: center;font-weight:normal; background:#2075c5;}
.phoenix .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0; }
.phoenix .ui-datepicker th { padding: .1em; text-align: center; font-weight: bold; border: 0;  
	background:#2075c5;
	color:#fff;}
.phoenix .ui-datepicker td { border: 0; padding: 1px; }
.phoenix .ui-datepicker td span, .phoenix .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }

.phoenix img.ui-datepicker-trigger {
	position:relative; 
	left:-20px; 
	vertical-align:middle;
	bottom:2px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.phoenix .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Interaction states
----------------------------------*/
.phoenix  .ui-datepicker .ui-state-default, .phoenix  .ui-datepicker .ui-widget-content .ui-state-default { font-weight: normal; color: #2075c5; outline: none; text-align:center;}
.phoenix  .ui-datepicker .ui-state-default a, .phoenix  .ui-datepicker .ui-state-default a:link, .phoenix  .ui-datepicker .ui-state-default a:visited { text-decoration: none; outline: none; }
.phoenix  .ui-datepicker .ui-state-hover, .phoenix  .ui-datepicker .ui-widget-content .ui-state-hover, .phoenix  .ui-datepicker .ui-state-focus, .phoenix  .ui-datepicker .ui-widget-content .ui-state-focus { font-weight: normal;  outline: none;background: #ff8800;color: #fff;}
.phoenix  .ui-datepicker .ui-state-hover a, .phoenix  .ui-datepicker .ui-state-hover a:hover { text-decoration: none; outline: none; }
.phoenix  .ui-datepicker .ui-state-active, .phoenix  .ui-datepicker .ui-widget-content .ui-state-active { font-weight: normal; color: #fff; outline: none;background: #ff8800; }
.phoenix  .ui-datepicker .ui-state-active a, .phoenix  .ui-datepicker .ui-state-active a:link, .phoenix  .ui-datepicker .ui-state-active a:visited { color: #2075c5; outline: none; text-decoration: none; }

.phoenix  .ui-datepicker .ui-datepicker-prev-hover { left:2px; background:url(/resources/mojito/img/pattern/phoenix/arrows_orange.gif) no-repeat 0 -30px;font-weight: bold;}
.phoenix  .ui-datepicker .ui-datepicker-next-hover { right:2px; background:url(/resources/mojito/img/pattern/phoenix/arrows_orange.gif) no-repeat 0 -10px;font-weight: bold;}

/* Interaction Cues
----------------------------------*/
.phoenix  .ui-datepicker .ui-state-highlight, .phoenix  .ui-datepicker .ui-widget-content .ui-state-highlight {border: 1px solid #2075c5;}
.phoenix  .ui-datepicker .ui-state-disabled, .phoenix  .ui-datepicker .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* ============= help dialog ============= */
.phoenix .ui-helpDialog .ui-dialog-titlebar{display:none;}
.phoenix .helpDialog {
 position:relative;
 margin:0px auto;
 min-width:20px;
 max-width:240px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:10px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under.phoenix .ui-helpDialog */
}
.phoenix .helpDialog .content,
.phoenix .helpDialog .t,
.phoenix .helpDialog .b,
.phoenix .helpDialog .b div {
 background:transparent url(/resources/mojito/img/pattern/phoenix/bubblehelp_sprite.png) no-repeat top right;
}
.phoenix .helpDialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:10px 10px 0px 0px;
}
.phoenix .helpDialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:10px; /* top slice width */
 margin-left:-10px;
 height:100%;
 _height:600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}
.phoenix .helpDialog .b {
 /* bottom */
 position:relative;
 width:100%;
}
.phoenix .helpDialog .b,
.phoenix .helpDialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}
.phoenix .helpDialog .b-l {
	margin-right:20px;
}
.phoenix .helpDialog .b-l .b {
 	background-position:bottom right;
 	margin-left:20px;
}
.phoenix .helpDialog .b-l .b div {
 position:relative;
 width:30px; /* bottom corner width */
 margin-left:-30px;
 background-position: bottom left;
}
.phoenix .helpDialog .b-r .b {
 background-position:100% -590px;
}
.phoenix .helpDialog .b-r .b div {
 position:relative;
 width:10px; /* bottom corner width */
 margin-left:-10px;
 background-position: 0 -590px; 
}
/* ============= validatewithinstruction ============= */
.phoenix form .readonlystyle { 
	color:#ccc !important; 
}
/* ============= accordion ============= */
.phoenix .ui-accordion .ui-accordion-header { 
	cursor: pointer; 
	position: relative; 
	margin-top: 1px; 
	zoom: 1; 
	padding-left:10px;
	color:#2075c5;
}
.phoenix .ui-accordion .icon-arrow-e, .phoenix .ui-accordion .icon-arrow-s { 
	position: absolute; 
	left: 0px; 
	top: 50%; 
	margin-top: -5px; 
	height:10px; 
	width:10px;
	display:block; 
	background:url(/resources/mojito/img/pattern/phoenix/arrows_orange.gif) no-repeat; 
	font-size:0;
}
.phoenix .ui-accordion .icon-arrow-e {  
	background-position:0 -10px; 
}
.phoenix .ui-accordion .icon-arrow-s { 
	background-position: 0 -20px;
}

.phoenix .ui-accordion .ui-accordion-content {
	display:none;
	overflow-y:auto;
	max-height:25em;
	color:#444444;
	margin:0 0 10px 0;
	padding:0;
}
/*nav*/
.phoenix .ui-accordion-nav .ui-accordion-content {
	margin-left:10px;		
	overflow-y:auto;
}
.phoenix .ui-accordion-nav .ui-accordion-content ul{
	padding-left:0;	
	margin-left:0;
	color:#CCC;
	list-style-type:none;
}
.phoenix .ui-accordion-nav .ui-accordion-content ul li{
	background:url(/resources/mojito/img/pattern/phoenix/bullet_gray_4.gif) no-repeat left 5px; 
	padding-left:10px;
}
* html .phoenix .ui-accordion-nav .ui-accordion-content ul li{
	display:inline-block;
}
.phoenix .ui-accordion-nav .ui-accordion-content ul li a{
	padding:0 5px;
}
.phoenix .ui-accordion .ui-accordion-header.hover, .phoenix .ui-accordion .ui-accordion-header a:hover  { 	
	text-decoration:underline;
}
.phoenix .ui-accordion-nav .ui-accordion-content ul li a.selected, 
.phoenix .ui-accordion-nav div.ui-accordion-header a.selected{
	background:#E7E7E7;
	color:#000;
	text-decoration:none;
	display:block;
}
.phoenix .ui-accordion .ui-accordion-content p, .phoenix .ui-accordion .ui-accordion-content div{
	margin: 10px 0;
}
.phoenix .ui-accordion .ui-accordion-header, .phoenix .ui-accordion div.ui-accordion-header{
	line-height: 20px;
}

/* ============= icons ============= */

.phoenix .icon-14 {
	background-image:url(/resources/mojito/img/pattern/phoenix/icon_sprite_14.png);
	background-repeat:no-repeat;
	font-size: 12px;
	padding-left:14px;
	display:inline-block;
}
.phoenix .icon-20 {
	background-image:url(/resources/mojito/img/pattern/phoenix/icon_sprite_20.png);
	background-repeat:no-repeat;
	font-size: 12px;
	padding-left:14px;
	display:inline-block;
}
.phoenix .icon-24 {
	background-image:url(/resources/mojito/img/pattern/phoenix/icon_sprite_24.png);
	background-repeat:no-repeat;
	font-size: 20px;
	padding-left:19px;
	display:inline-block;
}
.phoenix .icon-success{
	background-position:0 0;
}
.phoenix .icon-alert{
	background-position:-25px 0;
}
.phoenix .icon-flag{
	background-position:-50px 0;
}
.phoenix .icon-info{
	background-position:-75px 0;
}
.phoenix .icon-close{
	background-position:0 -25px;
}
.phoenix .icon-help{
	background-position:-25px -25px;
}
.phoenix .icon-parking{
	background-position:0 -50px;
}
.phoenix .icon-wheelchair{
	background-position:-25px -50px;
}
.phoenix .icon-offer{
	background-position:-50px -50px;
}
.phoenix .icon-charity{
	background-position:-75px -50px;
}
.phoenix .icon-timer{
	background-position:-100px -50px;
}
.phoenix .icon-plus{
	background-position:0 -75px;
}
.phoenix .icon-minus{
	background-position:-25px -75px;
}

/* ============= overlays ============= */

.phoenix .ov-bubble .ov-slice,
.phoenix .ov-bubble .ov-spike {
	background-image:url(/resources/mojito/img/pattern/phoenix/overlay_bubble_sprite.png);
	background-repeat:no-repeat;
}
.phoenix .ov-bubblehelp .ov-slice,
.phoenix .ov-bubblehelp .ov-spike {
	background-image:url(/resources/mojito/img/pattern/phoenix/overlay_bubblehelp_sprite.png);
	background-repeat:no-repeat;
}

.phoenix .ov-overlay .ov-slice {
	background-image:url(/resources/mojito/img/pattern/phoenix/overlay_sprite.png);
	background-repeat:no-repeat;
}

.phoenix .ov-wrapper {
	/*z-index:1;*/
	margin-left:11px; /* margin-left = leftSliceWidth : width of left corner (1px border width + 10px padding)*/
}
.phoenix .ov-slice-tr {
	/* top-right vertical slice */
	background-position:top right;
	position:relative;
	padding:10px 16px 0 0; /* only padding-top and padding-right need to be defined; padding-right and padding-bottom are covered by image slicing */
	                       /* padding right is (1px border width + 10px content padding + 5px shadow) */
	clear:both;
	zoom:1;
	_overflow-y:hidden; /* IE6, needed in combination with _height on .ov-slice-tl */
}

.phoenix .ov-slice-tl {
	/* top-left vertical slice */
	background-position:top left;
	position:absolute;
	left:0px;
	top:0px;
	width:11px; /* = leftSliceWidth */
	margin-left:-11px; /* = - leftSliceWidth */
	height:100%;
	_height:590px;  /* max height, IE 6 */
}

.phoenix .ov-slice-br,
.phoenix .ov-slice-bl {
	height:16px; /* = bottomSliceHeight : height of bottom slice (1px border width + 10px padding + 5px shadow) */
	font-size:1px;
}

.phoenix .ov-slice-br {
	/* bottom-right */
	background-position:bottom right;
	position:relative;
	width:100%;
}
.phoenix .ov-slice-bl {
	/* bottom-left */
	background-position:bottom left;
	position:relative;
	width:11px; /* = leftSliceWidth */
	margin-left:-11px; /* = leftSliceWidth */
}
.phoenix .ov-bubble .ov-slice-br,
.phoenix .ov-bubblehelp .ov-slice-br{
	background-position:100% -565px; /* y = maxTopSliceHeight : height of image (581) - bottomSliceHeight */
}
.phoenix .ov-bubble .ov-slice-bl,
.phoenix .ov-bubblehelp .ov-slice-bl{
	background-position:0 -565px; /* y = maxTopSliceHeight */
}

.phoenix .ov-spike-tr,
.phoenix .ov-spike-tl,
.phoenix .ov-spike-br,
.phoenix .ov-spike-bl {
	width:15px;
	height:15px;
	position:relative;
}
.phoenix .ov-spike-bl	{
	background-position:0 100% ;
	margin:-7px 0 0 0; /* margin-top (-7px) = - shadowOffset(6) - borderOffset(1): offset for border shadow height and border width */
}
.phoenix .ov-spike-br	{
	background-position:-30px 100%;
	float:right;
	margin:-7px 17px 0 0; /* margin-top (-7px) = - shadowOffset - borderOffset */
	                      /* margin-right (-17px) = - shadowOffset - borderOffset - leftSliceWidth */
}
.phoenix .ov-spike-tl	{
	background-position:-60px 100% ;
	margin:0 0 -1px 0;  /* margin-bottom (-1px) = - borderOffset */
	z-index:10;
}
.phoenix .ov-spike-tr	{
	background-position:-90px 100% ;
	float:right;
	margin:0 17px -1px 0; /* margin-right (-17px) = - shadowOffset - borderOffset - leftSliceWidth */
	                      /* margin-bottom (-1px) = - borderOffset */
	z-index:10;
}

.phoenix .ov-content h3{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#222;
	margin:0; /* caution: margins cause cross-browser spacing differences! */
	margin-top:-2px;
	padding:0 0 8px;
}
.phoenix .ov-content p,
.phoenix .ov-content ul,
.phoenix .ov-content ol,
.phoenix .ov-content dl,
.phoenix .ov-content .ajaxError {
	margin-top:0;/*top margins cause spacing issues wrt visual specs!*/
  margin-bottom:0;/*bottom margins cause image gaps!*/
}
.phoenix .ov-content p + p {
	margin-top:10px; /* (expensive rule!) only allow margins in between paragraphs: this might be an unexpected limitation for help content when paragraphs are mixed with divs or uls ! */
}
.phoenix .ov-content .scrollBox {
	border:1px solid #ccc;
	padding:10px;
	max-height:225px;
	overflow:auto; /* scroll bar is not active in Opera for some reason */
}

.phoenix .ui-widget-overlay {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000;
	opacity:.35;
	filter:Alpha(Opacity=35);
}
.phoenix .ui-dialog-titlebar{
	height:1px;
	font-size:1px;
}
.phoenix .ui-dialog-title,
.phoenix .ov-noCloseControl .ui-dialog-titlebar {
	display:none;
}
.phoenix .ov-closeControl .ui-dialog-titlebar-close {
	height:14px;
	width:14px;
	padding:1px;
	position:absolute;
	right:9px; /* = image border (1) + width of image shadow (5) + desired padding (4) - shadow of icon (1) */
	top:5px; /* = image border (1) + desired padding (4) */
	z-index:1;
}
.phoenix .ui-icon-closethick {
	background-image: url(/resources/mojito/img/pattern/phoenix/icon_sprite_14.png);
	background-repeat:no-repeat;
	height:16px;
	width:16px;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
	background-position: 0 -25px;
	cursor:pointer;
}
/* ============= arrows ============= */

.phoenix .arrow-7-blue {
	background-image:url(/resources/mojito/img/pattern/phoenix/arrows_blue.gif);
	background-repeat:no-repeat;
	font-size: 7px;
	padding-left:7px;
}
.phoenix .arrow-7-yellow {
	background-image:url(/resources/mojito/img/pattern/phoenix/arrows_yellow.gif);
	background-repeat:no-repeat;
	font-size: 7px;
	padding-left:7px;
}
.phoenix .arrow-7-orange {
	background-image:url(/resources/mojito/img/pattern/phoenix/arrows_orange.gif);
	background-repeat:no-repeat;
	font-size: 7px;
	padding-left:7px;
}
.phoenix .arrow-13-gray {
	background-image:url(/resources/mojito/img/pattern/phoenix/arrows_gray_02.png);
	background-repeat:no-repeat;
	font-size: 13px;
	padding-left:13px;
}
.phoenix .arrow-13-orange {
	background-image:url(/resources/mojito/img/pattern/phoenix/arrows_orange_02.png);
	background-repeat:no-repeat;
	font-size: 13px;
	padding-left:13px;
}
.phoenix .arrow-7-n{
	background-position:0 0;
}
.phoenix .arrow-7-e{
	background-position:0 -10px;
}
.phoenix .arrow-7-s{
	background-position:0 -20px;
}
.phoenix .arrow-7-w{
	background-position:0 -30px;
}
.phoenix .arrow-13-n{
	background-position:0 0;
}
.phoenix .arrow-13-e{
	background-position:0 -20px;
}
.phoenix .arrow-13-s{
	background-position:0 -40px;
}
.phoenix .arrow-13-w{
	background-position:0 -60px;
}

