
/* - landingpages.css - */
@media all {
/*
 * CSS for landing pages.
 */

/* General blocks
 */

#lp-left-col {
  float: left;
  width: 317px;
}

#lp-right-col {
  float: right;
  width: 317px;
}

#lp-google-ad {
  padding: 0px;
  border: 0px;
}

#lp-google-ad div {
  padding: 0px;
  border: 0px;
}

.lp-description {
  color: #76797C;
  font-size: 85%;
  font-weight: normal;
  border: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lp-block { 
  background-color: #ebf7ff;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #b8e3fd;
}

.lp-searchtree .lp-block {
  padding-left: 20px;
  padding-right: 20px;
}

.lp-block div {
  border: 1px solid #b8e3fd;
  background-color: #fafdff;
  margin-top: 0px;
  padding: 14px;
  margin-bottom: 4px;
}

.lp-block div ul {
  line-height: 30px;
  list-style: url(listbullet.gif) square;
  color: #006fb3 !important;
}

.lp-block h2 {
  background-color: #d5efff;
  color: #006fb3;
  padding: 8px;
  border: 1px solid #b8e3fd;
  font: Arial;
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
  cursor: pointer;
}

.lp-searchtree .lp-block h2:hover {
  text-decoration: underline;
}

.lp-block h2.highlight { 
  background-color: #2088df;
  color: white;
  font-weight: bold;
}

h2.highlight a {
  color: white !important;
  font-weight: bold;
}

.lp-block.hideable h2, #lp-tasks h2 {
  background: #d5efff url(open.png) no-repeat 95% 50%;
}

.lp-block.hideable h2.show, #lp-tasks.show h2 {
  background: #d5efff url(close.png) no-repeat 95% 50%;
}

.lp-block.hideable div {
  display:none;
  color: #006fb3;
}

#lp-tasks div ul.hide {
  display:none;
}

#lp-tasks .showmore {
  border: 0px;
  background-color: transparent;
  width: 100%;
  text-align: right;
  color: #006fb3;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}

#lp-tasks.show .showmore {
  display:none;
}

.lp-block div a, .lp-block div a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #006fb3 !important;
}

.lp-title { 
  color: #293973;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #ebf7ff;
  margin-top: 40px;
}

/* Search 
 */
.search input[type='submit'].icon {
  color: transparent;
  background: transparent url(search_icon.gif) center no-repeat;
  width: 25px;
  cursor: pointer;
}

.search input[type='submit'].text {
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  color: #223164;
  border: 0px;
}

.lp-block.searchwidget {
  padding: 2px 20px;
  background-color: #ebf7ff;
  border: 1px solid #b8e3fd;
}

.searchwidget input {
  margin-right: 20px;
  border: 1px solid #b8e3fd;
}

.lp-block.searchwidget div {
  margin-top: 20px;
}

.searchwidget .searchresults {
  display: none;
}

/* structure */

#lpsubs-status {
	color: #ff0000;
	font-weight: bold;
  padding: 20px;
}

#lp-submenu-order {
  width: 90%;
}

#lp-submenu-order li {
  border: 2px dotted transparent;
  list-style: none;
  cursor: pointer;
  padding-left: 25px;
  background-color: #c0d0ff;
}

#lp-submenu-order li:hover {
  border: 2px dotted #ff9090;
  list-style: none;
  cursor: pointer;
  padding-left: 25px;
}

/* RSS feeds */
.lp-block .rssFeed {
  border: 0px;
  padding: 0px;
  font-size: 90%;
}

.rssFeed h4 {
  margin: 0;
}

}


/* - minimumwages.css - */
@media all {
/*
 * CSS for minimum wages.
 */


.mw-searchtree {
    background-color: #EBF7FF;
    border: 1px solid #B8E3FD;
    padding: 20px;
}

.mw-block { 
  background-color: #ebf7ff;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #b8e3fd;
}

.mw-searchtree .mw-block {
  padding-left: 20px;
  padding-right: 20px;
}

.mw-block div {
  border: 1px solid #b8e3fd;
  background-color: #fafdff;
  margin-top: 0px;
  padding: 14px;
  margin-bottom: 4px;
}

.mw-block div ul {
  line-height: 30px;
  list-style: url(listbullet.gif) square;
  color: #006fb3 !important;
}

.mw-block h2 {
  background-color: #d5efff;
  color: #006fb3;
  padding: 8px;
  border: 1px solid #b8e3fd;
  font: Arial;
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
  cursor: pointer;
}

.mw-block h3 {
  background-color: #d5efff;
  color: #006fb3;
  padding: 8px;
  border: 1px solid #b8e3fd;
  font: Arial;
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
  cursor: pointer;
}

.mw-block.hideable h2, .mw-block.hideable h3 {
  background: #d5efff url(open.png) no-repeat 95% 50%;
}

.mw-block.hideable h2.show, .mw-block.hideable h3.show {
  background: #d5efff url(close.png) no-repeat 95% 50%;
}

.mw-searchtree .mw-block h2:hover {
  text-decoration: underline;
}

.mw-block h2.highlight { 
  background-color: #2088df;
  color: white;
  font-weight: bold;
}

.mw-block.hideable div {
  display:none;
  color: #006fb3;
}

.mw-block div a, .mw-block div a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #006fb3 !important;
}

.mw-title { 
  color: #293973;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #ebf7ff;
  margin-top: 40px;
}

.mw-block.searchwidget {
  padding: 20px;
  background-color: #ebf7ff;
  border: 1px solid #b8e3fd;
}

.mw-block.searchwidget div {
  margin-top: 20px;
}

/* Data table */

.mw-data {
  margin-top: 20px;
}

.mw-data, .mw-data td, .mw-data th {
  background-color: #ebf7ff;
  border: 1px solid #b8e3fd;
  border-collapse: collapse;
}

.mw-data th {
  color: #006fb3;
  padding: 5px;
}
}


/* - jquery.fancybox-1.2.6.css - */
@media all {
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('fancy_title_right.png') repeat-x;
}
}


/* - wageindicator_print.css - */
@media print {
/* Hide Wageindicator specific stuff for printing */

.portlet {
  display: none;
}

#wageindicator_footer, #wi_menu {
  display: none;
}

#portal-column-content.sr {
    margin-right: 0px;
}

#portal-column-content.sl {
    margin-left: 0px;
}

#portal-column-one, #portal-column-two {
  display: none;
  width: 0px;
}


#portal-column-content {
  width: 60%;
}


}


/* - cookiecuttr.css - */
@media screen {
/* http://www.wageindicator.org/portal_css/cookiecuttr.css?original=1 */
/* */
.cc-cookies { position:fixed; width: 90%; left: 0; bottom: 0; padding: 0.5em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 13px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }
@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}
@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}

}

