.dmcWidget {
  position: relative;
   background:#eee;
}


/* Widget */
.dmcWidget .ivb {
  margin: 0 auto;
  width: 300px;
  height: 250px;
  overflow: hidden;
  background:#fff;
  border:none;
  
  
}

/* Branding (Job Clips) */
.dmcWidget .ivb .branding {
  width: 108px;
  height: 28px;
  float: left;
  overflow: hidden;
  background:#464646;
  background-image: url(advance_jobclips.gif);
}


/* SELECTION */
.dmcWidget .ivb select {
 float:right;
  width: 140px;
  height:21px;
  margin: 3px 8px 2px 8px;
}
/* SELECT (Chosen.css) */
/*.dmcWidget .ivb .chzn-container {
  position: absolute;
  top: 37px;
}*/
.dmcWidget .ivb .chzn-container {
 float:right;
  width: 140px;
  font-size:10px;
  margin: 1px 8px 1px 8px;
}
/*.dmcWidget .ivb .chzn-container-single .chzn-single { height:21px;}*/


.dmcWidget .ivb .chzn-container .chzn-results {
  max-height: 150px;
}


/* Listing Space */
.dmcWidget .ivb .listingTicker {
  clear: both;
  position: absolute;
  top: 28px;
  padding: 1px 0px 0px 0px;
  width: 300px;
  height: 183px;
  overflow: hidden;
  background:#e7e7e7;
}

/* Holds the Listings for the ticker */
.dmcWidget .ivb .listingTicker ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* The Individual Listing Space */
.dmcWidget .ivb .listingTicker .listing {
  position: relative;
  height: 72px; /* 73px total with margin */
  margin: 0px 0px 1px 0px;
  overflow: hidden;
  
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));   /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

/* The Individual Listing Space HOVER STATE */
.dmcWidget .ivb .listingTicker .listing:hover {
  cursor: pointer;
  
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top,  #eeeeee 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eeeeee 0%,#e3e3e3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eeeeee 0%,#e3e3e3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

/* LISTING THUMBNAIL SPACE */
.dmcWidget .ivb .listingTicker .listing .thumb {
  z-index:40;
  margin: 8px;
  width: 140px;
  height: 56px;
  overflow: hidden;
  float: right;
  background: #eee;
}

/* PLay button overlay */
.dmcWidget .ivb .listingTicker .listing .thumbPlayBtn {
  z-index:50;
  width: 30px;
  height: 30px;
  margin: 30px -145px 0px 0px;
  float: right;
  background-image:url(playbutton_small.png);
/*  background-image:url(playbutton.png);*/
}

/* LISTING TEXT SPACE */

.dmcWidget .ivb .listingTicker .listing .listingInfo {
  margin: 8px 0px 8px 8px;
  float: right;
  width: 136px;
}

.dmcWidget .ivb .listingTicker .listing .listingInfo p {
  margin: 0; padding: 0;
  line-height: 18px;
  text-overflow: ellipsis;
}
.dmcWidget .ivb .listingTicker .listing .listingInfo p.headline {
  margin: 0px 0px 2px 0px;
  font-size: 15px;
  max-height:36px;
  overflow:hidden;
  color:#345891;
}
.dmcWidget .ivb .listingTicker .listing .listingInfo p.tagline {
  font-size: 12px;
  height:18px;
  overflow:hidden;
  color:#808080;
}

/* FOOTER SPACE */
.dmcWidget .ivb .footer {
  font-size: 10px;
  background: #fff;
  height: 36px;
  position: absolute;
  top: 212px;
  width: 300px;
  border-bottom:solid 1px #e7e7e7;
  border-top:solid 1px #e7e7e7;
}
.dmcWidget .ivb .footer .footerActions {
  display: none;
  float: left;
  width: 120px;
  margin: 13px 0px 0px 8px;
  height: 23px;	
  overflow: hidden;
}
.dmcWidget .ivb .footer .footerActions i {
  margin-right: 3px;
  cursor: pointer;
}
.dmcWidget .ivb .footer p.poweredBy {
  /*cursor: pointer;*/
  overflow: hidden;
  width: 120px;
  float: left;
  font-style: italic;
  line-height:36px;
  padding:0px 0px 0px 8px;
  
  
}
.dmcWidget .ivb .footer .button {
	
  float: right;
  margin: 7px 8px 0px 0px;
  padding:0px;
  width:22px;
  height:22px;
  -webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
}

.dmcWidget .ivb .footer button {
  float: right;
}

.dmcWidget .ivb .footer button.viewAllVideos {
  display: none;
  margin: 13px 3px 0px 0px;
}
.dmcWidget .ivb .footer button.applyHere {
  display: none;
  margin: 13px 3px 0px 0px;
}























.dmcWidget .ivb.videoInView {
  background: #111;
}




.dmcWidget .ivb .videoPlayerContainer {
  display: none;
  position: absolute;
  top: 0px;
  z-index: 100;
  background: #111;
  width: 300px;
  height: 225px;
}


.dmcWidget .ivb .qr {
  display: none;
  position: absolute;
  top: 0px;
  z-index: 100;
  background: #FFF;
  width: 300px;
  height: 224px;
  border-bottom:#e7e7e7 1px solid;
}
.dmcWidget .ivb .qr img {
  width: 220px;
  margin-left: 38px;
}
.dmcWidget .ivb .endSlate {
  display: none;
  position: absolute;
  width: 300px;
  height: 224px;
  border-bottom:#e7e7e7 1px solid;
  overflow: hidden;
  background: #FFF;
  top: 0px;
  z-index: 200;
}
.dmcWidget .ivb .endSlate img {
  width: 250px;
  height: 100px;
  margin: 3px 24px;
}
.dmcWidget .ivb .endSlate p {
  text-align: center;
  line-height: 1.2em;
  padding: 0 6px;
  font-size: 12px;
}
.dmcWidget .ivb .endSlate p.headline {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 16px;
}
.dmcWidget .ivb .endSlate p.tagline {
  font-style: italic;
}
.dmcWidget .ivb .endSlate p.return-to-videos {
  text-transform: lowercase;
  font-style: italic;
  margin-top: 14px;
}
.dmcWidget .ivb .share {
  display: none;
  position: absolute;
  top: 0px;
  z-index: 300;
  background: #FFF;
  width: 300px;
  height: 224px;
  border-bottom:#e7e7e7 1px solid;
}
.dmcWidget .ivb .share h1 {
  padding: 0;
  margin: 0;
  margin-top: 9px;
  font-size: 13px;
  padding-left: 4px;
  font-weight: bold;
  width: 90px;
  float: left;
  line-height: 1.6em;
}
.dmcWidget .ivb .share h1.shareThis {
  width: 200px;
  float: none;
  clear: both;
}
.dmcWidget .ivb .share button {
  margin-top: 8px;
  margin-bottom: 4px;
  float: left;
}
.dmcWidget .ivb .share textarea {
  font-size: 10px;
  width: 282px;
  background: #EEE;
  margin-left: 3px;
  padding: 2px;
  overflow: hidden;
  resize: none;
}
.dmcWidget .ivb .share img {
  cursor: pointer;
  width: 40px;
  height: 40px;
  float: left;
  overflow: hidden;
  margin-top: 3px;
  margin-right: 2px;
  margin-left: 4px;
}




/*view all button*/
.btn-success {
  color: #eee;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
  background-color: #7b7b7b;
  background-image: -moz-linear-gradient(top, #7b7b7b, #7b7b7b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b7b7b), to(#7b7b7b));
  background-image: -webkit-linear-gradient(top, #7b7b7b, #7b7b7b);
  background-image: -o-linear-gradient(top, #7b7b7b, #7b7b7b);
  background-image: linear-gradient(to bottom, #7b7b7b, #7b7b7b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#7b7b7b', GradientType=0);
  border-color: #7b7b7b #7b7b7b #7b7b7b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #7b7b7b;
   Darken IE7 buttons by default so they stand out more given they won't have borders 

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
  background-color: #7b7b7b;
  *background-color: #7b7b7b;
}
.btn-success:active,
.btn-success.active {
  background-color: #7b7b7b \9;
}


/*apply here button*/
.btn-warning {
  color: #eee;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
  background-color: #aeaeae;
  *background-color: #aeaeae;
  background-image: -moz-linear-gradient(top, #aeaeae, #aeaeae);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#aeaeae), to(#aeaeae));
  background-image: -webkit-linear-gradient(top,  #aeaeae, #aeaeae);
  background-image: -o-linear-gradient(top, #aeaeae, #aeaeae);
  background-image: linear-gradient(to bottom, #aeaeae, #aeaeae);
  background-repeat: repeat-x;
  border-color: #aeaeae #aeaeae #aeaeae;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aeaeae', endColorstr='#aeaeae', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
  background-color: #aeaeae;
  *background-color: #aeaeae;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #aeaeae \9;
}


input, button, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}




