.label
{ 
  white-space: nowrap;
  vertical-align: top;
}

.subradios input
{
  border: none;
}

.input
{ 
  white-space: nowrap;
  vertical-align: top;
}

.radio
{ 
  white-space: nowrap;
  margin: 0px 0px 0px 10px;
  border: #efefef 0px solid; 
  background: none;
}

.radiolabel
{ 
  white-space: nowrap;
  vertical-align: center;
  margin: 0px;
  padding: 0px;
}

.radiolabel input
{
	border: none;
	padding: 0px;
	margin: 0px;
}
.note
{ 
  margin-top: 5px;
  text-align: left;
  width: 100%;
  vertical-align: top;
  color: #000033;
}

.errorbox .title
{ 
  margin: 0px;
  padding: 10px 0px 0px 0px;
  color: darkred;
  font-size: 1.2em;
  font-weight: medium;
  vertical-align: center;
}

.errorbox .text
{ 
  padding: 5px 0px 5px 15px;
}

.errorbox
{
  font: bold;
  font-family: verdana, sans-serif;
  color: black;
  padding: 5px 10px 5px 10px;
  margin: 20px 0px 20px 0px;
  background-color: #FFFFCC;
  border: #efefef 1px solid; 
  float: center;
}

.formSectionTitle
{ 
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 5px;
  border-width: 2px ridge;
  line-height: 20px;
  height: auto;

  font-size: 1.0em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align:left;

  color: #987200;
  /* background-color:#A2C4DD; */
  border-top: 1px #D9D6B8 solid;
  background-color: #F4F1CF ;

}

.formSection
{ 
  padding: 0px 10px 0px 10px;
}

.formTable
{
   border-collapse: separate;
   border-spacing: 2px;

   cellpadding: 5px 5px 5px 5px;

   padding: 0px 20px 0px 20px;
   margin: 0px 5px 0px 5px;

   margin-left:  auto;
   margin-right: auto;

   empty-cells: show;
}


.formTable a
{ 
  text-decoration: none;
  color: #343952;
}

.formTable tr
{
   text-align: left;
}

.formTable td
{
  padding: 5px 10px 5px 10px;
}


hr
{
  border:0;
  color: #dedede;
  background-color: #ababee;
  height: 1px;
  width: 100%;
}

#searchTabs
{
  float:left;
  width:100%;
  background: white;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #787878;
  margin-bottom: 10px;
}

#searchTabs ul
{
  margin:0;
  padding:3px 10px 0 0px;
  list-style:none;
}

#searchTabs li
{
  display:inline;
  margin:0;
  padding:0;
}

#searchTabs a
{
  float:left;
  background:url("/ib/common/images/searchtableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#searchTabs a span
{
  float:left;
  display:block;
  background: url("/ib/common/images/searchtabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttons a
{
  margin-top: 2px;
  padding: 2px 6px;
  font-size: .9em;
  font-weight: normal;
  color: black;
  text-decoration: none;
  background-color: #E3E3E3;
  border-right: 1px solid white;
  border: 1px solid #ababab;
  border-collapse: true;
}

.buttons a:hover
{
  color: #fff; 
  background: #343434;
  background-color: rgb(51, 51, 51);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  -x-background-x-position: 0%;
  -x-background-y-position: 0%;
  -moz-background-clip: -moz-initial;
  -moz-background-origin: -moz-initial;
  -moz-background-inline-policy: -moz-initial;
  background: url(/ib/common/images/darkgrey.png) repeat-x top;
  background-color: #343434;
}

#searchTabs a.selected span
{
    color: #000;
    background-position:100% -42px;
}

#searchTabs a.selected
{
    background-position:0% -42px;
}

#searchTabs a.selected:hover span
{
    color: black;
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
#searchTabs a span {float:none;}

/* End IE5-Mac hack */
#searchTabs a:hover span
{
  color:#666;
}

#searchTabs a:hover
{
  background-position:0% -42px;
}

#searchTabs a:hover span
{
  background-position:100% -42px;
}

