h3 {
	margin: 15px 0 6px 0;
}

.nicetext h3,
.niceerror h3,
.nicemsg h3,
.niceinfo h3
{
	margin: 0 0 3px 0;
}




/*
	start submodal
*/

/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("/affiliates/images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #1A6092;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	position: relative;
	z-index: 203;

	font-size:11px;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

/************** TABS **********************/

TABLE.tabs {
	background-color: transparent;
	margin: 0;
}

TABLE.tabs TR {
}

TABLE.tabs TD.inactive,
TABLE.tabs TD.disabled,
TABLE.tabs TD.active {
	white-space: nowrap;
	height: 15px;
	padding: 3px 10px 3px 10px;
	border: 1px solid #999;
}

TABLE.tabs TD.inactive,
TABLE.tabs TD.disabled {
	background-color: #f5f5f5;
	font-size: 11px;
}

TABLE.tabs TD.active {
	border-bottom: 0px none transparent;
	background-color: #fff;
	font-weight: bold;
	padding: 7px;
	font-size: 12px;
}

TABLE.tabs TD.spacer {
	border-bottom: 1px solid #999;
	background-color: transparent;
}

TABLE.tabs TD A:link,
TABLE.tabs TD A:hover,
TABLE.tabs TD A:active,
TABLE.tabs TD A:visited {
	text-decoration: none;
	display: block;
}

TABLE.tabs TD.active A:link,
TABLE.tabs TD.active A:hover,
TABLE.tabs TD.active A:active,
TABLE.tabs TD.active A:visited {
	color: #000;
}

TABLE.tabs TD.inactive A:link,
TABLE.tabs TD.inactive A:hover,
TABLE.tabs TD.inactive A:active,
TABLE.tabs TD.inactive A:visited {
	color: #000;
}

TABLE.tabs TD.disabled A:link,
TABLE.tabs TD.disabled A:hover,
TABLE.tabs TD.disabled A:active,
TABLE.tabs TD.disabled A:visited {
	color: #ccc;

}

.login
{
	width:500px;
	border:1px solid #aaa;
}
	.login .logo
	{
		padding:16px;
		border-bottom:1px solid #aaa;
		text-align:left;
	}

	.login .title
	{
		padding:0 0 0 16px;
		background-image:url('/images/cpanel_new/avan_horiz_gradient.gif');
		background-repeat:repeat-x;
		background-position:0 -78px;
		border-bottom:1px solid #000;
		height:50px;
	}
		.login .title span
		{
			padding-top:26px;
			display:block;
			font-size:18px;
			text-align:left;
			color:#e7eff6;
		}
	.login .form
	{
		padding:16px;
		text-align:left;
	}
	.login .copy
	{
		padding:6px 0 6px 16px;
		text-align:left;
		border-top:1px solid #aaa;
		color:#676767;
	}
	.login .version
	{
		padding:6px;
		text-align:right;
		color:#e7eff6;
		vertical-align:top;
		font-size:10px;
		font-weight:bold;
	}
	.login .recover_password
	{
		padding:0px 0 10px 16px;
		text-align:left;
	}
	.login .error
	{
		background-color:#f00;
		color:#fff;

		border-bottom:1px solid #000;
		padding:8px 0 8px 36px;
		text-align:left;
		background-image:url('/images/cpanel_new/yellow_warning.gif');
		background-repeat:no-repeat;
		background-position:16px 9px;
	}

	.login .message
	{
		background-color:#4A9076;
		color:#fff;

		border-bottom:1px solid #000;
		padding:8px 0 8px 36px;
		text-align:left;
		background-image:url('/images/cpanel_new/ok.gif');
		background-repeat:no-repeat;
		background-position:16px 9px;
	}








.grid tr td table,
.grid tr td td,
.grid .even_row td td,
.grid .odd_row td td,
.grid .odd_row .hightlight td
{
	padding: auto;
	background-image: none;
	background-color: transparent !important;
	height: auto;
	border-bottom: 0px none transparent !important;
	border-top: 0px none transparent !important;
	white-space: auto;
	font-weight: normal;
	color: auto;
}

.topmenu {
		/*background-color: #99cc33;*/ /* #192E51 */
		background-color: #9DB7E1;
		font-weight: bold;
	}

	.darkred {
		COLOR: #993300;
	}
	.orange {
		COLOR: #FF6600;
	}
	.green {
		COLOR: #339900;
	}
	.blue {
		COLOR: #3399FF;
	}

	.info
	{
	 	font-size: 8pt;
	 	color: #222222;
	 	background-color: #F2F2F2;
	}

	.bgblack {
		background-color: #999999;
	}

	#systemOverview .success {
		color: #339966;
		background-color: transparent;
		border: 0px none transparent;
		padding: 0 0 0 0;
	}

	#systemOverview .warning {
		color: #F02123;
		background-color: transparent;
		border: 0px none transparent;
		padding: 0 0 0 0;
	}

	#systemOverview {
		margin-top: 10px;
		text-align: left;
		margin-left: 10px;
	}

	#systemOverview H3 {
		margin:10px 0 0 0;

		font-family: "trebuchet ms", sans-serif;
		font-size: 15px;
		font-weight: bold;
		border-bottom: 2px solid #777;
		color: #777;
	}

	#systemOverview H3 A:link,
	#systemOverview H3 A:active,
	#systemOverview H3 A:visited,
	#systemOverview H3 A:hover {
		text-decoration: none;

	}

	#systemOverview H3 A:hover {
	}

	#systemOverview .systemOverviewTitle {
		/*border-bottom:1px solid #ccc;*/
		/*
		color: #555;
		font-weight: bold;
		*/
		margin-bottom: 4px;
	}

	#systemOverview UL.steps {
		margin-top: 6px;
	}

	#systemOverview UL.steps LI {
		margin-top: 5px;
	}

	#systemOverview .systemOverviewSubtitle {
		/*border-bottom:1px solid #ccc;*/
	}

	#systemOverview .note {
		border: 1px solid #ccc;
		background-color: #F5F4E0;
		padding: 3px;
	}

	#systemOverview .message {
		background-color: #8DAB3B;
		border: 1px solid #677E4C;
		color: #fff;
		padding: 5px;
	}

	#systemOverview .steps {
		margin-left: 50px;
	}



.updated td {
	color: #000;
	background-color: #fee;
}

.sortHeader {
}

.sortHeaderArrow_asc,
.sortHeaderArrow_desc,
.sortHeaderArrow_default {
	width: 9px;
	background-image: url('/images/cpanel_new/sort.gif') !important;
	background-repeat: no-repeat;
	background-position: 0 center;
	overflow: hidden;
}

.sortHeaderArrow_asc {
	background-position: -18px center;
}

.sortHeaderArrow_desc {
	background-position: -9px center;
}

.sidebar_panel .content .options {
	position: absolute;
	margin-left: 120px;
	margin-top: 3px;
	z-index:999;
	display: none;
}

.sidebar_panel .content .options img {
	border: 0;
	cursor: pointer;
}

.colorPickerCell {
	border: 1px solid #000000;
    border-bottom-width: 0px;
    display: inline;
    font-size: 8pt;
    cursor: pointer;
}

.success {
	background-color: #678E4C;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #342;
	margin-bottom: 5px;
}

.status {
	background-color: #ff9;
	color: #777;
	padding: 5px;
	border: 1px solid #cc7;
	margin-bottom: 5px;
}

.grid .header_row_simple td {
	padding:5px 8px 3px 8px;
	background-image:none;
	background-color:#F5F5F5;
	background-repeat:repeat-x;
	height:30px;
	border-bottom:1px solid #7D90A4;
	border-top:1px solid #7D90A4;
	vertical-align:top;
	white-space:nowrap;
	font-weight:bold;
	color:#000;
}

table.compact td
{
	padding:0px 12px 0px 0;
}

.pager {
	cursor: pointer !important;
}
.pager_active, TD.pager_active {
	font-weight: bold !important;
}

.progress_bar {
	border:1px solid #000;
	width:200px;
	height:20px;
	background-image:url(/images/grey_gradient.gif);
}
.percent_text {	
	width:200px;
	height:20px;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
}
.progress {
	width:1px;
	height:20px;
	background-image:url(/images/blue_gradient.gif);
	position:relative;
	margin-top:-23px;
	overflow:hidden;	
}
.progress_content {
	width:200px;
	height:20px;
	text-align:center;
	font-weight:bold;
	padding-top:3px;
	color:#fff;
}

* html .progress
{
	margin-top:-20px;
}		
/*Style to warn about the size of to be uploaded files*/
.bytes {
	color: #000000;
}
.kylo {
	color: #036F27;
}
.mega {
	color: #0B1D67;
}
.giga {
	color: #C83306;
}	

.CodeMirror-line-numbers {
	color: #fff;
	background-color: #AAA;
	border-right: 1px solid #777;
	padding: 0 2px 0 2px;
}

.toolbar {
	border-bottom: 2px solid #777;
	padding: 5px;
	background-color: #f5f5f5 !important;
}

span.helpImage {
	background-image:url('/images/cpanel_new/small_help.gif');
	width: 20px;
}

.show_only_on_print
{
	display:none;
}
.login_user_data
{
	padding: 3px;	
	color: #777;
}
.floating_message {
	display: none;
	z-index: 99999;
	border: 1px solid #000;
	background-color: #CCC;
	padding: 22px 30px 25px 65px;
	background-position: 25px 22px;
	background-repeat: no-repeat;
	/*Shadow*/
	-moz-box-shadow: 3px 3px 4px #999;
	-webkit-box-shadow: 3px 3px 4px #999;
	box-shadow: 3px 3px 4px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	/*Opacity*/
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	opacity:.90;
}
.floating_message_inline {
	position: static;
	padding: 22px 30px 25px 65px;
	background-position: 25px 22px;
	background-repeat: no-repeat;
	cursor: move;
}
.floating_message_top {
	position: absolute;
	top: -1px;
	padding: 22px 30px 25px 65px;
	background-position: 25px 22px;
	background-repeat: no-repeat;
}
.floating_message .close {
	background-image: url("/images/icons/message-icon-close.png");
	float: right;
	height: 9px;
	left: 15px;
	position: relative;
	top: 4px;
	width: 9px;
	cursor: pointer;
}
.floating_message .message {
	font-family: Arial, Verdana;
	color: #212121;
}
.floating_message_error {
	background-color: #ffcfcd;
	border-color: #cc827e;
	background-image: url("/images/icons/message-icon-error.png");
}
.floating_message_success {
	background-color: #d4fccd;
	border-color: #7fb876;
	background-image: url("/images/icons/message-icon-success.png");
}
.fusionCharts {
    width: 100%;
    text-align: center;
}
.loader {
	border: 6px solid #f3f3f3; /* Light grey */
	border-top: 6px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

  /* ========================================= */
  /* COOKIE CONSENT : START */
#cookie-consent-band {
  padding: 1rem 4rem 1rem 5rem;
  background-color: #3474ff;
  opacity: 0;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  transition: all 0.3s;
  transform: translateY(100px);
  display: none;
  z-index: 10;
}

#cookie-consent-band.show {
	opacity: 1;
	transform: translateY(0px);
	display: table;
}

#cookie-consent-band * {
	color: #ffffff;
}
#cookie-consent-band .info-icon {
	font-size: 18px;
	border: 2px solid #FFF;
	border-radius: 100%;
	padding: 3px 11px;
	font-family: initial;
	position: absolute;
	left: 1.5rem;
	top: 2rem;
}
.cookie-consent-band-text {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	font-size: 12px;
}
.cookie-consent-band-text a {
	font-size: 12px;
}
.cookie-consent-band-title {
	margin-top: 0;
	border-bottom: none;
}
.cookie-consent-band-actions {
	display: table-cell;
	width: 30%;
	text-align: center;
	vertical-align: middle;
}

#cookie-management-modal .modal-body .cookie-management-actions-btn,
.cookie-consent-band-allow,
.cookie-consent-band-learn {
	text-transform: uppercase;
	border: 1.5px solid #fff;
	border-radius: 3px;
	padding: 0.5rem 2.5rem;
	transition: all 0.3s;
	cursor: pointer;
}
.cookie-consent-band-allow,
.cookie-consent-band-learn {
	border: 1px solid #fff;
}

.cookie-consent-band-allow {
	background: #fff;
	color: #3474ff !important;
	margin: 5px;
}

.cookie-consent-band-learn {
	background: transparent;
	margin: 5px;
}

/* COOKIE CONSENT : END */
/* ========================================= */
/* COOKIE SETTINGS : START  */

.ui-dialog[aria-labelledby='ui-dialog-title-cookie-management-modal']
.ui-dialog-titlebar {
	display: none;
}
.ui-dialog[aria-labelledby='ui-dialog-title-cookie-management-modal'],
#cookie-management-modal {
	padding: 0;
	border: none;
}

#cookie-management-modal .modal-header {
	padding: 1rem 2rem;
	text-align: center;
	color: #fff;
	background-color: #3474ff;
	background-image: url('/affiliates/images/biscuits.svg');
	background-position: 16% center, 80% 0.5rem;
	background-repeat: no-repeat, no-repeat;
}
#cookie-management-modal .modal-header .modal-title {
	color: #fff;
	margin: 0 0 0.75rem;
	font-size: 24px;
}
#cookie-management-modal .modal-header .modal-close-btn {
	position: absolute;
	top: 1.5rem;
	right: 1rem;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	cursor: pointer;
	background-image: url('/js/basetheme/images/ui-icons_ffffff_256x240.png');
	background-position: -97px -129px;
}
#cookie-management-modal .modal-body {
	padding: 0 0 30px 0;
}
#cookie-management-modal .modal-body .cookie-management-actions-text-wrapper {
	padding: 1rem;
}
#cookie-management-modal .modal-body .cookie-management-actions-text,
#cookie-management-modal .modal-body .cookie-management-actions-text a {
	font-size: 12px;
	color:#727272;
}

#cookie-management-modal .modal-body .cookie-management-actions {
	padding: 0.75rem;
	background: #eff6ff;
	text-align: center;
	/* margin-bottom:15px; */
}
#cookie-management-modal .modal-body .cookie-management-actions-btn.allow {
	background: #11c979;
	border-color: #11c979;
	color: #ffffff;
	margin-right: 0.75rem;
}

#cookie-management-modal .modal-body .cookie-management-actions-btn.reject {
	background: transparent;
	border-color: #8c95a1;
	color: #293443;
}
#cookie-management-modal .modal-body .cookieSettingsOptionsBox {
	max-height: 400px;
	overflow-y: scroll;
	padding: 2rem 1rem;
	scrollbar-width: thin;
}
#cookie-management-modal .cookieSettingsOptionsBox::-webkit-scrollbar {
	width: 8px;
	background: transparent;
}
#cookie-management-modal .cookieSettingsOptionsBox::-webkit-scrollbar-thumb {
	background: #e0e7ef;
	-webkit-border-radius: 1ex;
	border-radius: 1ex;
	padding: 0 2px;
	margin: 0 2px;
	width: 6px;
}
#cookie-management-modal .cookieSettingsOptionsBox::-webkit-scrollbar-corner {
	background: transparent;
}

.cookie-settings-link a:link {
	color: white;
	position: absolute;
	bottom: 30px;
	left: 10px;
}

/* COOKIE SETTINGS : END  */
/* ========================================= */
/* CUSTOM CHECKBOXES : START */
.custom-checkbox {
	position: absolute;
	opacity: 0;
	transition: all 0.3s;
}

.custom-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s;
}

.custom-checkbox + label:before {
	transition: all 0.3s;
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	background: white;
	border: 1px solid #a1a8b2;
	border-radius: 3px;
}

.custom-checkbox:hover + label:before {
	border-color: #11c979;
}

.custom-checkbox:checked + label:before {
	background: #11c979;
	border-color: #11c979;
}

.custom-checkbox:checked:disabled + label:before {
	background: #a1a8b2;
	border-color: #a1a8b2;
}

.custom-checkbox:checked + label:after {
	transition: all 0.3s;
	content: '';
	position: absolute;
	left: 3px;
	top: 7px;
	background: #fff;
	width: 3px;
	height: 3px;
	transform: rotate(45deg);
	box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff,
	4px -6px 0 #fff, 4px -8px 0 #fff;
	transform: rotate(45deg);
}

.custom-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}

.custom-checkbox:disabled + label:before {
	box-shadow: none;
	background: #a1a8b2;
}

.ui-widget-content .modal-subtitle,
.ui-widget-content .modal-subtitle a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	outline: none;
}
/* CUSTOM CHECKBOXES : END */
/* ========================================= */

.introPage h1 {
	margin-bottom: 10px;
}

/* Section1 */

.cookieSettingsActionBtnBox {
	margin: 40px 0 0;
}
.cookieSettingsActionBtnBox.active {
	position: fixed;
	z-index: 98;
	top: 85px;
	left: 0;
	right: 0;
	margin-top: 0;
}
.cookieSettingsActionBtnBox.active:before {
	content: '';
	background-color: #ffffff;
	left: 0;
	right: 0;
	top: -100%;
	display: block;
}
.cookieSettingsActionBtnBox .cookieSettingsActionBtn {
	padding: 20px 0;
	margin: 0 -10px -6px -10px;
	text-align: center;
}
.cookieSettingsActionBtnBox .cookieSettingsActionBtn .cookieBtn {
	margin: 0 5px;
}

.cookieGroup:not(:last-child) {
	margin-bottom: 40px;
}
.cookieGroup .cookieGroupName {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	padding: 0 0 10px;
	border-bottom: 1px solid #3474ff;
	/* margin-top:15px; */
}
.cookieGroup .cookieGroupName:not(:first-child) {
	margin-top: 15px;
}
.cookieGroup .cookieZone .cookieWrap .cookieBox {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 10px 10px;
	position: relative;
	border-bottom: 1px solid #e0e7e0;
}

.cookieGroup .cookieZone .cookieWrap .cookieBox .cookie .cookieSource {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}
.cookieGroup .cookieZone .cookieWrap .cookieBox .cookie .cookieName {
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
}
.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieAction {
	margin-top: 10px;
}
.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieAction > span {
	display: block;
}
.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieAction > span > span {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}
.cookieGroup
.cookieZone
.cookieWrap
.cookieBox
.cookieAction
> span
> span:first-child
+ span {
	padding-left: 5px;
	font-weight: 500;
}

.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieReadMore,
.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieHide {
	display: inline-block;
	margin-top: 10px;
	color: #3474ff;
	font-size: 12px;
	padding-right: 15px;
	cursor: pointer;
}
.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieReadMore:after,
.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieHide:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 0;
	height: 0;
	border: solid #3474ff;
	border-width: 0 2px 2px 0;
	padding: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieHide:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.cookieGroup .cookieZone .cookieWrap .cookieBox.active {
	background-color: rgba(0, 174, 255, 0.1);
	background-image: linear-gradient(
			to right,
			rgba(255, 255, 255, 0.2) 70%,
			rgba(41, 52, 67, 0.5) 0%
	);
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
	border-bottom: none;
}

.cookieGroup .cookieBox.error,
.cookieGroup .cookieDescription.error {
	background: #fce5e5;
}

.cookieGroup .cookieZone .cookieWrap .cookieBox.active .cookieReadMore,
.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieHide,
.cookieGroup .cookieZone .cookieWrap .cookieDescription {
	display: none;
}

.cookieGroup .cookieZone .cookieWrap .cookieBox.active .cookieHide {
	display: inline-block;
}
.cookieGroup .cookieZone .cookieWrap .cookieDescription.active {
	display: block;
}

.cookieGroup .cookieZone .cookieWrap .cookieDescription {
	padding: 10px;
	background-color: rgba(0, 174, 255, 0.1);
}
.cookieGroup .cookieZone .cookieWrap .cookieDescription .cookieExpiryDateTitle {
	margin-top: 10px;
}

.cookieGroup .cookieZone .cookieWrap .cookieDescription .cookieFunctionTitle,
.cookieGroup .cookieZone .cookieWrap .cookieDescription .cookieExpiryDateTitle {
	font-weight: 500;
	position: relative;
	line-height: 32px;
	height: 32px;
}
.cookieGroup
.cookieZone
.cookieWrap
.cookieDescription
.cookieFunctionTitle
img,
.cookieGroup
.cookieZone
.cookieWrap
.cookieDescription
.cookieExpiryDateTitle
img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

.cookieGroup .cookieFunction,
.cookieGroup .cookieExpiryDate {
	color: #a1a8b2;
}

@media (min-width: 568px) {
	.cookieGroup .cookieZone .cookieWrap .cookieBox {
		padding: 10px 120px 10px 10px;
	}
	.cookieGroup .cookieZone .cookieWrap .cookieBox .cookie {
		display: inline-block;
		vertical-align: middle;
	}
	.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieAction {
		display: inline-block;
		vertical-align: middle;
		margin-top: 0;
	}

	.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieReadMore,
	.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieHide {
		position: absolute;
		top: 50%;
		font-size: 12px;
		line-height: 16px;
		height: 16px;
		margin-top: -8px;
		right: 15px;
	}

	.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieAction .cookieInfo {
		font-size: 12px;
	}
}
	.cookieGroup .cookieZone .cookieWrap .cookieBox .cookie {
		width: 42%;
	}
	.cookieGroup .cookieZone .cookieWrap .cookieBox .cookieAction {
		width: 56%;
	}

/* START Checkbox Custom */

.customCheckbox {
	float: left;
	position: relative;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #11c979;
	margin-right: 5px;
	overflow: hidden;
	z-index: 0;
}
.customCheckbox.customCheckboxChecked {
	background: #11c979;
	border: 1px solid #11c979;
}
.customCheckbox.customCheckboxChecked.disabled {
	background-color: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.customCheckbox > input {
	opacity: 0;
	cursor: pointer;
	z-index: 5;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.customCheckbox > span {
	display: none;
	text-align: center;
	line-height: 14px;
	font-size: 90%;
	color: #ffffff;
}
.customCheckbox.customCheckboxChecked > span {
	display: block;
}

html
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
}
body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:verdana, tahoma, arial;
	font-size:2em !important;
	background-color:#fff;
	border:0px;
	color:#212121;
}

*html body {
	overflow: auto;
}

form
{
	margin:0px;
	padding:0px;
}

input, select, textarea {
	font-size:11px;
}


div, td
{
	font-family:verdana, tahoma, arial;
	font-size:11px;
	color:#212121;
}

textarea {
	padding: 5px;
	color:#4c4c4c;
}

hr {
	color:#B2B2B2;
}

ul
{
	list-style-type: none;
	margin-top: 5px;
	margin-left:0;
	padding-left:0px;	
	line-height: 16px;
}

ul li
{
	background-image:url('/images/icoarrow.gif');	
	background-repeat:no-repeat;
	background-position: 0 3px;
	margin-bottom: 3px;
	padding-left: 0;
	margin-left: 5;
	padding-left:15px;
}

.bold {
	font-weight:bold;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix-row {
    display:inline-block;
    clear:both;
    width:100%;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

#main
{
	width:100%;
	height:100%;
}
#main_header
{
	width:100%;	
}

#logo_merchant
{
	padding:0 13px 0 0;	
}
#logo_merchant img
{
	/*height:50px;*/
}

#top_companies {
	height: 26px;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
}

#top_companies .menu_item,
#top_companies .menu_item_merchants
{
	float: left;
	margin-right: 2px;
	margin-bottom: 100px;
}

#top_companies_more_links {
	float: left;
}

#top_companies_more_links a, 
#top_companies_more_links a:hover
{
	display: block;
	text-align: center;
	padding:0 2px 0 2px;
	line-height:26px;
	cursor:pointer;
	width: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 26px;
	background-image:url('/images/cpanel_new/affil_horiz_gradient.gif');
	background-position:0 0;
}

#top_companies_more_links a:hover
{
	background-position:0 -26px;
}

#top_companies_more_links_content 
{
	display: none;
	text-align: left;
	position: absolute;
	padding: 3px;
	z-index: 99999;
	border: 1px solid #154478;
	background-color:#5191C0;
}

#top_companies_more_links_content a,
#top_companies_more_links_content a:hover
{
	text-align: left;
	width: auto !important;
	width: 120px;
	min-width: 120px;
	font-size: 11px;
	font-weight: normal;
	display:block;
	height:24px;
	border:1px solid #5191C0;
	padding:0 4px 0 6px;
	color:#fff;
	line-height:20px;
	background-image: none;
	text-decoration:none;
}

#top_companies_more_links_content a:hover
{
	background-color:#2D6394;
	border:1px solid #a6bbcb;
}


#top_links_container
{
	padding-right:13px;	
}
#top_links_container .separator
{
	border-left:1px solid #a2a2a2;
	margin-right:8px;
	margin-left:8px;
}

#top_links_container img
{
	width:16px;
	height:16px;
	margin:0 5px -5px 0;
	border:0;
}

#top_links_container a
{
	/*margin-left:20px;*/
	text-decoration:none;
	/*margin-left:16px;*/
	font-family:tahoma, arial, verdana;

}


#top_links_container a span
{
	/*margin-left:20px;*/
	text-decoration:none;
	color:#426893;

}

#top_links_container a:hover span
{
	/*margin-left:20px;*/
	text-decoration:none;
	color:#ed2229;
}

#top_links_container .logout img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:0 -16px;
}
#top_links_container .logout:hover img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:0 0;			
}

#top_links_container .help img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-16px -16px;
}
#top_links_container .help:hover img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-16px 0;			
}

#top_links_container .contact_us img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-32px -16px;
}
#top_links_container .contact_us:hover img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-32px 0;			
}

#top_links_container .favorites img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-48px -16px;
}
#top_links_container .favorites:hover img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-48px 0;			
}
#top_links_container .favorites_disabled img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-128px -16px;
	cursor:default;
}

#top_links_container .favorites_disabled span
{
	color:#aaa;
	cursor:default;
}
#top_links_container .favorites_disabled:hover span
{
	color:#aaa;
	cursor:default;
}



#top_links_container .accesses img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-144 -16px;
}
#top_links_container .accesses:hover img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-144 0;			
}
#top_links_container .accesses_disabled img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-160px -16px;
	cursor:default;
}

#top_links_container .accesses_disabled span
{
	color:#aaa;
	cursor:default;
}
#top_links_container .accesses_disabled:hover span
{
	color:#aaa;
	cursor:default;
}



.add_to_favorites 
{	
	text-decoration:none;
}
.add_to_favorites img
{	
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-112px -16px;
	width:16px;
	height:16px;
	margin:0 5px -5px 0;
	border:0;
}

.add_to_favorites:hover img
{	
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-112px 0;
}

.add_to_favorites span
{	
	text-decoration:none;
	color:#426893;
	font-weight:bold;
}	

.add_to_favorites:hover span
{	
	text-decoration:none;
	color:#ed2229;
}

#content_container
{
	width:100%;
	height:100%;
	vertical-align:top;	
	background-repeat:repeat-x;
	padding:0;
}
#content
{
	border-left:1px solid #b2b2b2;
}


.menu_item,
.menu_item_merchants
{
	padding:0;
}


.nohref
{
	cursor:default;	
	text-decoration:none;
}

.nohref:hover
{
	color:#fff;
}


#quick_search
{
	padding:13px;	
	display:block;	
}
#quick_search input
{
	border:1px solid #000;
	background-color:#fff;
	color:#7b7b7b;
	font-size:11px;
	height:20px;
	padding:2px;
	padding-right:20px;
	width:174px;
	float:left;
	margin:0px;
}
#quick_search img
{
	float:left;
	margin:0 -6px 0 -24px;
}



#submenu
{
	margin-top:18px;	
}

a .icon
{
	width:16px;
	height:16px;
	overflow:hidden;
	float:left;
	margin:3px 6px 0 0;
}

a .icon img
{
	width:192px;
	height:192px;
	border:0;
}




.large_icon
{
	border:1px solid #fff;
	text-decoration:none;	
	cursor:pointer;
	/*width:170px;*/
	display:block;
	float:left;
	margin-right:22px;

}

.large_icon:hover
{	
	border:1px solid #aaa;
	color:#454545;
}

.large_icon .wraper
{
	border:1px solid #fff;		
	padding:8px;
	display:block;
}

.large_icon:hoover .wraper .label
{
	color:#454545;
}

.large_icon:hover .wraper
{	
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;		
	background-color:#bbb;		
	background-image:url('/images/cpanel_new/icon_back.gif');
	background-repeat:repeat-x;
	background-color:#d9e9f2;
}

.large_icon .wraper .icon_32
{
	width:32px;
	height:32px;
	overflow:hidden;			
	margin:0 6px 0 0;	
	float:left;
}
.large_icon .wraper .icon_32 img
{
	width:320px;
	height:32px;
	border:0;				
}

.large_icon .wraper .label
{	
	line-height:32px;
	display:block;
	font-size:11px;
	text-decoration:none;
}



.large_icon_selected
{
	border:1px solid #aaa;
	color:#454545;
	text-decoration:none;	
	cursor:pointer;
	/*width:170px;*/
	display:block;
	float:left;
	margin-right:12px;
	font-weight:bold;
	white-space:nowrap;
}



.large_icon_selected .wraper
{		
	padding:8px;
	display:block;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;		
	background-color:#bbb;		
	background-image:url('/images/cpanel_new/icon_back.gif');
	background-repeat:repeat-x;
	background-color:#d9e9f2;

}

.large_icon_selected .wraper .icon_32
{
	width:32px;
	height:32px;
	overflow:hidden;			
	margin:0 6px 0 0;	
	float:left;
}
.large_icon_selected .wraper .icon_32 img
{
	width:320px;
	height:32px;
	border:0;				
}

.large_icon_selected .wraper .label
{	
	line-height:32px;
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#454545;
	font-weight:bold;
	white-space:nowrap;
}

.large_icon_simple
{
	text-decoration:none;	
	cursor:pointer;
	/*width:170px;*/
	display:block;
	float:left;
	margin-right:22px;

}
.large_icon_simple .wraper
{
	display:block;
}

.large_icon_simple .wraper .icon_32
{
	width:32px;
	height:32px;
	overflow:hidden;			
	margin:0 6px 0 0;	
	float:left;
}
.large_icon_simple .wraper .icon_32 img
{
	width:320px;
	height:32px;
	border:0;				
}









#search_button
{
	width:24px;
	height:20px;
	background-image:url('/images/cpanel_new/search_button.gif');
	background-repeat:no-repeat;
	background-position:0 0;
}


/***************************/
.infobox_header
{

	/*display:block;*/
	margin-bottom:16px;

}
.infobox_header .left_col img,
.infobox_header .right_col img
{
	width:4px;
}
.infobox_header .title_area
{
	width:100%;
	background-image:url('/images/jstabs/bgtabcenter.gif');
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

.blue_line
{
	background-image:url('/images/cpanel_new/bgsepvert.gif');
	background-repeat:repeat-x;
}
.infobox_header .blue_line img {
	width:1px;
	height:3px;
}

.infobox_header .blue_content,
.infobox_header .blue_content td
{
	background-color:#e3F3f9;
	font-family:verdana, tahoma, arial;
	font-size:11px;
	font-weight:bold;
	color:#1A3972;
	padding:2px;

}

.infobox_header .white_content {
	background-color:#FFFFFF;
	padding-top:10px;
}


.simple_blue
{
	background-color:#e3F3f9;
	font-family:verdana, tahoma, arial;
	font-size:11px;
	font-weight:normal;
	color:#1A3972;
	padding:5px;
	text-align:left;
}



/***************************/

.blue_line {
	background-image:url('/images/cpanel_new/bgsepvert.gif');
	background-repeat:repeat-x;
	width:100%;
	height:3px;
}







/***********smarty tabs****************/
.tabs_default
{
	display:block;
	margin-bottom:16px;
}
.tabs_default .tab_spacer img
{
	width:6px;
	height:31px;
}

.tabs_default .tab_extend
{
	width:100%;
	background-image:url('/images/jstabs/bgtabcenter.gif');
}

.tabs_default .tab_padding_right img
{
	width:4px;
}

.tabs_default .tab_selected .innerTab TD
{
	background-image:url('/images/jstabs/activetabcenter.png');
}
.tabs_default .tab_selected .innerTab .innerTabLeft
{
	background-image:url('/images/jstabs/activetabL.png');
	width:4px;
	height:27px;

}

.tabs_default .tab_selected .innerTab .innerTabRight
{

	background-image:url('/images/jstabs/activetabR.png');
	width:4px;
	height:27px;

}
.tabs_default .tab_selected
{
	border-bottom:none;	
	text-align:center;
	white-space:nowrap;
	background-image:url('/images/jstabs/bgtabcenter.gif');
	vertical-align:bottom;
}
.tabs_default .tab_selected .innerTabCenter 
{
	display:block;
	padding: 6 16 6 16;
	text-decoration:none;
	color:#4c4c4c;
	background-position:left top;
	cursor:pointer;
	font-weight:bold;
	font-family:arial, tahoma, verdana;
	font-size:11px;
	height:15px;
}

.tabs_default .tab
{
	text-align:center;
	white-space:nowrap;	
	background-image:url('/images/jstabs/bgtabcenter.gif');
	vertical-align:bottom;
}
.tabs_default .tab .innerTab
{
	text-align:center;
	white-space:nowrap;	
	font-color:#F00;
	cursor:hand;
	background-image:url('/images/jstabs/blue-tab-bg.gif');
}

.tabs_default .tab .innerTab TD
{

	background-image:url('/images/jstabs/blue-tab-bg.gif');

}
.tabs_default .tab .innerTab .innerTabLeft
{

	background-image:url('/images/jstabs/bgtabL.png');
	width:4px;
	height:24px;

}
.tabs_default .tab .innerTab .innerTabRight
{

	background-image:url('/images/jstabs/bgtabR.png');
	width:4px;
	height:24px;

}
.tabs_default .tab .innerTab .innerTabCenter
{
	display:block;
	padding: 4 16 4 16;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	font-family:arial, tahoma, verdana;
	font-size:11px;
}



.tabs_default .tab_over
{
	text-align:center;
	white-space:nowrap;	
	background-image:url('/images/jstabs/bgtabcenter.gif');
	vertical-align:bottom;
}
.tabs_default .tab_over .innerTab
{
	text-align:center;
	white-space:nowrap;	
	font-color:#F00;
	cursor:hand;
	background-image:url('/images/jstabs/bgtabmocenter.png');
}

.tabs_default .tab_over .innerTab TD
{

	background-image:url('/images/jstabs/bgtabmocenter.png');

}
.tabs_default .tab_over .innerTab .innerTabLeft
{

	background-image:url('/images/jstabs/bgtabmoL.png');
	width:4px;
	height:24px;

}
.tabs_default .tab_over .innerTab .innerTabRight
{

	background-image:url('/images/jstabs/bgtabmoR.png');
	width:4px;
	height:24px;

}
.tabs_default .tab_over .innerTab .innerTabCenter
{
	display:block;
	padding: 4 16 4 16;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	font-family:arial, tahoma, verdana;
	font-size:11px;
}



/************end smarty tabs*************************/


form .label
{
	padding-right:8px;
	/*font-weight:bold;*/
	color:#212121;	
	font-family:arial, tahoma, verdana;
	font-size:11px;
}
form .label_error
{
	padding-right:8px;
	font-weight:bold;
	color:#f00;	
}

form td
{
	padding:6px 12px 6px 0;
}

table.compact td
{
	padding:0px 12px 0px 0;
}

form .baloon td{
	padding:0px;
}

form .required
{
	color:#f00;
	font-size:14px;
	font-weight:bold;
}
form .field
{
	color:#4c4c4c;		
	font-size:11px;
	padding:3px;
	height:22px;
}
form .number
{
	text-align:right;
}
form select
{
	color:#4c4c4c;		
	font-size:11px;
	padding:2px 2px 1px 3px;
}
form select option
{		
	margin-right:20px;		
}

.radio_block
{
	text-align:center;
	padding:4px;
	float:left;
	border:none;
	margin:1px;
}
.radio_block span
{
	padding:2px;
	display:block;
	line-height:20px;
}	

.radio_block_label
{	
	display:block;
	float:left;	
	padding-left:10px;
	padding:4px;
}
.radio_block_label span
{
	padding:2px;
	display:block;		
	line-height:20px;
}
.radio_block_label span input
{
	border:none;			
	background-color:transparent;
	overflow:visible !important;
	width:auto;

}

.block_selected
{
	background-color:#e7e7e7;
	border:1px solid #b8b8b8;
	margin:0px;
}


.right
{
	text-align:right;
}

.nicewarning
{
	border:1px solid #b8b8b8;
}
.nicewarning .nicewarning_inner		
{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
	padding:8px 6px 8px 6px;

	color:#740f0f;
	background-image:url('/images/cpanel_new/nice_warning_back.gif');
	background-repeat:repeat-x;
	background-color:#FDD958;
}

.nicewarning .nicewarning_inner	.nicewarning_inner_content
{
	background-image:url('/images/cpanel_new/nicewarning.gif');
	background-repeat:no-repeat;
	padding-left: 40px;
	height:auto !important;			
	height:30px;
	min-height:30px;
	font-family:arial, tahoma, verdana;
	font-size:11px;

}

.niceinfo
{
	border:1px solid #b8b8b8;
}
.niceinfo .niceinfo_inner		
{
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #dadada;
	border-bottom:1px solid #dadada;
	padding:8px 6px 8px 6px;

	color:#61676b;
	/*background-image:url('/images/cpanel_new/nice_info_back.gif');*/
	background-repeat:repeat-x;
	background-color:#eaf1f5;
	display:block;

}

.niceinfo .niceinfo_inner .niceinfo_inner_content
{
	background-image:url('/images/cpanel_new/niceinfo.gif');
	background-repeat:no-repeat;
	padding-left: 40px;
	height:auto !important;			
	height:30px;
	min-height:30px;
	font-family:arial, tahoma, verdana;
	font-size:11px;
}

#tooltip {
	position: absolute;
	z-index: 10001;
	border:1px solid #555;
	padding:10px;
	background-color:#fffb81;
	display:none;
}
#tooltip h3, #tooltip div { margin: 0; }

.tooltip
{

}
.tooltip .tooltip_label
{
	/*border-bottom:1px dashed #196f5e;*/
	/*color:#196f5e;*/
	background-image:url('/images/cpanel_new/small_help.gif');
	background-repeat:no-repeat;
	background-position:right 2px;
	padding-right:14px;
	cursor:help;		
}
.tooltip .tooltip_text
{
	display:none;
	position:absolute;
}


a
{
	color:#0483C9;	
	font-family:arial, tahoma, verdana;
	font-size:11px;
	text-decoration:underline;
}

a:hover
{
	color:#f00;	
}

.error
{
	color:#f00;
}

.error a:link,
.error a:active,
.error a:visited,
.error a:hover
{
	color: #f66;
}

.error a:hover 
{
	color: #f66;
}

#logo
{
	background-image:url('/images/cpanel_new/avangate.gif');
	background-repeat:no-repeat;
	width:132px;
	height:25px;
	margin:20px 0 20px 12px;
}
#breadcrumb 
{
	color:#749BA4;	
	font-size:10px;
	padding:7px 6px 8px 16px;
	background-color:#f1f5f7;
	border-bottom:1px solid #aaa;
	border-left:1px solid #aaa;

}
#breadcrumb .label
{
	color:#000;	
}

#breadcrumb a
{
	color:#4479AB;
	font-weight:bold;
	font-size:10px;
}

#breadcrumb a:hover
{
	color:#f00;
	font-weight:bold;
}
#footer
{
	border-top:1px solid #b2b2b2;
	padding:4px 0 4px 13px;
	background-color:#eff3f6;
}

#footer td
{
	color:#686868;
	font-size:10px;
	padding-right:20px;
}

a.menu_item,
a.menu_item:hover
{
	padding:0 18px 0 18px;
	background-image:url('/images/cpanel_new/affil_horiz_gradient.gif');
	background-position:0 0;
	font-size:11px;	
	color:#fff;
	text-decoration:none;
	height:26px;
	margin:0px;
	line-height:26px;
	cursor:pointer;
}

a.menu_item:hover
{
	background-position:0 -26px;
}

a.menu_item_merchants,
a.menu_item_merchants:hover
{
	padding:0 18px 0 18px;
	background-image:url('/images/cpanel_new/avan_horiz_gradient.gif');
	background-position:0 0;
	font-size:11px;	
	color:#fff;
	text-decoration:none;
	height:26px;
	margin:0px;
	line-height:26px;
	cursor:pointer;
}

a.menu_item_merchants:hover
{
	background-position:0 -26px;
}



a.menu_item_selected,
a.menu_item_selected:hover
{
	background-position:0 -52px;
	padding:0 20px 0 20px;
	font-size:11px;
	font-weight:bold;
}

#left_side
{
	background-color:#2892b9;
	vertical-align:top;
	width:200px;
}

#quick_links_container
{
	background-image:url('/images/cpanel_new/affil_horiz_gradient.gif');
	background-repeat:repeat-x;
	background-position:0 -78px;
	border-left:1px solid #6596bb;
}

#quick_links_collapser
{
	display:block;
	height:12px;
	background-color:#65acd0;
	text-align:center;
	height:7px;
	margin-left:1px;
}
#quick_links_collapser:hover
{
	background-color:#5299be;
}
#quick_links_collapser .collapse_button_maximized
{
	width:72px;
	height:7px;
	background-color:#e9f3fa;
	background-image:url('/images/cpanel_new/up_dn_arr.gif');
	background-position:center 1px;
	background-repeat:no-repeat;		
	border:0;
}

#quick_links_collapser .collapse_button_minimized
{
	width:72px;
	height:7px;
	background-color:#e9f3fa;
	background-image:url('/images/cpanel_new/up_dn_arr.gif');
	background-position:center -15px;
	background-repeat:no-repeat;		
	border:0;
}

#quick_links_collapser:hover img
{
	background-color:#fff;		
}




#quick_links_collapser_disabled
{
	display:block;
	height:12px;
	background-color:#93c2e4;
	text-align:center;
	height:7px;
	margin-left:1px;
	cursor:default;
}
#quick_links_collapser_disabled img
{
	border:0;
}


.submenu_main_lnk
{
	display:block;
	height:28px;
	line-height:28px;
	font-weight:bold;
	color:#fff;
	padding-left:13px;
	background-image:url('/images/cpanel_new/affil_horiz_gradient.gif');
	background-position:0 -150px;
	background-repeat:repeat-x;
	text-decoration:none;
	font-family:tahoma, verdana, arial;
}



.submenu_main_lnk:hover
{	
	background-position:0 -206px;
	font-family:tahoma, verdana, arial;
	color:#fff;
}

.submenu_main_lnk_green {
	background-position:0 -360px;
}

.submenu_main_lnk_green:hover {
	background-position:0 -388px;
}

.submenu_main_lnk_orange {
	background-position:0 -416px;
}

.submenu_main_lnk_orange:hover {
    background-position:0 -444px;
}

.submenu_second_lnk
{
	font-family:tahoma, arial, verdana;
}

.submenu_submenu
{		
	background-color:#eff3f6;
	display:none;
}


#submenu .selected .submenu_submenu
{
	display:block;
}

#submenu .selected .submenu_main_lnk
{
	background-position:0 -178px;
	color:#fff;
}

.submenu_submenu a
{
	display:block;
	border-bottom:1px solid #d7dadd;
	height:23px;
	line-height:23px;
	text-decoration:none;
	padding:1px 0 0 20px;
	font-family:tahoma, verdana, arial;
}

.submenu_submenu .selected
{
	font-weight:bold;
	background-color:#e0eaf2;
	font-family:tahoma, verdana, arial;
}

.submenu_submenu a:hover
{
	background-color:#e0eaf2;
}

.submenu_main_lnk .icon
{
	margin-top:6px;			
}

.submenu_submenu a .label
{

	text-decoration:none;
	margin-bottom:3px;
	/*border:1px solid #00f;*/
	color:#474849;
}

.submenu_submenu a:hover .label
{

	text-decoration:none;
	margin-bottom:3px;			
	color:#000;
}

#search_result
{
	background-color:#eff3f6;
	display:none;
	border-top:1px solid #fff;
}
#search_result .result
{
	height:auto;	
	display:block;
}
#search_result .result a
{	
	display:block;
	border-bottom:1px solid #d7dadd;
	height:23px;
	line-height:23px;
	text-decoration:none;
	padding:1px 0 0 13px;			
}

#search_result .result .selected
{
	font-weight:bold;
	background-color:#e0eaf2;
}

#search_result .result a:hover
{
	background-color:#e0eaf2;
}

#search_result .result .icon
{
	margin-top:3px;			
}

#search_result .result a .label
{

	text-decoration:none;
	margin-bottom:3px;
	color:#474849;			
}

#search_result .result a:hover .label
{

	text-decoration:none;
	margin-bottom:3px;			
	color:#000;
	font-weight:bold;
}


#search_result .bottom
{
	background-image:url('/images/cpanel_new/affil_horiz_gradient.gif');
	background-repeat:repeat-x;
	background-position: 0 -234px;
	/*border:1px solid #f00;*/
}
#search_result .bottom img
{
	width:1px;
	height:20px;
}

.sidebar_panel
{
	margin-bottom:16px;
}
.sidebar_panel .title
{
	background-image:url('/images/cpanel_new/affil_horiz_gradient.gif');
	background-repeat:repeat-x;
	background-position: 0 -254px;
	background-color:#b7ccde;
}
.sidebar_panel .text
{
	padding:4px 4px 4px 12px;
	font-weight:bold;
	color:#394045;
	width:100%;
}

.sidebar_panel .buttons
{
	padding:4px;	
	padding-right:7px;
	white-space:nowrap;
}

.sidebar_panel .title a
{
	margin-left:3px;			
}

.sidebar_panel .title a img
{
	width:12px;
	height:12px;
	border:0px;
}

/*.sidebar_panel .title .minimize img
{
background-image:url('/images/cpanel_new/sprites_other.gif');
background-repeat:no-repeat;
background-position:-64px 0;
}

.sidebar_panel .title .minimize:hover img
{
background-image:url('/images/cpanel_new/sprites_other.gif');
background-repeat:no-repeat;
background-position:-64px -16px;
}*/

.sidebar_panel .title .close img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-80px 0;
}

.sidebar_panel .title .close:hover img
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-80px -16px;
}



.sidebar_panel .title .minimize .minimize_button
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-64px 0;
}

.sidebar_panel .title .minimize:hover .minimize_button
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-64px -16px;
}

.sidebar_panel .title .minimize .maximize_button
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-96px 0;
}

.sidebar_panel .title .minimize:hover .maximize_button
{
	background-image:url('/images/cpanel_new/sprites_other.gif');
	background-repeat:no-repeat;
	background-position:-96px -16px;
}

.sidebar_panel .content
{
	padding:6px 6px 6px 6px;
	background-color:#edf4f9;		
}

.sidebar_panel .spacer img
{
	width:180px;
	height:1px;
	background-color:#edf4f9;
}

.sidebar_panel .content ul
{
	padding:0px;
	margin:0px;
	list-style-type:none;
	list-style-image:none;
}
.sidebar_panel .content ul li
{
	display:block;
	/*height:24px;*/
	background-image:none;
	margin:0px;			
	display:block;
	padding:0px;
	border:1px solid #edf4f9;
}

.sidebar_panel .content ul li a
{				
	border:1px solid #edf4f9;
	padding:2px 4px 5px 6px;				
	color:#426893;
	text-decoration:none;
	display:block;
	margin:0px;
	font-family:tahoma, arial, verdana;
}

.sidebar_panel .content ul li a:hover
{
	background-color:#dae7f0;
	border:1px solid #a6bbcb;					
}
.sidebar_panel .content ul li a .label
{					
	margin-bottom:0px;					
}


.topbar_panel
{
	padding:6px 12px 0 9px;
	margin:0px;
	vertical-align:top;

}

.topbar_panel_separator 
{
	padding:6px 0 6px 0;	
}
.topbar_panel_separator img
{
	width:1px;
	height:48px;
	background-color:#d3ebf7;
}

.topbar_panel ul
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.topbar_panel ul li
{
	display:block;
	background-image:none;
	padding-left:0px;
	height:22px;
	margin:0px;
	margin-bottom:3px;
}
.topbar_panel ul li a
{
	display:block;
	height:22px;
	border:none;
	padding:1px 9px 1px 7px;				
	color:#e7eff4;
	line-height:22px;
	text-decoration:none;
	margin:0px;
	font-family:tahoma, arial, verdana;
}

.topbar_panel ul li a:hover
{
	background-color:#6d9bbe;
	border:1px solid #1f4e74;			
	padding:0 8px 0 6px;
}

.topbar_panel ul li a:hover span
{
	color:#fff;
	text-decoration:none;
}

.topbar_panel ul li a .label
{
	line-height:22px;
}





#quick_links
{
	height:60px;	
}

h1, .page_title
{
	font-size:16px;
	font-family:verdana, tahoma, arial;
	font-weight:bold;
	color:#205386;
	margin:10px 0 5px 0;

}

.nicemsg
{	
	padding:0 0 0 41px;
	margin-top:6px;
	margin-bottom:6px;
	background-image:url('/images/cpanel_new/messages_symbol.gif');
	background-repeat:no-repeat;
	color:#fff;
	background-color:#529867;	
}
.nicemsg .text
{	
	padding:10px;
	height: auto !important;
	height:50px;
	min-height: 50px;
	background-image:url('/images/cpanel_new/nicemsg_back.gif');
	background-repeat:repeat-x;		
	color:#fff;
	background-color:#75DA93;
	border-left:1px solid #b2edc4;

}

.niceerror
{	
	padding:0 0 0 41px;
	margin-top:6px;
	margin-bottom:6px;
	background-image:url('/images/cpanel_new/errors_symbol.gif');
	background-repeat:no-repeat;
	color:#fff;
	background-color:#ae1d00;	
}
.niceerror .text
{	
	padding:10px;
	height: auto !important;
	height:50px;
	min-height: 50px;

	background-image:url('/images/cpanel_new/niceerror_back.gif');
	background-repeat:repeat-x;		
	color:#fff;
	background-color:#F54A4A;
	border-left:1px solid #b2edc4;

}

.niceerror a:link,
.niceerror a:visited,
.niceerror a:active,
.niceerror a:hover
{
	color: #ddd;
}

.niceerror a:hover
{
	color: #fff;
}

.nicefieldset
{
	border:1px solid #c7c7c7;
	padding:10px;
	background-color:#f2f2f2;
	background-image:url('/images/cpanel_new/fieldset_back.gif');
	background-repeat:repeat-x;
	margin-top:16px;
	margin-bottom:26px;
}

.nicefieldset .title
{
	background-color:#fff;
	padding:3px 12px 3px 12px;
	border:none;
	font-size:11px;
	font-weight:bold;
	color:#2E6E8F;
	display:inline;
	position:relative;
	top:-18px;
}

.whitefieldset
{
	border:1px solid #c7c7c7;
	padding:10px;


	background-color:#fff;
	margin-top:16px;
	margin-bottom:26px;
}

.whitefieldset .title
{
	background-color:#fff;
	padding:3px 12px 3px 12px;
	border:none;
	font-size:11px;
	font-weight:bold;
	color:#2E6E8F;
	display:inline;
	position:relative;
	top:-18px;
}

.simplenicefieldset
{
	border:1px solid #c7c7c7;
	padding:10px;
	background-color:#FFFFFF;
	/*background-image:url('/images/cpanel_new/fieldset_back.gif');
	background-repeat:repeat-x;*/
	margin-top:16px;
	margin-bottom:16px;
}
.simplenicefieldset .title
{
	background-color:#fff;
	padding:3px 12px 3px 12px;
	border-top:1px solid #c7c7c7;;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	/*border:none;*/
	font-size:11px;
	font-weight:bold;
	color:#2E6E8F;
	display:inline;
	position:relative;
	top:-27px;
}


.nicetext
{
	border:1px solid #c7c7c7;
	padding:10px;
	background-color:#f2f2f2;
	background-image:url('/images/cpanel_new/fieldset_back.gif');
	background-repeat:repeat-x;
	margin-top:16px;
	margin-bottom:26px;
}

.nicetext .nicetext_inner {
	background: url(/images/cpanel_new/nicetext.gif) left top no-repeat;
	padding-left: 40px;
	height: auto !important;
	height: 40px;
	min-height: 40px;
}


.button {
	background-color: #F7F7F7;
	border: 1px solid #2892B9;
	color: #353535;
	display: inline-block;
	font-family: arial,tahoma,verdana;
	margin-left: 10px;
	padding: 6px;
	text-decoration: none;
	cursor: pointer;
}
.button:hover {
	color: #353535;
}

.action_button
{
	padding:6px 3px 6px 3px;
	font-weight:bold;
	font-family:arial, tahoma, verdana;
	border:1px solid;
	border-color:#2892b9;
		background-color:#1b5970 !important;
	color:#FFF;
	cursor: pointer;
}

.action_button:hover
{
	background-color:#267c98;
}

.small_button {
	padding:3px 0 3px 0;	
	font-size:10px;
	font-family:arial, tahoma, verdana;
	border:1px solid;
	border-color:#2892B9;
	background-color:#F7F7F7;
	cursor: pointer;
}

.inline_error img
{
	float:left;
	margin-right:6px;
	margin-bottom:10px;
}

.inline_error span
{		
	color: #f00;
	font-weight: bold;
}

.enum
{
	padding:3px 0 0 0;
}
.enum .lnk
{
	float:left;
	line-height:20px;
	border:1px solid #2892B9;		
	margin-right:3px;
	background-color:#fff;
	color:#777;
	text-decoration:none;
	display:block;
	width:24px;
	text-align:center;
}
.enum .lnk:hover,
.enum .lnk_selected
{
	float:left;
	line-height:20px;
	border:1px solid #2892B9;		
	margin-right:3px;
	background-color:#257B9A;
	color:#fff;
	text-decoration:none;
	display:block;
	width:24px;
	text-align:center;
}

.nicetext h2,
.niceerror h2,
.nicemsg h2,
.niceinfo h2,
h2
{
	font-family:verdana, tahoma, arial;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	padding-top:0px;
	margin-top:0px;

}

.nicetext h3,
.niceerror h3,
.nicemsg h3,
.niceinfo h3,
h3 
{
	font-family:verdana, tahoma, arial;
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	border-bottom: 1px solid #999;

}

.niceerror h3,
.nicemsg h3
{
	color: #fff;
	border-bottom: 1px solid #eee;
}


.nicetext h4,
.niceerror h4,
.nicemsg h4,
.niceinfo h4,
h4
{

	font-family:verdana, tahoma, arial;
	color: #212121;
	font-size: 12px;
	padding-bottom:8px;
	margin:0px;
}


.niceinfo p,
.nicetext p,
p {
	margin-top: 0;
	margin-bottom: 3px;
}

.grid
{

}
.grid th
{

}
.grid .header_row td
{
	padding:5px 8px 3px 8px;
	/*background-image:url('/images/cpanel_new/avan_table_heading.gif');*/
	background-image:url('/images/jstabs/bgtabcenter.gif');

	background-repeat:repeat-x;
	height:30px;
	border-bottom:1px solid #7D90A4;
	vertical-align:top;
	white-space:nowrap;
	font-weight:bold;
	/*color:#265566;*/
	color:#FFF;
	border-top:1px solid #fff;
}

.grid .header_row td a 
{
	color:#265566;
}

.grid .header_row td.highlight
{
	padding:5px 8px 3px 8px;
	background-image:url('/images/cpanel_new/avan_table_heading_highlight.gif');
	background-repeat:repeat-x;
	height:30px;
	border-bottom:1px solid #7D90A4;
	vertical-align:top;
	white-space:nowrap;
	font-weight:bold;
	color:#fff;
	border-top:1px solid #fff;
}

.grid .header_row td.highlight a {
	color: #fff;
}

.grid tr
{

}

.grid tr td
{
	/*background-color:#fff;*/
}

.grid .even_row .grid_cell
{
	padding:3px 8px 3px 8px;
	background-image:url('/images/cpanel_new/avan_table_row_even.gif');
	background-repeat:repeat-x;
	border-bottom:1px solid #7D90A4;	
	background-color:#F5F5F5;
	color:#565656;		
}

.grid .even_row .highlight
{
	padding:3px 8px 3px 8px;
	background-image:url('/images/cpanel_new/avan_table_row_even_highlight.gif');
	background-repeat:repeat-x;
	border-bottom:1px solid #7D90A4;	
	background-color:#EBEBEB;
	color:#565656;	
}

.grid .odd_row .grid_cell,
.grid .clear .grid_cell
{
	padding:3px 8px 3px 8px;
	background-repeat:repeat-x;
	border-bottom:1px solid #7D90A4;	
	background-color:#f9f9f9;
	color:#565656;
}

.grid .odd_row .highlight
{
	padding:3px 8px 3px 8px;
	background-repeat:repeat-x;
	border-bottom:1px solid #7D90A4;
	background-color:#f2f2f2;
	color:#565656;
}
.grid .mouseover .grid_cell,
.grid .mouseover .highlight
{
	padding:3px 8px 3px 8px;
	border-bottom:1px solid #7D90A4;
	background-color:#D9E9F2;		
	background-image:none;
	color:#000;
}



.grid .clear td {

}

.grid .clear .grid_cell .grid_cell {
	padding:auto;
	border-bottom: 0px none transparent;
}

/**** LEGACY ********/





.avangate, .avangateFull {
	color: #ED1D25;
}
.login
{
	width:600px;
	border:1px solid #aaa;
}
.login .logo
{
	padding:16px;
	border-bottom:1px solid #aaa;
	text-align:left;
}

.login .title
{
	padding:0 0 0 16px;
	background-image:url('/images/cpanel_new/affil_horiz_gradient.gif');
	background-repeat:repeat-x;
	background-position:0 -78px;
	border-bottom:1px solid #000;
	height:50px;		
}
.login .title span
{
	padding-top:26px;
	display:block;
	font-size:18px;
	text-align:left;	
	color:#e7eff6;
}
.login .form
{
	padding:16px;		
	text-align:left;
}
.login .copy
{
	padding:6px 0 6px 16px;
	text-align:left;
	border-top:1px solid #aaa;
	color:#676767;
}
.login .version
{
	padding:6px;
	text-align:right;		
	color:#e7eff6;
	vertical-align:top;
	font-size:10px;
	font-weight:bold;
}
.login .recover_password
{
	padding:0px 0 10px 16px;
	text-align:left;
}
.login .error
{
	background-color:#f00;
	color:#fff;

	border-bottom:1px solid #000;
	padding:8px 0 8px 36px;
	text-align:left;
	background-image:url('/images/cpanel_new/yellow_warning.gif');
	background-repeat:no-repeat;
	background-position:16px 9px;
}

.login .message
{
	background-color:#4A9076;
	color:#fff;

	border-bottom:1px solid #000;
	padding:8px 0 8px 36px;
	text-align:left;
	background-image:url('/images/cpanel_new/ok.gif');
	background-repeat:no-repeat;
	background-position:16px 9px;
}

form .searchArea
{
	width:430px;
	height:26px;
	border:1px solid;
	border-color:#2892b9;
	bgcolor:#fafafa;
	font-family:verdana, tahoma, arial;
	font-size:11px;
	color:#72787d;
	padding-top:4px;
	padding-left:5px;
}

form .searchButton
{

	border:1px solid;
	border-color:#0b4960;
	background-color:#1b5970;
	font-family:verdana, tahoma, arial;
	height:26px;
	width:80px;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	color:#FFF;

}

form .searchButton:hover {
	background-color:#267c98;
}

.orderByArea
{
	width:520px;
	height:31px;
	background-color:#EBEBEB;


}

.orderByArea div
{
	padding-left:10px;
	padding-top:5px;
	color:#000000;
	font-family:verdana, tahoma, arial;
	font-size:11px;
	float:left;
	height:25px;

}

.orderByArea div input,
.orderByArea div label,
.orderByArea div b
{
	vertical-align:middle;

}

.cloud {
	font-family:verdana, tahoma, arial;
	font-size:16px;
	color:#FFF;
	font-weight:bold;	
	background-image:url('/images/img-1.gif');
	background-repeat:no-repeat;
	background-position: center top;
}

.getLinksButton
{

	border:1px solid;
	border-color:#2892b9;
	background-color:#257B9A;
	font-family:verdana, tahoma, arial;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	color:#FFF;

}

.simpleinfo
{
	border:1px solid #2892B9;
}
.simpleinfo .simpleinfo_inner		
{
	padding:4px 3px 0px 6px;
	color:#61676b;
	background-color:#b1e3f6;
	display:block;
}
.simpleinfo .simpleinfo_inner .simpleinfo_inner_content
{
	background-image:url('/images/ico4.gif');
	background-repeat:no-repeat;
	padding-left: 20px;
	height:auto !important;			
	height:20px;
	min-height:20px;
	font-family:verdana, tahoma, arial;
	font-size:11px;
	color:#212121;
}


.simplecheck
{
	border:1px solid #7fb876;
}
.simplecheck .simplecheck_inner		
{
	padding:4px 3px 0px 6px;
	color:#61676b;
	background-color:#d4fccd;
	display:block;
}
.simplecheck .simplecheck_inner .simplecheck_inner_content
{
	background-image:url('/images/ico-3.gif');
	background-repeat:no-repeat;
	padding-left: 20px;
	height:auto !important;			
	height:20px;
	min-height:20px;
	font-family:verdana, tahoma, arial;
	font-size:11px;
	color:#212121;
}

.simplewarning
{
	border:1px solid #cc827e;
}
.simplewarning .simplewarning_inner		
{
	padding:4px 3px 0px 6px;
	color:#61676b;
	background-color:#ffcfcd;
	display:block;
}
.simplewarning .simplewarning_inner .simplewarning_inner_content
{
	background-image:url('/images/ico-5.gif');
	background-repeat:no-repeat;
	padding-left: 20px;
	height:auto !important;			
	height:20px;
	min-height:20px;
	font-family:verdana, tahoma, arial;
	font-size:11px;
	color:#212121;
}

.simplepending
{
	border:1px solid #d4a759;
}
.simplepending .simplepending_inner		
{
	padding:4px 3px 0px 6px;
	color:#61676b;
	background-color:#f9d288;
	display:block;
}
.simplepending .simplepending_inner .simplepending_inner_content
{
	background-image:url('/images/ico-2.gif');
	background-repeat:no-repeat;
	padding-left: 20px;
	height:auto !important;			
	height:20px;
	min-height:20px;
	font-family:verdana, tahoma, arial;
	font-size:11px;
	color:#212121;
}



.blue
{
	border:1px solid;
	border-color:#2892B9;
	background-color:#F7F7F7;
	color:#000;
	padding:3px;
}			

.blueLnk, .blueLnk:hover
{
	font-weight:bold;
	color:#fff;
}

.sort
{
	cursor:pointer;
	color:#FFF;
	background-color:#1b5970;
}

.sort_selected
{
	color:#4C4C4C;
	cursor:pointer;
	background-color:#FFF;
}

.surveyPercentageBar
{
	background-color:#BDD4E7;
	border:1px solid #618878;
	line-height:14px;
	padding-right:100px;
	margin-right:5px;
}

.align_right{
	text-align: right;
}
.iconGreen { 
    width:16px;
    height:16px; 
    background:url('/images/cpanel_new/layout/status_in_cp_sprite.png'); 
    background-position: 0 0;
    margin:0 5px;
}
.iconYellow { 
    width:16px;
    height:16px; 
    background:url('/images/cpanel_new/layout/status_in_cp_sprite.png'); 
    background-position: 0 -15;
    margin:0 5px;
}
.iconRed { 
    width:16px;
    height:16px; 
    background:url('/images/cpanel_new/layout/status_in_cp_sprite.png'); 
    background-position: 0 -30;
    margin:0 5px;
}
.cleft{float:left;}
#myStatus{float:left;}
.statusBox a {text-decoration: none;}
.statusBox{padding-top:3px;}

.searchClearBtn {
    background: transparent url("/images/cpanel_new/clear.png") no-repeat scroll 0 0;
    display: none;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    text-indent: -9999px;
    top: -1px;
    width: 16px;
}

#newsletter_settings_vendors {    position: relative;
    width: 560px;

}

#newsletter_settings_vendors div.loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url("/images/cpanel_new/loader-aff.gif") no-repeat scroll center center #f2f2f2;
    z-index: 2;
    opacity: 0.9;
}

#newsletter_settings_vendors .dlb_listbox {
    background-color: #ffffff;
}

.sprite_0_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:0px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:0px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:0px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:0px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:0px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:0px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:0px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:0px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:0px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:0px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:0px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:0px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:0px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:0px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:0px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:0px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_0{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:0px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-16px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-16px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-16px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-16px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-16px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-16px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-16px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-16px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-16px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-16px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-16px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-16px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-16px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-16px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-16px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-16px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_1{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-16px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-32px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-32px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-32px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-32px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-32px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-32px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-32px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-32px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-32px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-32px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-32px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-32px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-32px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-32px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-32px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-32px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_2{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-32px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-48px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-48px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-48px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-48px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-48px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-48px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-48px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-48px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-48px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-48px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-48px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-48px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-48px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-48px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-48px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-48px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_3{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-48px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-64px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-64px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-64px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-64px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-64px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-64px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-64px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-64px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-64px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-64px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-64px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-64px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-64px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-64px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-64px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-64px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_4{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-64px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-80px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-80px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-80px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-80px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-80px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-80px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-80px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-80px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-80px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-80px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-80px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-80px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-80px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-80px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-80px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-80px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_5{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-80px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-96px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-96px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-96px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-96px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-96px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-96px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-96px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-96px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-96px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-96px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-96px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-96px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-96px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-96px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-96px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-96px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_6{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-96px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-112px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-112px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-112px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-112px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-112px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-112px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-112px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-112px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-112px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-112px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-112px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-112px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-112px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-112px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-112px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-112px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_7{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-112px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-128px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-128px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-128px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-128px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-128px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-128px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-128px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-128px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-128px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-128px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-128px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-128px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-128px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-128px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-128px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-128px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_8{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-128px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-144px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-144px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-144px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-144px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-144px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-144px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-144px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-144px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-144px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-144px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-144px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-144px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-144px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-144px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-144px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-144px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_9{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-144px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-160px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-160px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-160px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-160px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-160px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-160px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-160px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-160px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-160px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-160px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-160px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-160px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-160px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-160px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-160px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-160px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_10{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-160px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-176px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-176px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-176px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-176px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-176px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-176px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-176px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-176px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-176px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-176px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-176px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-176px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-176px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-176px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-176px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-176px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_11{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-176px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-192px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-192px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-192px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-192px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-192px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-192px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-192px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-192px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-192px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-192px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-192px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-192px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-192px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-192px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-192px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-192px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_12{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-192px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-208px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-208px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-208px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-208px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-208px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-208px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-208px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-208px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-208px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-208px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-208px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-208px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-208px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-208px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-208px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-208px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_13{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-208px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-224px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-224px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-224px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-224px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-224px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-224px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-224px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-224px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-224px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-224px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-224px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-224px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-224px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-224px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-224px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-224px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_14{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-224px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-240px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-240px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-240px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-240px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-240px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-240px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-240px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-240px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-240px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-240px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-240px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-240px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-240px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-240px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-240px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-240px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_15{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-240px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}.sprite_0_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:0px;margin-left:-256px;}.sprite_1{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:0px;}.sprite_1_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-16px;margin-left:-256px;}.sprite_2{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-32px;}.sprite_2_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-32px;margin-left:-256px;}.sprite_3{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-64px;}.sprite_3_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-48px;margin-left:-256px;}.sprite_4{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-96px;}.sprite_4_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-64px;margin-left:-256px;}.sprite_5{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-128px;}.sprite_5_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-80px;margin-left:-256px;}.sprite_6{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-160px;}.sprite_6_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-96px;margin-left:-256px;}.sprite_7{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-192px;}.sprite_7_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-112px;margin-left:-256px;}.sprite_8{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-224px;}.sprite_8_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-128px;margin-left:-256px;}.sprite_9{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-256px;}.sprite_9_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-144px;margin-left:-256px;}.sprite_10{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-288px;}.sprite_10_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-160px;margin-left:-256px;}.sprite_11{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-320px;}.sprite_11_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-176px;margin-left:-256px;}.sprite_12{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-352px;}.sprite_12_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-192px;margin-left:-256px;}.sprite_13{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-384px;}.sprite_13_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-208px;margin-left:-256px;}.sprite_14{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-416px;}.sprite_14_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-224px;margin-left:-256px;}.sprite_15{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-448px;}.sprite_15_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-240px;margin-left:-256px;}.sprite_16{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-480px;}.sprite_16_16{background-image:url('/images/cpanel_new/sprite.png');background-repeat:no-repeat;margin-top:-256px;margin-left:-256px;}.sprite_17{background-image:url('/images/cpanel_new/large_sprites.png');background-repeat:no-repeat;margin-top:0;margin-left:-512px;}

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  border: 0 none;
  margin: 0;
  display: table-cell;
}

.calendar .nav {
  background: #778 url(/images/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/js/jquery-ui-1.12.1/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/js/jquery-ui-1.12.1/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/js/jquery-ui-1.12.1/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/js/jquery-ui-1.12.1/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/js/jquery-ui-1.12.1/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/js/jquery-ui-1.12.1/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/js/jquery-ui-1.12.1/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}

.date_picker
{
	float:left;
	
	white-space:nowrap;
}
	.date_picker .date_input
	{
		
		height:20px;		
		cursor:default;
		float:left;
		border:1px solid #aaa;		
		line-height:20px;
		padding:0px;
		padding-right:26px;
		padding-left:4px;
		background-color:#fff;
		color:#777;
	}
	
	.date_picker .date_error
	{
		color:#f00;
		background-color:#ffdfdf;
		border:1px solid #c84646;
		padding-left:20px;
		background-image:url('/images/widgets/small_warning.gif');
		background-repeat:no-repeat;
		background-position:3px 4px;		
	}
	
	.date_picker .error
	{
		color:#f00;
	}
	
	.date_picker img
	{
		margin-left:-20px;		
		margin-right:4px;
		margin-top:4px;
		width:16px;
		height:14px;
		float:right;
	}
	.date_picker .label
	{
		font-weight:bold;
	}
	img.reset_button
	{
		margin-left:4px;
		cursor:pointer;
	}
	
.date_range
{
	
}
	.date_range .range
	{
		height:20px;		
		border:1px solid #aaa;		
		line-height:20px;
		padding:0px;
		padding-right:4px;
		padding-left:4px;		
		margin-left:-1px;
		margin-right:-1px;
		background-color:#dedede;
	}
	
	.date_range .date_error
	{
		border:1px solid #c84646;
	}
	
	.date_range .range img
	{
		margin-top:6px;
		width:16px;
		height:9px;
	}
	
.nice_button_large
{
	padding:4;
	cursor:normal;
	text-align:left;
}
	.nice_button_large .button_icon_container
	{
		padding:0px;
	}
	.nice_button_large .button_icon_container .icon_frame
	{
		height:24px;
		width:24px;
		overflow:hidden;
	}
		.nice_button_large .button_icon_container .icon_frame .sprite
		{
			border:0;
			height:24px;
			width:240px;
			background-image:url('/images/widgets/buttons_large.png');
			background-repeat:no-repeat;
		}
	.nice_button_large .button_label
	{
		font-size:12px;
		color:#444;
		font-family:tahoma, arial, verdana;
		white-space:nowrap;
		
		padding:0 0 0 8px;
	}
.nice_button_large .button_edit
{
	margin-left:0px;
	margin-top:0px;
}
.nice_button_large .button_add
{
	margin-left:-24px;
	margin-top:0px;
}
.nice_button_large .button_cancel,
.nice_button_large .button_delete
{
	margin-left:-48px;
	margin-top:0px;
}
.nice_button_large .button_ok,
.nice_button_large .button_save
{
	margin-left:-72px;
	margin-top:0px;
}
.nice_button_large .button_back
{
	margin-left:-96px;
	margin-top:0px;
}
.nice_button_large .button_search
{
	margin-left:-120px;
	margin-top:0px;
}
	


.nice_button_small
{
	padding:0 3px 0 3px;
	cursor:normal;	
	text-align:left;
	
}
	.nice_button_small .button_icon_container
	{
		
		padding:0px;
	}
	.nice_button_small .button_icon_container .icon_frame
	{
		height:16px;
		width:16px;
		overflow:hidden;
	}
		.nice_button_small .button_icon_container .icon_frame .sprite
		{
			border:0;
			height:16px;
			width:160px;
			background-image:url('/images/widgets/buttons_small.png');
			background-repeat:no-repeat;
		}
	.nice_button_small .button_label
	{
		font-size:10px;
		color:#222;
		font-family:tahoma, arial, verdana;		
		white-space:nowrap;
		padding:0 0 0 6px;
	}
.nice_button_small .button_edit
{
	margin-left:0px;
	margin-top:0px;
}
.nice_button_small .button_add
{
	margin-left:-16px;
	margin-top:0px;
}
.nice_button_small .button_cancel,
.nice_button_small .button_delete
{
	margin-left:-32px;
	margin-top:0px;
}
.nice_button_small .button_ok,
.nice_button_small .button_save
{
	margin-left:-48px;
	margin-top:0px;
}
.nice_button_small .button_back
{
	margin-left:-64px;
	margin-top:0px;
	
}
.nice_button_small .button_search
{
	margin-left:-80px;
	margin-top:0px;
	
}



.table_filters
{
	margin-left:1px;
	margin-right:1px;
	padding-top:10px;
}
	.table_filters .label_frame
	{
		border-bottom:1px solid #7d90a4;
		position:relative;
		top:1px;
	}
	
	.table_filters .label_frame .label_container
	{
		background-image:url('/images/widgets/back_filters.gif');
		background-repeat:repeat-x;
		line-height:21px;
		height:21px;
		border-top:1px solid #7d90a4;		
		border-right:1px solid #7d90a4;		
		float:left;
		padding-right:20px;		
		color:#fff;
		font-weight:bold;				
		margin-top:-21px;
		cursor:pointer;
		background-color:#c9dadf;
		border-bottom:1px solid #c9dadf;
		
	}
	
	.table_filters .label_container img
	{
		float:left;
		margin-right:6px;
	}
	
	
	.table_filters .filters_content
	{
		background-image:url('/images/widgets/back_filters_top.gif');
		background-repeat:repeat-x;		
		background-color:#f2f2f2;				
		margin-top:0px;		
		padding:0px;
		display:none;
	}
	
	.table_filters .filters_content_frame
	{
		background-image:url('/images/widgets/back_filters_bottom.gif');
		background-repeat:repeat-x;	
		background-position:left bottom;
		/*border-top:1px solid #7d90a4;*/
		padding-top:17px;
		/*margin-bottom:-2px;*/
		padding-bottom:20px;		
		margin-top:0px;	
		padding-left:10px;	
		padding-top:10px;	
		margin-bottom:-1px;
	}

.account_notification {
    display: block;
    border-bottom: 1px solid #F8DE51;
    padding: 8px 16px;
    text-align: center;
    background: none repeat-x left top #FCF1B1;
}