table td, table th { text-align: left; }

table td[align=center], table th[align=center] { text-align: center; }



#wts {

  background-color: #FFFFFF;

  color: #000000;

}

#tooltip {

  -moz-box-shadow: 0 2px 3px #BBBBBB;

  -webkit-box-shadow: 0 2px 3px #BBBBBB;

  box-shadow: 0 2px 3px #BBBBBB;

  background: url("../images/tt_bg.png") repeat-x scroll 0 0 #EEEEEE;

  border: 1px solid #CCCCCC;

  max-width: 260px;

  min-width: 100px;

  position: absolute;

  text-align: left;

  display: none;

}

#tooltipIWrap {

  margin: 10px 15px;

}

#tooltip h4 {

  margin: 10px 0 5px;

}

#wizmenu {

    float: right;

}

#wizmenu li {

    float: left;

}

#wizmenu ul {

    list-style: none;

}

#wizmenu ul a {

    border-left: 1px dashed black;

    padding-right: 15px;

    padding-left: 15px;

    display: block;

    line-height: 20px;

    text-decoration: none;

    font: 13px Arial,Helvetica,sans-serif;

    color: #1D718C;

}

#wizmenu ul a:hover {

    color: #000;

}

#form_body { text-align: left; font-family: Arial, Helvetica, sans-serif; color: #000000;border:none;background:white;}
#form_body label { margin-left: 10px; margin-right: 10px; }
#form_body .no_lbl_margin label { margin-left:0; margin-right: 0; }
#form_body label.error { margin: 0; display: inline-block; }

.clear {

    clear:both;

    line-height: 0.0125em;

}

.image_active {

    background-color: black;

}

#wizgrid ul {

    list-style: none;

    float: left;

}

#wizgrid ul li {

    margin-bottom: 10px;

    vertical-align: middle;

}

#wizgrid ul li img {

    margin-left: 15px;

    padding: 0;

		background-color: black;

}

#appinfo {

    float:right;

}



.ui-dialog, .ui-widget {

    background-color: #fff;

    font-family: Arial,Helvetica,sans-serif;

}

.ui-progressbar {

  height: 1.3em !important;

}

.ui-progressbar-value {

   color: #fff;

}

#progresstext {

  position:absolute;

  margin-left:400px;

  margin-top:2px;

  display:inline;

}

.style3 {

	font-size: small;

}

#wizgrid .grid_wrap {

  width: 100%;

  overflow: auto;

  height: 250px;

}

#wizgrid .right .grid_wrap {

  width: 530px;

}

#wizgrid .left .grid_wrap {

  width: 255px;

}

#wizgrid .left {

	float: left;

	width: 280px;

	margin-top: 20px;

	height: 285px

}

#wizgrid .right {

	float: right;

	width: 560px;

	margin-top: 20px;

	height: 285px

	text-align: right !important;

}

#wizgrid .border {

  float: left;

  border-left: 2px dotted #CCC;

  margin-left: 10px;

  margin-top: 35px;

  height: 285px

}

#wizgrid fieldset {

  height: 280px;

}

#wizgrid h3 {

	font-size: 16px;

  color: #1D718C

}

#industry_tabs_1

{

	padding: 0;

	padding-left: 15px;

}

#industry_tabs_0

{

  padding: 0;

	padding-left: 15px;

}

.popup_help {

  display:none;

  padding: 0px 8px;

}

.popup_help .popup_header {

  font-size: x-large;

}

.popup_help .popup_title {

  color: #00CCFF;

}

.custom_hgt
{
height:792px!important;
min-height:792px!important;
}

.ui-datepicker {display:none;}

.user_photo_gallery li span.remove {
    position:absolute;
    cursor: pointer;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #999;
    color: #555;
    text-shadow: 0px 1px 0px #ffffff;
    width:17px;
    height:18px;
    top:-8px;
    right:-6px;
    text-align:center;
    font-size:13px;
}
.user_photo_gallery li span.remove:hover {background-position: 0 -10px;}