

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  border-width: 0px;
}

.hrline {
  border-width: 1px 0px 0px 0px;
  border-color: black;
  border-style: solid;
  width:145px;
  height: 1px;
}

.TemplateSelected
{
	background-color:#E25B01;	 
}
.TemplateSelected div
{
	color:#FFFFFF;	 
}



/* Template preview popup */
#templatePreviewWrapper {
  position: absolute;
  z-index:1100;
  display:none;
  background-image: url(../../../images/templates_popup_bg.png); 
  background-position:top; 
  background-repeat:repeat; 
  padding:10px
}

#templatePreviewHeading {
  color:#FFFFFF; font-weight:bold; 
  font-size:11px; 
  padding-bottom:3px; 
}

#templatePreviewBody {
  position: relative;
}

#templatePreviewImage {
  margin: 8px auto 0 auto;
}

#templatePreviewProgressBar {
  position: absolute;
  width: 125px;
  padding: 10px 10px 30px 10px;/*15*/
  top: 45%;
  left: 50%;
  margin-left: -67px;
  border: 1px solid #209dec;
  background: #eef6ff url('../images/progress_bar.gif') no-repeat center 30px;
  color: #209dec;
  font-family: Tahoma,Helvetica,sans;
  font-size: 10px;
  text-align:left;
}


