﻿/*
 * Extra styles for Intuition.
 */
html {
    overflow-y: scroll
}
div.rounded
{
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
/*
 * Login box styling.
 */
div#login-box
{
    margin-top: 1.75em;
    min-width: 160px;
}
div#login-box input[type="text"],
div#login-box input[type="password"]
{
    margin-top: 2px;
    padding: 5px;
}
div#login-box label
{
    font-weight: bold;
}
/*
 * Lost password
 */
.lost-password input[type="text"],
.lost-password input[type="password"]
{
    padding: 5px;
}
.lost-password input[type="text"][disabled="disabled"],
.lost-password input[type="password"][disabled="disabled"] 
{
    color: #666666;
    background: #d4d0c8;
}

/*
 * Table used for formatting purposes only - and only where css isn't up
 * to the job.
 */
table.format th,
table.format td
{
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
table.layout table.align-middle td,
div.IntuitionForm table.align-middle td
{
    vertical-align: middle;
}
table.FullWidth {
    width: 100%
}
table.HighlightRows tr:hover td
{
	background: #f4fff4;
}
table.Details th,
table.Details td
{
    vertical-align: top;
}
table.summary img
{
    vertical-align:middle;
}
table.summary a
{
    white-space: nowrap;
}
table.layout table.summary td
{
    padding-left: 0.25em;
}
table.layout table.summary td:first-child
{
    padding-left: 0;
}
table.layout table.summary td.indent1
{
    padding-left: 16px;
}
table tr.highlight
{
    box-shadow: 
        1px 1px 2px #9dd6c6, 
        1px -1px 2px #9dd6c6, 
        -1px 1px 2px #9dd6c6, 
        -1px -1px 2px #9dd6c6;
}
table tr.highlight td
{
    box-shadow: none;
}
table.audit-trail p
{
    padding-top: 0;
    margin-top: 0;
}
table.audit-trail td p:last-child
{
    padding-bottom: 0;
    margin-bottom: 0;
}
.center 
{
    text-align:center;
}
.justified 
{
    text-align:justify;
}
.right
{
    text-align:right;
}
div.col-right-left-full
{
    width: 659px;
    width: 625px;
    margin:0; padding:0;
}
div.col-right-left-full
{
    border-left: solid 25px white;
}
div.col-right-left-full h1
{
    color:#00492c;
    margin:0 0 10px 0;
}
div.col-right-left-full h2
{
    color:#00492c;
    margin:10px 0 10px 0;
    font-weight:normal;
    font-size:150%;
}
div.col-right-left-full h3
{
    color:#00492c;
    margin:10px 0 10px 0; 
    font-weight:bold; 
    font-size:120%;
}
div.col3
{
    float:left;
    width:282px;
}
div.col3 h1 { color:#00492c; margin:0 0 10px 25px; }
div.col3 h2 { color:#00492c; margin:10px 0 10px 25px; font-weight:normal; font-size:150%; }
div.col3 h3 { color:#00492c; margin:10px 0 10px 25px; font-weight:bold; font-size:120%; }
div.col3 ul { padding:0; margin:0 0 0 25px; }
div.col3 ul li { list-style: disc; text-decoration: none; margin:10px 20px; }

div.col3 div.indent
{
    border-left: solid 25px white;
}
div.table
{
    display: table;
}
div.table-row
{
    display: table-row;
}
div.table-cell
{
    display: table-cell;
}
/*
 * Quarter width.
 */
div.table-cell4
{
    width: 190px;   /* Take padding into account */
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
div.col4indent
{
/*
    border-left: solid 10px white;
*/
    padding-left: 10px;
}
div.shaded-box table
{
    margin: 0 0 0 0;
}
div.shaded-box table.gap-above {
    margin-top: 10px;
}
.gap-below {
    margin-bottom: 10px;
}
div.boxed {
    border: 1px solid #cccccc;
    padding: 10px;
}
div.boxed p {
    margin: 0;
}
div.boxed h1 {
    margin: 0 0 0 0;
}
/*
 * Narrative - vertically centered headings.
 */
div.narrative h1,
div.narrative h2,
div.narrative h3,
div.narrative h4,
div.narrative h5,
div.narrative h6
{
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
    border: none 0;
}
div.narrative div.boxed h1,
div.narrative div.boxed h2,
div.narrative div.boxed h3,
div.narrative div.boxed h4,
div.narrative div.boxed h5,
div.narrative div.boxed h6
{
    padding: 0px 0 0px 0;
    margin: 0 0 0 0;
}
td.top-align-content input,
td.top-align-content select
{
	vertical-align: top;
	margin-top: 0;
	padding-top: 0;
}
td.integer
{
    text-align: right;
}
.floatright
{
    float: right;
}
.floatleft
{
    float: left;
}
.clear
{
    clear: both;
}
/*
.indent1
{
    padding-left: 16px;
}
.indent2
{
    padding-left: 32px;
}
*/
.inline-block
{
    display: inline-block;
}
.space-after
{
    padding-right: 0.5em;
}
.vertical-align-top
{
    vertical-align: top;
}
.vertical-align-bottom
{
    vertical-align: bottom;
}
/*
 * Hanging indent for where the first element is a check-box.
 */
.cb-hanging-indent
{
    text-indent: -19px;
    margin-left: 19px;
}
p.hangingindent1
{
    margin-left: 16px;
    text-indent: -16px;
}
.left-alight-with-shaded-box
{
    padding-left: 11px;
}
.tight,
.tight p
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.tight-top
{
    padding-top: 0;
    margin-top: 0;
}
.tight-below
{
    padding-bottom: 0;
    margin-bottom: 0;
}
input[type="submit"].look-like-link,
input.look-like-link
{
    background: transparent;
    border: none 0;
    cursor:pointer;
    color: #00492c;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
input.right1space,
.right1space
{
    margin-right: 1em;
}
.flush-top
{
    margin-top: 0;
    padding-top: 0;
    border-top: none 0;
}
span.info-message 
{
    color: #666666;
}
span.minor-heading
{
    color: #00492c;
    font-weight: bold;
}
div.IntuitionForm table,
div.IntuitionForm table tr,
div.IntuitionForm table tr td {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: solid 0px white;
}
div.IntuitionForm table.data td
{
    padding: 0.5em 0.5em 0.5em 0.5em;
}
div.IntuitionForm table tr td {
    vertical-align: top;
}
div.IntuitionForm table table td {
	vertical-align: middle;
}
input[type='text'].missing,
input[type='file'].missing,
textarea.missing,
select.missing
{
    background: #ffe0e0;
/*
    border: 1px solid #ff0000;
*/
}
input[type='text'].center {
	text-align: center;
}
input.small-button,
.small-buttons input
{
    font-size: 75%;
    vertical-align: middle;
}
/*
input.missing
{
    background-color: red;
    background: #red;
}
*/
span.bold
{
    color: #00492c;
    font-weight: bold;
}
.warning
{
    color: #ff0000;
}
.flush-left
{
    padding-left: 0;
    margin-left: 0;
}
.flush-left input
{
    padding-left: 0;
    margin-left: 0;
}
dl.spaced dd
{
    padding-bottom: 0.5em;
}
/*
 * Make the buttons look a little more interesting.
 */
input[type="button"],
input[type="submit"] 
{
    color: #00492c;
    background: #eef8ec;
    background: #dddddd;
	border-style: outset;
}
input[type="submit"][disabled="disabled"]
{
    color: #00492c;
    color: #666666;
    background: #c0c0c0;
    background: #d4d0c8;
}
input[type="submit"]:active,
input[type="submit"].posting 
{
	border-style: inset;
}
div.relative
{
    position: relative;
}
div.pop-over
{
    position: absolute;
    left: 50%;
    width: 388px;
    top: 1em;
/*
 	display: table;
*/
	border-left: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 1em;
    -moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background: white;
    /* Keep it above the notes. */
    z-index: 1; 
}
.wrap-anywhere
{
    word-wrap: break-word;
}
/*
 * Learner notes.
 */
table.learner-notes td:not(:last-child) {
	padding-right: 0.75ex;
}
.amber {
	color: #ff8c00;
	color: #ff4500;
	color: #ff8000;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
	text-shadow: 1px 1px 1px #fff, -1px -1px 2px #888;
	text-shadow: 1px 1px 0px #000000, -1px -1px 0px #000000;
	text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff;
	text-shadow: 1px 0px 0px #000, -1px 0px 0px #000, 0px 1px 0px #000, 0px -1px 0px #000;
	text-shadow: 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}
.red
{
    color: red;
}
.green
{
    color: #00492c;
}
div.textarea
{
    border: solid 1px #b6b6b6;
    min-height: 3em;
    padding: 0 20px 0 20px;
  	border-radius: 3px;
    margin-top: 0;
}
/* Links */
/* Experimental */
input[type="submit"].button,
a.button
{
    display: inline-block;
    padding: 6px 12px 6px 12px;
    padding: 4px 8px 4px 8px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #c0c0c0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
    vertical-align: middle;
    background-color: #ffffff;
}
/*
a:hover
{
    text-decoration: underline;
}
*/
input[type="submit"].button:hover,
a.button:hover
{
    background-color: rgb(238,248,236);
    text-decoration: underline;
}
a.arrow:after {
    content: url(/images/right-arrow-hollow.gif);
}
a.arrow:hover:after {
    content: url(/images/right-arrow-solid.gif);
}
a.left-arrow:before
{
    content: url(/images/left-arrow-hollow.gif);
}
a.left-arrow:hover:before
{
    content: url(/images/left-arrow-solid.gif);
}
span.excluded
{
    text-decoration: line-through;
}
input[type="text"].number
{
    text-align: right;
}
/*
div.inlined
{
	display: inline;
}
div.inlined div
{
	display: inline !important;
}
*/


/*
 * Anything that can be expanded.
 */
p.expandable input,
th.expandable input,
div.expandable h3 input
{
	vertical-align: middle;
}
