/*  
	Beechcraft Hawker CSS version 0.8
	bh-forms.css
	Design by Scout Stevenson, The Boston Group
	Date:	December, 2006
*/

/*  Default Forms Styling   */

form {
	color: #000; 
	font: normal 11px Verdana,sans-serif;
}

label {
	margin:0 0 0 5px;
	padding:0;
	font: bold 11px/16px Verdana, sans-serif;
	color: #0F648C;
	/*float: left;*/
	/*display: block;*/
}

label.checkbox {
	font-weight: normal;
	color: #000;
	padding-top: 5px;
}

label.radio {
	margin:0 0 0 0;
	font-weight: normal;
	color: #000;
	padding-top: 5px;
	float: none;
	display: none
	white-space: nowrap;
}

.whiteradio input 
{
    float: none;
	margin:0 0 0 0;
	background-color:#fff;
}


form br {	
	clear:left;  /* setting clear on inputs didn't work consistently, so brs added for degrade */
	}   

input, textarea, select {
	background-color: #eee;
	margin:2px 0 10px 0;
	float: left;
}

input.radio {
	background-color: #eee;
	font-weight: normal;
	color: #000;
	
}

checkbox {
	background-color: #eee;
}
form span.required {
	color: #a00;
}

input.button2 {
  width: 53px;
  height: 19px;
  margin: 0;
  padding: 2px 0 4px 0;
  border: none;
  background: url("button_53x19_both.gif") no-repeat left top;
  outline: none;
  cursor: pointer;
  text-align: center;
  font: bold 10px Verdana,sans-serif; 
  color: #023c59;
}
input.button2:hover {
  background-position: right top;
}

/* styling for Tools bar forms  */

#login input, #search input {
	 font-size: 10px;
	 color: #666666;
	 width: 135px;
	 margin: 8px 0 0 10px;
	 padding-left: 5px;
	 background-color: #dddddd;
	 float: none;
}

#search input {
	margin-left: 18px;
}

#login input.button {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  left: -5px;
  background: url("tools_arrows.gif") no-repeat left top;
  outline: none;
  overflow:hidden;
}

#login input.button:hover {
  background-position: left bottom;
}

#search input.button {
  width: 19px;
  height: 14px;
  position: relative;
  top: 3px;
  left: -15px;
  outline: none;
  overflow: hidden;
}

#search input.button:hover {
  background-position: left bottom;
}

#searchpart 
{
    width:300px;
}

#searchpart input {
	margin-left: 0 0 0 0;
}

#searchpart input.button {
  width: 19px;
  height: 14px;
  position: relative;
  top: 3px;
  left: 5px;
  outline: none;
  overflow: hidden;
}
#searchpart input.button:hover {
  background-position: left bottom;
}

.Form-NextButton{
    border: none; 
    font-weight: normal; 
    font-size: 10px; 
    font-style: normal; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
    width: 65px;
    height: 24px;
    padding-right: 15px;
    padding-left: 1px;
    padding-top: 7px;
    background: url(/parts/images/Form-NextButton.gif);
    cursor: hand
}
.Form-NextButton2{
    border: none; 
    font-weight: normal; 
    font-size: 12px; 
    font-style: bold; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
    width: 89px;
    height: 22px;
    padding-right: 17px;
    padding-left: 1px;
    background: url(/parts/images/Form-NextButton2.gif);
    cursor: hand
}

.Form-NextButton3{
    border: none; 
    font-weight: normal; 
    font-size: 12px; 
    font-style: bold; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
    width: 175px;
    height: 22px;
    padding-right: 17px;
    padding-left: 1px;
    background: url(/parts/images/Form-NextButton3.gif);
    cursor: hand
}

.Form-UpdateButton{
    border: none; 
    font-weight: normal; 
    font-size: 12px; 
    font-style: bold; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
    width: 100px;
    height: 22px;
    padding-right: 19px;
    padding-left: 1px;
    background: url(/parts/images/Form-UpdateButton.gif);
    cursor: hand
}

.Form-RemoveButton{
    border: none; 
    font-weight: normal; 
    font-size: 12px; 
    font-style: bold; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
    width: 100px;
    height: 22px;
    padding-right: 19px;
    padding-left: 1px;
    background: url(/parts/images/Form-RemoveButton.gif);
    cursor: hand
}

.Form-RemoveButtonShort{
    border: none; 
    font-weight: normal; 
    font-size: 12px; 
    font-style: bold; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
    width: 89px;
    height: 22px;
    padding-right: 17px;
    padding-left: 1px;
    background: url(/parts/images/Form-RemoveButtonShort.gif);
    cursor: hand
}

.Form-CheckOutButton{
    border: none; 
    font-weight: normal; 
    font-size: 12px; 
    font-style: bold; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
    width: 100px;
    height: 22px;
    padding-right: 19px;
    padding-left: 1px;
    background: url(/parts/images/Form-CheckOutButton.gif);
    cursor: hand
}

.Form-SaveButton{
    border: none; 
    font-weight: normal; 
    font-size: 12px; 
    font-style: bold; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
    width: 125px;
    height: 22px;
    padding-right: 19px;
    padding-left: 1px;
    background: url(/parts/images/Form-SaveButton.gif);
    cursor: hand
}

.Form-NewButton{
    border: none; 
    font-weight: normal; 
    font-size: 12px; 
    font-style: bold; 
    font-family: Arial, Helvetica, sans-serif; 
    text-align: center;
    width: 200px;
    height: 22px;
    padding-right: 19px;
    padding-left: 1px;
    background: url(/parts/images/Form-NewButton.gif);
    cursor: hand
}


/* Modal Popups -------------------------------------------*/

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
} 

.modalPopup 
{
    background-color:#fff;
    border-width:1px;
    border-style:solid;
    border-color:Gray;
    padding:3px;
    
}   

.modalFormTable table{border:0px;width:100%;}
.modalFormTable th
{
    color: #F7F6F3;
    background: #3776a0;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    border:none;
    height:24px;
}

.modalFormTable td
{
    padding:2px;
}
