@charset "utf-8";
/*
** Common - print only defaults **********************************************
*/

/* Default to square to match CSS styled square */
li {
    list-style-type: square;
}
/* Use circle to provide substitue for checkmark */
li.checked {
    list-style-type: circle;
}
/* Use circle to provide substitue for matching */
li.matching {
    list-style-type: circle;
}
/* Use square to provide substitue for non-matching */
li.non-matching {
    list-style-type: square;
}

/* Remove background image */
.textImage {
    background-image: none !important;
}

/* Easy way to remove something only from print (but not normal display) */
.printExclude {
    display: none !important;
}

 li.itemStyle {
    margin: 0px;
    padding: 0px;
}

/*
** Styles for printed tables *************************************************
*/
table.printBorders td,
table.printBorders th,
table.printBorders caption {
    padding: 4px;
}

table.printBorders,
table.printBorders td,
table.printBorders th,
table.printBorders caption {
    border: 2px solid #000000;
}
table.printBorders {
    border-right: 0px;
    border-bottom: 0px;
}
table.printBorders th,
table.printBorders td {
    border-left: 0px;
    border-top: 0px;
}
table.printBorders caption {
    border-bottom: 0px;
    font-size: 11pt;
}

table.printBorders caption,
table.printBorders th {
    text-align: left;
    font-weight: bold;
}

table.printBorders th,
table.printBorders caption {
    background-color: #d0d0d0;
}
.filled {
    background-color: #e0e0e0;
}

/* Used on School Finder compare tables */
.sf-compare-table {
    border-collapse: collapse;
}
.sf-compare-table th,
.sf-compare-table td {
    empty-cells: show;
    width: 33%;
}

/* Exclude all navigation from printouts */
.navContainerLayout-primary,
.navContainerLayout-secondary,
.sidebarContainerLayout-primary,
.sidebarContainerLayout-secondary,
.subNavContainerLayout-primary,
.subNavContainerLayout-secondary,
.textbarContainerLayout-primary,
.textbarContainerLayout-secondary {
    display: none;
}

/*
** Common styles to ensure print specific values *****************************
*/
body {
    font-size: 10pt;
}

h1,
.headingTitle {
    font-size: 13pt;
    font-weight: bold;
}
h2,
.headingSubTitle {
    font-size: 12pt;
    font-weight: normal;
}
h3,
.headingParagraph  {
    font-size: 11pt;
    font-weight: bold;
}

.condensed {
    margin-top: 0px !important;  /* Ensure this overrides other styles */
    margin-bottom: 0px !important;
}
.condensed-before {
    margin-top: 0px !important;  /* Ensure this overrides other styles */
}
.condensed-after {
    margin-bottom: 0px !important;  /* Ensure this overrides other styles */
}

.expanded-before {
    margin-top: .5em !important;  /* Ensure this overrides other styles */
}
.expanded-after {
    margin-bottom: .5em !important;  /* Ensure this overrides other styles */
}

.fontSmall {
    font-size: .9em;
}
.fontTiny {
    font-size: .8em;
}
.fontRegular {
    font-size: 1.1em;
}
.fontLarge {
    font-size: 1.1em;
}



.colorGrey2 {color:grey;}

.alignLeft {
    text-align: left;
}
.alignCenter {
    text-align: center;
}
.alignRight {
    text-align: right;
}

hr {
    border: none;
    border-bottom: 2px solid #606060;
    margin: 0em 1em 0em 0em;
    padding: 0em;
}
hr.thin {
    border-width: 1px;
}

/*
** Common spacings ***********************************************************
*/
.gapVerticalTiny {
    height: 4px;
}
.gapVerticalSmall {
    height: 8px;
}
.gapVerticalMedium {
    height: 16px;
}
.gapVerticalLarge {
    height: 24px;
}

.padLeftSmall {
    padding-left: 8px;
}
.padRightSmall {
    padding-right: 8px;
}
.padLeftRightSmall {
    padding-left: 8px;
    padding-right: 8px;
}
.padLeftMedium {
    padding-left: 16px;
}
.padRightMedium {
    padding-right: 16px;
}
.padLeftRightMedium {
    padding-left: 16px;
    padding-right: 16px;
}
.padTopSmall {
    padding-top: 8px;
}
.padBottomSmall {
    padding-bottom: 8px;
}
.padTopMedium {
    padding-top: 16px;
}
.padBottomMedium {
    padding-bottom: 16px;
}

.marginLeftSmall {
    margin-left: 8px;
}
.marginRightSmall {
    margin-right: 8px;
}
.marginLeftRightSmall {
    margin-left: 8px;
    margin-right: 8px;
}
.marginLeftMedium {
    margin-left: 16px;
}
.marginRightMedium {
    margin-right: 16px;
}
.marginLeftRightMedium {
    margin-left: 16px;
    margin-right: 16px;
}
.marginTopSmall {
    margin-top: 8px;
}
.marginBottomSmall {
    margin-bottom: 8px;
}
.marginTopMedium {
    margin-top: 16px;
}
.marginBottomMedium {
    margin-bottom: 16px;
}

/*
** Common float positioning **************************************************
*/
.floatRight {
    float: right;
}
.floatLeft {
    float: left;
}
.floatClearLeft {
    clear: left;
}
.floatClearRight {
    clear: right;
}
.floatClearBoth {
    clear: both;
}
.floatClearBothExpanded {
    clear: both;
    display: table;  /* Fix for FF to display vertical gap */
    margin: 1.5em 0px 0px 0px;  /* Fix for FF to add vertical gap */
}

/*
** Styles for Resume Builder *************************************************
*/
.resumeFormatPersonalInfoContainer {
    text-align:left;
}

.resumeViewSectionTitle {
width:11em;
text-align:right;
}

.rb-item
{
    font-family: times;
    font-size: 12pt;
}

.graph-bar {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    height: 12px;
}

/*
** Styles for Compare Schools To Me *************************************************
*/
.learn-compare-top-bottom-both
{
   border: 0px solid #C76E52;
   border-left-width: 2px;
   border-right-width: 2px;
   border-top-width: 2px;
   border-bottom-width: 2px;
}

.learn-compare-top-bottom-lf
{
   border: 0px solid #C76E52;
   border-left-width: 2px;
   border-top-width: 2px;
   border-bottom-width: 2px;   
}

td.learn-compare-bottom-both
{
   border: 0px solid #C76E52;
   border-left-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
}

td.learn-compare-bottom-lf
{
   border: 0px solid #C76E52;
   border-left-width: 2px;
   border-bottom-width: 2px;
}

table.midCoursePlan
{
    border: 1px solid #365385;
}

tr.midCoursePlan
{
    background-color: #365385;
}

td.midCoursePlan
{
    border: 1px solid #365385;
}

table.midCoursePlan .header
{
    border: 1px solid #365385;
    background-color: #365385;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}