/*** RESET DEFAULTS ***/
html, body { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; color: #000000; height: 100%; }
body {
  background: #d1e3f6 url(/images/background-slash.png) top left repeat;
  font: normal 12px/1.333 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 ***/
#mb-wrapper {
  position: relative;
  display: block;
  width: 100%;
  min-width: 1000px;
  height: 100%;
  min-height: 500px;
}

#mb-container {
  position: relative;
  display: block;
  width: 1000px;
  min-height: 500px;
  margin: 0 auto 0 auto;
}

#mb-header {
  position: relative;
  height: 85px;
}

#mb-header ul.hor-ul {
  position: absolute;
  bottom: 5px;
  right: 35px;
  color: #404040;
  font-weight: bold;
}

#mb-header ul.hor-ul li {
  position: relative;
  margin: 5px 30px 5px 0;
  padding: 0;
  height: 24px;
  line-height: 1.9;
  cursor: pointer;
}

#mb-header ul.hor-ul li.active, #mb-header ul.hor-ul li.nav-hover {
  background-color: #678cbc;
  color: #ffffff;
}

#mb-header ul.hor-ul li.active img.active-left, #mb-header ul.hor-ul li.nav-hover img.nav-hover-left {
  position: absolute;
  top: 0;
  left: -6px;
}

#mb-header ul.hor-ul li.active img.active-right, #mb-header ul.hor-ul li.nav-hover img.nav-hover-right {
  position: absolute;
  top: 0;
  right: -6px;
}

#mb-logo {
  margin: 40px 0 0 5px;
}

#mb-login {
  position: absolute;
  top: 0px;
  right: 35px;
  width: 450px;
  padding: 5px;
  font-size: 90%;
  text-align: center;
  background-color: #b2c8e1;
}

#MSVE_obliqueNotification {
  display: none;
}

#mb-body {
  position: relative;
  display: block;
}

#mb-back-link {
  padding-bottom: 10px;
}

#mb-back-link a {
  background-color: #dddddd;
  font-size: 110%;
  padding: 5px 10px 5px 10px;
}

.mb-content-box {
  position: relative;
  display: block;
  width: 1000px;
  min-height: 90px;
  margin: 13px 0 20px 0;
  background: url(/images/content-box-bottom.png) bottom left no-repeat;
}

.mb-content-box-top {
  position: absolute;
  top: -13px;
  left: 0;
}

.mb-content-box-content {
  position: relative;
  display: block;
  padding: 3px 20px 20px 20px;
}

#mb-footer {
  position: relative;
  margin: 5px 20px 20px 20px;
  height: 50px;
  font-size: 90%;
  color: #555555;
}

#mb-footer span {
  float: left;
}

#mb-footer ul.hor-ul li {
  margin: 0;
  padding: 0 15px 0 15px;
  border-left: 1px solid #aaaaaa;
}

.page-column-main {
  position: relative;
  width: 700px;
}

.page-column-right {
  position: relative;
  float: right;
  width: 250px;
}

/*** TEXT ELEMENTS ***/
h1 {
  position: relative;
  display: block;
  font: normal 167% Tahoma, Arial, Verdana, Helvetica, sans-serif;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
}

h1 span.header-top {
  font-size: 70%;
  font-weight: bold;
  color: #777777;
}

h1 div {
  position: absolute;
  top: 4px;
  right: 0;
  padding: 7px;
  font-size: 60%;
  background-color: #dddddd;
}

h1 ul {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 60%;
}

h1 ul li {
  padding: 0 0 13px 0!important;
  margin: 0 25px 0 0!important;
}

h1 ul li.active {
  background: url(/images/submenu-active.gif) bottom center no-repeat;
}

h1 ul li a, h1 ul li a:visited, h1 ul li a:link, h1 ul li a:active {
  color: #888888;
  text-decoration: none;
}

h1 ul li a:hover {
  color: #204a87;
  text-decoration: none;
}

h1 ul li.active a, h1 ul li.active a:visited, h1 ul li.active a:link, h1 ul li.active a:active, h1 ul li.active a:hover {
  color: #000000;
  text-decoration: none;
}

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

h2 ul {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 70%;
  padding: 7px;
  background-color: #e5e5e5;
}

h2 ul li {
  border-left: 1px solid #999999;
  padding: 3px 10px 3px 10px!important;
  margin: 5px 0 5px 0!important;
}

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

h3.orange {
  font-weight: normal;
  color: #ce5c00;
}

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: #204a87;
  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: 11px;
  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: 11px;
  font-weight: bold;
}

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

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

/*** BUTTONS ***/
.button {
  border: 1px solid #666666;
  border-top-color: #999999;
  border-left-color: #999999;
  padding: 1px 2px 1px 2px;
  background: #FFFFFF url(/images/button.gif) repeat-x center left;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  cursor: pointer;
}

.button:active {
  border: 1px solid #999999;
  border-top-color: #666666;
  border-left-color: #666666;
}

.button-blue {
  border: 1px solid #204a87;
  border-top-color: #071a34;
  border-left-color: #0a1f3d;
  background: #6e9aca url(/images/button-blue.gif) repeat-x top left;
  color: #ffffff;
}

.button-blue2 {
  border: 1px solid #204a87;
  border-bottom-color: #071a34;
  border-right-color: #0a1f3d;
  background: #6e9aca url(/images/button-blue2.gif) repeat-x bottom left;
  color: #ffffff;
}

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;
}

/*** 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;
}

.mb-loading {
  color: #555555;
}

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

.no-ratings {
  color: #777777;
}

.favorites-blacklist {
  width: 200px;
  float: right;
}
