/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
    color: #000;
}

body {
    font-size: 0.8em; /* Customized from 1.0em */
    line-height: 1.3; /* Customized from 1.4em */
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#Frame {
	/* width: 810px; */
	width: 100%;
}

#BannerPublic {
	background-color:#FFFFFF;
	padding: 0;
}
#BannerPrivate {
	background-color:#FFFFFF;
	padding: 0;
}

#Content {
	padding: 0px 10px 0px 10px;
}

#FooterPublic {
    font-size: 0.85em;
	background-color:#FFFFFF;
	padding: 0;
}
#FooterPrivate {
    font-size: 0.85em;
	background-color:#FFFFFF;
	padding: 0;
}


.smaller1 {
	font-size: .93em;
}
.smaller2 {
	font-size: .87em;
}
.smaller3 {
	font-size: .81em;
}
.smaller4 {
	font-size: .74em;
}
.no-bottom-margin {
	margin-bottom:0px;
}
.small-bottom-margin {
	margin-bottom:.3em;
}

td.AlignCenter {
	text-align:center;
}
td.AlignRight {
	text-align:right;
}
td.AlignLeft {
	text-align:left;
}

td.MinWidth, th.MinWidth {
	width:1%;
}


div.err {
	border: 1px solid #660000;
	background-color:#FFCCCC;
	padding:3px;
}
div.confirm {
	border: 1px solid #006600;
	background-color:#CCFFCC;
	padding:3px;
	}


table.banner {
	width: 100%;
	background-color:#FFFFFF;
	border-collapse: collapse;
}
table.banner td {
	padding: 4px;
}

table.navbars {
	width: 100%;
	background-color:#666666;
}
table.navbars td {
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	padding-left: 5px;
}
table.navbars tr.general td {
	background-color:#CCFFCC;
}
table.navbars tr.pm td {
	background-color:#CCCCFF;
}
table.navbars tr.pr  td {
	background-color:#DDCCDD;
}
	


table.PmList {
	border-collapse: collapse;
	margin-left: -9px;
}

table.PmList tr:nth-child(even) {background: #EEEEEE;}
table.PmList tr:nth-child(odd) {background: #FFFFFF;}

table.PmList th {
	padding: 2px 3px 1px 3px;
    font-size: 0.85em;
	font-weight:bold;
	background-color:#CCCCCC;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table.PmList th a {
	color:#0000FF;
	text-decoration:none;
}

table.PmList td {
	padding: 2px 3px 2px 3px;
	line-height: 1;
    font-size: 0.85em;
	vertical-align:middle;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table.PmList td a {
	color:#0033CC;
	text-decoration:none;
}

div.data-change {
	border: 2px solid #000;
	padding: 2px;
	font-weight:bold;
	background-color:#FFFF66;
}
div.DataChange {
	border: 2px solid #000;
	padding: 2px;
	font-weight:bold;
}
td.data-change {
	border: 3px solid #000;
	font-style:normal;
}
td.previous-data {
	font-style:italic;
	color:#999999;
}
table.PmList td.DataChange {
	border: 2px solid #000;
	font-style:italic;
}

table.PmList tr.Disabled td {
	background-color:#EEEEEE;
	color:#333333;
	font-style:italic;
}

table.PmList tr.not-renewed td {
	color:#999999;
	font-style:italic;
}
table.PmList tr.planned td {
	color:#000000;
	font-style:italic;
}
table.PmList tr.not-renewed td.norm {
	color:#000000;
}



table.PmDetail {
	width: 800px;
	border-collapse: collapse;
	border:1px solid #999999;
}
table.PmDetail th {
	padding: 3px 4px 2px 4px;
    font-size: 1em;
	font-weight:bold;
	background-color:#DDDDDD;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
table.PmDetail tr {
	background-color:#FFFFFF;
}
table.PmDetail td {
	padding: 3px 4px 3px 4px;
    font-size: 1em;
	background-color:#FFFFFF;
	line-height: 1;
	vertical-align:top;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
table.PmDetail tr.p-current td {
}
table.PmDetail tr.p-edit td {
	background-color:#FFFFAA;
}
table.PmDetail tr.p-renewas td {
	background-color:#EEEEEE;
}
table.PmDetail td a {
	color:#0033CC;
	text-decoration:none;
}


table.PmDetailTop {
	width: 800px;
	border-collapse: collapse;
}
table.PmDetailTop tr {
	background-color:#FFFFFF;
}
table.PmDetailTop td {
	padding: 3px 4px 10px 4px;
    font-size: 1em;
	background-color:#FFFFFF;
	line-height: 1;
}



table.PmSegment {
	/* width: 200px; */
	border-collapse: collapse;
	border:1px solid #999999;
}
table.PmSegment th {
	padding: 3px 4px 2px 4px;
    font-size: 1em;
	font-weight:bold;
	background-color:#DDDDDD;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
table.PmSegment tr.toprow {
	background-color:#FFFFFF;
	border-top:0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
}

table.PmSegment tr {
	background-color:#FFFFFF;
}
table.PmSegment tr.p-current td {
}
table.PmSegment tr.p-edit td {
	background-color:#FFFFAA;
}
table.PmSegment td {
	padding: 3px 4px 3px 4px;
    font-size: 1em;
	background-color:#FFFFFF;
	line-height: 1;
	vertical-align:top;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
table.PmSegment td a {
	color:#0033CC;
	text-decoration:none;
}

div.Notes {
	border:1px solid #666666;
	padding: 5px;
}

table.Notes {
	width: 600px;
	border-collapse:collapse;
	border: 2px solid #CCCCCC;
}
table.Notes td {
	background-color:#EEEEEE;
}

td.NoteHeader {
}

td.NoteHeader span.NoteByLineSite {
	font-style:italic;
	background-color:#99CC99;
	padding: 1px 2px 1px 2px;
}
td.NoteHeader span.NoteByLineProg {
	font-style:italic;
	background-color:#9999CC;
	padding: 1px 2px 1px 2px;
}
td.NoteHeader span.NoteByLineUnread {
	font-style:italic;
	background-color:#FFFF00;
	padding: 1px 2px 1px 2px;
}
td.Note {
	border-bottom: 2px solid #FFFFFF;
	padding: 0px 10px 2px 10px;
}


div.NoteHeader {
}

div.NoteHeader span.NoteByLineSite {
	font-style:italic;
	background-color:#99FFCC;
}
div.NoteHeader span.NoteByLineProg {
	font-style:italic;
	background-color:#99CCFF;
}
div.NoteHeader span.NoteByLineUnread {
	font-style:italic;
	background-color:#FFFF00;
}
div.Note {
}




table.course-list {
	border-collapse: collapse;
}

table.course-list th {
	padding: 2px 3px 1px 3px;
    font-size: 1em;
	font-weight:bold;
	background-color:#CCCCCC;
	/* border-bottom: 1px solid #EEEEEE; */
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table.course-list td {
	padding: 2px 3px 2px 3px;
	line-height: 1;
    font-size: 1em;
	vertical-align:top;
	background-color:#FFFFFF;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}












div#leftnav {
	/* font-size:76%; */
	background-color:#CCFFCC;
	padding:5px;
}

div#leftnav div.lnav_selectedlink {
	font-weight:bold;
	padding:5px 2px 5px 2px;
}
div#leftnav div.lnav_link {
	padding:5px 2px 5px 2px;
}
div#leftnav div.lnav_sectionhead {
	padding:5px 2px 5px 2px;
	/* font-size:110%; */
	font-weight:bold;
	color:#333333;
}
div#leftnav div.lnav_sectlink {
	padding:5px 2px 5px 10px;
}
div#leftnav div.lnav_selectedsectlink {
	font-weight:bold;
	padding:5px 2px 5px 10px;
}

td.ShiftAvail {
	text-align:center;
	background-color:#99FF99;
	font-weight:bold;
	border:1px solid #CCCCCC;
}
td.ShiftNotAvail {
	text-align:center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
