﻿body, html
{
  height: 100%;
  font-family: Tahoma;
  font-size: 12px;
  background: url(../../images/backgroundPage.png) repeat-x #b64450;
  margin: 0px;
}

img
{
  border: 0px;
}

.leftMenu
{
  background: url(../../images/menuLeftOut.png) no-repeat left;
  background-color: #fdbfc6;
  width: 10px;
  height: 36px;
}

.rightMenu
{
  background: url(../../images/menuRightOut.png) no-repeat right;
  background-color: #fdbfc6;
  width: 10px;
  height: 36px;
}

table.menuTable td
{
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
}

.leftSubMenu
{
  background: url(../../images/submenuLeft.png) no-repeat left;
  width: 5px;
  height: 29px;
}

.rightSubMenu
{
  background: url(../../images/submenuRight.png) no-repeat right;
  width: 5px;
  height: 29px;
}

table.centralContent
{
  background: url(../../images/backCentral.png) top repeat-x #580102;
  width: 100%;
  height: 231px;
}

.whiteText
{
  color: #ffffff;
}

a
{
  color: #7d0001;
  text-decoration: underline;
}

a:visited
{
  color: #7d0001;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

.Title1{
  font-weight:bold;
  color:#7d0001;
  font-size:20px;
}

/*FORM ELEMENTS STYLE*/

input[type="text"], input[type="password"], select
{
    background-image: url(../../images/backInput.gif);
    background-position: top;
    background-repeat: repeat-x;
    border: #d3d3d3 1px solid;
    font-size: 12px;
    color: #000000;
    font-family: tahoma;
    background-color: #ffffff;
}

.error{
 color:#ff0000;
}

