/* HTML ELEMENTS */

body {
background-color: #FFFFFF;
background-image: url('/images/bg.jpg');
background-position: top;
background-repeat: repeat-x;
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #39341b;
font-size: 11px;
text-align: left;
line-height: 1.2;
}

div, form {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
padding: 0px;
margin: 20px 0px 20px 0px;
color: #000000;
font-size: 18px;
}

h2 {
font-size: 14px;
margin: 0px 0px 20px 0px;
}

h2 a  {
text-decoration: none;
}

h2.promo {
font-size: 12px;
background-image: url('/images/title-h2-bg.gif');
background-position: 100% 0%;
background-repeat: no-repeat;
padding: 5px 10px 40px 0px;
margin: 20px 0px 0px 0px;
color: #FFFFFF;
text-align: right;
}

h2.promo a, h2.promo a:visited, h2.promo a:hover {
color: #FFFFFF;
text-decoration: none;
}

h3 {
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
background-repeat: no-repeat;
background-position: top left;
padding: 23px 10px 10px 35px;
margin: 0px 0px 10px 0px;
}

h3.math {
color: #C27501;
background-image: url('/images/title-activities-math-bg.jpg');
}

h3.science {
color: #C27501;
background-image: url('/images/title-activities-science-bg.jpg');
}

h3.general {
color: #C27501;
background-image: url('/images/title-activities-general-bg.jpg');
}

h3.guides {
color: #C27501;
background-image: url('/images/title-guides-bg.jpg');
}

h3.forums {
color: #C27501;
background-image: url('/images/title-forums-bg.jpg');
}

h3.courses {
color: #C27501;
background-image: url('/images/title-courses-bg.jpg');
}

input, textarea {
border: 1px solid #84775c;
background-color: #fefef8;
font-size: 11px;
}

select {
font-size: 11px;
background-color: #fbf9f6;
}

input.clear {
border: none;
background-color: transparent;
}

img {
border: 0px;
}

img[align="middle"] {
vertical-align: middle;
}

a {
color: #12264A;
}

a:visited {
color: #12264A;
}

a:hover {
color: #12264A;
text-decoration: none;
}

p {
margin: 10px 0px 10px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
list-style-position: outside;
margin: 10px 0px 0px 10px;
padding: 0px;
}

li {
list-style: disc;
list-style-image: none;
margin: 0px;
padding: 0px 0px 10px 0px;
}

ol li {
list-style: decimal;
}

label {
font-size: 11px;
}


fieldset {
padding: 10px 20px 10px 20px;
margin: 0px 0px 10px 0px;
}


div.clearer {
clear: both; 
margin: 0px;
padding: 0px;
height: 0px;
line-height: 0px;
}

/* SPECIAL CLASSES AND IDS */

a.imageHighlight:hover {
background: transparent;
}

a.imageHighlight img {
border: 2px solid #7096C7;
padding: 2px;
}

a.imageHighlight:visited img {
border: 2px solid #8BA1BC;
}  

a.imageHighlight:hover img,
a.imageHighlight:active img {
border: 2px solid #DCCDA4;
}

.rowlight {
background-color: transparent;
}

.rowdark {
background-color: #F0F0D9;
}

.rowdark td, .rowlight td {
border-bottom: 1px solid black;
}

ul.nav-list {
margin: 0px 0px 0px 0px;
padding: 0px;
list-style-type: none;
}

ul.nav-list li {
margin: 0px;
padding: 0px;
display: inline;
}

ul.nav-list li a, ul.nav-list li a:visited {
display: block;
margin: 0px;
padding: 4px 4px 4px 20px;
background-image: url('/images/bullet-big.gif');
background-repeat: no-repeat;
background-position: 1% 50%;
text-decoration: none;
border-bottom: 1px solid #BBCBE0;
}

ul.nav-list li a:hover {
background-color: #DDDDB9;
}

ul.nav-list li a.disabled {
color: #727F96;
background-image: url('/images/bullet-big-disabled.gif');
background-color: transparent;;
}


.learn-more a, .learn-more a:visited {
margin: 0px;
padding: 1px 4px 1px 20px;
background-image: url('/images/bullet-big.gif');
background-repeat: no-repeat;
background-position: 5px 50%;
width: 100px;
text-decoration: none;
border: 1px solid #BBCBE0;
background-color: #FFFFFF;
font-size: 10px;
}

.learn-more a:hover {
background-color: #e8f4f2;
}


.insights {
margin: 0px;
}

.insights p {
margin: 0px 0px 5px 0px;
}

.insights-header {
font-size: 13px;
color: white;
font-weight: bold;
background-color: #5B7DAF;
padding: 4px 6px 4px 6px;
background-image: url('/images/insights-bg.gif');
background-repeat: no-repeat;
background-position: 100% 50%;
}

.insights-header em {
color: #C3DBFF
}

.insights-content {
background-color: white;
padding: 6px;
border: 1px solid #5B7DAF;
}

.insights-author {
color: #C08300;
font-weight: bold;
}

.insights-readmore a, .insights-readmore a:visited {
display: block;
margin: 0px;
padding: 4px 4px 4px 20px;
font-size: 12px;
font-weight: bold;
background-image: url('/images/bullet-big.gif');
background-repeat: no-repeat;
background-position: 1% 50%;
text-decoration: none;
color: #14284B;
}

.insights-readmore a:hover {
text-decoration: underline;
}

.activities_criteria {
font-weight: bold;
color: #5A595A;
}

.activities-listing {
}

.unavailable {
color: #aeae82;
}

/* comments */

.comment, .commentAuthor {
border: 1px solid #c1c18b;
font-size: 10px;
padding: 1px;
margin-bottom: 16px;
}

.comment .commentTop, .commentAuthor .commentTop {
padding: 4px;
font-size: 11px;
background-color: #ececd5;
overflow: hidden;
word-wrap: break-word; /* non standard explorer fix */
}

.comment .commentTopDate, .commentAuthor .commentTopDate {
width: auto;
text-align: right;
font-size: 10px;
}

.comment .commentTopName, .commentAuthor .commentTopName {
width: auto;
float: left;
font-size: 11px;
}

.comment .commentTopName a, .comment .commentTopName a:visited, .commentAuthor .commentTopName a, .commentAuthor .commentTopName a:visited {
font-weight: bold;
text-decoration: none;
}

.comment .commentTopName a:hover, .commentAuthor .commentTopName a:hover {
}

.comment .commentText, .commentAuthor .commentText {
padding: 4px;
font-size: 11px;
background-color: #fefef8;
overflow: hidden;
word-wrap: break-word; /* non standard explorer fix */
}

.commentAuthor {
border: 1px solid #9fcba2;
}

.commentAuthor .commentTop {
background-color: #dff1e0;
}

.commentAuthor .commentText {
background-color: #f4fcf4;
}

.pagination {
margin: 20px 0px 20px 0px;
font-size: 11px;
text-align: left;
}

/* PAYPAL */

.paypal {
margin: 0px;
font-size: 14px;
font-weight: bold;
}

.paypal form, .paypal table, .paypal td {
margin: 0px;
padding: 0px;
font-size: 14px;
}

.paypal table {
margin-bottom: 10px;
}

.paypal input, .paypal select {
font-size: 14px;
}

.paypal input[type=image] {
border: none;
margin-left: 3px;
}

/* language menu */

form.languages {
font-size: 10px;
}

form.languages select {
font-size: 10px;
}

/* help buttons */

img.tooltip-icon {
cursor: help;
}

.tooltip {
position: relative;
display: inline;
width: 0px;
height: 0px;
}

.tooltiptext {
display: none;
position: absolute;
bottom: 30px;
left: -30px;
width: 300px;
color: #000000;
padding: 5px;
font-size: 11px;
background-color: #e8fde8;
border: 1px solid #000000;
text-align: left;
}



/* LAYOUT */

#top-menu {
background-image: url('/images/top-menu.jpg');
background-repeat: no-repeat;
background-color: #7095C6;
}

#top-menu-text {
text-align: left;
padding: 4px 3px 0px 8px;
}

#top-menu-text, #top-menu-text a, #top-menu-text a:visited, #top-menu-text a:hover {
font-size: 10px;
color: white;
font-weight: bold;
}

#top-menu-text a, #top-menu-text a:visited {
text-decoration: none;
}

#top-menu-text a:hover {
text-decoration: underline;
}

#column {
}

#column-text {
text-align: left;
}

ul#main-menu {
margin: 0px 0px 10px 0px;
padding: 3px 0px 0px 0px;
list-style-type: none;
}

ul#main-menu li {
margin: 0px;
padding: 0px;
display: inline;
}

#main-menu a, #main-menu a:visited, #main-menu a:hover {
display: block;
font-size: 10px;
font-weight: bold;
background-color: #12264a;
background-image: url('images/main-menu-bullet1.gif');
background-repeat: no-repeat;
background-position: 5px 50%;
color: #FFFFFF;
text-decoration: none;
padding: 4px 4px 4px 16px;
margin: 0px;
border-bottom: 1px solid #E2E6F1;
}

#main-menu a:hover {
background-color: #33486f;
}

#main-menu a.main-menu-selected, #main-menu a.main-menu-selected:visited {
background-image: url('images/main-menu-bullet-open.gif');
background-color: #6486c5;
}

#main-menu a.main-menu-selected:hover {
background-color: #7096c7;
}


ul#main-menu-sub1 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
}

ul#main-menu-sub1 li {
margin: 0px;
padding: 0px;
display: inline;
}

#main-menu-sub1 a, #main-menu-sub1 a:visited, #main-menu-sub1 a:hover {
display: block;
font-size: 10px;
font-weight: normal;
background-color: #4a6aa6;
background-image: url('images/main-menu-bullet2.gif');
background-position: 13px 50%;
color: #FFFFFF;
text-decoration: none;
padding: 4px 4px 4px 24px;
margin: 0px;
border-bottom: 1px solid #E2E6F1;
}

#main-menu-sub1 a:hover {
background-color: #7096c7;
}


#body-top {
background-image: url('/images/body-top.gif');
background-repeat: no-repeat;
background-color: #12264A;
}

#body-top-text {
color: #FFFFFF;
padding: 15px 10px 0px 20px;
text-align: left;
}

#body-top-text h1 {
color: #FFFFFF;
font-size: 11px;
font-weight: normal;
margin: 0px;
padding: 0px;
}

#body-top-text h1 strong {
color: #dccda4;
}

#body-content {
background-color: #FBFBE5;
border-left: 1px solid #2D456F;
width: 563px;
}

#body-path {
background-image: url('/images/path-bg.gif');
background-repeat: repeat-x;
background-position: bottom;
background-color: #fdfdf5;
margin: 0px 0px 0px 1px;
}

#body-path-text {
text-align: left;
color: #485E84;
font-size: 9px;
padding: 5px 10px 10px 20px;
}

#body-path-text a, #body-path-text a:visited {
color: #485E84;
text-decoration: underline;
}

#body-path-text a:hover {
color: #214788;
text-decoration: none;
}

#body-content-text {
padding: 20px;
text-align: left;
}

#body-right {
background-image: url('/images/body-right-bg.gif');
background-repeat: repeat-y;
background-color: #FFFFFF;
}

#footer {
text-align: center;
color: #858585;
font-size: 10px;
padding: 0px 0px 10px 0px;
}

#footer a, #footer a:visited {
color: #858585;
}

