/* Global Stylesheet - global.css
 * Initated: 28 Feb 2008
 * Author:   Stephen Barton
 *
 * Colour Scheme:-
 * Dark Blue:    #0059AA
 * Light Blue:   #D9EAF4
 * Dark Grey:    #C0C0C0
 * Light Grey:   #EAEAEA
 *
 * Recent Changes:
 * 25 mars 2008 - [SRB]
 * Added 'tableless' data tables with striping and highlighting.
 *
 *
 *
 */

*
{
	margin: 0px;
	padding: 0px;
}

/* devt mode 
div { border: solid 1px green; }
*/

body {
  background-image:url('../images/bg_lines.gif'); background-repeat: repeat;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#bodyWrapper
{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background-color: #f6f6f6;
	min-height: 820px;
	padding-left: 10px;
	padding-right: 10px;
}
#menuWrapper
{
	min-height: 30px;
}

.error{
	color: #DD0000;
	font-weight: bold;
}

#menuTop
{
	float: right;
	margin-top: 15px;
	height: 25px;
	width: 100%;
	text-align: left;
}
#mainWrapper
{
  text-align: left;
}

/* ------------------------- Header -------------------------- */
#version_information {
  float: left;
  border: none;
	width: 300px;
  margin: 15px 0px 0px 5px;
}
#logo
{
  float: left;
  border: none;
  margin: 15px 0px 0px 10px;
}
#blue_bar{
  float: left;
  border: none;
  margin-left: 13px;
  margin-bottom: 5px;
}
#account {
	float: right;
  margin: 40px 10px 0px 0px;
	font-weight: bold;
}

/* Anchors and Links ****************************** */
a {
	color: #000;
	text-decoration: none;
}
a.logout{
  float: right;
	margin: 40px 18px 0px 0px;
}
a.logout:hover{
	text-decoration: underline;
}

/*
 *  Edits by Stephen Barton
 */

/*
 * Wrappers
 */
.ui-wrapper { border: 1px solid #0059AA; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }

/*
 * Data Containers
 */
.xml_container {
	display: none;
}
/*
 * Fields and Forms
 */

.form_row {
	width: 90%;
	margin-right: 1em;
	margin-bottom: 1em;
}
.form_cell-L {
	float: right;
	width: 45%;
	text-align: right;
   margin-right: 0.5em;
}
.form_cell-R {
	float: right;
	width: 45%;
	text-align: right;
   margin-right: 1em;
}
.form_cell {
	width: 90%;
   margin-left: 1.5em;
}
span.key, span#key {
	display: none;
}


label,input[type="text"] {
	margin-bottom: 2px;
}

label {
	text-align: left;
	width: 120px;
	padding-right: 10px;
	font-weight: bold;
}
label.checkbox, label.radio, label.login {

  padding: 0px 10px 0px 20px;
  font-weight: bold;
}
label.login {
	width: 70px;
}
br {
	clear: left;
}
.submit input
{
  margin-left: 4.5em;
}
legend
{
	color: #000;
	font-weight: bold;
	font-size: 5em;
	padding: 2px 6px 0px 6px
}


/* Textareas ************************************ */
textarea, input[type="text"], select {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
textarea.textarea_inputs {
	width: 500px;
	float: left;
}
textarea#claim_description {
	height: 150px;	
}
textarea#service_description {
  height: 75px;  
}
/* ************************************************ */

/* Checkboxes ************************************ */
.checkbox_container{
  clear: left;
	float: left;
	margin-top: 5px;
	padding-right: 15px;
	width: 490px;
}
span.checkbox_label{
  position: relative;
  top: -3px;
  left: 3px;
}
/* margin-left: 20px;
 */
input[type="checkbox"] {

}
/* ************************************************ */

/* Checkboxes ************************************ */


/* ************************************************ */


/* Selects **************************************** */
select {
	margin: 5px 5px 0px 0px;
	min-width: 100px;
}

/* ************************************************ */


/* Buttons *************  *************************** */
.left_buttons {
  float: left;
  clear: left;
  margin-left: 0.5em;
}
.right_buttons {
	float: right;
  margin-right: 0.5em;
}
.small_button {
  font-size: smaller;
}
.small_search_button {
  margin-top: 2px;
  font-size: 8pt;
}
input[type="submit"] {
  color: white;
  background-color: #0059AA;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  height: 22px;
}
/* ************************************************ */


/* ************************************************ */

/* Containers ************************************* */
.right_float_container {
  margin: 1em 0em 0em 0em;
  border: 1px solid #C0C0C0;
  float: right;
  padding: 0.5em 0.5em 0.5em 0.5em;
  clear: right;
  width: 510px;
}

.left_float_container {
  margin: 1em 0em 0em 0em;
  border: 1px solid #C0C0C0;
  float: left;
  padding: 0.5em 0.5em 0.5em 0.5em;

}

/*
.scrolling_container {
	 width: 80em;
}
 border: 1px solid green;
*/
div.datarows {
 float: left;  
 height: 630px;
 overflow: auto;
 width: 100%;
}

div.notes{
  border: solid 1px #7F9DB9;
  padding: 2px 5px 2px 5px;
  float: left;
  overflow: auto;
}

div#vehicle_history {
  height: 340px;
  width: 392px;
}

div#service {
  height: 150px;
  width: 494px;
  margin-bottom: 10px;
}

hr {
  margin: 10px 0px 10px 0px;
  color: #C0C0C0;
}
/* ************************************************ */

/* Text Input Sizing ****************************** */

/* Default */
input[type="text"]{
	width: 13em;
}
input[type="text"].int {
	width: 5em;
}
input[type="text"].int_small {
	width: 2em;
}
input[type="text"].small {
	width: 4em;
}
input[type="text"].medium {
	width: 15em;
}
input[type="text"].large {
	width: 20em;
}
/* The input cell container can be changed, but it should
 * be the size of the largest input in a form. */
.input_container {
	width: 180px;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
	float:left;
	height: 50px;
}

input.small_search, 
label.small_search,
select.search {
	float: left;
}
input[type="text"].small_search {
	width: 120px;
	height: 14px;
	margin: 5px 5px 0px 0px;
	float: left;
}
select#claim_type_id {
   width: 120px;	
}
label.small_search {
	font-size: 8pt;
	margin: 2px 0px 0px 2px;
	padding: 7px 0px 0px 0px;
}
label#vehicle_search {
	 width: 90px;
}
label#description_search {
   width: 110px;
}
/* ************************************************ */





/*
*  Data tables - containers, striping and highlighting
*/

/* List and data containers */

/* Set the default width for the list to be 60em. This
 * can be overidden in the HTML. EM is being used under
 * the recommendation of w3.org
 * (Web Content Accessibility Guidelines 1.0):
 * http://www.w3.org/TR/WCAG10-CSS-TECHS/
 */
.listblock {
	float: left;
	width: 79em;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	margin-top: 10px;
}

/* Column Widths */
div.int_small{
  width: 3em;
}
div.small{
  width: 5em;
}
div.medium{
  width: 10em;
}
div.large{
  width: 20em;
}

/* header cells */
.topcell-L, .topcell-R, .topcell, .toponlycell /* heading cells with borders at top and left */
{
  text-align: center;
}
.topcell, .topcell-R {
	border-left: 1px dashed #000;
}
.toponlycell {
	width: 100%;
}

/* rows */
.row_header /* The row container class for the header */
{
	border-bottom: 1px solid #C0C0C0;
	width: 100%;
	font-weight: bold;
	text-align: left;
	float: left;
	background-color: #D9EAF4;
}
.row, row_alt /* The row container class for data rows */
{
	border-bottom: 1px solid #C0C0C0;
	width: 100%;
	text-align: left;
	float: left;
}
.small_search_row {
	border-bottom: 1px solid #C0C0C0;
  width: 100%;
  text-align: left;
  float: left;
	padding: 2px 0px 5px 2px;
}

.row_alt /* The alternative background colour for a row */
{
	background-color: #EAEAEA;
}
.row_highlight /* The highlighting colour */
{
	background-color: #CCE5FF;
}
.row_selected {
	background-color: #FF99CC;
}
/* data cells */
.rowcell {
	border-left: 1px dashed #000;
}
.rowcell-R {
	border-left: 1px dashed #000;
}

/* header & data cells */
.topcell-L, .topcell-R, .topcell, .rowcell-L, .rowcell-R, .rowcell {
  float: left;
  width: 6em;
  padding-left: 5px;
}

.no_data_row {
   width: 440px;
	float: right;
   border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}