.dmcWidget .ivb {
	/*default bkg color. you can override in the themes table*/
	background-color:#7b7b7b;
	/*for texture*/
	background-image:url();
	background-repeat:;
	/*border:1px solid #aeaeae;
	padding:1px;*/
	}

.dmcWidget .ivb .footer p.poweredBy{
	/*change color of powered by text*/
	font-style:normal;
	color: #fff;
	}
.dmcWidget .ivb .footer .footerActions .icon-white{
	/*change color of icons*/
	/*background-image: url("http://widgets.digitalmediacommunications.com/img/glyphicons-halflings-50.png");*/
	}	

	
/*BOOT STRAP OVERRIDES*/

/*view all button*/
.btn-success {
  color: #eee;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  background-color: #cc0000;
  background-image: -moz-linear-gradient(top, #cc0000, #cc0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#cc0000));
  background-image: -webkit-linear-gradient(top, #cc0000, #cc0000);
  background-image: -o-linear-gradient(top, #cc0000, #cc0000);
  background-image: linear-gradient(to bottom, #cc0000, #cc0000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc0000', endColorstr='#ffcc0000', GradientType=0);
  border-color: #cc0000 #cc0000 #cc0000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5271b0;
   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;
  background-color: #cc0000;
  *background-color: #cc0000;
}
.btn-success:active,
.btn-success.active {
  background-color: #cc0000 \9;
}
/*apply here button*/
.btn-warning {
  color: #eee;
text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  background-color: #ff9000;
  *background-color: #ff9000;
  background-image: -moz-linear-gradient(top, #ff9000, #ff9000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9000), to(#ff9000));
  background-image: -webkit-linear-gradient(top,  #ff9000, #ff9000);
  background-image: -o-linear-gradient(top, #ff9000, #ff9000);
  background-image: linear-gradient(to bottom, #ff9000, #ff9000);
  background-repeat: repeat-x;
  border-color: #ff9000 #ff9000 #ff9000;
  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='#ffff9000', endColorstr='#ffff9000', 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: #ffffff;
  background-color: #ff9000;
  *background-color: #ff9000;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #ff9000 \9;
}


input, button, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}


/*CHOSEN OVERRIDES*/

/* @group Base */
.chzn-container {
  font-size: 13px; /* controls all text in chosen */
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  color:#555;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  color: #555; /* main text color after it has been selected */
}
.chzn-container-single .chzn-default {
  color: #999; /* main text color */
}

.chzn-container-single .chzn-search input {
color: #555; /* main text color in search */
}
/* @end */

/* @group Results */

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #656565;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#656565', endColorstr='#656565', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #656565), color-stop(90%, #656565));
  background-image: -webkit-linear-gradient(top, #656565 20%, #656565 90%);
  background-image: -moz-linear-gradient(top, #656565 20%, #656565 90%);
  background-image: -o-linear-gradient(top, #656565 20%, #656565 90%);
  background-image: linear-gradient(#656565 20%, #656565 90%);
  color: #fff;
}
/* @end */