/*
////////////////////
// iphoneCheckbox.css
////////////////////
*/

/* Disable text selection outside of IE */
.iPhoneCheckContainer,.iPhoneCheckContainer label {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.iPhoneCheckDisabled {
	opacity: 0.5;
	/*
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); }
    */
}

.iPhoneCheckContainer {
	position: relative;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
	margin: 6px 0 6px 0; /* sellaround mod */
	float: left; /* sellaround mod */
}

.iPhoneCheckContainer input {
	position: absolute;
	top: 5px;
	left: 30px;
	/*-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    */
    opacity: 0;
}

.iPhoneCheckContainer label {
	white-space: nowrap;
	font-size: 14px;  /* sellaround mod */
	line-height: 17px;  /* sellaround mod */
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Sans-serif; /* sellaround mod */
	text-transform: lowercase; /* sellaround mod */
	cursor: pointer;
	display: block;
	height: 27px;
	position: absolute;
	width: auto;
	top: 0;
	padding-top: 5px;
	overflow: hidden;
}

label.iPhoneCheckLabelOn {
	color: #fff;
	background: url(/maria_sellaround/_images/iphoneCheckbox/on.png) no-repeat; /* sellaround mod */
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	left: 0;
	padding: 5px 0 0 0; /* sellaround mod */
	text-align:left; /* sellaround mod */
}

label.iPhoneCheckLabelOn span {
	padding-left: 10px; /* sellaround mod */
}

label.iPhoneCheckLabelOff {
	color: #8B8B8B;
	background: url(/maria_sellaround/_images/iphoneCheckbox/off.png) no-repeat right 0; /* sellaround mod */
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
	text-align: right;
	right: 0;
	padding: 5px 0 0 0; /* sellaround mod */
}

label.iPhoneCheckLabelOff span {
	padding-right: 10px; /* sellaround mod */
}

.iPhoneCheckHandle {
	display: block;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: url(/maria_sellaround/_images/iphoneCheckbox/slider_left.png) no-repeat; /* sellaround mod */
	padding-left: 3px;
}

.iPhoneCheckHandleRight {
	height: 100%;
	width: 100%;
	padding-right: 3px;
	background: url(/maria_sellaround/_images/iphoneCheckbox/slider_right.png) no-repeat right 0;/* sellaround mod */		
}

.iPhoneCheckHandleCenter {
	height: 100%;
	width: 100%;
	background: url(/maria_sellaround/_images/iphoneCheckbox/slider_center.png); /* sellaround mod */
}


/***************************/
/* sellaround classes only */
/***************************/

div.contentWidgetDetailsLeftCol .iPhoneCheckContainer {
	margin: 1px 0px;
}

input.iphoneSwitch {
	display:none; /* hide checkboxes before being transformed to iphone switches */
}

/*
////////////////////
// jqplot.min.css
////////////////////
*/

.jqplot-target{position:relative;color:#666;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:1em;}.jqplot-axis{font-size:.75em;}.jqplot-xaxis{margin-top:10px;}.jqplot-x2axis{margin-bottom:10px;}.jqplot-yaxis{margin-right:10px;}.jqplot-y2axis,.jqplot-y3axis,.jqplot-y4axis,.jqplot-y5axis,.jqplot-y6axis,.jqplot-y7axis,.jqplot-y8axis,.jqplot-y9axis{margin-left:10px;margin-right:10px;}.jqplot-axis-tick,.jqplot-xaxis-tick,.jqplot-yaxis-tick,.jqplot-x2axis-tick,.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick{position:absolute;}.jqplot-xaxis-tick{top:0;left:15px;vertical-align:top;}.jqplot-x2axis-tick{bottom:0;left:15px;vertical-align:bottom;}.jqplot-yaxis-tick{right:0;top:15px;text-align:right;}.jqplot-yaxis-tick.jqplot-breakTick{right:-20px;margin-right:0;padding:1px 5px 1px 5px;z-index:2;font-size:1.5em;}.jqplot-y2axis-tick,.jqplot-y3axis-tick,.jqplot-y4axis-tick,.jqplot-y5axis-tick,.jqplot-y6axis-tick,.jqplot-y7axis-tick,.jqplot-y8axis-tick,.jqplot-y9axis-tick{left:0;top:15px;text-align:left;}.jqplot-meterGauge-tick{font-size:.75em;color:#999;}.jqplot-meterGauge-label{font-size:1em;color:#999;}.jqplot-xaxis-label{margin-top:10px;font-size:11pt;position:absolute;}.jqplot-x2axis-label{margin-bottom:10px;font-size:11pt;position:absolute;}.jqplot-yaxis-label{margin-right:10px;font-size:11pt;position:absolute;}.jqplot-y2axis-label,.jqplot-y3axis-label,.jqplot-y4axis-label,.jqplot-y5axis-label,.jqplot-y6axis-label,.jqplot-y7axis-label,.jqplot-y8axis-label,.jqplot-y9axis-label{font-size:11pt;position:absolute;}table.jqplot-table-legend{margin-top:12px;margin-bottom:12px;margin-left:12px;margin-right:12px;}table.jqplot-table-legend,table.jqplot-cursor-legend{background-color:rgba(255,255,255,0.6);border:1px solid #ccc;position:absolute;font-size:.75em;}td.jqplot-table-legend{vertical-align:middle;}td.jqplot-seriesToggle:hover,td.jqplot-seriesToggle:active{cursor:pointer;}td.jqplot-table-legend>div{border:1px solid #ccc;padding:1px;}div.jqplot-table-legend-swatch{width:0;height:0;border-top-width:5px;border-bottom-width:5px;border-left-width:6px;border-right-width:6px;border-top-style:solid;border-bottom-style:solid;border-left-style:solid;border-right-style:solid;}.jqplot-title{top:0;left:0;padding-bottom:.5em;font-size:1.2em;}table.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em;}.jqplot-cursor-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,0.5);padding:1px;}.jqplot-highlighter-tooltip{border:1px solid #ccc;font-size:.75em;white-space:nowrap;background:rgba(208,208,208,0.5);padding:1px;}.jqplot-point-label{font-size:.75em;z-index:2;}td.jqplot-cursor-legend-swatch{vertical-align:middle;text-align:center;}div.jqplot-cursor-legend-swatch{width:1.2em;height:.7em;}.jqplot-error{text-align:center;}.jqplot-error-message{position:relative;top:46%;display:inline-block;}div.jqplot-bubble-label{font-size:.8em;padding-left:2px;padding-right:2px;color:rgb(20%,20%,20%);}div.jqplot-bubble-label.jqplot-bubble-label-highlight{background:rgba(90%,90%,90%,0.7);}div.jqplot-noData-container{text-align:center;background-color:rgba(96%,96%,96%,0.3);}

/* sellaround mod */ 
table.jqplot-cursor-legend { 
	font-size: 11px; width: 100px; 
}

/* sellaround mod */
table.jqplot-cursor-legend td.jqplot-cursor-legend-swatch {	
	width: 10px; 
}


/*
////////////////////
// ui.selectmenu.css
////////////////////
*/

.ui-selectmenu { display: block; position:relative; height:30px; text-decoration: none; overflow:hidden; text-align:left; } /* sellaround mod */
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { background-color:#ffffff; padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; } /* sellaround mod */
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 30px; display:block; outline:none; text-decoration:none; } /* sellaround mod */
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 30px; padding-left:10px; } /* sellaround mod */
.ui-selectmenu-open li.ui-selectmenu-item-focus a { }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content { }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 30px; display:block; font-weight: bold; } /* sellaround mod */
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

/***************************/
/* sellaround classes only */
/***************************/

.ui-selectmenu {
	margin-bottom: 10px;
}

.ui-selectmenu span:first-child {
	height: 30px;
}

.ui-selectmenu-menu a {
	height: 30px;
    text-align:left;
    padding-left:10px;
    color:#676767;
}

.fieldset .ui-selectmenu {
	margin-top: 10px;
	width: 141px;
}

.contentWidgetOptionsDateTime.ui-selectmenu-open li
	{
	background: none !important;
	background-image: url('/maria_sellaround/_images/drpdwn_datetime_mid.png') !important;
}

.contentWidgetOptionsDateTime.ui-selectmenu-open li a:hover {
	background: none !important;
	background-image: url('/maria_sellaround/_images/drpdwn_datetime_over.png') !important;
}

.contentWidgetOptionsDateTime.ui-state-active .ui-selectmenu-status {
	background-image: url('/maria_sellaround/_images/drpdwn_datetime_head.png') !important;
}

.contentWidgetOptionsDateTime.ui-selectmenu-open .ui-corner-bottom {
	background: none !important;
    background-image:url('/maria_sellaround/_images/drpdwn_datetime_footer.png') !important;
	height: 44px !important;
}

.contentWidgetOptionsDateTime .ui-selectmenu-status {
	background-image: url('/maria_sellaround/_images/fld_datetime.png');
}

.ui-selectmenu-menu {
	background: none !important;
	z-index: 50;
}

.ui-selectmenu-menu li {
	border-top: none !important;
	border-bottom: none !important;
    font-size:12px;
}

.widgetsSortBy.ui-selectmenu-open li,.widgetsSortBy.ui-selectmenu-open .ui-corner-bottom a
	{
	background: none !important;
	background-image: url('/maria_sellaround/_images/dropdwn_bg_dark.png') !important;
}

.widgetsSortBy.ui-selectmenu-open li a:hover {
	background: none !important;
	background-image: url('/maria_sellaround/_images/dropdwn_bg_blue.png') !important;
	color: #fff;
}

.widgetsSortBy.ui-state-active .ui-selectmenu-status {
	background-image: url('/maria_sellaround/_images/dropdwn_bg_header.png') !important;
}

.widgetsSortBy.ui-selectmenu-open .ui-corner-bottom {
	background: none !important;
	background-image: url('/maria_sellaround/_images/dropdwn_bg_footer.png') !important;
    height:55px !important;
}

.widgetsSortBy.ui-selectmenu-open li a {
	color: #676767;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}

