﻿.bodyClass, .RadEContentBordered, .motherContent
{
  background-color: Black;
  color: Yellow;
  font-size: 12px;
  font-family: Verdana;
  line-height: 1.65;
}
.footer
{
  color: #888;
}
a.footer
{
  color: #888;
  text-decoration: none;
}
a.footer:hover
{
  text-decoration: underline;
}
a.link-quasar
{
  /*color: #888;*/
  color: White;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
a.link-quasar:hover
{
  text-decoration: underline;
}
.title
{
  font-size: 18px;
  color: White;
  font-weight: bold;
  color: #ffc000;
}
.text-red
{
  color: #B70E0E;
}
a.button
{
  color: #B70E0E;
  background-color: #2A0800;
  text-decoration: none;
  padding: 1px 5px 1px 5px;
}
a.button:hover
{
  background-color: #250200;
}
.box
{
  border-bottom: 2px dotted #464646;
  padding-bottom: 20px;
}
.important-text
{
  color: #888;
  font-size: 14px;
  font-weight: bold;
}
a.quasar-button, a.normal-button
{
  font-size: 13px !important;
  color: #b70e0e;
  background-color: #2a0800;
  text-decoration: none;
  padding: 4px 21px 4px 7px;
  background-image: url(../../Images/Quasar/btn-arrow.gif);
  background-position: right 2px;
  background-repeat: no-repeat;
}
a.quasar-button:hover, a.normal-button:hover
{
  color: #c81f1f;
  background-color: #260400;
}
.dotted-bottom-line
{
  border-bottom: 2px dotted #464646;
  width: 100%;
  height: 2px;
}
