/**
 * @project http://www.haimkg.com
 * @sub customers_database
 * @file style.css
 * @since 26.08.2013 11:13
 * @version 1.0.000
 *
 * @author Promaetheus
 * @copyright 2013 PromaDesign.com
 */module

body {
  font-family: Arial, Geneva, Helvetica, sans-serif, Verdana;
  background-color: #CCCCCC;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

table, tr, td, div, span, p, a, input, select, option, textarea {
	font-family: Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 14px;
}

/* LINKS START */
a {
  color: #203053;
  text-decoration: underline;
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-weight : normal;
}

a:hover {
  color: #203053;
  text-decoration: underline;
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-weight : normal;
}
/* LINKS END */

/* INPUT FIELD DEFINITION START */
input, textarea {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-weight : normal;
  color : #203053;
  border: 1px solid #203053;
  background-color: #EDEEF1;
}

option, select {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-weight : normal;
  color : #203053;
  border: 1px solid #203053;
  background-color: #EDEEF1;
}

.borderless {
  border-style: none;
  background-color: #FFFFFF;
}

iframe {
  border: none;
}

a.formButton, a.formButton:hover {
  font-family: Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-weight: normal;
  color: #203053;
  border: 1px solid #203053;
  background-Color: #EDEEF1;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  cursor: default;
}
/* INPUT FIELD DEFINITION END */

/* ERROR DEFINITION START */
TABLE.error {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-weight : normal;
  color : #000000;
  BORDER-LEFT: 2px solid #ff0000;
  BORDER-RIGHT: 2px solid #ff0000;
  BORDER-TOP: 2px solid #ff0000;
  BORDER-BOTTOM: 2px solid #ff0000;
  background-Color: #fff4f4;
}
/* ERROR DEFINITION END */

/* COMMON ELEMENTS DEFINITION START */


TD.nav {
  vertical-align: top;
  width: 180px;
}

TD.content {
  vertical-align: top;
}
/* COMMON ELEMENTS DEFINITION END */

/* DIV SITE HEADER */
.header {
  font-family: Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 18px;
  font-weight: bold;
  color: #E18700;
  margin-bottom: 10px;
  padding-left: 0px;
}

/* DIV CONTENT */
.content {
  font-family : Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-weight : normal;
  color : #203053;
  margin-bottom: 10px;
}

/* nav style start */
a.navig {
  font-family: Arial, verdana, arial, sans-serif;
  color: #203053;
  font-weight: bold;
  text-decoration: none;
}

a.navig:hover {
  font-family: Arial, verdana, arial, sans-serif;
  color: #E18700;
  font-weight: bold;
  text-decoration: none;
}

a.active {
  color: #E18700;
}

span.navig {
  padding: 5px;
  line-height: 20px;
  display: block;
  color: #000000;
  background: #CCCCCC;
  margin-bottom: 3px;
  font-family: Arial, verdana, arial, sans-serif;
  font-weight: bold;
}

span.active {
  color: #000000;
  text-decoration: none;
  background-image: url('site/icon_nav_main.gif');
  background-repeat: no-repeat;
  background-position: 1em 0.2em
}
/* nav style end */

/* format normal list start */
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0px;
}

li {
  padding-left: 20px;
  padding-top: 2px;
  background-image: url('site/icon_list.gif');
  background-repeat: no-repeat;
  background-position: 0em 0.3em
}
/* format normal list end */

.tableheader {
  font-weight: bold;
  background: #CCCCCC;
}

a.tableheader {
	font-weight: bold;
}

.page0 {
  background: #F7F7F7;
}

.page1 {
  background: #E5E5E5;
}

.print {
	font-family: Arial, Geneva, Helvetica, sans-serif, Verdana;
  font-size: 50px;
  line-height: 20px;
}

.print tr {
}

.print tr.printheader{
  font-weight: bold;
  background: #CCCCCC;
}

.print tr.print0 {
  background: #F7F7F7;
}

.print tr.print1 {
  background: #E5E5E5;
}
