/*** RESET DEFAULTS ***/
html, body { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; color: #00102b; height: 100%; }
body {
  background: #ffffff;
  font: normal 13px/1.5 Tahoma, Arial, Verdana, sans-serif;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, {
  margin: 0; padding: 0; outline: 0; font-size: 100%;
}

:focus { outline: 0; }

label{ cursor:pointer; font-weight: bold; }
fieldset, img{ border:none; }
legend{color:#000;}
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
input, textarea, select { *font-size: 100%; }

table{ border-collapse: collapse; border-spacing: 0; font-size: inherit; font: 100%;}
caption, th{ text-align: left; }
table { border-color: #000000; }
td, th { outline: 0; font-size: 100%; border-color: #000000}

address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
abbr, acronym { border-bottom: 1px dotted #000; cursor: help; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
a img {border: none;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
strong { font-weight: bold; }
em { font-style: italic; }

ul, ol { margin-left: 25px; padding-left: 0px; }

.ie { display: none; }
.print-only-block, .print-only-inline { display: none; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*** LAYOUT ***/

#rd-wrapper {
  position: relative;
  display: block;
  width: 900px;
  margin: 0 auto 0 auto;
  padding: 0;
}

#rd-header {
  position: relative;
  display: block;
  width: 100%;
  height: 162px;
}

#rd-logo {
  position: absolute;
  top: 70px;
  left: 75px;
  z-index: 10;
  cursor: pointer;
}

#rd-slogan {
  position: absolute;
  top: 85px;
  left: 520px;
  z-index: 10;
}

#rd-paint-top {
  position: absolute;
  top: 0;
  left: 330px;
}

#rd-paint-bottom {
  position: absolute;
  bottom: -60px;
  left: 345px;
  z-index: 30;
}

#rd-body {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #ae9c80;
  border-bottom: 1px solid #ae9c80;
}

#rd-body-content {
  padding: 35px 20px 35px 20px;
}

#rd-body-fade-tl {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 20;
}

#rd-body-fade-tr {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 20;
}

#rd-body-fade-bl {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 20;
}

#rd-body-fade-br {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 20;
}

#rd-menu {
  position: absolute;
  top: -9px;
  left: 223px;
  z-index: 40;
  height: 20px;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

#rd-menu li {
  margin: 0;
  padding: 0 20px 0 20px;
  cursor: pointer;
}

#rd-footer {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
}

#rd-footer-content {
  padding: 15px 15px 0 0;
  text-align: right;
  font-size: 80%;
  color: #667182;
}

.splash-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.splash-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/*** TEXT ELEMENTS ***/
h1 {
  font: normal 167% Tahoma, Arial, Verdana, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
}

h2 {
  font: normal 150% Tahoma, Arial, Verdana, Helvetica, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
}

h3 {
  font: bold 133% Tahoma, Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

h4 {
  font: bold 100% Tahoma, Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

h5 {
  font: bold 83% Tahoma, Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

h6 {
  font: bold 67% Tahoma, Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0 0 10px 0;
}

.small-text {
  font-size: 90%;
  color: #555555;
}

a, a:visited, a:link, a:active, a:hover, span.link {
  color: #0097be;
  cursor: pointer;
  text-decoration: underline;
}

.required-field {
  font-weight: bold;
  color: #a40000;
  font-size: 90%;
}

/*** FORM ELEMENTS ***/
textarea {
  font-weight: normal;
  font-family: Tahoma, Arial, Verdana, sans-serif;
}

input[type="text"], input[type="password"] {
  width: 200px;
}

input[type="text"], input[type="password"], textarea, select {
  font-size: 13px;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
  -moz-border-radius: 1px;
}

input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, textarea:focus, textarea:hover, select:focus, select:hover  {
  border-width: 1px;
  border-style: solid;
  border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}

label {
  font-size: 13px;
  font-weight: bold;
}

.bottom-buttons {
  margin-top: 20px;
  text-align: center;
}

.bottom-buttons input {
  margin: 5px;
}

/*** BUTTONS ***/
.button {
  border: 1px solid #801b65;
  border-top-color: #b73e97;
  border-left-color: #b73e97;
  padding: 1px 2px 1px 2px;
  background: #f0a5db url(/images/button.gif) repeat-x center left;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  cursor: pointer;
}

.button:active {
  border: 1px solid #b73e97;
  border-top-color: #801b65;
  border-left-color: #801b65;
}

a.link-button, span.link-button {
  position: relative;
  margin: 0px;
  padding: 1px 2px 1px 2px;
  background-color: #cccccc;
  border: 1px solid #222222;
  color: #000000;
  font-size: 90%;
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

a.link-button:visited, a.link-button:link, a.link-button:active {
  background-color: #cccccc;
  color: #000000;
  text-decoration: none;
}

a.link-button:hover, span.link-button:hover {
  background-color: #555555;
  color: #ffffff;
  text-decoration: none;
}

a.link-button-red:hover, span.link-button-red {
  background-color: #cc0000;
  color: #ffffff;
  text-decoration: none;
}

.button-pink {
  cursor: pointer;
}

/*** TABLES ***/
table.padding0 td {
  margin: 0;
  padding: 0;
}

table.padding5 td {
  margin: 0;
  padding: 5px;
}

table.main-table {
  position: relative;
  border: 1px solid #b3b3b3;
}

table.main-table td {
  margin: 0px;
  padding: 3px 5px 3px 5px;
}

tr.table-header {
  margin: 0px;
  padding: 0px;
  background: #dfdfdf url(/images/table-header.gif) top left repeat-x;
  color: #000000;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.4;
}

tr.table-header-yellow {
  background: #ffffcd url(/images/table-header-yellow.gif) top left repeat-x;
}

tr.table-header td, tr.table-header th {
  margin: 0px;
  padding: 2px 5px 2px 5px;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #808080!important;
  text-align: left;
  font-weight: bold;
}

tr.row-header {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  font-size: 120%;
}

tr.row-header td {
  border-top: 0px;
  border-bottom: 2px solid #aaaaaa!important;
  padding-top: 20px;
}

.even, .row0 {
  background-color: #ffffff;
}

.odd, .row1 {
  background-color: #eaeaea;
}

tr.standout {
  background: #3465a4 url(/images/row-hover.gif) bottom left repeat-x;
  color: #ffffff;
}

tr.nav {
  background: #dfdfdf url(/images/table-header.gif) top left repeat-x;
  color: #000000;
  font-weight: bold;
}

tr.nav a:visited, tr.nav a:link, tr.nav a:active, tr.nav a:hover {
  color: #000000;
  text-decoration: none;
}

table.hor-lines tr td {
  border-bottom: 1px dotted #bbbbbb;
}

table.no-hor-lines tr td {
  border-bottom: 0px;
}

tbody.table-scroll {
  height: 300px;
  overflow: scroll;
}

.table-title h3 {
  padding: 0;
  margin: 0;
}

.table-title span {
  float: right;
  padding-bottom: 2px;
}

/*** LISTS ***/
ul.hor-ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.hor-ul li {
	float: left;
	display: block;
	margin: 5px 10px 5px 0;
  padding: 3px 0 3px 0;
}

/*** MISC ***/
div.line {
  border-top: 1px solid #999999;
  margin: 0px;
  padding: 0px;
  width: 99%;
}

div.line hr {
  visibility: hidden;
}

div.dotted-line {
  border-top: 1px dotted #999999;
  margin: 0px;
  padding: 0px;
  width: 99%;
}

div.dotted-line hr {
  visibility: hidden;
}

.content-loading {
  color: #555555;
}

.content-loading img {
  margin: 0 3px -2px 0;
}

.error-message {
  position: relative;
  background: #FFFFCC url(/images/icons/error-s.gif) no-repeat 3px center;
  margin: 5px;
  padding: 3px 3px 3px 25px;
  color: #990000;
  font-weight: bold;
}

.warning-message {
  position: relative;
  background: #FFFFCC url(/images/icons/warning-s.gif) no-repeat 3px center;
  margin: 5px;
  padding: 3px 3px 3px 25px;
  color: #000000;
  font-weight: bold;
}

.info-message {
  position: relative;
  background: #DDDDDD url(/images/icons/info-s.gif) no-repeat 3px center;
  margin: 5px;
  padding: 3px 3px 3px 25px;
  color: #000000;
  font-weight: bold;
}

