html, body {
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
  text-align: center;
}

body, input, textarea, select, option, td, th {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 11px;
  color: #444;
}

input, textarea, select, option {
  background: #fff;
}

input.radio, input.checkbox {
  background: transparent;
  width: auto;
}

* {
  margin: 0;
  padding: 0; /*border: none;*/
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #1a71b3;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

a img {
  border: 0;
}

.clear {
  clear: both;
  font-size: 1%;
}

input.invisible {
  visibility: hidden;
}

#container {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 960px;
}

body > #container {
  width: auto;
  min-width: 960px;
}

#topContainer {
  height: 160px;
  background: url(/media/mext/top_bg.png) repeat-x;
  position: relative;
}

#logoBox {
  height: 160px;
  background: url(/media/mext/top_new.png) no-repeat 0 0;
  position: relative;
}

#infoBox {
  position: absolute;
  top: 0;
  right: 15px;
  width: 220px;
  height: 120px;
  text-align: right;
  background: url(/media/mext/infobox_bg.png) no-repeat;
}

#infoBoxInner {
  color: #fff;
  padding: 20px;
  font-size: 8pt;
  text-align: center;
}

button.logout {
  width: auto;
  padding: 3px 10px;
  font-weight: normal;
  background: #4375a9;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #0e1b29 #0e1b29 #fff;
  color: #fff;
  font-size: 8pt;
}

#navigator {
  position: absolute;
  bottom: 14px;
  padding: 0 20px;
}

#navigator ul {
  list-style: none;
  margin: 0;
  padding: 3px 0;
  color: #aaa;
}

#navigator ul li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  font-size: 9pt;
}

#navigator ul li a {
  color: #fff;
  text-decoration: none;
}

#leftColumn {
  position: absolute;
  left: 10px;
  top: 180px;
  width: 220px;
  text-align: left;
}

#rightColumn {
  text-align: left;
  margin-left: 210px;
  padding: 0 20px;
}

#rightColumn p {
  font-size: 12px;
}

#mainContentContainer {
  padding: 20px 0 20px 10px;
}

div#mextMenuContainer {
  margin: 0 10px;
  border: 1px #dddddd solid;
  background: #eee;
  padding: 5px;
}

#mextMenuContainer div.element {
  margin: 3px 3px;
  padding: 0;
  color: #444;
}

#mextMenuContainer div.subelementsContainer {
  margin-left: 15px;
}

#mextMenuContainer span {
  font-weight: bold;
}

#mextMenuContainer div.element span {
  padding: 5px;
  display: block;
  background: #ddd;
  position: relative;
}

#mextMenuContainer div.element span img {
  position: absolute;
  right: 5px;
  top: 6px;
}

#mextMenuContainer div.element a {
  display: block;
  padding: 5px;
  background: #f5f5f5;
  font-weight: bold;
  color: #003756;
}

#mextMenuContainer div.element a:hover {
  background: #ffffff;
  text-decoration: none;
  color: red;
}

table.mextTable, table.statsTable {
  width: 100%;
  margin: 10px auto 20px;
  border: 1px #dddddd solid;
  background: #eee;
}

table.mextTable thead tr th, table.statsTable th {
  padding: 5px;
  background: url(/media/mext/bar_background.png) repeat-x 0 0 #e0e0e0;
}

table.mextTable tbody tr td, table.statsTable td {
  padding: 5px;
  background: #f5f5f5;
  font-size: 12px;
}

table.mextTable tbody tr.odd td {
  background: #fbfbfb;
}

dl.zend_form {
  text-align: left;
  margin: 10px 0;
}

dl.zend_form fieldset {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #888;
  padding: 10px 0 10px 10px;
}

dl.zend_form fieldset legend {
  font-size: 11pt;
  padding: 0 10px 0 10px;
  font-weight: bold;
}

dl.zend_form dt {
  padding: 1px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ddd;
  background: #eee;
}

dl.zend_form dt label {
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 5px;
  background: #ddd;
}

dl.zend_form dd {
  padding: 5px;
  margin: 0 0 10px 0;
  background: #f6f6f6;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
}

dl.zend_form dd.invisible {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 1%;
}

dl.zend_form dd .description {
  margin: 10px 0 5px;
}

dl.zend_form dd input {
  padding: 3px;
  width: 218px;
  border: 1px #dedede solid;
  border-collapse: collapse;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
}

dl.zend_form dd input:disabled {
  border: 1px #dedede solid;
  background: #eee;
}

dl.zend_form dd textarea {
  border: 1px #dedede solid;
  padding: 3px;
  width: 300px;
  height: 150px;
  overflow: auto;
  font: 13px/1.5 Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
}

dl.zend_form dd select {
  border: 1px #dedede solid;
  width: 200px;
  overflow: auto;
  padding: 3px;
}

dl.zend_form dd input.button, dl.zend_form dd button.button, input.button, button.button {
  width: auto;
  padding: 3px 10px;
  font-weight: bold;
  background: #DDEFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd #aaa #aaa #ddd;
}

dl.zend_form ul.errors li {
  color: red;
}

dl.zend_form dd .disabledField {
  background: #eee;
}

p.formGlobalErrors {
  color: red;
  border: 1px red solid;
  background: #fdd;
  padding: 10px;
}

#messagesContainer {
  margin: 15px 0;
}

#messagesContainer li {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
}

#messagesContainer li.type_0 {
  border-color: red;
  color: red;
}

#messagesContainer li.type_1 {
  border-color: green;
  background: #E5F4E5;
  color: green;
}

#messagesContainer li.type_2 {
  border-color: grey;
  color: grey;
}

#doYouKnowBox {
  margin: 20px 0;
  border: 1px #dddddd solid;
  background: #eee;
}

#doYouKnowBox p.title {
  font-weight: bold;
  padding: 3px 5px;
}

#doYouKnowBox p.content {
  padding: 3px 5px 3px 15px;
  line-height: 150%;
}

h2.pageTitle {
  margin: 0 0 15px 0;
  padding: 0 0 3px 0;
  border-bottom: 1px #dedede solid;
}

div.tabs {
  border-bottom: 1px #efefef solid;
  padding: 5px 0;
}

div.tabs h3 {
  display: inline;
  padding: 5px 20px;
  background: #aaa;
  margin: 0 5px;
}

div.tabs h3.active {
  background: #efefef;
}

div.tabs h3 a {
  color: #eee;
}

div.tabs h3.active a {
  color: #333;
}

h3.sectionTitle {
  margin: 15px 0 10px;
}

#exceptionMessageBox {
  text-align: center;
  padding: 35px;
  border: 1px red solid;
  color: red;
  line-height: 180%;
  background: #FBEFEF;
}

#paginationControl {
  margin: 10px auto;
}

#paginationControl td {
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
}

#paginationControl td.pageLink {
  width: 30px;
}

#paginationControl td.pageLink a, #paginationControl.pageLink td span {
  background: #eee;
  padding: 3px 0;
  display: block;
  width: 30px;
  text-decoration: none;
  border-bottom: 2px #e5e5e5 solid;
}

#paginationControl td.pageLink a:hover {
  background: #f5f5f5;
}

#paginationControl td.selected span {
  background: #e5e5e5;
  padding: 3px 0;
  display: block;
  width: 30px;
  border-bottom: 2px #ddd solid;
}

.fileListTable {
  width: 100%;
  margin: 10px 0 20px 0;
}

.fileListTable th {
  text-align: center;
  padding: 3px;
  border-bottom: 1px #A3B7D9 solid;
  background: #E2E9F4;
}

.fileListTable tr td {
  text-align: center;
  padding: 3px;
  background: #fafafa;
}

.fileListTable tr.odd td {
  background: #eee;
}

.fileListTable tr.deleted td {
  text-decoration: line-through;
  color: #aaa;
}

.menuItem {
}

.menuItemLabel {
  font-size: 10pt;
}

.menuItemHiddenLabel {
  text-decoration: line-through;
}

.optionsContainer {
  padding-left: 10px;
}

#waitContainer {
  display: none;
  position: absolute;
  top: 200px;
  right: 200px;
  width: 300px;
  text-align: center;
}

#clientIndexFilterBox {
  background: #ddd;
  border: 1px #aaa solid;
  margin: 10px;
}

#clientIndexFilterBoxHeader {
  padding: 5px;
}

#clientIndexFilterBoxHeader a {
  font-weight: bold;
}

#clientIndexFilterBoxForm {
  padding: 5px;
}

#clientIndexFilterBoxForm div {
  display: inline;
  float: left;
  padding: 3px;
}

#clientIndexActionBox, #clientIndexCartBox {
  background: #ddd;
  border: 1px #aaa solid;
  margin: 10px;
}

#clientIndexActionBoxHeader, #clientIndexCartBoxHeader {
  padding: 5px;
}

#clientIndexActionBoxHeader a, #clientIndexCartBoxHeader a {
  font-weight: bold;
}

#clientIndexActionBoxForm, #clientIndexCartBoxForm {
  padding: 5px;
}

#num_of_clients_in_cart {
  font-weight: bold;
}

#search_cart_results {
  margin: 10px 0;
  background: #efefef;
  padding: 5px;
}

p.backLink {
  margin: 10px 0;
}

p.backLink a {
  font-size: 10pt;
}

table.autodromeSlots {
  width: 100%;
  margin: 0 auto;
  border: 0;
}

table.autodromeSlots th {
  background: #ddd;
  border-bottom: 1px #888 solid;
  padding: 3px;
  text-align: center;
  width: 100px;
}

table.autodromeSlots td {
  text-align: center;
  padding: 3px;
}

table.autodromeSlots tr.even td {
  background: #fafafa;
}

table.autodromeSlots tr.old td {
  text-decoration: line-through;
}

div.weeklySchedulerContainer {
  margin: 0 auto;
}

div.weeklySchedulerContainer .navigation {
  text-align: center;
  padding: 10px 0;
}

div.weeklySchedulerContainer .navigation a {
  margin: 0 20px;
}

div.weeklySchedulerContainer table {
  background: #aaa;
  width: 100%;
}

div.weeklySchedulerContainer table th {
  padding: 5px;
  background: #ddd;
  border-bottom: 2px #e38147 solid;
  width: 90px;
}

div.weeklySchedulerContainer table td {
  background: white;
  height: 40px;
}

div.weeklySchedulerContainer table td.active {
  background: white;
}

div.weeklySchedulerContainer table td.inactive {
  background: #eee;
}

div.weeklySchedulerContainer table td div {
  width: 100%;
  height: 100%;
  position: relative;
}

div.weeklySchedulerContainer table td.active div {
  cursor: pointer;
}

div.weeklySchedulerContainer table td div span {
  color: #777;
  font-size: 9pt;
}

div.weeklySchedulerContainer table td.active div span {
  font-weight: bold;
  color: #000;
}

div.weeklySchedulerContainer table td div p {
  margin: 5px 0 0 0;
  padding: 0;
  text-align: center;
}

div.weeklySchedulerContainer table td.inactive div p {
  font-style: italic;
  color: #777;
}

div.weeklySchedulerContainer table td.active div p {
  color: green;
}

button.orangeButton, dl.zend_form input.orangeButton, input.orangeButton {
  width: auto;
  padding: 3px 10px;
  font-weight: normal;
  background: #e38147;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #0e1b29 #0e1b29 #fff;
  color: #fff;
  overflow: visible;
}

button.grayButton {
  width: auto;
  padding: 3px 10px;
  font-weight: normal;
  background: #888;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #0e1b29 #0e1b29 #fff;
  color: #fff;
  overflow: visible;
}

div.boxContent dl.zend_form {
  text-align: left;
}

div.boxContent dl.zend_form div.formRow, dl.zend_form div.formRowMultiCheckbox {
  padding: 0;
  margin: 0 0 8px 0;
  border-width: 0;
  border-style: solid;
  border-color: #ddd;
  clear: left;
}

div.boxContent dl.zend_form div.formRowSubmit {
  padding-left: 200px;
}

.searchFormContainer div.boxContent dl.zend_form div.formRowSubmit {
  padding-left: 310px;
}

div.boxContent dl.zend_form div.formRow label {
  font-weight: normal;
  display: block;
  float: left;
  width: 200px;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  text-align: right;
  line-height: 26px;
}

div.boxContent dl.zend_form div.formRowCheckbox label {
  font-weight: normal;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  text-align: left;
}

div.boxContent dl.zend_form div.formRow label.required {
  font-weight: bold;
}

dl.zend_form div.formRowMultiCheckbox label.properLabel {
  font-weight: normal;
  display: block;
  float: left;
  width: 200px;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  text-align: right;
  line-height: 26px;
}

dl.zend_form div.formRowMultiCheckbox div.formRowMultiCheckboxInputs {
  float: left;
}

div.boxContent dl.zend_form div.formRow input {
  padding: 3px;
  width: 230px;
  border: 1px #90a7c0 solid;
  border-collapse: collapse;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
  background: #f2f2f2;
}

div.boxContent dl.zend_form div.formRow input:disabled {
  color: #aaa;
  border: 1px #9199A1 solid;
  background: #e2e2e2;
}

.orangeBoxContainer div.boxContent dl.zend_form div.formRow input {
  width: 242px;
}

div.boxContent dl.zend_form div.formRow textarea {
  border: 1px #90a7c0 solid;
  background: #f2f2f2;
  padding: 3px;
  width: 300px;
  height: 100px;
  overflow: auto;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
}

div.boxContent dl.zend_form div.formRow select {
  padding: 3px;
  width: 230px;
  border: 1px #90a7c0 solid;
  border-collapse: collapse;
  font: 13px Tahoma, Arial, 'Trebuchet Ms', FreeSans, sans-serif;
  background: #f2f2f2;
  margin-right: 2px;
}

.orangeBoxContainer div.boxContent dl.zend_form div.formRow select {
  width: 250px;
}

div.boxContent dl.zend_form div.formRow input.button {
  width: auto;
  padding: 3px 10px;
  font-weight: normal;
  background: #4375a9;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #0e1b29 #0e1b29 #fff;
  color: #fff;
  overflow: visible;
}

div.boxContent dl.zend_form div.formErrors {
  text-align: left;
  margin-left: 130px;
}

div.boxContent dl.zend_form div.formRowCheckbox div.formErrors {
  margin-left: 20px;
}

div.boxContent dl.zend_form div.formErrors ul.errors {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

div.boxContent dl.zend_form div.formErrors ul.errors li {
  color: red;
  padding: 0;
  margin: 0;
  font-size: 11px;
}

.tabsMenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabsMenu li {
  display: inline;
  margin: 0 5px;
  padding: 7px 5px 0 5px;
  background: #ddd;
}

.tabsMenu li.activeTab {
  background: #fff;
}

.tabsMenu li a {
  margin: 0;
  padding: 5px;
  font-size: 120%;
  color: #888;
}

.tabsMenu li.activeTab a {
  color: red;
}

#tabsContainer {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 12px;
  text-align: left;
}

div.tabContainer {
  padding: 0 5px 5px 5px;
  border-color: #000;
  border-width: 0;
  border-style: solid;
  margin: 0;
  position: relative;
  height: 100%;
}

div.tabContainer p {
  margin: 0 0 5px 0;
  line-height: 150%;
}

.buttonsContainer {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.courseDetailsList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.courseDetailsList li {
  margin: 5px 0;
  padding: 0;
}

.courseDetailsList li span {
  font-weight: bold;
}

.courseDetailsList li ul {
  list-style: disc;
  padding-left: 30px;
}

.courseDetailsList li ul li {
  padding-left: 0px;
}

#loginContainer {
  width: 685px;
  margin: 20px auto;
}

#loginTop {
  background: url(/media/mext/login_top_new.png) no-repeat;
  height: 101px;
  margin: 0;
  padding: 0;
}

#loginMain {
  background: url(/media/mext/login_bg.png) repeat-y;
  padding: 0 40px;
}

#loginBottom {
  background: url(/media/mext/login_bottom.png) no-repeat;
  height: 54px;
  margin: 0;
  padding: 0;
}

.form-table {
  width: 100%;
  background: #000;
  margin: 10px 0;
}

.form-table th {
  background: #777;
  padding: 3px;
  text-align: center;
  color: #fff;
}

.form-table td {
  background: #fff;
  padding: 3px;
  text-align: center;
  color: #000;
}

.form-table td input {
  width: auto;
}

#errorContainer {
  font-size: 120%;
  width: 500px;
  margin: 0 auto;
  background: #ffbdab url(/media/mext/warning.png) no-repeat 20px center;
  font-weight: bold;
  border: 2px red solid;
  padding: 20px 20px 20px 100px;
}

#errorContainer p {
  font-weight: normal;
  margin: 10px 0 0;
}

table#subtopicsTable {
}

table#subtopicsTable th {
  padding: 3px;
}

table#subtopicsTable td {
  padding: 3px;
}

table#subtopicsTable td input {
  font-size: inherit;
  width: 90px;
}

table#subtopicsTable th input {
  width: auto;
  vertical-align: bottom;
}

#elearningDialogButtons input {
  margin-left: 0.5em;
}

table.elearningTable {
  width: 100%;
  border: 1px #aaa solid;
  background: #fff;
}

table.elearningTable th {
  background: #ccc;
  padding: 3px;
}

table.elearningTable td {
  background: #dedede;
  padding: 3px;
}

table.details {
  width: 100%;
  background: #eee;
  border: 1px #dedede solid;
  border-collapse: separate;
  border-spacing: 1px;
  color: #333;
  margin: 1em 0;
}

table.details th {
  width: 25%;
  padding: 5px;
  background: #fbfbfb;
  text-align: right;
  vertical-align: middle;
  font-size: 90%;
  font-weight: normal;
}

table.details td {
  width: 25%;
  background: #f6f6f6;
  font-size: 100%;
  font-weight: bold;
  padding: 5px;
}

table.details td.positive {
  color: green;
}

table.details td.negative {
  color: red;
}

ul.notificationList {
  text-align: left;
}

ul.notificationList li {
  text-align: left;
  border-left: 3px orange solid;
  padding: 0.5em 1em;
  margin: 0.5em 0;
}

ul.notificationList li div.notificationContent {
  text-align: left;
  font-size: 9pt;
}

ul.notificationList li div.creationTime {
  text-align: right;
  font-size: 90%;
}
