html * {
  margin: 0;
  padding: 0; }

body {
  background: url('/images/background.png') left top repeat-x;
  color: #333333;
  font-family: Arial,Verdana,Arial,Helvetica,Sans-Serif;
  font-size: 10pt; }

p {
  margin: 0 0 10px; }

h1 {
  font-family: Georgia , Times, Serif;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 10px 0 0; }
  h1 a, h1 a:hover {
    text-decoration: none;
    line-height: 0.9em; }

h2 {
  margin: 5px 0 10px; }
  h2 a, h2 a:hover {
    text-decoration: none;
    line-height: 0.9em; }

a img {
  border: none;
  text-decoration: none; }

a {
  color: #125992;
  text-decoration: none; }

a:hover {
  color: #125992;
  text-decoration: underline; }

a.no_underline {
  text-decoration: none; }

textarea {
  width: 500px; }

.float_right {
  float: right; }

.float_left {
  float: left; }

.clearing {
  clear: both; }

#page {
  width: 905px;
  margin: 0 auto; }

.dotted_line {
  height: 1px;
  background: url('/images/dotted_line.png') left top repeat-x; }

.margin_before {
  margin: 5px 0 0 0; }

.big_gap {
  margin: 40px 0 0; }

#inner_header {
  margin: 0;
  height: 145px; }
  #inner_header #gl_company_logo {
    float: left;
    background: url('/images/gl_logo.png') left top no-repeat;
    width: 440px;
    height: 125px;
    margin: 10px 0; }
  #inner_header #company_logo {
    float: left;
    background: url('/images/logo.png') left top no-repeat;
    width: 440px;
    height: 113px;
    margin: 0 0 0 0; }

#inner_footer {
  background: #212121;
  padding: 7px 24px;
  margin: 0 0 10px 0;
  color: #fbfbfb;
  font-size: 0.8em;
  font-family: Georgia , Times, Serif; }
  #inner_footer a {
    color: #125992; }
  #inner_footer .float_right {
    margin: 0 0 0 20px; }
  #inner_footer .float_left {
    margin: 0 20px 0 0; }
  #inner_footer .centred_links {
    text-align: center; }
    #inner_footer .centred_links a {
      margin: 0 25px 0 0;
      color: #fbfbfb;
      text-decoration: none; }

#content {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-top: none;
  min-height: 400px;
  padding: 16px;
  margin: 0; }

.flash {
  margin: 0 10px 10px;
  border: solid 1px #e66813;
  padding: 5px;
  background: #f6a855; }

#menu_tabs {
  height: 41px;
  width: 905px;
  font-family: "Georgia", Times, Serif;
  font-weight: normal;
  font-size: 0.9em;
  background: url('/images/tab_bar_background.png') left top repeat-x; }
  #menu_tabs .left_tab_stop {
    width: 10px;
    height: 41px;
    background: url('/images/tab_bar_left.png') left top no-repeat;
    float: left; }
  #menu_tabs .right_tab_stop {
    width: 10px;
    height: 41px;
    background: url('/images/tab_bar_right.png') left top no-repeat;
    float: right; }
  #menu_tabs ul {
    margin: 0;
    text-align: center; }
    #menu_tabs ul li {
      display: inline;
      list-style-image: none;
      list-style-type: none; }
      #menu_tabs ul li a {
        color: white;
        display: block;
        float: left;
        font-size: 1.3em;
        height: 25px;
        padding: 11px 10px 0;
        margin: 5px 0 0 0;
        text-decoration: none; }
    #menu_tabs ul .start_of_tab {
      float: left;
      width: 7px;
      height: 36px;
      margin: 5px 0 0; }
    #menu_tabs ul .end_of_tab {
      float: left;
      width: 7px;
      height: 36px;
      margin: 5px 0 0; }

.selected.events a {
  background: url('/images/tabs/events.png') left top repeat-x; }
.selected.events .start_of_tab {
  background: url('/images/tabs/events_start.png') left top no-repeat; }
.selected.events .end_of_tab {
  background: url('/images/tabs/events_end.png') left top no-repeat; }

.selected.resources a {
  background: url('/images/tabs/resources.png') left top repeat-x; }
.selected.resources .start_of_tab {
  background: url('/images/tabs/resources_start.png') left top no-repeat; }
.selected.resources .end_of_tab {
  background: url('/images/tabs/resources_end.png') left top no-repeat; }

.selected.home a {
  background: url('/images/tabs/home.png') left top repeat-x; }
.selected.home .start_of_tab {
  background: url('/images/tabs/home_start.png') left top no-repeat; }
.selected.home .end_of_tab {
  background: url('/images/tabs/home_end.png') left top no-repeat; }

.selected.about_us a {
  background: url('/images/tabs/about_us.png') left top repeat-x; }
.selected.about_us .start_of_tab {
  background: url('/images/tabs/about_us_start.png') left top no-repeat; }
.selected.about_us .end_of_tab {
  background: url('/images/tabs/about_us_end.png') left top no-repeat; }

.row {
  margin: 10px 0 20px 0;
  display: block; }
  .row label {
    display: block;
    margin: 0 0 5px 0; }
  .row .fieldWithErrors textarea {
    border: solid 1px red; }
  .row .fieldWithErrors input {
    border: solid 1px red; }
  .row .fieldWithErrors label {
    color: red; }

.errorExplanation ul {
  margin: 0 0 0 20px; }

.gl_signin_box {
  float: right;
  width: 220px;
  height: 108px;
  margin: 5px 0 0;
  font-family: Georgia , Times, Serif; }
  .gl_signin_box label {
    display: inline;
    float: right;
    text-align: right;
    margin: 0 5px 0 0; }
  .gl_signin_box input {
    border: 1px solid #cccccc;
    width: 155px;
    float: right; }
  .gl_signin_box input.button {
    border: none;
    width: auto; }
  .gl_signin_box input.button:hover {
    text-decoration: underline; }
  .gl_signin_box .button {
    border: none;
    background: #e5e5e5;
    padding: 3px;
    font-family: Georgia , Times, Serif;
    color: #125992;
    float: right;
    cursor: pointer; }
  .gl_signin_box .row {
    margin: 5px 0; }

.download_fields {
  border: 1px solid #cccccc;
  padding: 10px; }

#pre_content {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0px;
  color: white; }
  #pre_content h1 {
    margin: 0;
    padding: 0; }
  #pre_content .global_learners_resources {
    padding: 10px;
    background: url('/images/pre_content/gl_resources.png') left top repeat-x; }
  #pre_content .global_learners_events {
    padding: 10px;
    background: url('/images/pre_content/gl_events.png') left top repeat-x; }
  #pre_content .global_learners_about_us {
    padding: 10px;
    background: url('/images/pre_content/gl_about_us.png') left top repeat-x; }

.column_header {
  background: #212121;
  color: white;
  height: 42px; }
  .column_header .left {
    background: url('/images/column_header_left.png') left top no-repeat;
    width: 5px;
    height: 42px;
    float: left; }
  .column_header .right {
    background: url('/images/column_header_right.png') left top no-repeat;
    width: 5px;
    height: 42px;
    float: right; }
  .column_header .column_header_name {
    padding: 12px 10px 0;
    float: left;
    font-size: 1.2em; }

.upload_a_file_button {
  background: #009 url('/images/buttons/upload_button.png') left top no-repeat;
  width: 128px;
  height: 42px; }
  .upload_a_file_button a {
    height: 27px;
    width: 118px;
    display: block;
    padding: 15px 0 0 10px;
    text-decoration: none;
    color: #fff; }

.create_an_event_button {
  background: #009 url('/images/buttons/event_button.png') left top no-repeat;
  width: 140px;
  height: 42px; }
  .create_an_event_button a {
    height: 30px;
    width: 130px;
    display: block;
    padding: 12px 0 0 10px;
    text-decoration: none;
    color: #fff; }

.signup_button {
  background: blue url('/images/buttons/signup_button.png') left top no-repeat;
  height: 33px;
  width: 206px;
  padding: 11px 0 0 18px; }
  .signup_button a {
    color: white;
    font-size: 16px;
    text-decoration: none; }

.two_column_layout .column_one {
  float: left;
  width: 140px; }
.two_column_layout .column_two {
  float: right;
  width: 700px; }

.three_column_layout .column_one {
  width: 150px;
  height: 1px;
  float: left; }
.three_column_layout .column_two {
  float: left;
  width: 500px;
  margin: 0 5px; }
.three_column_layout .column_three {
  float: right;
  width: 200px;
  margin: 5px; }

.alternative_background {
  background: #eaeaea;
  float: left; }

.table_of_items .header_row {
  font-family: "Georgia", "Times", Serif;
  color: #333333; }
.table_of_items .resources_column_one {
  padding: 10px 0;
  float: left;
  width: 75px; }
.table_of_items .resources_column_two {
  padding: 10px 0 10px 10px;
  float: left;
  font-family: "Georgia", "Times", Serif;
  width: 365px; }
.table_of_items .resources_column_three {
  padding: 10px 0;
  float: left;
  font-family: "Georgia", "Times", Serif;
  width: 130px; }
.table_of_items .resources_column_four {
  padding: 10px 0;
  float: left;
  font-family: "Georgia", "Times", Serif;
  width: 120px; }
.table_of_items .resource_column_one {
  padding: 10px 0;
  float: left;
  width: 75px;
  display: block; }
.table_of_items .resource_column_two {
  padding: 10px 0 10px 10px;
  float: left;
  font-family: "Georgia", "Times", Serif;
  width: 360px; }
.table_of_items .resource_column_three {
  padding: 10px 0;
  float: left;
  font-family: "Georgia", "Times", Serif;
  width: 255px; }
.table_of_items .events_column_one {
  padding: 10px 0;
  float: left;
  width: 75px; }
.table_of_items .events_column_two {
  padding: 10px 0 10px 10px;
  float: left;
  font-family: "Georgia", "Times", Serif;
  width: 365px; }
.table_of_items .events_column_three {
  padding: 10px 0;
  float: left;
  font-family: "Georgia", "Times", Serif;
  width: 130px; }
.table_of_items .events_column_four {
  padding: 10px 0;
  float: left;
  font-family: "Georgia", "Times", Serif;
  width: 120px; }
.table_of_items .event_column_one {
  padding: 10px 0;
  float: left;
  width: 75px;
  display: block; }
.table_of_items .event_column_two {
  padding: 10px 0 10px 10px;
  float: left;
  font-family: "Georgia", "Times", Serif;
  width: 360px; }
.table_of_items .event_column_three {
  padding: 10px 0;
  float: left;
  font-family: "Georgia", "Times", Serif;
  width: 255px; }

.big_download_link {
  text-align: center;
  font-size: 0.75em;
  color: #333333; }
  .big_download_link span.download_icon {
    display: block;
    text-align: center;
    width: 17px;
    height: 16px;
    margin: 5px auto 0; }
  .big_download_link span.big_icon {
    display: block;
    text-align: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 8px; }

.date_button {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  color: white; }
  .date_button .day_of_month {
    text-align: center;
    width: 58px;
    font-size: 2em; }
  .date_button .month {
    text-align: center;
    width: 58px;
    font-size: 0.9em; }
  .date_button .monday {
    background: #678 url('/images/day_of_week/monday.png') left top no-repeat;
    height: 53px;
    padding: 5px 0 0 0; }
  .date_button .tuesday {
    background: #678 url('/images/day_of_week/tuesday.png') left top no-repeat;
    height: 53px;
    padding: 5px 0 0 0; }
  .date_button .wednesday {
    background: #678 url('/images/day_of_week/wednesday.png') left top no-repeat;
    height: 53px;
    padding: 5px 0 0 0; }
  .date_button .thursday {
    background: #678 url('/images/day_of_week/thursday.png') left top no-repeat;
    height: 53px;
    padding: 5px 0 0 0; }
  .date_button .friday {
    background: #678 url('/images/day_of_week/friday.png') left top no-repeat;
    height: 53px;
    padding: 5px 0 0 0; }
  .date_button .saturday {
    background: #678 url('/images/day_of_week/saturday.png') left top no-repeat;
    height: 53px;
    padding: 5px 0 0 0; }
  .date_button .sunday {
    background: #678 url('/images/day_of_week/sunday.png') left top no-repeat;
    height: 53px;
    padding: 5px 0 0 0; }

.individual_download_link {
  margin: 0 0 10px; }
  .individual_download_link .medium_icon {
    width: 29px;
    height: 29px;
    margin: 0 auto 8px;
    float: left; }
  .individual_download_link .filename {
    float: left;
    padding: 5px 0 0 5px; }
  .individual_download_link .file_size {
    margin: 5px 0 0 10px;
    color: #666666;
    float: left; }

.event_title {
  font-size: 1.2em;
  margin: 0 0 5px 0; }

.resource_title {
  font-size: 1.2em;
  margin: 0 0 5px 0; }

ul.table_of_items {
  margin: 0;
  border-top: 1px solid #999; }
  ul.table_of_items li {
    list-style-image: none;
    list-style-type: none;
    border-bottom: 1px solid #999;
    padding: 5px 0 7px; }

.admin_box a {
  display: block; }

.banner_for_global_learners {
  height: 229px;
  display: none;
  width: 866px;
  background: url('/images/banners/gl_homepage_banner.jpg') left top no-repeat; }
  .banner_for_global_learners .banner_text {
    margin: 20px 20px 0 0;
    float: right;
    color: white;
    font-size: 2em;
    width: 444px; }

.long_shadow {
  display: none;
  height: 30px;
  margin: 0 0 15px;
  background: url('/images/long_shadow.png') left top no-repeat; }

.medium_button {
  margin: 0 0 12px;
  display: block; }
  .medium_button a {
    display: block;
    width: 195px;
    height: 131px;
    text-decoration: none; }
  .medium_button a.learning_resources_button {
    background: url('/images/buttons/medium_learning_resources_button.png') left top no-repeat; }
  .medium_button a.events_button {
    background: url('/images/buttons/medium_events_button.png') left top no-repeat; }

.big_button {
  margin: 0 0 12px;
  display: block; }
  .big_button a {
    display: block;
    width: 274px;
    height: 184px;
    text-decoration: none; }
  .big_button a.learning_resources_button {
    background: url('/images/buttons/big_learning_resources_button.png') left top no-repeat; }
  .big_button a.events_button {
    background: url('/images/buttons/big_events_button.png') left top no-repeat; }

.two_column_wide_layout .column_one {
  float: left;
  width: 283px;
  border-right: dotted 1px #4b545b; }
.two_column_wide_layout .column_two {
  float: right;
  width: 579px; }

