/****** General ******/

body {
  margin: 0;
  padding: 0;
}

body, td, input, textarea, select {
  font-family: Georgia, serif;
  font-size: 12px;
  line-height:18px;
}

a:link, a:visited, a:active {
  color: #000000;
  text-decoration: underline;
  outline:none;
}

a:hover {
  text-decoration: none;
}

p {
  margin:6px 0 0 0;
}

img {
  border:none;
}

h1 {
  margin:0 0 12px 0;
  font-weight: normal;
  font-size: 40px;
  line-height:50px;
  color: #000;
}
h2 {
  margin: 0;
  font-weight: normal;
  font-size: 26px;
  line-height:40px;
  color: #000;
}
h3 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height:26px;
  color: #000;
}
h4 {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height:16px;
  color: #000;
}

/*ul {
  list-style-type: none;
  padding:0;
  margin:0;
}*/


/***** Common classes *****/

.clearfloat {
  clear:both;
  margin-top:-1px;
  height:1px;
  overflow:hidden;
}

.highlightEdit {
  background-color:#cccccc;
}

.ajaxmess {
  position:absolute;
  background-color:#fff;
  border:solid 1px #000;
  display:none;  
}

.buttondiv {
  height:16px;
  background-color:#fff;
  line-height:16px;
  cursor:pointer;
  font-size:10px;
  text-align:center;
}
.buttondiv:hover { 
  background-color:#000;
  color:#fff;
}
/*.buttondiv span {
  margin-left:5px;
}*/
.buttondivsel {
  height:16px;
  background-color:#000;
  line-height:16px;
  /*text-align:center;*/
  color:#fff;
  cursor:pointer;
  font-size:10px;
  text-align:center;
}
/*.buttondivsel span {
  margin-left:5px;
}*/

.inputtext {
  height:16px;
  line-height:16px;
  /*padding:2px 3px 0 3px;*/
  padding:0 3px;
  border:solid 1px #fff;
  color:#aaa;
}

.textorange {
  color:#ff6d22;
}
a.textorange {
  color:#ff6d22;
  text-decoration:none;
}
a.textorange:hover {
  text-decoration:underline;
}
.textgreen {
  color:#a7dc30;
}
a.textgreen {
  color:#a7dc30;
  text-decoration:none;
}
a.textgreen:hover {
  text-decoration:underline;
}
.textpurple {
  color:#ab5ac6;
}
a.textpurple {
  color:#ab5ac6;
  text-decoration:none;
}
a.textpurple:hover {
  text-decoration:underline;
}

.dashline {
  background: url(../gfx/dashline.gif) repeat;
  height: 4px;
}

.employeeimg {
  width:198px;
}
.employeeimg img {
  display:block;
}
.employeetxt {
  width:178px;
  padding:10px;
  font-size:10px;
  background-color:#cbc2bb;
}
.employeetxt p {
  margin:0;
}