html,body,#mac3 {
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size: small;
  margin:0;
  padding:0;
  height:100%;
  width:100%;
  border:none;
  position: absolute;
}

/* clickable things */
button.c2_handler, span.c2_handler, a.c2_handler, div.c2_handler, .c2_handler.lnk { cursor: pointer; }

/* status */
#c2_status_container {
  position: fixed;
  background-color: khaki;
  border: 1px solid goldenrod;
  min-width: 200px;
  max-width: 600px;
  right: 4px;;
  bottom: 4px;
  z-index: 9999;
  display: inline-block;
}
#c2_status_container .header {
  border-bottom: 1px solid goldenrod;
}
#c2_status_mac3 {
  max-height: 120px;
  width: 550px;
  overflow-y: auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#c2_status_mac3 .filters {
  position: relative;
  float: right;
  background-color: khaki;
  border-left: 1px solid goldenrod;
  border-bottom: 1px solid goldenrod;
  padding: 2px;
  width: 50px;
}

#c2_status_mac3 div{
  padding-left: 20px;
}
#c2_status_mac3 div.success {
}
#c2_status_mac3 div.failure {
  background:url(mac_icons.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
  
/* spinner */
#c2_spinner_mac3 { display: none; }
#c2_spinner_mac3 {
  min-width: 200px;
  position: fixed;
  right: 4px;
  top: 4px;
  padding: 4px;
  //opacity: 0.4;
  background-color: khaki;
  border: 1px solid goldenrod;
  z-index: 9999;
}

#spinner1_jobs {
  max-height: 250px;
  overflow-y: auto;
}
#spinner1_jobs>span {
  display: block;
}
#spinner1_jobs .a {
  background:url(mac_icons.gif);
  background-position: 0px -16px;
  background-repeat: no-repeat;
  padding-left: 16px;
}
#spinner1_jobs .p {
  padding-left: 16px;
}

#c2_blockui_mac3 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.4;
  background-color: white;
  z-index: 9998;
}

#spinner1_jobs {
}
/* end spinner */

/* modal styling */
.modal {
  background-color: white;
  position: fixed;
  z-index: 200;
  border-style: solid;
  border-width: thin;
  -moz-box-shadow: 5px 5px 5px #808080;
  -webkit-box-shadow: 5px 5px 5px #808080;
  box-shadow: 5px 5px 5px #808080;
}
.modal .header {
  background-color: lightsteelblue;
  color: #696969;
  font-size: medium;
  font-weight: bold;
  padding: 4px;
}
.modal .body {
  padding: 4px;
  font-size: small;
  color: black;
}
.modal .footer {
  background-color: lightsteelblue;
  font-size: medium;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  padding: 4px 0px 4px 0px;
  width: 100%;
}
.modal .close {
  float:right;
  margin-right: 5px;
}
.modal .close:hover {
  background-color: white;
  color: lightsteelblue;
}
/* end modal */

/* tooltips */
[tooltip] { cursor: help; }
input[tooltip] { cursor: auto; }

/* inputs */
input[type='text'] { border: 1px solid #808080; margin:0; padding:0; width: 100%; padding-left: 4px;}
input[type='password'] { border: 1px solid #808080; margin:0; padding:0; width: 100%; padding-left: 4px;}
select { border: 1px solid #808080; background-color: white; margin:0; padding:0; width: 100%}
select[disabled] { background-color: #D3D3D3;}
textarea { width: 150px; height: 70px;  margin:0; padding:0; width: 100%; font-size: 12px;}
.section textarea { height: 100%; min-height: 40px; padding-left: 4px;}
.section td[string] { white-space: nowrap; }
textarea.htmltextarea { height: 150px; }
input[type='checkbox'] { margin: 2px 0 0 0; padding: 0;}
.search input[type='text'] { width: 80px; padding-left: 4px;}
.search select { width: 120px;}
.filters select { width: 120px; }
.filters.stats select { width: 150px; }
input.error { border: 1px solid red; }
select.error { border: 1px solid red; }
textarea.error { border: 1px solid red; }
.bulk select {width: 120px;}
.migration input { width: auto; }
.migration select { width: auto; }
textarea#migration_csv { height: 250px; width: 100%; }
.migration textarea { height: 80%; }
#stats_list { width: 250px; }
.disabled { color: #808080; cursor: default; }
.modal input[type="text"], .modal input[type="password"] { width: 150px; }
.modal .section input[type="text"], .modal .section input[type="text"] { width: 100%; }

/* basic app layout */
table.maintable {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
tr.main {
  height: 100%; // required for firefox
}

.header1 { height: 30px; }
.header2 { background-color: #ddd; color: black; border-bottom: 2px solid #696969}
#pageheader { float:left; font-size: medium; font-weight: bold; margin-left: 20px; }
.header2 .context { font-size: smaller; text-align: right; margin-right: 4px; }
#jump { width: 110px; margin-left: 4px; padding-right: 4px; text-align: right; }

.sidebar .c2_handler, .alink, {
  text-decoration: underline;
  cursor: pointer;
}
.sidebar {
  background-color: lightsteelblue;
  padding-right: 8px;
  height: 100%;
  vertical-align: text-top;
  white-space: nowrap;
  width: 120px;
  max-width: 160px;
}
.sidebar div {
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  font-size: small;
  font-weight: bold;
  padding-left: 2px;
  margin: 0;
}
.sidebar div.active { background-color: white; margin-right: -1px; }
.sidebar div.c2_handler:hover, c2_handler.lnk { color: #696969; }
.sidebar div.sub {
  margin-left: 6px;
  font-weight: normal;
  color: darkblue;
}
.sidebar div.sub2 {
  margin-left: 10px;
  font-weight: normal;
  color: darkblue;
}
.sidebar .switch_context select {
  margin-top: 3px; 
  background-color: #D3D3D3;
  text-decoration: none;
}

#content {
  padding: 0;
  overflow:hidden;
  width: 100%;
  vertical-align: top;
}
.spacer { width:100%; height:4px; display:block;}
/* end basic app layout */

/* underlay/overlays */
.underlay {
  background-color: white;
  opacity:0.5; /* chrome, safari, opera */
  -moz-opacity:0.5; /* mozilla, netscape */
  filter: alpha(opacity=50); /* internet explorer */
}
/* end underlay/overlays */

/* tabs */
.tabgroup {
  font-size: small;
  padding-left: 8px;
  border-bottom: 3px solid #696969;
  margin-bottom: 4px;
  width: 100%;
  padding-top: 4px;
  white-space: nowrap;
  background-color: #696969;
}
.tabgroup span {
  background-color:#d3d3d3;
  border-top: 1px solid #696969;
  border-left: 1px solid #696969;
  border-right: 1px solid #696969;
  padding: 4px 8px 2px 8px;
  margin: 0 8px 0 0;
  font-style: italic;
  border-radius: 5px 5px 0 0;
}
.tabgroup span.active {
  background-color: white;
  border-bottom: 1px solid white;
  border-top: 1px solid #696969;
  border-left: 1px solid #696969;
  border-right: 1px solid #696969;
  font-style: normal;
  font-weight: bold;
}
.tabgroup span:hover {
  color: #777;
  cursor: pointer;
  iehover: false;
}
/* end tabs /*

/* buttons */
/#mac3 button { background-color: #eee; display: inline-block; border: 1px solid #696969; cursor: pointer; border-radius: 2px; padding: 2px;}
/#mac3 button:hover { background-color: #cee0f2; }
/#mac3 button[disabled="1"] { background-color: #e6e6e6; color: #b3b3b3; cursor: not-allowed;}
/#mac3 button[disabled="1"]:hover { background-color: #e6e6e6; }

/* content section */
.section {
  border: 1px solid #808080;
  float:left;
  width: 99%;
  margin-bottom: 8px;
  padding-bottom: 2px;
  margin-left: 4px;
}
.section .head {
  background-color: #D3D3D3;
  padding-left: 2px;
  font-weight: bold;
}
.section table td {
  vertical-align: top;
}
.section table td.r{
  /* border-right: 1px dotted #D3D3D3; */
  padding-right: 10px;
  margin-right: 10px;
}
.section table td{
  padding-left: 6px;
}
.section table td.t{
  /* border-top: 1px dotted #D3D3D3; */
}
.section table td.c2_handler, .c2_handler.lnk, table td span.c2_handler {
  cursor: pointer;
  color: darkblue;
}
.section table td:last-of-type { padding-right: 10px; }
.section table { width:100%; }
.section table td.c2_handler:hover, .section table td span.c2_handler:hover { color: #696969; }
.section .services { margin-top: 4px; }
.section .services td { padding: 0 2px 0 2px; text-align: center; }

.section .group {
  float:left;
  margin-right: 10px;
  vertical-align: middle;
  padding-left: 4px;
}
.section .group.r {
  border-right: 1px dotted #D3D3D3;
  padding-right: 10px;
}
table.std {
  border: 1px solid #808080;
  min-width: 100px;
}
table.std tr:nth-child(odd) {
  background-color: #eee;
}
table.std tr:nth-child(even) {
  background-color: #D3D3D3;
}

/* inheritance */
.inherit { color: steelblue; }
select.inherit { font-style: normal; }
option.normal { color: black; }
/* end inheritance */

/* search pages */
.filter { padding-left: 4px;}
.pager { margin-left: 2px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.pager span, .pager a { cursor: default; padding: 2px; border: 1px solid #808080; margin: 2px; min-width: 15px; display: inline-block; text-align: center; color: black; text-decoration: none;}
.pager .cur { background-color: darkblue; color: white; }
.pager .disabled { color: #808080; cursor: default; }
.pager .c2_handler { cursor: pointer; }
.pager span.description { margin-left: 24px; border: none; }
.search .pager input.pagejump { margin-left: 10px; margin-right: 20px; height: 20px; width: 44px; }

.search .results { margin: 0 4px 0 4px; }
.search .results input[type="checkbox"] { margin: 0; }
.search { padding:0; margin:0; }
.search { text-overflow: ellipsis; }
.search .results table { width: 100%; border-spacing: 0; text-align: left; table-layout: fixed; border: 1px solid #696969;}
.search .results tr.header th { background-color: #696969; color: white; padding-right: 16px; white-space: nowrap;}
.search .results tr.header th.col_check { padding-right: 2px;}
.search .results tr.header th.c2_handler { cursor: pointer; }
.search .results tr.header th.c2_handler:hover { color: black; }
.search .results th { border-right: 1px solid white; background-repeat: no-repeat; padding: 1px 4px 1px 4px; text-align: left;}
.search .results th.last { border-right: 0}
.search .results td { border-right: 1px solid white; background-repeat: no-repeat; padding: 1px 4px 1px 4px;}
.search .results td.last { border-right: 0}
.search .results tr.header th.sort { background-color: #708090; background-image:url(mac_icons.gif); }
.search .results tr.header th.sort.descending { background-position: right -160px; padding-right: -16px; }
.search .results tr.header th.sort.ascending { background-position: right -144px; padding-right: -16px; }
.search .results .data tr td { border-bottom: 1px solid #e6e6e6; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.search .results .data tr.row0 { background-color:#eee; }
.search .results .data tr.row0.complete { background-color:#32cd32; }
.search .results .data tr.row0.active { background-color:#ffd700; }
.search .results .data tr.row0.error { background-color:#ff6347; }
.search .results .data tr.row1 { background-color:#D3D3D3; }
.search .results .data tr.row1.complete { background-color:#17b217; }
.search .results .data tr.row1.active { background-color:#e4bb00; }
.search .results .data tr.row1.error { background-color:#e4482c; }
.search .results .data tr.deleted { text-decoration: line-through; }
.search .results .data .link:hover { background-color: #cee0f2; cursor: pointer; color: black; font-weight: bold; }
div#migrate_status { margin-top: 4px; }
#migrate_status .results .data tr.link:hover { background-color: #cee0f2; cursor: pointer; }
.search .center { text-align: center;;}
.search .col_check { width: 16px; max-width: 16px;}
.search .col_application { width: 10%; }
.search .col_time { width: 25%; }
.search .col_folder { width: 80px; max-width: 80px;}
.search .col_from { width: 80px; max-width: 80px;}
.search .col_to { width: 80px; max-width: 80px;}
.search .col_subject { width: 200px; max-width: 200px;}
.search .col_date { width: 120px; max-width: 120px;}
.search .col_counts { width:80px; max-width: 80px; text-align: right; }
.search .col_type { width:70px; max-width: 70px;}
.search .col_status { width:70px; max-width: 70px;}
.search .col_forward { width:140px; max-width: 140px;}
#cluster_migrated table {text-align: left; }
#cluster_migrated th { border-right: 1px solid white; background-color: #696969; padding: 1px 4px 1px 4px; color: white;}
#cluster_migrated tr:nth-child(even) { background-color: #eee; }
#cluster_migrated tr:nth-child(odd) { background-color: #D3D3D3; }

#deleted_domain.search th.a { width: 40%; }
#deleted_domain.search th.b { width: 40%; }
#deleted_domain.search td.b input { width: 100%; }
#admin.search th.a { width: 40%; }
#admin.search th.c { width: 35%; }
#history_company th.a, #history_domain th.a { width: 20%; }
#history_company th.b, #history_domain th.b { width: 8%; }
#history_company th.d, #history_domain th.d { width: 15%; }
#detail_company th.a, #detail_domain th.a { width: 15%; }
#detail_company th.b, #detail_domain th.b { width: 40%; }
#migrate_jobs th.a { width: 60%; }
#deleted_user .restore input[type="text"] { width: 100%; padding-left: 4px;}

/* windowshade */
div[windowshade="1"] span.icon {
  width:16px;
  height:16px;
  float:right;
  background:url(mac_icons.gif);
  background-position: 0px -32px;
}
div[windowshade="1"]:hover span.icon { background-color: lightsteelblue; }
div[windowshade="0"] span.icon{
  width:16px;
  height:16px;
  float:right;
  background:url(mac_icons.gif);
  background-position: 0px -48px;
}
div[windowshade="0"]:hover span.icon { background-color: lightsteelblue; }

#statsgraph { margin: 4px 0 0 4px; }

#settings input[type='text'] { border: 1px solid #808080; margin:0; padding:0; width: 120px; }
#settings select { border: 1px solid #808080; margin:0; padding:0; width: 120px; }
select { border: 1px solid #808080; background-color: white; margin:0; padding:0; width: 100%}

.multistart {
  background-color: lightsteelblue;
}

#bulletin_headers {
  margin-top: 8px;
  margin-left: 8px;
  width: 664px;
  height: 100px;
  max-width: 664px;
  max-height: 100px;
  resize: none;
}
#bulletin_body {
  margin-top: 8px;
  margin-left: 8px;
  width: 664px;
  height: 250px;
  max-width: 664px;
  max-height: 250px;
  resize: none;
}

#mac_countdown {
  position: absolute;
  right: 10px;
  background-color: orange;
  padding: 4px;
  border: 1px solid #808080;
}
#mac_rate {
  position: absolute;
  right: 350px;
  background-color: #e4bb00;
  padding: 4px;
  border: 1px solid #808080;
  float: right;
}
span.icon_trash {
  background:url(mac_icons.gif);
  background-position: 0px -80px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  float: right;
}
span.icon_info {
  background:url(mac_icons.gif);
  background-position: 0px -112px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  float: right;
}
span.icon_info.enabled {
  background:url(mac_icons.gif);
  background-position: 0px -96px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  float: right;
}
span.icon_err {
  background:url(mac_icons.gif);
  background-position: 0px -128px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  float: right;
}
span.icon_err.enabled {
  background:url(mac_icons.gif);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  float: right;
  background-position: 0px 0px;
}

table.migrate_detail {
  width: 100%;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.migrate_detail tr.header th { background-color: #696969; color: white;}
.migrate_detail tr.header th.c2_handler { cursor: pointer; }
.migrate_detail th { border-right: 1px solid white; background-repeat: no-repeat; padding: 1px 4px 1px 4px;}
.migrate_detail th.last { border-right: 0}
.migrate_detail td { border-right: 1px solid white; background-repeat: no-repeat; padding: 1px 4px 1px 4px;}
.migrate_detail td.last { border-right: 0}
.migrate_detail td { border-bottom: 1px solid #e6e6e6; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.filter {
  position: relative;
  height: 34px;
  margin-bottom: 2px;
}
.filters {
  margin-top: 2px;
  margin-bottom: 2px;
}
.filter input[type="text"] { width: 90px;font-size: 11px;padding-left:4px;  }
.filter select { width: 90px; font-size: 11px; }
.filter .block {
  position: absolute;
  display: inline-block;
  padding: 1px 2px 1px 2px;
  border-right: 1px solid #D3D3D3;
  background-color: white;
  width: 100px;
  height: 34px;
  margin-left: 4px;
}
.filter .block.a { left: 0px; }
.filter .block.b { left: 111px; }
.filter .block.c { left: 226px; }
.filter .block.d { left: 335px; }
.filter .block.last { border: 0; }
.filter .block.reload { right: 0px; border-left: 1px solid #D3D3D3; border-right: 0;}
.filter .block button[func="click|c2.search;filter=2"] { display: none; }
.filter .block.b.admin .full { width: 140px; }
.expander .header :hover {
}
.expander .summary {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  text-align: right;
  color: #808080;
}
.expander .full {
  background: white;
  width: 100px;
  border: 1px solid #D3D3D3;
  padding: 5px;
  margin-left: -9px;
  font-size: 11px;
}
.filter .block.b .full { left: 111px; }
.filter button { margin-top: 6px; }
.strength.strong, .strength.good { color:limegreen; display: none; }
.strength.medium { color: goldenrod; display: none; }
.strength.poor { color: tomato; display: none; }

#company_contacts .section .remove button { float: right; }
#company_contacts .section .data input[type="text"] { width: 160px; }
#bulk_type { margin-left: 4px; }
#audit_results { color: steelblue; }
div.audit_result { border-bottom: 1px solid lightgrey; }
.audit_result span.object { margin-right: 4px; }
.audit_result span.data { color: black; }
.initial { color: grey; }
#statusdetail div { margin-bottom: 4px; }
#statusdetail span { display: inline-block; }
#statusdetail .a { width: 75px; vertical-align: top;}
#statusdetail .b { width: 618px; overflow: auto;}

#roundcube { margin-top: 8px; }
#roundcube_old_ie { margin: 8px; }

#fileslist span:hover { background-color: lightsteelblue; color: white; }
.datepicker {
	position: absolute;
	border: 2px solid #1C3262;
	font-size: 11px;
	width: 194px;
	padding: 3px;
	height: 221px;
	background: #fff;
	line-height: normal;
	z-index: 3003;
}

.datepicker.column_2 {
	width: 393px;
}

.datepicker.column_3 {
	width: 592px;
}

.datepicker.column_4 {
	width: 791px;
}

.datepicker.column_5 {
	width: 990px;
}

/* header
********************************************************/
.datepicker .header {
	position: relative;
	background: #1C3262;
	height: 21px;
	padding-top: 4px;
	margin-bottom: 3px;
	overflow: hidden;
}

.datepicker .header .title {
	text-align: center;
	padding-top: 1px;
	position: absolute;
	color: #fff;
	font-weight: bold;
	width: 99999px;
}

.datepicker .header .titleText {
}
.datepicker .header .next,
.datepicker .header .previous,
.datepicker .header .closeButton {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	text-align: center;
	color: #666;
	top: 5px;
	cursor: pointer;
}
.datepicker .header .previous {
	left: 5px;
}
.datepicker .header .next {
	right: 28px;
}
.datepicker .header .closeButton {
	right: 5px;
}

/* body
********************************************************/
.datepicker .body {
	position: relative;
	top: 0px;
	left: 0px;
	height: 193px;
	overflow: hidden;
}

/* Columns */

.datepicker .body .column {
	float: left;
	width: 194px;
	min-height: 193px;
	margin-left: 5px;
}

.datepicker .body .column.column_1 {
	margin-left: 0;
}

.datepicker .titleText .column {
	float: left;
	width: 194px;
	margin-left: 5px;
}

.datepicker .titleText .column.column_1 {
	margin-left: 0;
}

/* Footer */

.datepicker.footer {
	height: 280px;
}

.datepicker .footer {
	margin-top: 3px;
	padding: 15px 5px;
	height: 26px;
}

/* time
********************************************************/
.datepicker .time {
	width: 100%;
	height: 100%;
	background: #eee;
}

.datepicker .time .hour,
.datepicker .time .separator,
.datepicker .time .minutes {
	border: 1px solid #ccc;
	background: #fff;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 2px;
}

.datepicker .time .hour {
	left: 30px;
}
.datepicker .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 91px;
}

.datepicker .time .minutes {
	left: 110px;
}
.datepicker .time .ok {
	position: absolute;
	top: 105px;
	width: 136px;
	left: 30px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker .days .day {
	float: left;
	background: #ccc;
	cursor: pointer;
	text-align: center;
	padding-top: 4px;
	width: 25px;
	overflow: hidden;
	height: 21px;
	margin: 0 3px 3px 0;
}

.datepicker .days .day0 {
	margin-right: 0;
}

.datepicker .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker .days .title {
	background: #5D6E95;
	font-weight: bold;
	color: #fff;
	cursor: default;
}

.datepicker .days .otherMonth {
	background: #eee;
	color: #aaa;
}

/* months
********************************************************/
.datepicker .months .month {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 62px;
	height: 31px;
	padding-top: 15px;
	margin: 0 3px 3px 0;
}

.datepicker .months .month3,
.datepicker .months .month6,
.datepicker .months .month9,
.datepicker .months .month12 {
	margin-right: 0;
	width: 64px;
}

.datepicker .months .month10,
.datepicker .months .month11,
.datepicker .months .month12 {
	margin-bottom: 0;
}

/* years
********************************************************/
.datepicker .years .year {
	float: left;
	background: #eee;
	cursor: pointer;
	text-align: center;
	padding-top: 11px;
	width: 46px;
	overflow: hidden;
	height: 25px;
	margin: 0 3px 3px 0;
}

.datepicker .years .year3,
.datepicker .years .year7,
.datepicker .years .year11,
.datepicker .years .year15,
.datepicker .years .year19 {
	margin-right: 0;
	width: 47px;
}

.datepicker .years .year16,
.datepicker .years .year17,
.datepicker .years .year18,
.datepicker .years .year19 {
	margin-bottom: 0;
	height: 26px;
}

/* global
********************************************************/
.datepicker .selected {
	background: #8C929F !important;
	color: #fff !important;
}

.datepicker .days .otherMonth.selected {
	background: #bbbfc8 !important;
}

.datepicker .unavailable,
.datepicker .body .days .week .day.unavailable:hover {
	background: #edd !important;
	color: #b88 !important;
	cursor: default !important;
}

.datepicker .days .week .day:hover,
.datepicker .months .month:hover,
.datepicker .years .year:hover {
	background: #5D6E95 !important;
	color: #fff !important;
}

.datepicker .days.weeknumbers .day {
	width: 22px;
}

.datepicker .days.weeknumbers .day.weeknumber,
.datepicker .days.weeknumbers .day.weeknumber:hover {
	color: #AAA !important;
	width: 16px !important;
	background: #EEE !important;
}

.datepicker table {
	border-spacing: 0;
}

.datepicker th,
.datepicker td {
	padding: 0;
}
/***
 *  - mooRainbow: defaultCSS
 * author: w00fz <w00fzPuppy@gmail.com>
 */

{ font-size: 11px; color: #000; }

.moor-box {
	width: 125px; 
	height: 110px; 
	border: 1px solid #636163; 
	background-color: #f9f9f9;
}
.moor-overlayBox {
	width: 80px; /* Width and Height of the overlay must be setted here: default 256x256 */
	height: 80px; 
	margin-top: 3px; 
	margin-left: 3px;
	border: 1px solid #000;
}
.moor-slider {
	border: 1px solid #000;
	margin-top: 3px; 
	margin-left: 86px;
	width: 10px; /* if you want a bigger or smaller slider... */
	height: 80px;
}
.moor-colorBox {
	/*display: none;*/
	visibility: hidden;
	border: 1px solid #000; 
	width: 59px; 
	height: 68px; 
	margin-top: 20px; 
	margin-left: 315px;
}

.moor-currentColor { /* Bottom Box Color, the backup one */
	/*display: none;*/
	visibility: hidden;
	margin-top: 55px; 
	margin-left: 316px; 
	width: 59px; 
	height: 34px;
}
.moor-okButton {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 8px;
	margin-top: 90px;
	margin-left: 3px;
	background: #e6e6e6;
	height: 15px;
	border: 1px solid #d6d6d6;
	border-left-color: #f5f5f5;
	border-top-color: #f5f5f5;
}
label {
	font-family: mono;
}
/* Following are just <label> */
.moor-rLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 100px;
	margin-left: 315px;
}
.moor-gLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 125px;
	margin-left: 315px;
}
.moor-bLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 150px;
	margin-left: 315px;
}
.moor-HueLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 190px;
	margin-left: 315px;
}
span.moor-ballino { /* Style hue ° (degree) !! */
	/*display: none;*/
	visibility: hidden;
	margin-top: 190px;
	margin-left: 370px;
}
.moor-SatuLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 215px;
	margin-left: 315px;
}
.moor-BrighLabel {
	/*display: none;*/
	visibility: hidden;
	margin-top: 240px;
	margin-left: 315px;
}
.moor-hexLabel {
	font-size: 0px;
	margin-top: 90px;
	margin-left: 70px;
}

/* <input> */
.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput { 
	/*display: none;*/
	visibility: hidden;
	width: 30px;
}
.moor-hexInput {
	font-size: 9px;
	width: 45px;
}
.moor-cursor {
	/*background-image: url(images/moor_cursor.gif); */
	width: 12px;
	height: 12px;
}
.moor-arrows {
	/*display: none;*/
	visibility: hidden;
	/*background-image: url(images/moor_arrows.gif);*/
	top: 9px; 
	left: 270px;
	width: 41px;
	height: 9px;
}

.moor-chooseColor {
	margin-left: 100px;
	margin-top: 3px;
	width: 20px;
	height: 82px;
}