.text {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
}

/* Titles */
.title {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  text-align: left;
  
  color: #7B7B7B;
  background-color: #E9E9E9;
  border: 1px solid #7B7B7B;
  padding: 3px;
}

.palette_selected {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
  text-decoration: none;
  background-color: #D9D9D9;
  padding: 3px;
  
  border-width: 1px;
  border-color: #7B7B7B;
  border-style: solid;
}

.tile_code {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
  text-transform: uppercase;
}

/* Inputs */
.iLogin {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
  width: 200px;
  padding: 2px;
  margin: 0px;
  background-color: #FFFFFF;
  
  border-width: 1px;
  border-color: #7B7B7B;
  border-style: solid;
}

.iPercent {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
  width: 30px;
  padding: 2px;
  margin: 0px;
  background-color: #FFFFFF;
  
  border: 1px solid #7B7B7B;
}

.iButt {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
  cursor: pointer;
  padding: 2px;
  margin: 0px;
  background-color: #E9E9E9;
  
  border-width: 1px;
  border-color: #7B7B7B;
  border-style: solid;
}

.iSelect
{
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
  width: 200px;
  background-color: #FFFFFF;
}

/* Links */
a:link {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #525252;
  text-decoration: underline;
}
a:visited {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #525252;
  text-decoration: underline;
}
a:hover {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #525252;
  text-decoration: underline;
}

.link {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #525252;
  text-decoration: underline;
  cursor: pointer;
}

.palette {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
  text-decoration: none;
  background-color: #E9E9E9;
  padding: 3px;
  cursor: pointer;
  
  border: 1px solid #7B7B7B;
}
.palette_hover {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
  text-decoration: none;
  background-color: #D9D9D9;
  padding: 3px;
  cursor: pointer;
  
  border: 1px solid #7B7B7B;
}

/* Message */
.mess {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
  background-color: #E9E9E9;
  border: 2px solid #7B7B7B;
  padding: 3px;
}

.error {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #AA5555;
  border: 0px;
  padding: 5px;
  width: 400px;
}

/* Footer Line*/
hr {
  background-color: #7B7B7B;
  color: #7B7B7B;
}

/* Dislogs */
.dialog {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  color: #7B7B7B;
  background-color: #E9E9E9;
  border: 1px solid #7B7B7B;
  padding: 3px;
}

.dialog_palette {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  width: 530px;
  color: #7B7B7B;
  background-color: #FFFFFF;
  border: 1px solid #7B7B7B;
  padding: 3px;
}

.dialog_palette_bl {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 130%;
  
  width: 350px;
  color: #7B7B7B;
  background-color: #FFFFFF;
  border: 1px solid #7B7B7B;
  padding: 3px;
}


/* Borders */
.tbNorm {
  border: 1px solid #DDDDDD;
  padding: 5px;
}
.tbOver {
  border: 1px solid #AAAAAA;
  padding: 5px;
}

/* Cursor */
.yesmove {
  cursor: move;
}
.nomove {
  cursor: default;
}

/* Lines */
.lines {
background-color: #F5F5F5;
}