
a.menu:hover, a.menu:active {
  color: #FFFFFF;
}

.album a:link, a:hover, a:visited {
  text-decoration: none;
}

.dp_cal th, .dp_cal td {
  width: 14.2857%;
  text-align: center;
  font-size: 11px;
  padding: 2px 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  background-image: url(imagens/fundo.jpg);
}

.todo {
  position: absolute;
  top: 135px;
  left: 182px;
  width: 900px;
}

table {
  margin: 0 auto;
  padding: 0;
}

.top {
  height: 200px;
  text-align: center;
  padding-top: 0px;
  color: #0000FF;
  font-size: 40px;
  font-family: "Baskerville Old Face";
  font-style: italic;
  background-image: url(imagens/topo.jpg);
  background-repeat: no-repeat;
}

.bemvindo {
  position: relative;
  top: 100px;
  left: 350px;
  right: 0px;
  font-size: 15px;
}

.map {
  position: relative;
  top: 150px;
  left: 350px;
  right: 0px;
  font-size: 15px;
  color: teal;
  font-weight: bold;
}

.info {
  text-align: center;
  font-size: 12px;
  font-family: verdana;
  display: none;
  background-repeat: no-repeat;
  background-image: url(imagens/admin.jpg);
  position: absolute;
  padding-top: 100px;
  padding-left: 0px;
  top: 30px;
  left: 450px;
  width: 340px;
  height: 400px;
  z-index: 4;
}

.imginfo {
  position: relative;
  font-size: 12px;
  top: 30px;
  left: 800px;
  width: 110px;
}

.imginfo img {
  cursor: pointer;
}

.menu {
  color: blue;
  font-weight: bolder;
  float: left;
  margin-left: 10px;
  text-decoration: none;
}

.listMenu {
  margin: 0 auto;
}

.menu_prin {
  background-color: background;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}

.login {
  position: relative;
  left: 240px;
  top: 150px;
  width: 450px;
  height: 250px;
  background-image: url(imagens/login.jpg);
  background-repeat: no-repeat;
}

.tb_login {
  position: absolute;
  top: 50px;
  left: 80px;
}

.fancyupload-queue li {
  background-color: blue;
  font-size: 15px;
  list-style-image: url("imagens/image.gif");
}

input.data {
  display: block;
  width: 150px;
  padding: 3px 3px 3px 24px;
  border: 1px solid #0070bf;
  font-size: 13px;
  background: #fff url("imagens/date.gif") no-repeat top left;
  cursor: pointer;
}

input:focus.data {
  background: #fffce9 url("imagens/datefocus.gif") no-repeat top left;
}

.dp_container {
  position: relative;
  padding: 0;
  z-index: 500;
}

.dp_cal {
  background-color: #fff;
  border: 1px solid #0070bf;
  position: absolute;
  width: 177px;
  top: 24px;
  left: 0;
  margin: 0px 0px 3px 0px;
}

.dp_cal table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.dp_cal select {
  margin: 2px 3px;
  font-size: 11px;
}

.dp_cal select option {
  padding: 1px 3px;
}

.dp_cal th {
  border: solid #aad4f2;
  border-width: 1px 0;
  color: #797774;
  background: #daf2e6;
  font-weight: bold;
}

.dp_cal td {
  cursor: pointer;
}

.dp_cal thead th {
  background: #d9eefc;
}

.dp_cal td.dp_roll {
  color: #000;
  background: #fff6bf;
}

.dp_hide {
  visibility: hidden;
}

.dp_empty {
  background: #eee;
}

.dp_today {
  background: #daf2e6;
}

.dp_selected {
  color: #fff;
  background: #328dcf;
}
