body {
	font-family: 'Trebuchet MS';
	margin:0px;
	font-size:12px;
	//background-image:url('https://admin.eazyweb.com.au//cmsImages/pageBackground.jpg');
	//background-repeat:repeat-x;
	//background-color:#bed3fe;
    background-color: #1f1f1f;
	overflow:auto;
	background-position:0 bottom;
	background-attachment:fixed;
}

p, h1, h2, h3, h4, h5 {
	margin-top:0px;
	margin-bottom:12px;
}

h1, h2, h3, h4, h5, h6	{ color: #aa0000; font-family: 'Comfortaa', cursive;} 

h1 {font-size:28px;}
h2 {
	font-size:22px;
	color:#aa0000;
	border-bottom:1px solid #cccccc;
	margin-top:4px;
}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

a {
  color:#990000;
  text-decoration:none;
}

a:hover {
  color:#000000;
}

a img {
  border:none;
}

.mainMenuOption {
	display:block;
	width:80px;
	float:left;
	margin:0px 10px 5px 11px;
	padding:100px 10px 0px 10px;
	height:30px;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	color:#000000;
}

.flatModuleIcon {
	display:block;
	width:100px;
	float:left;
	margin:0px 10px 20px 11px;
	padding:20px 0px 0px 0px;
	text-decoration:none;
	font-size:11px;
	text-align:center;
	color:#fff;
	overflow:auto;
    -moz-transition: background-color 0.25s;
    -webkit-transition: background-color 0.25s;
	transition-property: background-color;
	transition-duration: 0.25s;
	transition: background-color 0.25s;
}

.flatModuleIconName {
	height:40px;
	margin-top:15px;
	padding:10px 10px 0px 10px;
	color:#fff;
}


.flatModuleIconOrange {
	background-color:#D9592E;
}

.flatModuleIconOrange:hover, .flatModuleIconOrange .flatModuleIconName {
	background-color:#CB4112;
}

.flatModuleIconPurple {
	background-color:#6A37BB;
}

.flatModuleIconPurple:hover, .flatModuleIconPurple .flatModuleIconName {
	background-color:#5400CA;
}

.flatModuleIconCyan {
	background-color:#18B6CB;
}

.flatModuleIconCyan:hover, .flatModuleIconCyan .flatModuleIconName {
	background-color:#0097AB;
}

.flatModuleIconGreen {
	background-color:#00CC1D;
}

.flatModuleIconGreen:hover, .flatModuleIconGreen .flatModuleIconName {
	background-color:#00A212;
}

.flatModuleIconMagenta {
	background-color:#CC1D44;
}

.flatModuleIconMagenta:hover, .flatModuleIconMagenta .flatModuleIconName {
	background-color:#bc2549;
}

.fontIcon i {
	font-size:55px;
	color:white;
}

.mainMenuOptionSpacer {
	display:block;
	width:80px;
	float:left;
	margin:0px 10px 5px 11px;
	padding:100px 10px 0px 10px;
	height:30px;
}

#mainContainerHolder {
	overflow:auto;
	background-color:#ffffff;
}

#mainContainer {
  width:950px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  overflow:auto;
  background-color:#ffffff;
  border:none;
  padding:0px;
  margin-bottom:0px;
}

#banner {
  // height:145px;
  height:100px;
  padding:0px;
  margin:0px;
  // background:url('https://admin.eazyweb.com.au//cmsImages/banner.jpg') no-repeat;
  background:url('https://admin.eazyweb.com.au//images/bannerLogo.png') 0px 10px no-repeat;
  overflow:auto;
  background-color:#fff;
  width:950px;
  margin-left:auto;
  margin-right:auto;
}

#bannerHolder {
width: 100%;
overflow: auto;
background-color: #fff;
border-bottom: 1px solid #ddd;
position: fixed;
z-index: 25000;
overflow: visible;
box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
-moz-box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 6px 4px -4px rgba(0,0,0,0.1);
padding:0px 43px 0px 43px;
}

#bannerMenu {
  padding:0px;
  margin-bottom:20px;
  clear:right;
  overflow:auto;
}

#bannerMenu a {
  font-weight:bold;
}

#bannerMenuLeft {
  width:500px;
  float:left;
}

#bannerMenuRight {
  width:400px;
  float:right;
  text-align:right;
}

#eazyCMSContent {
	// padding:25px 43px 5px 43px;
	padding:120px 43px 25px 43px;
	overflow:auto;
}

.backToMainMenuLinks {
  text-align:center;
  margin-top:12px;
}

#pageList {
  border:1px solid #dddddd;
  background-color:#eeeeee;
  padding:0px; 
}

#footer {
  width:950px;
  overflow:auto;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  font-size:14px;
  color:#fff;
  text-align:center;
  //background:url('https://admin.eazyweb.com.au//cmsImages/bottomCurve.png') no-repeat;
}

#footer a {
	color:#fff;
}

#footerHolder {
  border-top: 3px solid #323232;
  background-color: #1f1f1f;
  line-height: 69px;
}

#footerLinks {
  background-color: #2A2B2E;
  overflow: auto;
  border-bottom: 1px solid #5F5F5F;
}

#footerLinksContent {
  color:#fff;
  width:864px;
  margin-left:auto;
  margin-right:auto;
  text-align:right;
  padding:15px 43px 15px 43px;
  font-size:14px;
}

#footerLinksContent a {
  color:#fff;
  font-size:14px;
}

.cmsPageRow {
  font-size:13px;
}

.cmsPageRow td {
  padding:4px;
}

.cmsPageRowDiv {
  font-size:13px;
  padding:4px;
}

.clickablePageLink {
  color:#000000;
}

.clickablePageLink:hover {
  color:#aa0000;
}

.optionOff {
  filter: alpha(opacity=10);
  -moz-opacity:0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  display:inline-block;
}

.addPageOptions {
  font-size:13px;
  padding:0px;
  margin-bottom:3px;
}

.addPageOptions option {
  font-size:13px;
  padding:1px;
}

.disabledIcon {
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.hiddenModule {
  filter: alpha(opacity=20);
  -moz-opacity:0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}

.cmsInputTable {
  background-color:#eeeeee;
  border:1px solid #dddddd;
  width:100%;
}

.cmsInputTable td {
  padding:3px !important;
  font-size:12px;
  vertical-align:top !important;
}

.cmsInputTable textarea, .cmsInputTable input {
  width:98%;
}

.eazycmsButton {
  width:auto !important;
}

#CMSPageDetailsTabs {
  overflow:auto;
  clear:right;
}

#CMSPageDetailsTabs ul, #CMSPageDetailsTabs li {
  list-style:none;
  padding:0px;
  margin:0px;
}

#CMSPageDetailsTabs li {
  float:left;
}
#CMSPageDetailsTabs li a {
  display:block;
  padding:4px;
  background-color:#eeeeee;
  border:1px solid #dddddd;
  border-bottom:none;
  font-size:12px;
  color:#000000;
  margin-right:4px;
}

.CMSPageDetailsRadio {
  width:15px !important;
}

.CMSPageTypeOption1, .CMSPageTypeOption2 {
  padding:4px;
  margin-bottom:3px;
}

.CMSPageTypeOption1 {
  background-color:#dddddd;
  border:1px solid #cccccc;
}

.CMSPageTypeOption2 {
  background-color:#ffffff;
  border:1px solid #dddddd;
}


.cmsModuleEditTable option, .cmsModuleEditTable select, .cmsModuleEditTable input, .cmsModuleEditTable textarea {
  font-family:'Trebuchet MS' !important;
  font-size:14px !important;
  margin:0px !important;
  width:96% !important;
  padding:2% !important;
  border:none;
}

.cmsModuleEditForm{
	background-color:#eeeeee;
	margin-left:auto;
	margin-right:auto;
	width:60%;
}
/*Style all of the various inputs identically*/
.cmsModuleEditForm option, .cmsModuleEditForm select, .cmsModuleEditForm input, .cmsModuleEditForm textarea {
  font-family:'Trebuchet MS' !important;
  font-size:14px !important;
  margin:10px;
  width:390px !important;
  padding:10px !important;
  border:none;
}

.cmsModuleEditForm p {
	float:left;
	display:inline-block;
	clear:both;
	margin:21px 0px 15px 25px;
	min-width:50px;
	max-width:500px;
	width:auto;
}

.cmsModuleEditForm input.eazycmsbutton{
	background-color: #950502;
	color: #fff;
	margin-left:auto !important;
	margin-right:auto !important;
	display:block;
	text-align:center;
	padding: 10px !important;
	min-width: 17%;
	width: auto !important;
	cursor: pointer;
	font-size: 14px !important;
}

.cmsModuleEditForm input[type="radio"]{
	margin-top:21px;
	margin-bottom:15px;
}
.cmsModuleEditForm input[type="checkbox"]{
	margin-top:21px;
	margin-bottom:15px;
}
.cmsModuleEditForm label {
	display: inline-block;
	margin-left: 5px;	
	min-width:80px;
}


.cmsModuleEditTable input, .cmsModuleEditTable textarea, .cmsModuleEditTable select {
  // border:1px solid #dddddd;
}

.cmsButton, .cmsModuleEditTable input.eazycmsbutton, .eazycmsbutton {
  background-color: #950502;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 10px !important;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
  border:none;
  width:auto !important;
  cursor:pointer;
  font-size:14px !important;
}

#layoutDesigner {
  width:450px;
  background-color:#ffffff;
  padding:8px;
  text-align:left;
}

#layoutDesignerTitle {
  font-weight:bold;
  font-size:18px;
  text-align:center;
  margin-bottom:8px;
}

.cmsModuleListingTable {
  background:#eeeeee;
  //border:1px solid #dddddd;
  margin-left:auto;
  margin-right:auto;
  //-moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.14);
  //-webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.14);
  //box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.14);
}

.cmsModuleListingTable td {
  margin:0px;
  //padding:4px;
  padding:6px !important;
  //font-size:12px;
  font-size:14px;
  color:#222222;
}

.cmsModuleListingTable .altRow td {
  background-color:#cccccc;
}

.cmsModuleListingTable th { 
  font-weight:bold;
  text-align:left;
  padding:6px !important;
  color:#ffffff !important;
  background-color:#666666 !important;
  font-size:14px;
}

.cmsModuleListingTable th a {
  color:#dddddd;
}

.cmsModuleListingTable th a:hover {
  color:#ffffff;
}

.cmsModuleEditTable th {
  font-weight:bold;
  text-align:center;
  padding:6px;
  color:#ffffff !important;
  background-color:#666666 !important;
  font-size:14px;
}

.cmsModuleListingTable td a {
  color:#990000;
}

.cmsModuleListingTable td a:hover {
  color:#000000;
}

.cmsModuleEditTable {
  background:#eeeeee;
  //border:1px solid #dddddd;
  border:none;
  margin-left:auto;
  margin-right:auto;
 // -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.14);
//  -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.14);
 // box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.14);
}

.cmsModuleEditTable td {
  margin:0px;
  padding:6px;
  font-size:14px;
  color:#333333;
  vertical-align:top;
}


.CMSIconPageManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoPageManager.jpg') no-repeat;
}
.CMSIconSubmitaTicket{
	 background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoGeneric.jpg') no-repeat;
}

.CMSIconForumManager{
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoGeneric.jpg') no-repeat;
}

.CMSIconImageManager{
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoImageManager.jpg') no-repeat;
}

.CMSIconDocumentLibrary {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoDocumentManager.jpg') no-repeat;
}

.CMSIconLitterBin {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoDeletedPages.jpg') no-repeat;
}

.CMSIconSiteSettings{
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoSiteSettings.jpg') no-repeat;
}

.CMSIconSystemSettings {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoSystemSettings.jpg') no-repeat;
}

.CMSIconTutorialVideos {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoTutorialVideos.jpg') no-repeat;
}

.CMSIconFAQs {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoFAQs.jpg') no-repeat;
}

.CMSIconLiveChat {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoLiveChat.jpg') no-repeat;
}

.CMSIconContactUs {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoContactUs.jpg') no-repeat;
}

.CMSIconBookEditor {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoBookEditor.jpg') no-repeat;
}

.CMSIconMapEditor {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoMapEditor.jpg') no-repeat;
}

.CMSIconBlogManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoBlogManager.jpg') no-repeat;
}

.CMSIconContactDirectory {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoContactDirectory.jpg') no-repeat;
}

.CMSIconECardManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoECardManager.jpg') no-repeat;
}

.CMSIconeazyCRM {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoGeneric.jpg') no-repeat;
}

.CMSIconPortfolioEditor {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoGeneric.jpg') no-repeat;
}

.CMSIconEventEditor {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoEventsEditor.jpg') no-repeat;
}

.CMSIconFAQEditor {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoFAQEditor.jpg') no-repeat;
}

.CMSIconFormEditor {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoFormEditor.jpg') no-repeat;
}

.CMSIconGalleryManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoGalleryManager.jpg') no-repeat;
}

.CMSIconGlossaryManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoGlossaryManager.jpg') no-repeat;
}

.CMSIconGuestbookManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoGuestbookManager.jpg') no-repeat;
}

.CMSIconLinkManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoLinkManager.jpg') no-repeat;
}

.CMSIconMailingListManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoMailingListManager.jpg') no-repeat;
}

.CMSIconNewsEditor {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoNewsEditor.jpg') no-repeat;
}

.CMSIconProductCatalogue {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoProductCatalogue.jpg') no-repeat;
}

.CMSIconQuicklinkEditor {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoQuicklinkEditor.jpg') no-repeat;
}

.CMSIconQuizEditor {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoQuizEditor.jpg') no-repeat;
}

.CMSIconSiteMembers,
.CMSIconMemberManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoSiteMembers.jpg') no-repeat;
}

.CMSIconTrafficAnalyser {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoTrafficAnalyser.jpg') no-repeat;
}

.CMSIconViewYourWebsite {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoPreviewSite.jpg') no-repeat;
}

.CMSIconSiteBuilder {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoChangeLayout.jpg') no-repeat;
}

.CMSIconSurveyManager{
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icogeneric.jpg') no-repeat;
}

.CMSIconTestimonialEditor{
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icogeneric.jpg') no-repeat;
}

.CMSIconeazyTestPlatform {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icogeneric.jpg') no-repeat;
}

.CMSIconFriendlyURL {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icogeneric.jpg') no-repeat;
}

.CMSIconeazyASDAdmin {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icogeneric.jpg') no-repeat;
}
.CMSIconeazyASDNewsEditor {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icogeneric.jpg') no-repeat;
}

.CMSIconASDFormEditor{
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoGeneric.jpg') no-repeat;
}

.CMSIconeazyUserManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icogeneric.jpg') no-repeat;
}
 
.CMSIconeazySplashPageImageManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icogeneric.jpg') no-repeat;
}

.CMSIconeazySiteUserManager {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icogeneric.jpg') no-repeat;
}

.CMSIconLogOut {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoLogOut.jpg') no-repeat;
}

    #imageOptionsMenu {
      display:none;
      position:absolute;
      width:125px;
      background-color:#eeeeee;
      z-index:1010;
      border:1px solid #666666;
      padding:0px;
    }  

	#imageOptionsMenu a {
		width:100%;
		text-decoration:none;
		color:black;
		display:block;
		background-repeat:no-repeat;
		background-position:3px 2px;
		font-family:Arial;
		font-size:11px;
	}
	#imageOptionsMenu a:hover {
		background-color:white;
		color:black;
		text-decoration:none;
	}
	#imageOptionsMenu {
		padding: 0;
		background-color: #eeeeee;
		width:145px;
	}
	#imageOptionsMenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	#imageOptionsMenu li {
		margin: 0;
		list-style: none;
		list-style-image: none;
	}
	#imageOptionsMenu li a {
		display: block;
		padding: 5px;
		color: black;
		text-decoration: none;
		width:145px;
		padding-left:26px;
	}
	#imageOptionsMenu hr {
		width:145px;
	}

	html>body #imageOptionsMenu li a {
		width: auto;
	}
	#imageOptionsMenu li a:hover {
		background-color: white;
	}
	  
	#menuLinkView {
		background-image:url(images/context_menu/ico_view_image.gif);
	}
	
	#menuLinkEdit {
		background-image:url(images/context_menu/ico_edit_page.gif);
	}
	
	#menuLinkReize {
		background-image:url(images/context_menu/ico_resize_image.gif);
	}
	
	#menuLinkCrop {
		background-image:url(images/context_menu/ico_crop_image.gif);
	}
	
	#menuLinkFlip {
		background-image:url(images/context_menu/ico_rotate_image.gif);
	}
	
	#menuLinkDelete {
		background-image:url(images/context_menu/ico_delete_page.gif);
	}
	
	.CMSIconAerospaceAdmin, .CMSIconAerospaceMemberList, .CMSIconCompaniesinWales, .CMSIconMemberEvents, .CMSIconMemberNews, .CMSIconAerospaceCapabilities {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoAerospace.jpg') no-repeat;
	}
	
	.CMSIconMorristonOrders, .CMSIconMorristonProducts, .CMSIconMorristonAdmin, .CMSIconMorristonproducts, .CMSIconAdvertmanager {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoOrpheus.jpg') no-repeat;
	}
	
	.CMSIconCampaignManager, .CMSIconLauraSandysAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoLauraSandys.jpg') no-repeat;
	}

	.CMSIconOystermouthAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoOystermouth.jpg') no-repeat;
	}
	
	.CMSIconReachAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoReach.jpg') no-repeat;
	}
	
	.CMSIconPrishaAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoPrisha.jpg') no-repeat;
	}
	
	.CMSIconUKISCRSAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoUKISCRS.jpg') no-repeat;
	}

	.CMSIconBookCatalogue,
	.CMSIconWLBOrderManager {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoWLB.jpg') no-repeat;
	}
	
	.CMSIconRockokoAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoRockoko.jpg') no-repeat;
	}
	
	.CMSIconSnorbanAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoSnorban.jpg') no-repeat;
	}
	
	.CMSIconHuttonsAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoHuttons.jpg') no-repeat;
	}
	
	.CMSIconCakeLibrary,
	.CMSIconCakeProducts {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoCake.jpg') no-repeat;
	}
	
	.CMSIconBowenSafety {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoBowen.jpg') no-repeat;
	}
	
	.CMSIconCardiffLawAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoCardiffLaw.jpg') no-repeat;
	}
	
	.CMSIconSqueezePageAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoBoxNGo.jpg') no-repeat;
	}
	
	.CMSIconSweeteezAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoSweeteez.jpg') no-repeat;
	}

	.CMSIconBabyCreationsAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoBabyCreations.jpg') no-repeat;
	}

	.CMSIconPawprintAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoPawprintCreations.jpg') no-repeat;
	}	
	
	.CMSIconSlideshowManager {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoSlideshowEditor.jpg') no-repeat;
	}
	
	.CMSIconPhilSaundersProductAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoPhilSaundersProductAdmin.jpg') no-repeat;
	}
	
	.CMSIconSyracuseAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoSyracuseAdmin.jpg') no-repeat;
	}
	
	#mediaLibraryIcon {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoMediaLibrary.jpg') no-repeat;
	}
	
	.CMSIconIvegotajobAdmin {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoIveGotAJob.jpg') no-repeat;
	}

	.CMSIconSocialMediaManager {
		background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoSocialMediaManager.jpg') no-repeat;
	}

.CMSIconMembersExtranet,
.CMSIconTemplateEditor,
.CMSIconAudioMusicManager,
.CMSIconVideoManager,
.CMSIconPollEditor,
.CMSIconPageLanguages,
.CMSIconPropertyList,
.CMSIconDiscussionForum,
.CMSIconInteractivePolls,
.CMSIconSpecialFeature,
.CMSIconMemberApplications,
.CMSIconLauraMayAdmin,
.CMSIconHowFound,
.CMSIconBroadcastMailer,
.CMSPageAddresses,
.CMSIconTrainingDiary,
.CMSIcon9to5HomePage,
.CMSIconGMDAdmin,
.CMSIconAllAboutBikesAdmin,
.CMSIconVentureWalesNews,
.CMSIconWCAUKMarket, 
.CMSIconWCAUKOrders,
.CMSIconbackdoorshoesCatalogue,
.CMSIconbackdoorshoesEU,
.CMSIconPortfolioManager,
.CMSIconeazyCMSUserGuide {
  background:url('https://admin.eazyweb.com.au//cmsImages/cmsIcons/icoGeneric.jpg') no-repeat;
}

.cmsTabControls {
  margin:0px;
  width:75%;
  margin-left:auto;
  margin-right:auto;
  list-style:none;
  padding:0px;
  clear:right;
  overflow:auto;
}

.cmsTabControls li {
  float:left;
  background-color:#eeeeee;
  border-top:1px solid #dddddd;
  border-left:1px solid #dddddd;
  border-right:1px solid #dddddd;
  padding:8px;
  margin-right:3px;
  overflow:auto;
  list-style:none;
}

.cmsFormPreviewTable {
  background-color:#cccccc;
  border-top:1px solid #999999;
  border-left:1px solid #999999;
  border-right:1px solid #999999;
}

.cmsFormPreviewTable td {
  border-bottom:1px solid #999999;
  padding:8px;
}

.cmsFormPreviewTable td td {
  border:none;
  padding:2px;
}

#tt {position:absolute; display:block; background:#666; color:#FFF;}

/* Ticker Styling */
#ticker-wrapper.has-js {
	width: 854px;
	display: block;
	font-size: 12px;
	overflow:auto;
	margin:0px 0px 16px 0px;
	padding:4px 0px 2px 12px;
	background-color:#e5e5e5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #e5e5e5;
}
#ticker {
	width: 780px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color:#e5e5e5;
}
#ticker-title {
	color: #990000;
	font-weight: bold;
	background-color:#e5e5e5;
	text-transform: uppercase;
}
#ticker-content {
	margin: 0px;
	position: absolute;
	color: #1F527B;
	background-color:#e5e5e5;
	overflow: hidden;
	white-space: nowrap;
}
#ticker-content:focus {
}
#ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
#ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
#ticker-swipe {
	position: absolute;
	top: 0px;
	background-color:#e5e5e5;
	display: block;
	width: 800px;
	height:27px;
}
#ticker-swipe span {
	margin-left: 1px;
	border-bottom: 1px solid #1F527B;
	width: 7px;
	display: block;
	height:12px;
}
#ticker-controls {
	list-style-type: none;
	float: left;
	margin:0px;
}
#ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
#ticker-controls li#play-pause {
	background-image: url('/images/controls.png');
	background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
	background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
	background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
	background-image: url('/images/controls.png');	
	background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
	background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
	background-position: 48px 0px;
}
#ticker-controls li#prev {
	background-image: url('/images/controls.png');
	background-position: 0px 16px;		
}
#ticker-controls li#prev.over {
	background-position: 0px 32px;		
}
#ticker-controls li#prev.down {
	background-position: 0px 0px;		
}
#ticker-controls li#next {
	background-image: url('/images/controls.png');	
	background-position: 16px 16px;	
}
#ticker-controls li#next.over {
	background-position: 16px 32px;	
}
#ticker-controls li#next.down {	
	background-position: 16px 0px;	
}
.js-hidden {
	display: none;
}
#no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left #ticker-swipe {
	left: 80px;
}
.left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
    float: left;
}
.left #ticker-controls {
    padding-left: 0px;
}
.right #ticker-swipe {
	right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}

.movePageRow {
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	background-color:#ffdddd;
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    padding:4px;
}

.movePageDisabled {
	-moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.copyPageRow {
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	background-color:#ffdddd;
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    padding:4px;
}

.cmsImageLibraryListingTable td {
  margin:0px !important;
  padding:2px;
}

.showImageOptionsLink {
  font-size:11px;
}

.cmsCurrentCategoryBrowserCategory {
  background-color:#fff;
  font-weight:bold;
}

.assetCategoryBrowser, #assetCategoryHolder {
  width:275px !important;
}

.assetCategoryBrowser td {
  font-size:11px;
  padding:1px;
  overflow:hidden;
  white-space: nowrap;
}

.assetCategoryBrowser td a {
  color:#000;
}

#assetCategoryHolder {
  min-height:400px;
  overflow-y:scroll;
  overflow-x:hidden;
  border-right:1px solid #ddd;
  border-left:1px solid #ddd;
  border-bottom:1px solid #ddd;
  border-top:none;
}

#mediaLibraryImageView {
  -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.34);
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.34);
  box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.34);
  margin-bottom:24px;
}

.fileBrowserItemContainer {
  width:81px;
  float:left;
  margin-right:5px;
  margin-bottom:5px;
}

.fileBrowserInsertItem {
  display:block;
  width:81px;
  height:81px;
  border:1px solid #bbb;
  position:relative;
  float:left;
}

.fileBrowserItem {
  display:block;
  width:81px;
  height:81px;
  border:1px solid #bbb;
  position:relative;
}


#loadMoreImagesLink {
  margin-bottom:2px;
  text-align:center;
  display:block;
  background-color:#ccc;
  border:1px solid #aaa;
  padding:4px;
  color:#000;
  text-decoration:none; 
  width:543px;
  margin-left:auto;
  margin-right:auto;
}

.cmsMediaLibraryCurrentFile {
  padding-top:4px !important;
  padding-bottom:4px !important;
  background-color:#666;
  color:#fff;
  border:1px solid #999;
}

.cmsMediaLibraryCurrentFile a {
  color:#fff !important;
  font-weight:bold;
}

.fileBrowserItemFilename {
  word-wrap:break-word;
  width:79px;
  bottom:0px;
  font-size:9px;
  position:absolute;
  text-align:center;
  background-color:#000;
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  color:#fff;
  font-family:Arial, Helvetica, sans-serif;
  padding:1px;
}

#fileTabHolder {
  overflow:auto;
  margin-bottom:6px;
  background-color:#eee;
  border-bottom:1px solid #ddd;
}
#tabPaneContainer {
  padding:0px 6px 0px 10px;
}
.fileTab {
  display:block;
  width:80px;
  float:left;
  border-left:1px solid #ddd;
  padding:6px;
  text-align:center;
  font-size:11px;
  height:17px;
}
.currentFileTab {
  font-weight:bold;
  color:#000;
}
.fileTabControl {
  display:block;
  float:right;
  padding:2px 3px 10px 6px;
  font-size:11px !important;
  height:17px;
}
.fileTabControl input {
  font-size:11px;
  padding:1px;
}

#fileOptions {
  text-align:center;
  display:block;
  background-color:#ccc;
  border:1px solid #aaa;
  padding:4px;
  color:#000;
  text-decoration:none; 
  width:543px;
  margin-left:auto;
  margin-right:auto;
}
.fileBrowserItemContainer a {
  display:block;
  text-align:center;
  font-size:10px;
}

#notifications {
  background-color:#eee;
  padding:6px;
  position:fixed;
  top:0px;
  left:20px;
  -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
  cursor:pointer;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  z-index:30000;
}
#notificationCounter {
  padding:2px 4px 2px 4px;
  background-color:#aa0000;
  color:#fff;
  -moz-border-radius: 5px;  
  -webkit-border-radius: 5px;  
  border-radius: 5px;
  font-weight:bold;
}
#messages {
  background-color:#eee;
  padding:6px;
  position:fixed;
  top:0px;
  left:20px;
  -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.2);
  z-index:30000;
  overflow:hidden;
  width:550px;
  height:300px;
  top:-336px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}
#messagePane {
  background-color:#fff;
  padding:6px;
  border:1px solid #ddd;
  overflow:scroll;
  height:258px;
}
.messageHeader {
  background-color:#777;
  color:#eee;
  padding:3px;
  font-weight:bold;
}
.message {
	background-color:#eee;
	border:1px solid #ddd;
	padding:4px;
	margin-bottom:6px;
}
.message p {
  margin-top:0px
  margin-bottom:6px !important;
}
#notificationsHeading {
	padding:4px;
	height:22px;
	overflow:hidden;
	font-size:14px;
}

.cmsModuleEditTable input.eazyCMSDatePickerText {
	width:100px !important;
}
.cmsModuleEditTable input.eazyCMSDatePickerButton {
	width:50px !important;
  background-color: #950502;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 8px !important;
  font-weight: normal;
  text-decoration: none;
  border:none;
  width:auto !important;
  cursor:pointer;
  font-size:14px !important;
}

.eazyCMSCal3 {
	background-color:#eee;
	width:100%;
}

.eazyCMSCal4 {
	width:100%;
}

.eazyCMSCal3 td font {
	font-size:12px !important;
}


.cmsModuleEditTable select.eazyCMSTimePickerSelect {
	width:75px !important;
}

.eazyCMSDatePickerTableUnderHeader {
}
 
.eazyCMSDatePickerTable {
	width:100%;
}

.eazyCMSDatePickerTable td a, .eazyCMSDatePickerTable td span {
	display:block;
	padding:2px 4px 2px 4px;
}

.eazyCMSDatePickerTable td span {
	color:#999;
}

.eazyCMSDatePickerTable {
	border-collapse:collapse;
}

.eazyCMSDatePickerTable td a:hover {
	background-color:#950502;
	color:#fff;
}
	 
.eazyCMSDatePickerTableNavigation {
}

.eazyCMSDatePickerTableMain {
}

.eazyCMSCal4 {
	border-collapse:collapse;
}

.eazyCMSCal4 td {
	background-color:#666 !important;
	color:#fff !important;
	padding:4px;
	font-size:12px;
	font-weight:bold;
}

.eazyCMSCal4 td a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

#productCategoryTree, #productCategoryTree li {
	list-style:none;
	padding:0px;
	margin:0px;
	white-space:nowrap;
}

.fileBrowserItemContainer a {
  display:block;
  text-align:center;
  font-size:10px;
}
.highlightedRow td, .highlightedRow {
	background-color:#fff !important;
}
.advOptPanel {
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.rollbackBox {
	color:#333;
	display: inline-block;
	width: 45px;
	text-align: center;
}

.cmsPageRow .fa {
	font-size: 22px;
	color: #333;
	display:inline-block;
	padding-left:2px;
	padding-right:2px;
	width:22px;
	text-align:center;
}

.addPageMenu {
  background-color:#eee;
  border:1px solid #ddd;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  overflow:auto;
  position:absolute;
  margin-left:90px;
  display:none;
  z-index: 100000;
}

.addPageMenu span {
	display:block;
	padding:8px;
	background-color:#666;
	color:#eee;
	font-size:14px;
	font-weight:bold;
}

.addPageMenu a {
	display:block;
	padding:8px;
	color:#000;
}

.addPageMenu a:hover {
	background-color:#fff;
}

.pageListOptionLink:hover .fa {
	color:#660000;
}

.blurredRow {
  opacity:0.8;
  -moz-opacity:0.8;
  -webkit-opacity:0.8;
  -ms-opacity:0.8;
}


