/* this is the base style for the rs pages */
body {
  background-color:#e0e0e0;
  color:#333;
}
body,td,th {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

#wrapper {
}

#mainheader {
  background-color:#fff;
}
#mainnav {
  background-color:#fff;
}
#maincontent {
  background-color:#fff;
}
#mainfooter {
  background-color:#fff;
  color:#666;
}
#mainfooter a {
  color:#666;
}
#mainfooter a:hover {
  color:#000;
}

h1 {
  color:#000;
}
h1 a {
  color:#000;
  font-size:18px;
}
h1 a:hover {
  color:#333 !important;
}

h2 {
  color:#000;
}
h2 a {
  color:#000;
}
h2 a:hover {
  color:#333 !important;
}

h3 {
	font-size:12px;
  color:#484848;
}
h3 a {
  color:#484848 !important;
}
h3 a:visited {
  color:#484848 !important;
}
h3 a:hover {
  color:#333 !important;
}

a {
  color:#333;
}
a:visited {
  color:#333;
}
a:hover {
  color:#000;
}
a:active {
  color:#333;
}

a.smallLink, .smallLink {
  color:#666;
}
a.smallLink:visited {
  color: #666;
}
a.smallLink:hover {
  color: #333;
}

#mainlinks {
  color:#101010;
}
#mainlinks h2, #mainlinks h1 a, #mainlinks h2 a {
  color:#fff !important;
}
#mainlinks ul li {
	background-color:#999;
}
#mainlinks ul li a {
  color:#fff !important;
}
#mainlinks ul li a:visited {
  color:#fff !important;
}
#mainlinks ul li a:hover {
  color:#eee !important;
}
#mainlinks ul li a:active {
  color:#fff !important;
}

#sublinks {
  color:#e0e0e0;
	background-color:#999;
}
#sublinks ul li {
	background-color:#999;
}
#sublinks ul li a {
  color:#fff !important;
}
#sublinks ul li a:visited {
  color:#fff !important;
}
#sublinks ul li a:hover {
  color:#eee !important;
}
#sublinks ul li a:active {
  color:#fff !important;
}

#filterbar
{
	width:800px;
	font-size:12px;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}
#filterbar h2
{
	display:none;
}
#filterbar label
{
	display:block;
	font-size:11px;
	margin:0;
	padding:0 0 2px 0;
}
#filterbar select
{
	font-size:12px;
	color:#333;
}
#filterbar input
{
	font-size:12px;
	border:1px solid #999;
}
 
.profileText a {
	color:#333;
}

.brandlightpane
{
	background-color:#f0f0f0;
}

.gridline .linetitle
{
	font-weight:normal;
	font-size:14px;
	color:#000;
}
.brandrowhover
{
	background-color:#ddd;
}
.branddisabledtext
{
	color:#999;
}

.brandrowselected
{ 
  color:#fff;
  background-color:#ccc;
}
.brandselected, a.brandselected
{ 
	color:#ccc;
	font-weight:bold;
}
a.brandselected:visited
{ 
	color:#ccc;
	font-weight:bold;
}
a.brandselected:hover
{ 
	color:#ccc;
	font-weight:bold;
}
a.brandselected:active
{ 
	color:#ccc;
	font-weight:bold;
}

.brandtitle
{ 
	color:#333;
	font-weight:bold;
}
.brandtitle a, a.brandtitle
{ 
	color:#333;
	font-weight:bold;
}
.brandtitle a:visited, a.brandtitle:visited
{ 
	color:#333;
}
.brandtitle a:hover, a.brandtitle:hover
{ 
	color:#666;
}
.brandtitle a:active, a.brandtitle:active
{ 
	color:#666;
}

.branddialog
{
	background-color:#fff;
	color:#333;
}

.brandbutton, a.brandbutton
{
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	font-size:11px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:4px 10px 5px;
}
a.brandbutton
{
	display:block;
}
/*
.brandbutton
{
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	background:none repeat-x scroll 0 0 gray;
	border:1px solid gray;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	margin:0 5px 0 0;
	padding:4px 10px 5px;
	text-shadow:0 -1px 0 gray;
}
a.brandbutton:hover
{
	text-decoration:none !important;
}
.smallbrandbutton
{
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	height:20px !important;
	background:repeat-x scroll 0 0 gray;
	border:1px solid gray;
	color:#fff;
	font-size:10px !important;
	font-weight:bold;
	margin:0 5px 2px 0;
	padding:2px 10px 5px;
	text-shadow:0 -1px 0 gray;
}
*/

.textbox
{
  background-color:#fff;
  border:1px gray solid;
  font-size: 12px;
  font-family: "Verdana",monospace;
  padding: 2px;
}

#version
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:10px;
	text-decoration:none;
}
#version a 
{
	text-decoration:none;
}
#version a:visited
{
	text-decoration:none;
}
#version a:hover
{
	text-decoration:underline;
}
#version a:active
{
	text-decoration:none;
}

.error
{
	color:red;
}

.GridFooter
{
  height:50px;
  vertical-align:bottom;
}
