/*  $Id: style.css,v 1.36 2011/09/21 16:20:48 mclark Exp $  */
/*  Copyright (C)2011 GORGES. All Rights Reserved.  */

/*  standard tags  */

body, p, td, th, div, h1, h2, h3, h4, h5, h6, layer {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
body, p, td, li, center, div {
  font-size: 10pt;
}
p {
  margin-top: 2px;
  margin-bottom: 8px;
}
h1 {
  font-size: 16pt;
  font-weight: bold;
  text-align: left;
}
h2 {
  font-size: 14pt;
  text-align: left;
}
h3 {
  font-size: 12pt;
}
form {
  padding: 0;
  margin: 0;
}
table {
  padding: 0;
  border: 0;
}
img {
  border: 0;
}
body, layer {
  color: #000000;
  margin: auto auto;
  padding: 0;
  background-color: #FFFFFF;
  min-width: 760px;
}

/*  links  */

a, a:link, a:visited, a:active {
  color:#0054A5;
  text-decoration: underline;
}
a:hover {
  color: #9E0B0E;
}
a img {
  border: 0;
}

/*  left-hand menu  */

.menu-left {
}
.menu-left a {
  display: block;
  background-color: #648EA0;
  margin-top: 6px;
  padding: 3px 0 3px 8px;
  border: 1px solid #989898;
  border-right: 4px solid #336574;
  font-size: 7pt;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
}
.menu-left a:hover {
  background-color: #336574;
  border-right-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
}

/*  buttons  */

button {
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bold;
  padding: 1px 11px 1px 11px;
  margin: 0 0 0 2em;
  background-color: #275B69;
}
button .active {
  color: #FFFFFF;
  background-color: #C30044;
  cursor: pointer;
}
button .active:hover, #button {
  color: #FFFFFF;
  background-color: #14323A;
  text-decoration: underline;
  cursor: pointer;
}
button .small, .small {
  font-size: 9pt;
  font-weight: normal;
  padding: 0 9px 0 9px;
  border-width: 1px;
}
button .mini, .mini{
  font-size: 8pt;
  font-weight: normal;
  padding: 0 7px 0 7px;
  border-width: 1px;
}
button .default {
  border-color: #333333;
}
button .disabled, button .disabled:link, button .disabled:hover, .disabled {
  color: #BBBBBB;
  background-color: #484848;
  cursor: default;
}
*html button {
  overflow: visible;
}

/*  select  */

.select-disabled {
  background-color: #CCCCCC;
}
.orphaned-label {
  font-style: italic;
}

/*  header classes  */

#wrapper {
  min-width: 820px;
  width: expression((document.body.clientWidth < 820) ? "820px" : "100%");
  margin: 18px 30px 0 30px;
}
#main {
}
#toptitle {
  font-size: 14pt;
  font-weight: bold;
  padding: 2px 40px 8px 10px;
}
#signbar {
  padding: 4px 0;
}
#signbar a, #signbar span {
  color: #FFFFFF;
  font-size: 8pt;
  font-weight: bold;
  padding: 4px 12px;
  background-color: #000000;
  text-decoration: none;
  border-right: 1px dotted #FFFFFF;
  cursor: pointer;
}
#signbar span {
  font-weight: normal;
  cursor: default;
}
#signbar a:hover {
  color: #FFFFFF;
  background-color: #A5191D;
  text-decoration: underline;
}
#content, #content p {
  font-size: 9pt;
}
#content h1 {
  font-size: 12pt;
  font-weight: bold;
  color: A5191D;
  text-align: center;
}
#content h2 {
  font-size: 11pt;
  margin: 0 0 0.5em 0;
  text-align: center;
}
#table-contents td {
  vertical-align: top;
}

/***  footer  ***/

#footer p {
  color: #818181;
  font-size: 11px;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

/***  icons  ***/

.icon {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: top left;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.icon:link, .icon:visited {
  padding: 0;
}
.icon:hover {
  background-position: top center;
  background-color: transparent;
  text-decoration: underline;
}
.icon-disabled {
  background-position:top right;
}
.icon-disabled:hover {
  background-position: top right;
  background-color: transparent;
  text-decoration: none;
}

/***  mask and bars  ***/

.mask {
  width: 100%;
  text-align: center;
  background-color: #FFAAAA;
}
.test {
  width: 100%;
  text-align: center;
  background-color: #AAAAFF;
  border-bottom: 1px solid black;
}

/***  module  ***/

.module {
  margin: 5px;
  padding-top: 1.5em;
}
.moduleHeading {
  line-height: 25px;
  /*height: 25px;*/
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #648D9F;
  padding-left: 6px;
}
.moduleHeading a, .moduleHeading a:visited {
  color: #fff;
  text-decoration: none;
  font-style: italic;
  margin-bottom: 2px;
}
.moduleHeading a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.moduleContent {
  border: 2px solid #666666;
  padding: 0;
  margin: 0;
}
.module .list div {
  margin: 0;
  padding: 3px 0 3px 22px;
  text-indent: -17px;
  border-bottom: 1px solid #CCEECC;
}
.module .list .toggle {
  background-color: #FFFFE3;
}
.module .links a {
  font-style: italic;
  margin-right: 8px;
}

/***  tables  ***/

.table-admin {
  padding: 0;
  margin: 0;
}
.table-admin th {
  font-size: 10pt;
  font-weight: bold;
  padding: 0 4px 0 4px;
}
.table-admin th a {
/*  color: #000000; */
	color: #0054A5;
  text-decoration: none;
}
.table-admin th a:hover, .table-admin th a:active {
  color: #0054A5;
  text-decoration: underline;
}
.table-admin td {
  font-size: 9pt;
  padding: 1px 3px 1px 3px;
}
.table-admin td label {
  font-style: italic;
}
.table-divider {
  border-top: 1px solid #DDDDDD;
}
.table-border th {
  border-bottom: 1px solid #CCCCCC;
}
.table-border td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.table-noborder, .table-noborder th, .table-noborder td {
  border-right: 0;
}
.table-nopadding th, .table-nopadding td {
  padding: 0;
}
.table-row-divider td {
  border-bottom: 1px solid #DDDDDD;
}
.table-navigation * {
  font-size: 9pt;
}
.table-navigation td {
  padding-top: 0;
  padding-right: 2px;
  padding-bottom: 0;
  padding-left: 2px;
}
.table-navigation td.icons {
  padding-left: 2em;
  white-space: nowrap;
}
.table-navigation td.page {
  padding-left: 2em;
}
.table-navigation td.buttons {
  padding-left: 2em;
}
.table-toggle {
  background-color: #F0F0F0;
}
.table-section {
  font-weight: bold;
}
.table-module th, .table-module td {
  padding-left: .5em;
}
.table-module th {
  border-bottom: 1px solid gray;
}
.table-module th, .table-module td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 4px;
  border-bottom: 1px solid #F3F3F3;
}
.table-module .label {
  font-style: plain;
  padding-left: 20px;
  padding-right: 2px;
  margin-right: 4px;
  background-color: #F0F0F0;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
.table-module td.links {
  white-space: nowrap;
}
.table-sponsor {
  width: 100%;
  margin: 10px 20px;
}
.table-sponsor td {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.table-sponsor div {
  border: 1px solid #275B69;
  padding: 10px 20px;
}
.table-classes {
  border-bottom: 1px solid gray;
}
.table-classes th {
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid gray;
}
.table-classes td {
  padding: 3px 8px;
}
.table-classes td a {
  text-decoration: none;
}
.table-events th {
  border-bottom: 1px solid #CCCCCC;
}
.table-events td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.table-links td a {
  color: black;
  text-decoration: none;
}
.table-links td a:hover {
  text-decoration: underline;
}
.table-scholarships th {
  font-size: 11pt;
}
.table-scholarships td {
  font-size: 11pt;
  padding-left: 8px;
  padding-right: 8px;
}
.course-desc {
  padding: 4px 20px 20px 20px;
  font-size: 9pt;
  text-align: justify;
  /*border-top: 1px solid #CCCCCC;*/
}

/***  sortable lists  ***/

.listsort ul {
  list-style-type: none;
}
.listsort li {
  list-style: none;
  border: 1px solid gray;
  cursor: move;
  position: relative;
  border: 1px solid #3A3A3A;
  margin: 3px 60px 1px 0;
  padding: 1px 8px 0 8px;
  text-align: left;
  color: #000000;
  background-color: #BEE4FF;
}

/*  reports  */

.report-title img {
  float: left;
  margin-bottom: 4px;
  margin: 6px 24px 6px 10px;
}
.report-title div {
  font-size: 18pt;
  font-weight: bold;
  padding-top: 20px;
}
.report-header {
  clear: both;
  border-top: 1px solid #E7E7D7;
  border-bottom: 1px solid #E7E7D7;
  margin-bottom: 1em;
}
.report-header th {
  text-align: right;
  padding: 2px 6px 2px 6px;
  white-space: nowrap;
  font-weight: normal;
  font-style: italic;
  background-color: #FFFFE3;
  vertical-align: middle;
  border-top: 1px solid #E7E7D7;
}
.report-header th:after {
  content: ":";
}
.report-header td {
  padding: 4px 8px;
}

/*  special links  */

#pagetext a {
  text-decoration: underline;
}
.link {
  font-size: .8em;
  font-weight: bold;
  text-decoration: none;
  margin-left: 12px;
  vertical-align: 15%;
}
.checkbox {
  white-space: nowrap;
  padding-right: 12px;
}
.checkbox input {
  padding: 0;
  margin: 0 4px 0 0;
}
.calendar {
  cursor: pointer;
  vertical-align: bottom;
  margin-left: 2px;
}

/*   calendar bar   */

.bar td {
  width: 100%;
  height: 4px;
  vertical-align: middle;
}

/*   documents   */

#documents h3 {
  margin: 1.5em 0 0 0;
}
#documents p {
  margin-top: .5em;
}
#documents dl {
  margin: 0 0 1em 0;
}
#documents dt {
  font-weight: bold;
  margin-top: .5em;
  margin-left: 2em;
}
#documents dd {
  margin: 0 4em 1em 4em;
}

/*   other   */

.important-message {
  color: #DF0000;
  font-weight: bold;
  font-size: 1.2em;
}

/*   tooltips   */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/*   misc   */

.sponsor_logo {
  text-align: center;
  margin-top: 4px;
}

.moduleContent .personDates {
  text-align: center;
  margin-bottom: 4px;
}
