@import url(/admin/css/generic.css);
@import url(/admin/css/offer.css);
@import url(/admin/css/lookup.css);

html {
	background-color:#fff;
}
body {
    margin: 0px;
    background-color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    min-width:1024px;
    overflow-y:scroll;
    font-size: 12px;
}

.body {
	margin: 10px 5px 20px 5px;
	min-width: 945px;
}
.body a, .footer a {
	text-decoration: none;
	font-weight: bold;
	color : #990000;
}
.body a:hover {
	color : #990000;
text-decoration:underline;
}
/* (STH) Moved font-size into the body tag as putting it into individual elements conflicts with telerik's font-size styles which are applied to td elements ' */
.body input, .body select, .body textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
/*	font-weight: normal;*/
}
.body th {
    text-align: left;
}

.body .menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	font-size: 12px;
	font-weight: normal !important;
	text-decoration: none;
	background-color:#4C4C4C;
}
.body .menuOn {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	font-size: 12px;
	font-weight: normal !important;
	text-decoration: underline !important;
	background-color:#4C4C4C;
}
.body .submenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000 !important;
	font-size: 12px;
	font-weight: normal !important;
	text-decoration: none;
}
.body .submenuOn {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000 !important;
	font-size: 12px;
	font-weight: normal !important;
	text-decoration: underline !important;
}
.body .label {
	font-size: 12px;
	font-weight: bold;
}
.body td.label span 
{
	font-size: 12px;
	font-weight: bold;
}
.body .vertical 
{ 	
	writing-mode: tb-rl;
	font-family : Arial, Helvetica, sans-serif; 
	font-size: 12px;
	direction : rtl
}
.body .green {
	color: #006600 !important;
	font-size: 10pt;
	font-weight: bold;
}

.body .blue {
	color: blue;
}
.body .red {
	color: Red !important;
}
.body .redSpecial {
	color: Red !important;
	margin-left: 0px;
}
.body .grey {
	color: #999999 !important;
	font-weight: bold;
}
.body .note 
{
	color: #be5858;
	font-style: normal;
	padding: 0 15px;
}
.body .headerselect {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
}

.body .headercolumn{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    font-weight: 900;
}

.body .formButtonCalendarClear {
    text-decoration: none;
    background-color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    font-weight : normal;
    height : 22px;
    width : 22px;
}

.body table.Ledger {
    border: none;
width:98.5%;
}
.body table.Ledger tr.odd {
    background-color: #FAFAFA;
}
.body table.Ledger tr.odd td {
    border: 1px solid #eaeaea;
}
.body table.Ledger tr.even {
    background-color: #eaeaea;
}
.body table.Ledger tr.even td {
    border: 1px solid #ede6d9;
}
.body table.Ledger tr.add {
    background-color: #fcfcd5;
}
.body table.Ledger tr.add td {
    border: 1px solid #f3f390;
}

.body table.Ledger tr.row_image_type {
    background-color: #f9f9f9;
}
.body table.Ledger tr.row_image_type td {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
}
.body table.Ledger tr.row_image_type td.nostyle {
	border: none;
	background-color: white;
}
/*.body table.Ledger tr.row_image_type td span {
    font-size: 12px;
}*/

.body table.Ledger td, table.Ledger th {
    border: none;
    padding-top: 3px;
    padding-bottom: 3px;
}
.body table.Ledger th
{
	color:Black;
    font-weight: bold;
}
.body div.CategoryBreadcrumb {
    margin-bottom: 15px;
    padding: 2px 4px;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
}
.body div.CategoryBreadcrumb a:link, .body div.CategoryBreadcrumb a:visited, .body div.CategoryBreadcrumb a:active, .body div.CategoryBreadcrumb a:hover, .body div.CategoryBreadcrumb a:focus {
    font-weight: normal;
}

.body table.GridView th {
	height: 16px;
	padding-right: 20px;
}
.body table.GridView th img
{
	margin: -1px 0 0 2px;
	padding: 0;
	position: absolute;
}
.body table.GridView th.noGap {
	padding-right: 5px;
	text-align: right;
}
.body table.GridView td {
	padding: 5px 4px 2px;
}
.body div.box {
    border: solid 1px #cccccc;
    padding: 5px;
}
.body div.box p {
    margin: 0 0 10px;
}
.body div.box p.last {
    margin-bottom: 0px;
}
.body div.infoBoxOpen {
    background-color: White;
    border: 1px solid #cccccc;
    margin: 5px 0 3px;
    padding: 2px 4px;
    display: block;
}
.body div.infoBoxShut {
    display: none;
}

.body p.error
{
	color:#ce2028;
	font-weight: bold;
}

tr.rgNoRecords td {
    padding: 10px;
}

.RadGrid_Default {
    border-color: #BBBBBB !important;
}

.RadGrid_Default .rgHeader {
    border-color: #BBBBBB !important;
}

.body td p.error
{
	margin: 0;
	padding: 0;
}

.body tr.error_minor
{
	background-color: #F9FFD0;
}

.body tr.error_major
{
	background-color: #FFF3D0;
}

.body tr.error_critical
{
	background-color: #FFD0D0;
}


/* Forms/Fieldsets */


.body fieldset.editForm, #offer fieldset, .rgMasterTable, .RadGrid_Default
{
	/*width: 100% !important;*/
}

.body legend 
{
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	margin: 0 0 10px;
}
.body legend.label
{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

/* Tables */

.body table.addProduct th.label 
{
	width: 170px;
}
.body table.addProduct td.field 
{
	width: 300px;
}
.body table.addProduct th.validator 
{
	width: 180px;
}
.body table.assignMembershipCodes th
{
	width:200px;
}

.body label
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.body fieldset.addProduct tr.rowextension table
{
	margin: 10px;
	border: 1px Solid #BFBFBF;
	padding: 5px;
	background:White;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

/*==================================================================*/
/*			RE-DESIGN												*/
/*==================================================================*/

		.body h1, .body h1 span, .body .title {
			font-weight: bold;
			font-size: 18px;
			font-family: Arial, Helvetica, sans-serif;
  color:#990000;
  padding: 0;
  margin: 15px 0 10px 2px;
  display: block;
		}
.body .title {

}

		#RED_searchfilters {
			position: relative;
			/*min-height: 150px; --Removed by Alan so screens with less filters are not as high */
			zoom: 1;
			margin: 0 0 15px;
		}

		.RED_searchfilters_Results {
			position: relative;
			border: #bbbbbb solid 1px;
			padding: 15px;
			margin-bottom: 15px;
		}


		#RED_searchfilters h2 {
			margin: 0 0 15px 0;
		}
		
		#RED_searchfilters fieldset {
			margin: 0 0 15px 0;
			padding: 0;
			border: #bbbbbb solid 1px;
			width: 100%;
			position: relative;
			display: block;
		}
		#RED_searchfilters fieldset h2 {
			font-weight: bold;
			font-size: 13px;
			font-family: Arial, Helvetica, sans-serif;
			margin: 0;
			padding: 5px 15px 5px;
			background-color: #EDEDED;
			border-bottom: 1px solid #bbbbbb;
		}
		#RED_searchfilters #box_search 
		{
			float: left;
			/*width: 302px;*/
			margin: 15px;
		}
		#RED_searchfilters #box_options {
			float: left;
			/*width: 260px;*/
			margin: 15px;
		}
		#RED_searchfilters #box_category {
			margin: 15px;
			clear: both;
		}
		
		#RED_searchfilters fieldset.non_visual {
			border: none;
			padding: 0;
		}
		#RED_searchfilters fieldset.non_visual legend {
			margin: 0 0 15px;
			padding: 0;
		}
		
		

		#RED_searchfilters #category_levels {
			width: 167px;
			float: left;
		}
		#RED_searchfilters .category_levels_diagram {
			height: 20px;
			overflow: hidden;
			background: url(/Admin/Images/lvl_bg.gif) repeat-x left top;
			width: 95px;
			float: left;
			padding: 0;
			margin: 0 0 10px;
		}
		#RED_searchfilters ul, #RED_searchfilters ol {
			margin: 0 0 10px 20px;
			padding: 0;
			clear: both;
		}
		#RED_searchfilters li {
			line-height: 1.3;
		}
		#RED_searchfilters li.sel {
			font-weight: bold;
			font-size: 10pt;
		}


		#RED_searchfilters .category_levels_diagram a, #RED_searchfilters .category_levels_diagram div {
			display: block;
			width: 20px;
			height: 17px;
			overflow: hidden;
			float: left;
			margin-left: 5px;
			background-repeat: no-repeat;
			background-position: left top;
			text-decoration: none;
			color: #ffffff;
			font-size: 10px;
			text-align: center;
			padding-top: 3px;
			font-weight: normal;
		}
		#RED_searchfilters .category_levels_diagram .lvl_on {
			background-image: url(../../Images/lvl_on.gif);
		}
		#RED_searchfilters .category_levels_diagram .sel {
			background-image: url(../../Images/lvl_sel.gif);
		}
		#RED_searchfilters .category_levels_diagram .lvl_off {
			background-image: url(../../Images/lvl_off.gif);
			color: #e0cbcb;
		}


		#RED_searchfilters .category_levels_diagram .first {
			margin: 0;
		}


		#RED_searchfilters label, #RED_searchfilters .label_aligned {
			/*font-weight: normal;
			color: #990000;*/
		}
		
		#RED_searchfilters p.aligned {
			clear: both;
		}
		#RED_searchfilters label.aligned, #RED_searchfilters span.label_aligned {
			width: 170px;
			float: left;
			padding: 3px 0 0;
		}
		#RED_searchfilters label.shorter, #RED_searchfilters span.shorter {
			width: 80px;
		}
		#RED_searchfilters label.short, #RED_searchfilters span.short {
			width: 125px;
		}
		#RED_searchfilters label.long, #RED_searchfilters span.long {
			width: 240px;
		}
		#RED_searchfilters label.verylong, #RED_searchfilters label.verylong {
			width: 300px;
		}
		#RED_searchfilters select.maxverylong {
			max-width: 290px;
		}
		#RED_searchfilters span.value {
			display: block;
			padding: 3px 0 0;
		}

		#RED_searchfilters .radiogroup_horizontal label, #RED_searchfilters .checkboxgroup label {
			float: left;
			padding: 2px 5px 0 0;
			color: #000000;
		}
		
		#RED_searchfilters .radiogroup_horizontal input, #RED_searchfilters .checkboxgroup input {
			float: left;
		}

		#RED_searchfilters div.button {
			clear: both;
			margin: 0 0 0 0;
		}

		#RED_searchfilters .clear {
			display: block;
			clear: both;
			overflow: hidden;
			height: 1px;
		}

        #RED_searchfilters .lookupradgrid {
            float: left;
        }

        #RED_searchfilters .lookupradgrid table.structural {
            padding: 0;
            margin: 0;
            max-width: 400px
        }

/*=== #Header =============================== */
body {
padding:0;
margin:0;
}
.bodyWrap {
background: rgb(68,68,68); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(68,68,68,1) 0%, rgba(86,86,86,1) 51%, rgba(40,40,40,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(51%,rgba(86,86,86,1)), color-stop(100%,rgba(40,40,40,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(86,86,86,1) 51%,rgba(40,40,40,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(86,86,86,1) 51%,rgba(40,40,40,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(68,68,68,1) 0%,rgba(86,86,86,1) 51%,rgba(40,40,40,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(68,68,68,1) 0%,rgba(86,86,86,1) 51%,rgba(40,40,40,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#282828',GradientType=0 ); /* IE6-8 */
width:100%;
padding:0 0 40px 0;
margin:0;
top:0;
bottom:0;
}

.body:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.body { display: inline-block; }
/* start commented backslash hack \*/
* html .body { height: 1%; }
.body{ display: block; }
/* close commented backslash hack */

.bodyWrapNLI {
position:absolute;
top:0;
bottom:0;
}
iframe body {
background-color:#fff;
}
.pageWrap {
width:100%;
min-width:1200px;
max-width:1400px;
margin:0 auto;
}
.contentBodyWrap {
 background-color: #fff;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
 display: inline-block;
 float: left;
 min-height: 684px;
 margin-top:0;
 margin-left:2px;
margin-bottom: 10px;
 width:81%;
max-width: 1240px;
}

.contentBodyWrapNLI .body {
background-color:#fff;
-webkit-border-radius:10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
          border-radius: 10px;
padding:100px 0;
width: 95%;
margin: 10px auto;
text-align: left;
}
.contentBodyWrapNLI table {
 margin:10px auto;
width:100%;
}
.contentBodyWrapNLI  input[type="text"], .contentBodyWrapNLI  input[type="password"], .contentBodyWrapNLI  input[type="submit"] {
padding: 5px;
-webkit-border-radius:5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
font-size: 12px;
border: #990000 solid 1px;
}
input:disabled {
color: #999 !important;
text-decoration: none !important;
}
.contentBodyWrapNLI  input[type="submit"] {
border-color:#999999;
padding:4px 30px;
}
.contentBodyWrapNLI .body label {
display:inline-block;
}
.body {
padding:2px 10px 10px 10px;
}
.topGroupWrap {
width:100%;
height:65px;
}
.middleGroupWrap {
width:100%;
clear:left;
}
.siteLogo {
margin:10px 0 0 4px;
float:left;
width:18%;
}
.siteLogo img {

height:auto;
}
.logoutGroup {
display:block;
float:left;
width:81%;
text-align:right;
margin-top: 8px;
}
.logoutGroup a {
color:#ccc;
font-size:12px;
text-decoration:none;
}
.logoutGroup a:hover {
color:#fff;
}
#navGroup {
width:18%;
float:left;
display:block;
margin-top:4px;
}
ul#managers {
list-style:none;
padding:0;
margin:9px -1px 0 -1px;
float:left;
}
ul#managers li {
list-style:none;
margin:0;
}
ul#managers li a{
display:block;
width:56px;
font-size:10px;
margin:0 0 8px 6px;
padding:50px 2px 4px 2px;
text-align:center;
color:#eaeaea;
text-decoration:none;
background-repeat:no-repeat;
}
ul#managers li a:hover {
color:#fff;
}
ul#managers li a.selected {
color:#000;
}


#menubars ul, #menubars li {
list-style:none;
padding:0;
margin:0;
}
#menubars {
background: rgb(247,247,247); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-8 */
-webkit-border-radius:10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
min-height: 658px;
margin:-4px 0 10px 65px;padding: 13px 2px;
}
#menubars ul {
font-size: 12px;
padding: 10px 3px;
border: none;
}

/*-- start -- */
#menu1 {
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}
#menu1 li a {
    display: block;
    padding: 6px 4px 6px 18px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    text-decoration: none;
    color: #000;
margin-bottom:-1px;
font-size:13px;
}
#menu1 li a:hover, #nav li a.active {
    color: #fff;
}
#menu1 li ul {
    display: none;
}
#menu1 li ul li a {
    padding: 6px 4px;
    background: #fff;
    border-bottom: 1px dotted #444;
font-size: 1em;
color:#000;
}
#menu1 ul.selectedUl {
display: block;
}
#menubars ul > li > ul {
margin:0;
padding:0;
list-style:none;
}
#menubars ul > li > ul li a {
padding-left:10px; /* AJS 19/12/2014 - Updated so that most of the menu items fit onto 1 line*/
}
#menu1 li ul li a.selected {
color: #990000;
background: #FFF;
font-weight: bold;
}

#menu1 li ul.active {
display:block;
}

#menu1 li a.selectedParent {
background-color: #990000 !important;
color: #fff !important;
}
#menu1 li a.active {
background-color:#e4e4e4;
}
a.selectedParent.active {
 background-color: #444;
}

/* backgrounds sprite - arrows and icons */

/* arrows */
#menu1 li a, #menu1 li a.active, 
ul#managers li a.Home, 
ul#managers li a.Orders, 
ul#managers li a.Commerce, 
ul#managers li a.Content, 
ul#managers li a.Documents, 
ul#managers li a.Community, 
ul#managers li a.Marketing,
ul#managers li a.System,
ul#managers li a.Users{
background-image:url(/Admin/Images/sprite.png);
background-repeat:no-repeat;
}
#menu1 li a {
 background-position: -218px -117px;
}
#menu1 li a:hover {
color: #990000;
background-position: -218px 6px;
background-color:#dddddd;
}
#menu1 li > a.selectedParent.active {
 background-position: -218px -156px;
}
#menu1 li > a.selectedParent {
 background-position: -218px -196px;

}
#menu1 li a.active {
 background-position: -218px 6px;
}
/* icons */
ul#managers li a.Home , 
ul#managers li a.Orders, 
ul#managers li a.Commerce, 
ul#managers li a.Content, 
ul#managers li a.Documents, 
ul#managers li a.Community, 
ul#managers li a.Marketing,
ul#managers li a.System,
ul#managers li a.Users  {
background-color:#292929;
}
ul#managers li a.Home:hover, 
ul#managers li a.Orders:hover, 
ul#managers li a.Commerce:hover, 
ul#managers li a.Content:hover, 
ul#managers li a.Documents:hover, 
ul#managers li a.Community:hover, 
ul#managers li a.Marketing:hover,
ul#managers li a.System:hover,
ul#managers li a.Users:hover {
background-color:#818181;
}
/* dashboard */
ul#managers li a.Home {
background-position:4px 4px;
}
ul#managers li a.Home:hover {
background-position:-139px 2px;
}
ul#managers li a.Home.selected {
background-position:-70px 3px;
}
	
/* orders */
ul#managers li a.Orders {
background-position:4px -66px;
}
ul#managers li a.Orders:hover {
background-position:-139px -66px;
}
ul#managers li a.Orders.selected {
background-position:-70px -66px;
}

/* commerce */
ul#managers li a.Commerce {
background-position:4px -130px;
}
ul#managers li a.Commerce:hover {
background-position:-139px -130px;
}
ul#managers li a.Commerce.selected {
background-position:-70px -130px;
}


/* documents */
ul#managers li a.Content {
background-position:4px -257px;
}
ul#managers li a.Content:hover {
background-position:-139px -257px;
}
ul#managers li a.Content.selected {
background-position:-70px -257px;
}


/* documents */
ul#managers li a.Documents {
background-position:4px -190px;
}
ul#managers li a.Documents:hover {
background-position:-139px -190px;
}
ul#managers li a.Documents.selected {
background-position:-70px -190px;
}


/* community */
ul#managers li a.Community {
background-position:4px -318px;
}
ul#managers li a.Community:hover {
background-position:-139px -318px;
}
ul#managers li a.Community.selected {
background-position:-70px -318px;
}


/* marketing */
ul#managers li a.Marketing {
background-position:4px -381px;
}
ul#managers li a.Marketing:hover {
background-position:-139px -381px;
}
ul#managers li a.Marketing.selected {
background-position:-70px -381px;
}


/* system */
ul#managers li a.System {
background-position:4px -446px;
}
ul#managers li a.System:hover {
background-position:-139px -446px;
}
ul#managers li a.System.selected {
background-position:-70px -446px;
}


/* users */
ul#managers li a.Users {
background-position:4px -511px;
}
ul#managers li a.Users:hover {
background-position:-139px -511px;
}
ul#managers li a.Users.selected {
background-position:-70px -511px;
}


ul#managers li a, ul#managers li a.selected {

-webkit-border-radius: 8px 0px 0px 8px;
     -moz-border-radius: 8px 0px 0px 8px;
      -ms-border-radius: 8px 0px 0px 8px;
          border-radius: 8px 0px 0px 8px;
}
ul#managers li a.selected {
 background-color: #eaeaea;
color:#444;
}
ul#managers li a.selected:hover {
 background-color: #eaeaea !important;
}

/* hide menu */
a#hideMenu {
    display:none;
}
@media (max-width: 1024px) {

.bodyWrap.hiddenMenu {
min-width:1024px;
}
.hiddenMenu .pageWrap{
min-width:1024px;
max-width: 1024px;
  margin: 0 auto;
    max-width: 1024px;
    min-width: 1024px;
    padding: 0;
}
.hiddenMenu .contentBodyWrap {
min-width: 992px;
width:98%;
}
.hiddenMenu #navGroup{
width:1.5% !important;
}
.hiddenMenu .topGroupWrap {
min-width:1024px;
max-width: 1024px;
}
.hiddenMenu .footer {
max-width: 1024px;
}

a#hideMenu {
color: #ccc;
text-decoration: none;
background-color: #2C2B2B;
font-size: 12px;
margin: 3px 5px 7px;
display: inline-block;
border: #8E8E8E solid 1px;
padding:5px 6px 5px 20px;
border-radius: 4px;
background-image:url(/Admin/Images/sprite.png);
background-repeat:no-repeat;
background-position:3px -589px;
}
}
a#hideMenu:hover {
color:#fff;
}


/* overwrite telerik styling */
.RadGrid_Default .rgRow a, .RadGrid_Default .rgAltRow a, .RadGrid_Default .rgEditRow a {
color: #990000 !important;

}
.rgExpandCol {
background-color:#BDBDBD!important;
}
input[type="submit"] {
color: #990000;
/* font-weight: bold; */
padding: 0px 4px;
margin: 0 5px;
}
input[type="submit"]:hover {
text-decoration:underline;
cursor:pointer;
}
.RadGrid_Default .rgRow td, .RadGrid_Default .rgAltRow td, .RadGrid_Default .rgEditRow td, .RadGrid_Default .rgFooter td {
    max-width: 210px;
    overflow: hidden;
}

.RadGrid_Default .rgRow i, .RadGrid_Default .rgAltRow i{
    font-size:0.75em
}

#logout_and_storefronts {
display:none;
visibility:hidden;
}
.footer {
display:block;
clear:both;
color:#ccc;
text-align:center;
background-image:url(/Admin/Images/Header/red_logo.gif);
background-repeat:no-repeat;
background-position:right;
margin:0 auto 50px auto;
padding: 30px 91px 24px 0;
text-align: right;
width: 90%;
}
.footer a {
 color: #fff;
}
.footer a:hover {
text-decoration:underline;
}
.footer span {
display:inline;
}
div#offer {
width:100%;
}
a.logoutLink {
background-image:url(/Admin/Images/sprite.png);
background-position:50px -628px;
background-repeat: no-repeat;
padding: 5px 25px 5px 0;
}
.left.seperateright.column, .right.column {
width:49%;
}
.expandableSection h1 {
font-size: 17px;
padding-left: 29px;
line-height: 29px;
}
.body select {
font-size:12px;
}
/*=========================================== */

select optgroup
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
}
select optgroup option
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}

.info
{
	font-style:italic;
	color: Gray;
}

.rgDetailTable 
{
	margin-bottom: 10px;
}

.RED_PropertyContainer
{
	margin: 10px;
}

.RED_PropertyLabel
{
	float: left;
	clear: both;
	margin-bottom: 8px;
	width: 200px;
}

.RED_PropertyValue
{
	float: left;
}

RED_PropertyContainer .clear
{
	clear: both;
}

.RED_AttributeValueLabel {
    max-width: 400px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    display: inline-block;
}

.imgSortImageHelp {
    vertical-align: middle;
}
.RadTabStripLeft_Default .rtsLast .rtsLink {
    border-bottom:1px solid #898C95
}

input[type="submit"].refresh {
    padding: 2px 20px
}

.formbutton.removeproducts {margin-top: 1em}

.productSwitch {margin-bottom: 1em}

.scaleMobile {
    color: red;
}

.scaleTabletMobile {
    color: red;
}

.scale-XS-SM-MD {
    color: red;
}

.scaleAll {
    color: red;
}

.RadTabStrip_Default .rtsLI, .RadTabStrip_Default .rtsLink {
    font: 12px/26px Arial,sans-serif !important;
}

.SetWidth60 {
    width: 60%;
}