@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,latin-ext);

BODY{
  border: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  cursor: default;
  font-weight: normal; 
  font-size: 16;
  font-family: Ubuntu Condensed;
  color: #ffffff;
}
TABLE{
  font-weight: normal;
  font-size: 14;
  font-family: Ubuntu Condensed;
}
TD{
  font-weight: normal;
  font-size: 15;
  font-family: Ubuntu Condensed;
}
A{
  text-decoration: none;
}
SELECT OPTION{
  background-color: #ffffff;
  color: #000000;
}
HR{
  height: 0;
  border-top-style: solid;
  border-top-width: 1;
  border-top-color: rgba(0,0,0,0.8);
  border-bottom-style: solid;
  border-bottom-width: 1;
  border-bottom-color: rgba(255,255,255,0.5);
}
.mLink{
  display: inline-block;
  padding: 8;
  padding-left: 30;
  padding-right: 30;
  border-radius: 4px;
  border: none;
  background: linear-gradient(#fa4b52, #af171d);
  font-family: Ubuntu Condensed;
  font-size: 13;
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
}
.mLink:hover,.mLink:focus{
  background: linear-gradient(#ff5a61, #c5151c);
}
.mLinkGray{
  display: inline-block;
  padding: 8;
  padding-left: 30;
  padding-right: 30;
  border-radius: 4px;
  border: none;
  background: linear-gradient(#949494, #5c5c5c);
  font-family: Ubuntu Condensed;
  font-size: 13;
  font-weight: normal;
  color: #dadada;
  cursor: pointer;
}
.title
{
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10;
  font-weight: bold;
  font-size: 15;
  font-family: Ubuntu Condensed;
  color: #000000;
}
.subTitle{
  border-radius: 4px;
  background-color: #000000;
  padding: 6;
  padding-left: 10;
  font-weight: bold;
  font-size: 13;
  font-family: Ubuntu Condensed;
  color: #ffffff;
}
.edit{
  display: inline-block;
  width: 100%;
  padding: 8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cuprum;
  font-weight: 700;
  font-size: 14;
  border-radius: 4px;
  border-style: solid;
  border-width: 2;
  border-color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  color: #000000;
}
.edit:focus{
  border-color: #e12525;
}
.editNumeric{
  display: inline-block;
  width: 100%;
  padding: 8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: calibri;
  font-size: 13;
  font-weight: bold;
  text-align: right;
  border-radius: 6px;
  border-style: solid;
  border-width: 1;
  border-color: #505050;
  background: linear-gradient(rgba(0,0,0, 0.2), rgba(0,0,0, 0.5));
  color: #ffffff;
}
.editNumeric:focus{
  border-color: #e12525;
}
.infoPanel{
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px #ffffff;
}
.infoPanel TD{
  font-weight: normal;
  font-size: 15;
  font-family: Ubuntu Condensed;
  color: #000000;
}