﻿/* CSS RESET */
/* reset browser styles - copied from site.css as these external pages use their own styles to 'match' the UMBRACO system */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote 
{
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol 
{ 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul 
{ 
  margin-left: 1.4em; 
  list-style:square; 
}
img 
{
  border: 0;
}
/* end reset browser styles */


body
{
    /* Change font-family to match BCoT web-site */
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: Black;
}

.sidebar
{
    float: left;
    width:200px;
    font-size: 14px;
}

.heading
{
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 10px;
}

.notAvailable
{
    font-size: 30px;
    text-align:center;
    font-weight: bold;
    color: black;
    background-color: lightgray;
    padding: 10px 0 10px 0;
}

.courseTitle
{
    height: 100px;
}

.notPublished
{
    position:absolute;
    padding: 20px;
    top: 115px;
    left: 200px;
    width: 600px;
    font-size: 80px;
    color: white;
    background-color: #F2DF74;
    z-index:-1;
    text-align:center;
}

.sidebar .arrow
{
    margin: 5px;
    margin-top: 10px;
}

.sidebar .section
{
    background-color: #D5D2CA;
    margin: 5px;
    padding: 10px;
    padding-bottom: 20px;
}

.picture
{
    clear: both;
    width: 190px;
}

.sidebar .statistics
{
    background-color: #D5D2CA;
    margin: 5px;
    margin-top: 50px;
    padding: 10px;
    padding-bottom: 20px;
}

.sidebar .statistics .heading
{
    font-weight: normal;
}

.sidebar .statistics .headingBold
{
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 10px;
}

.sidebar .statistics .value
{
    font-weight: bold;
    font-size: 17px;
}

.ptValueSmall
{
    font-size: 11px;
}

.ptValueSmall .ptImg
{
    display: inline-block;
    vertical-align: top;
}

.ptValueSmall .ptLabel
{
    display: inline-block;
    width: 130px;
}

.ptData
{
    padding: 5px 0px;
}

.mainSection
{
    float: left;
    width: 70%;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    text-align:justify;
}

.mainSection .title
{
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 5px;
}

.mainSection .subTitle
{
    font-size: 16px;
    padding-bottom: 25px;
}

.longText, .longText p, .longText font
{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
}


.footerLine
{
    clear: both;
    height: 20px;
    margin: 5px;
    margin-right: 40px;
    background: -webkit-linear-gradient(left, #CBBFDA, #5D2480); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #CBBFDA, #5D2480); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #CBBFDA, #5D2480); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #CBBFDA, #5D2480); /* Standard syntax */
}

.noBreak
{
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}

/* Styling for columns, only works IE 10 and greater (plus all the others OBVIOUSLY GRRRR!*/
.courseColumns
{
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
    column-count: 2;
	column-gap: 40px; 
}


/* Styling for the download button, based upon that in the CIS.css file*/
.downloadButton
{
    
    margin-top: 10px;
 
    float: right;
    text-align:right;
}

.downloadButton a
{
    color: #5D2480;
    background-color: White;
    padding: 3px 10px 3px 10px;
    border: 1px solid #818A8F;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
}

.downloadButton a:hover
{
    background-color: #818A8F;
    color: White;
}

.downloadButton a:active
{
    background-color: Green;
    color: White;
}

.careerCoach
{
    margin-left: 5px;
}

.courseSheetURL
{
    clear: both;
    font-size: 12px;
    text-align:right;
    padding-top: 15px;
    color: Purple;
}

.applyNow
{
    float: right;
    width: 150px;
    font-size: 18px;
}

.applyNow a
{
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: Purple;
    color: White;
    outline: 3px solid purple;
    padding: 20px;
}

.applyNow a:hover
{
    background-color: White;
    color: Purple;

}

.blendedAAT
{
    clear:both;
    text-align: center;
    background-color: Purple;
    color: White;
    outline: 3px solid purple;
    font-size: 16px;
}