/* @override http://www.bass.net.au/stylesheets/rails.css?1165472339 */

/* @group Flashes */
.errorExplanation, .flash_error, .flash_warning
{
  background: #fff6bf url(../images/icons/exclamation.png) center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
}

.flash_notice, .flash_message
{
  background: #f8fafc url(../images/icons/information.png) no-repeat 15px 50%; /* x-pos y-pos */
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #b5d4fe;
  border-bottom: 2px solid #b5d4fe;
}

#errorExplanation h2
{
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  margin: -7px;
}

#errorExplanation p
{
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li
{
}

.fieldWithErrors
{
  background-color: #ffd324;
  display: table;
}
/* @end */



label
{
  float: left;
  width: 10em;
  font-weight: bold;
}



.submit_buttons
{
  clear: both;
  float: right;
  margin-right: 3em;
}

.submit_buttons input
{

}

/* @group Suppliments to bass.css */

/* @end */

/* @group Navigation elements */
#welcome a#welcome_nav,
#show a#show_nav,
#purchases a#purchases_nav,
#change_password a#change_password_nav,
#print a#print_nav
{
  background: url(../images/navigation/active_user_tab.jpg) no-repeat left top;
}

#user_navigation_container
{
  width: 100%;
  height: 20px;
}

#user_navigation_container ul
{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
}

#user_navigation_container ul li
{
  width: 95px;
  height: 20px;
  float: left;
}

#user_navigation_container ul li a
{
  background: url(../images/navigation/inactive_user_tab.jpg) no-repeat top left;
  width: 100%;
  height: 100%;
  text-align: center;
  float: right;
  color: #fff;
  font-size: 10px;
  padding-top: 3px;
  height: 17px;
  text-decoration: none;
}

#user_navigation_container ul li a .text
{

}

#user_navigation_container li a:hover
{
  background: url(../images/navigation/active_user_tab.jpg) no-repeat left top;
}


/* @end */

.primary_address
{
  background: #fdfc80;  
}

.contact_details th
{
  text-align: left;
  width: 10%;
}

.form_explanation
{
  font-size: smaller;
}


.mandatory_field
{
  background-color: #b1d1e1;
}

.purchase_sales_date
{
  margin-top: 5px;
  width: 100%;
}

.purchase_description
{
  width: 100%;
  background-color: #ccc;
}

.purchase_cost
{
  width: 100%;
  text-align: right;
  background-color: #808080;
}