.leftcolumnStyle
{
   width: 15%;
   text-align: right;
   vertical-align: middle;
   padding: 12px 0px 12px 0px;
}   

.leftcolumnStyle2
{
   width: 15%;
   text-align: right;
   vertical-align: top;
   padding: 12px 0px 12px 0px;
}  

.leftcolumnStyleRegistration
{
   width: 30%;
   text-align: right;
   vertical-align: middle;
   padding: 12px 0px 12px 0px;
}  

.hyperlink {
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}

.hyperlink:hover {
	font-style: normal;
	line-height: normal;
	color: #999999;
	text-decoration: none;
}
    
.subTitle
{
   font-size: 16px;
   font-weight: bold;
   color: #000000;                       
   vertical-align: middle;
   padding-top: 10px;
   padding-bottom: 10px;
}      
.hrStyle
{
   width: auto;
   color: #F5F5F5;
   height: 1px;
}                    
.buttonBar
{
   vertical-align: middle;
   width: 100%;
   background-color: #3B3131;
   padding-top: 10px;
   padding-bottom: 10px;
}  

.highlightedText 
{
   background-color: #F87431;
   color: #ffffff;
   margin-top: 5px; 
   padding: 5px 5px 5px 5px;   
   -moz-border-radius: 2px;
   border-radius: 2px;   
}

.textboxField 
{
  width: 250px;
  height: 32px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;   
}

.Button
{
   background-color: #f5821f;
   text-decoration: none;
   width:120px;
   padding:6px;
   color: #ffffff;
   cursor:pointer;
   text-align:center;  
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
}

.Button:hover
{
   background-color: #333333;
   text-decoration: none;
   width:120px;
   padding:6px;
   color: #ffffff;
   cursor:pointer;
   text-align:center;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
}

.DropDownList
{
  height: 33px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;       
}    

/**************** start tooltips ***************/
 .tooltip{display:inline;position:relative}
 .tooltip:hover{text-decoration:none}
 .tooltip:hover:after{
   background:#111;
   background:rgba(0,0,0,.8);
   border-radius:5px;
   bottom:18px;
   color:#fff;
   content:attr(title);
   display:block;
   left:50%;
   padding:5px 15px;
   position:absolute;
   white-space:nowrap;
   z-index:98
  }
  .tooltip:hover:before{
    border:solid;
    border-color:#111 transparent;
    border-width:6px 6px 0 6px;
    bottom:12px;
    content:"";
    display:block;
    left:75%;
    position:absolute;
    z-index:99
   }
/**************** end tooltips ***************/

                     