/*--------------------------------------------
forms.css

styles used throughout forms as
found on TOP site.

Version 2.0 - styles prefaced with TOP_
Version 3.0 RJHurst rick@olivewoodtech.co.uk 28/01/2008 
- formatted and checked for TOP style guide
----------------------------------------------*/

form table {
  border-spacing: 0px;
}


.TOP_row_odd {
	background-color: #fff;
}

.TOP_row_even {
	background-color: #fff;
}

.TOP_label {    
	font-weight: normal;
}

.TOP_link {		
  padding-left: 12px;
  margin-left: 5px;
  color: #333399;
  background:url(../images/maincontent_arrow.gif) no-repeat ;
  font-weight: bold;		
}

.TOP_alert {
	color: Red;
}

.TOP_portalButton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;  
    font-size: 1em;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    background-color: #dcdcf7;
    height: 22px;
    w/idth: 1px;
    overflow: visible;
    padding: 0 5px 0 5px;
    margin: 0 0 0 0;    
}


/* Temporary class for the asterisk indicating that a field is mandatory */
.TOP_mandatoryField
{
    color: #FF0000;
    vertical-align: middle;
}

h3.TOP_portalSection
{
	color:#333;
	background-color:transparent;
  margin: 10px 0 10px 0;
  /*padding: 3px 0 5px 5px;*/
  font-weight: bold;
  width:760px;
  line-height:20px;
  text-indent:5px;
  border-bottom: solid 5px #dcdcf7;
  PADDING-BOTTOM: 3px; 

}

/* Styles for the registration progress bar */
div.TOP_progressBar {
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
}

div.TOP_progressBar td {
    width: 90px;
    text-align: center;
}

div.TOP_progressBar em {
    font-weight: bold; 
    color: #396; 
    font-style: normal;
}
