div.AdminCustomWidgetsPanel {
  display: block;
  overflow: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

div.AdminCustomWidgetsContainer {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 14px;
  left: 320px;
  width: 212px;
  height: 77px;
  border: 1px solid #777777;
}
div.AdminCustomWindowsPanel {
  display: block;
  overflow: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

div.AdminCustomWindowsContainer {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 14px;
  left: 320px;
  width: 212px;
  height: 77px;
  border: 1px solid #777777;
}
div.DesktopLayoutHeader {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 580px;
  height: 90px;
  top: 5px;
  left: 5px;
  background-image: url(AdminDesktopLayout/images/header.png)
}
div.DesktopLayoutSidePanel {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 102px;
  height: 22px;
  background-image: url(AdminDesktopLayout/images/side.png);
  padding: 8px 0px 0px 8px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutSidePanel:hover {
  background-position: 0px -30px;
}
div.DesktopLayoutSidePanelActive {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 102px;
  height: 22px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/side.png);
  background-position: 0px -60px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutSidePanelActive:hover {
  background-position: 0px -90px;
}
div.DesktopLayoutCenterPanel {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 332px;
  height: 22px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/center.png);
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutCenterPanel:hover {
  background-position: 0px -30px;
}
div.DesktopLayoutCenterPanelActive {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 332px;
  height: 22px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/center.png);
  background-position: 0px -60px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutCenterPanelActive:hover {
  background-position: 0px -90px;
}
div.DesktopLayoutMenuleftPanel {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 447px;
  height: 22px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/menuleft.png);
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutMenuleftPanel:hover {
  background-position: 0px -30px;
}
div.DesktopLayoutMenuleftPanelActive {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 447px;
  height: 22px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/menuleft.png);
  background-position: 0px -60px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutMenuleftPanelActive:hover {
  background-position: 0px -90px;
}
div.DesktopLayoutMiddle {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 580px;
  height: 475px;
  top: 100px;
  left: 5px;
  background-image: url(AdminDesktopLayout/images/middle.png)
}
div.DesktopLayoutBigsidePanel {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 102px;
  height: 267px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/sidebig.png);
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutBigsidePanel:hover {
  background-position: -110px 0px;
}
div.DesktopLayoutBigsidePanelActive {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 102px;
  height: 267px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/sidebig.png);
  background-position: -220px 0px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutBigsidePanelActive:hover {
  background-position: -330px 0px;
}
div.DesktopLayoutWidgetsPanel {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 332px;
  height: 57px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/widgets.png);
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutWidgetsPanel:hover {
  background-position: 0px -65px;
}
div.DesktopLayoutWidgetsPanelActive {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 332px;
  height: 57px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/widgets.png);
  background-position: 0px -130px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutWidgetsPanelActive:hover {
  background-position: 0px -195px;
}
div.DesktopLayoutFullPanel {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 562px;
  height: 22px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/full.png);
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutFullPanel:hover {
  background-position: 0px -30px;
}
div.DesktopLayoutFullPanelActive {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 562px;
  height: 22px;
  padding: 8px 0px 0px 8px;
  background-image: url(AdminDesktopLayout/images/full.png);
  background-position: 0px -60px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
}
div.DesktopLayoutFullPanelActive:hover {
  background-position: 0px -90px;
}
div.EmailSettingsContainer {
  position: absolute;
  display: block;
  overflow: visible;
  top: 40px;
  left: 0px;
  height: 350px;
  width: 450px;
}div.AdminGroupPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
}

div.GroupDetailsDescription {
  top: 70px;
  left: 100px;
  overflow: auto;
  width: 180px;
  height: 40px;
  position: absolute;
}div.LanguageAdminPanel {
  display: block;
  overflow: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

img.CountryFlag {
  position: absolute;
  width: 17px;
  height: 12px;
}div.AdminPackageManager {
  position: absolute;
  display: block;
  overflow: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}div.AdminTranslations {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  position: absolute;
  display: block;
}img.EditUserAvatarThumb {
  position: absolute;
  display: block;
  top: 340px;
  left: 220px;
  height: 100px;
  width: 100px;
}div.AdminWallpaperApp {
  display: block;
  overflow: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

div.AdminWallpaperFrame {
  position: absolute;
  top: 0px;
  left: 255px;
  width: 246px;
  height: 204px;
  background-image: url(AdminWallpaper/images/display.png);
  _background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='apps/AdminWallpaper/images/display.png', sizingMethod='scale');
  background-position: top left;
  background-repeat: no-repeat;
}

img.AdminWallpaperImage {
  position: absolute;
  left: 22px;
  top: 21px;
  width: 204px;
  height: 116px;
}
div.AdministratorPanel {
  display: block;
  overflow: auto;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
div.AdministratorPanelLogo {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 10px;
  background-image: url(AdministratorPanel/images/logo.png) ;
  _background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='apps/AdministratorPanel/images/logo.png', sizingMethod='scale');
  height: 80px;
  width: 240px;
}
/*
 *.ctlMultiSelect tr{
    height: 50px;
    width: 180px;
    font-size: 16px;
    line-height: 50px;
}
div.ctlMultiSelect td {
    padding: 0px 10px;
    margin: 0 10px;
}
div.ctlMultiSelect td.ctlMultiSelect_chkon {
    background-position: -42px 18px;
    background-color: white;
}
div.ctlMultiSelect td.ctlMultiSelect_chkonhover {
    background-position: -56px 18px;
    background-color: lightGreen;
}
div.ctlMultiSelect td.ctlMultiSelect_chkoffhover {
    background-position: -14px 18px;
    background-color: lightGreen;
}
div.ctlMultiSelect td.ctlMultiSelect_chkoff {
    background-position: 0px 18px;
    background-color: white;
}
*/.titlebar {
	background-color: #EEE;
	height: 30px;
	width: 98%;
	margin: 10px;
}
.bar {
	height: 30px;
	width: 98%;
	margin: 3px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #EEE;
}
.bigtitle {
	font-size:150%;
}
/* CSS for the ticket details on view */
.statusview {
  position: absolute;
  width: 158px;
  height: 20px;
  background: #ccc;
}

.statusview.Open {
	background: #72be49;
}


.statusview.Closed {
	background: #ea5e5b;
}


.statusview .ctlLabel, .statusview .BoldLabel {
  color: white; top:3px;
}

.UpdateStatus {
  left: 65px;
  width: 83px;
  background: rgb(239, 244, 234);
  box-shadow: none;
  border: none;
  border-radius: 0;
}



.details {
  border: 1px solid #ececec;
  border-radius: 2px;
  background: #F3F3F3;
}


/* CSS for the comments on view */
div.staff, div.customer {
	font-weight:bold;
	padding:5px;
	border: 1px solid #ccc;
	border-radius: 2px;
	margin:5px;
	color: #444;
	text-shadow: none;
	width:680px;
}
div.staff {
	float:right;
	background: #F5F5F5;
}
div.customer {
	float:left;
	background: #FDFDFD;
}

div.comment-container {
	color:#000;
	font-weight:normal;
	padding:10px;
	margin:5px;
}
div.identifier {
	display:table-cell;
	font-weight:bold;
	border-right: 1px solid #ddd;
	padding:5px;
	min-width:150px;
	box-sizing: border-box;
}
div.comment {
	display:table-cell;
	padding:5px;
	width:100%;
	box-sizing: border-box;
}
div.date {
	border-bottom: 1px solid #ddd;
	margin-bottom:10px;
	text-align:right;
}
/*.ctlControl {}
.BoldLabel { position: static !important; float:left; width:49%; clear:both; }
.ctlTextBox { position: static !important; float:left; width:49%; }
.ctlSelect { position:static !important; }*/.selecterror
{ border: 1px solid red; }
div.textboxerror input.ctlTextBox_text
{ box-shadow: -4px 0px 12px red inset; }
div.longchbox.ctlCheckBox .ctlCheckBox_txt, div.longchbox.ctlCheckBoxc .ctlCheckBox_txt {
min-width:350px;
}div.AdminProductCategories {
  display: block;
  overflow: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

div.AdminProductFieldsContainer {
  display: block;
  overflow: auto;
  position: absolute;
  left: 10px;
  top: 310px;
  right: 10px;
  height: 150px;
  border: 1px solid #777777;
}

div.ProductCategoryContainer {
  display: block;
  position: absolute;
  overflow: visible;
  top: 40px;
  left: 227px;
  width: 357px;
  height: 187px;
  border: 1px solid #777777;
}

div.ProductFieldsContainer {
  display: block;
  position: absolute;
  overflow: visible;
  top: 10px;
  right: 10px;
  width: 306px;
  height: 177px;
  border: 1px solid #777777;
}

div.ProductMediaContainer {
  display: block;
  position: absolute;
  overflow: visible;
  top: 10px;
  left: 10px;
  width: 357px;
  height: 187px;
  border: 1px solid #777777;
}
.CustomWindowContents {
overflow: auto;
display: block;
top: 0;
left: 0;
right: 0;
bottom: 0;
_width: 100%;
_height: 100%;
padding:10px;
position: absolute;
border: 1px solid #b6babc;
background-color: #FFFFFF;
}div.ctlCheckBox_txt.filemanagercheckbox { display: inline-block; }
div.filemanagercheckbox.ctlCheckBox_img:before { top: 3px; left: 3px; }div.longlogin.ctlCheckBox .ctlCheckBox_txt, div.longlogin.ctlCheckBoxc .ctlCheckBox_txt{
	min-width:190px;
	vertical-align: middle;
}
div.MyProfilePanel {
  display: block;
  overflow: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  background-color: white;
}

img.MyProfileAvatarThumb {
  height: 100px;
  width: 100px;
  position: absolute;
}
.dashboard {
	position: relative;
	overflow: hidden;
}

.bbutton {
	width: 310px;
	height: 120px;
	background-image: url(../crmBB.png);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 12px;
	margin-left: 11px;
	margin-top: 20px;
}

.endrow {
	margin-right: 0px;
}

.maximize {
	position: absolute;
	left: 295px;
	top: 5px;
	cursor: pointer;
}

.icon {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 4px;
	left: 28px;
	overflow: hidden;
	display: block;
}

.title {
	position: absolute;
	left: 110px;
	top: 20px;
	font-size: 22px;
	text-shadow: #EFEFEF 0px 1px 0px;
	color: #444;
}

.sbutton {
	width: 71px;
	height: 40px;
	overflow: hidden;
	background-image: url(../themes/default/images/ctlButton/sbutton.png);
	display: block;
	cursor: pointer;
}

.sbutton:hover{
	background-image: url(../themes/default/images/ctlButton/sbutton_on.png);
}

.sicon {
	width: 12px;
	height: 12px;
	margin-top: 14px;
	margin-left: 5px;
	overflow: hidden;
	float: left;
}

.stext {
	width: 49px;
	float: left;
	height: 20px;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 16px;
	text-shadow: #EFEFEF 0px 1px 0px;
}

.tworows {
	width:65px;
	height:37px;
	margin: auto;
	text-align: center;
	overflow:hidden;
	font-size: 14px;
	text-shadow: #EFEFEF 0px 1px 0px;
	padding-top: 3px;
}

.sbutton.left {
	position:absolute;
	left: 69px;
	top: 70px;
}

.sbutton.center {
	position:absolute;
	left: 120px;
	top: 70px;
}

.sbutton.right {
	position:absolute;
	left: 170px;
	top: 70px;
}
div.FaqLabel {
  position: absolute;
  display: block;
  overflow: auto;
  left: 0px;
  top: 0px;
  width: 780px;
  height: 380px;
  padding: 10px;
}
p.FaqTitle {
  margin: 0px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: Times New Roman;
}
p.FaqSubtitle {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: Times New Roman;
}
div.FaqSeparator {
  display: block;
  overflow: hidden;
  height: 0px;
  width: 100%;
  border: 1px solid #333333;
  border-width: 0px 0px 2px 0px;
  margin: 0px 0px 2px 0px;
}
ul.FaqList {
  margin: 0px 0px 20px 0px;
  font-family: Tahoma, Verdana sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #555555;
}
ol.FaqList {
  margin: 0px 0px 20px 0px;
  font-family: Tahoma, Verdana sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #555555;
}
a.FaqLink {
  cursor: pointer;
}
a.FaqLabel {
  color: #333333;
}
a.FaqLabel:hover {
  text-decoration: none;
}
li.FaqAnswer {
  margin-bottom: 15px;
}
.ctlWindow.supportw {
    width:390px;
    height:300px;
    top:100px;
}

.supportw .ctlWindow_contents .ctlLabel,
.supportw .ctlWindow_contents .ctlButton,
.supportw .ctlWindow_contents .ctlTextBox {
    position: relative !important;
}

.supportw .supportsubject {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    height: 25px;
}

.supportw .ctlTextBox.supporttextbox {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.supportw .supportdepartment {
    width: 100% !important;
    box-sizing: border-box;
    height: 25px;
    margin-bottom: 10px;
    position: relative;
}

.ctlLabel.supportbtn {
    top:10px;
    right:120px;
    cursor:pointer;
    width:20px;
    height:20px;
    text-align:center;
    background:#5B9BB4;
    color:#FFFAF4;
}

.supportbtn > .icon-question {
    font-size:20px;
}

.ctlButton.supportsend {
    margin: 0 auto;
}

.supportsend .supportsend.ctlButton_text {
    font-size: 14px;
}

.ctlButton.supportsend i.ctlButton_icon {
    font-size: 20px;
    top: -1px;
    left: 73px;
    color:#fff !important;
    font-weight: bold;
}.CRMMenu {
	display: block;
	position: relative;
	width: 1000px;
	height: 61px;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	background-image: url(mback.png);
	background-repeat: repeat-x;
}

.help {
	float: left;
	background-image: url(help.png);
	width: 133px;
	height: 61px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.help:hover {
	background-image: url(help_on.png);
}

.today {
	float: left;
	background-image: url(today.png);
	width: 143px;
	height: 61px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.today:hover {
	background-image: url(today_on.png);
}

/*dashboard*/
.dashboard {
	float: left;
	background-image: url(dashboard.png);
	width: 176px;
	height: 61px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.dashboard:hover {
	background-image: url(dashboard_on.png);
}


.team {
	float: left;
	background-image: url(team.png);
	width: 151px;
	height: 61px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.team:hover {
	background-image: url(team_on.png);
}

.apps {
	float: left;
	background-image: url(apps.png);
	width: 131px;
	height: 61px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.apps:hover {
	background-image: url(apps_on.png);
}


.search {
	float: left;
	background-image: url(search.png);
	width: 149px;
	height: 61px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.search:hover {
	background-image: url(search_on.png);
}


.sales {
	float: left;
	background-image: url(sales.png);
	width: 134px;
	height: 61px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.sales:hover {
	background-image: url(sales_on.png);
}

.myplace {
	float: left;
	background-image: url(myplace.png);
	width: 161px;
	height: 61px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.myplace:hover {
	background-image: url(myplace_on.png);
}

.marketing {
	float: left;
	background-image: url(marketing.png);
	width: 169px;
	height: 61px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.marketing:hover {
	background-image: url(marketing_on.png);
}

.profile {
	float: left;
	background-image: url(profile.png);
	width: 256px;
	height: 61px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.avatar {
	float:left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 11px;
	margin-left: 18px;
}

.profile_details {
	float: right;
	width: 188px;
	height: 43px;
	margin-top: 8px;
	padding-left: 10px;
	overflow: hidden;
	text-shadow: #EFEFEF 0px 1px 0px;
}.pdfbutton {
position: absolute;
left: 10px;
top:70px;
width: 45px;
height: 40px;
background-image: url(pdf.png);
overflow: hidden;
cursor: pointer;
}

.pdfbutton:hover {
background-image: url(pdf_on.png);
}

.xlsbutton {
position: absolute;
left: 55px;
top:70px;
width: 45px;
height: 40px;
background-image: url(xls.png);
overflow: hidden;
cursor: pointer;
}

.xlsbutton:hover {
background-image: url(xls_on.png);
}

.dashboard {
	position: relative;
	overflow: hidden;
}

.bbutton {
	width: 310px;
	height: 120px;
	background-image: url(../crmBB.png);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 12px;
	margin-left: 11px;
	margin-top: 20px;
}

.endrow {
	margin-right: 0px;
}

.maximize {
	position: absolute;
	left: 295px;
	top: 5px;
	cursor: pointer;
}

.icon {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 4px;
	left: 28px;
	overflow: hidden;
	display: block;
}

.title {
	position: absolute;
	left: 110px;
	top: 20px;
	font-size: 22px;
	text-shadow: #EFEFEF 0px 1px 0px;
	color: #444;
}

.sbutton {
	width: 71px;
	height: 40px;
	overflow: hidden;
	background-image: url(../themes/default/images/ctlButton/sbutton.png);
	display: block;
	cursor: pointer;
}

.sbutton:hover{
	background-image: url(../themes/default/images/ctlButton/sbutton_on.png);
}

.sicon {
	width: 12px;
	height: 12px;
	margin-top: 14px;
	margin-left: 5px;
	overflow: hidden;
	float: left;
}

.stext {
	width: 49px;
	float: left;
	height: 20px;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 16px;
	text-shadow: #EFEFEF 0px 1px 0px;
}

.tworows {
	width:65px;
	height:37px;
	margin: auto;
	text-align: center;
	overflow:hidden;
	font-size: 14px;
	text-shadow: #EFEFEF 0px 1px 0px;
	padding-top: 3px;
}

.sbutton.left {
	position:absolute;
	left: 25px;
	top: 70px;
}

.sbutton.center {
	position:absolute;
	left: 120px;
	top: 70px;
}

.sbutton.right {
	position:absolute;
	left: 220px;
	top: 70px;
}
p.SearchTitle {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #aa0000;
  cursor: pointer;
}
p.SearchTitle:hover {
  text-decoration: underline;
}
p.SearchContents {
  padding: 0;
  margin: 0;
  font-size: 11px;
}
p.SearchLink {
  padding: 0;
  margin: 2px 0px 15px 0px;
  font-size: 11px;
  color: #009900;
  cursor: pointer;
}
p.SearchLink:hover {
  text-decoration: underline;
}
