﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'glyphiconshalflings';
    src: url('fonts/glyphiconshalflings-regular.eot');
    src: url('fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/glyphiconshalflings-regular.woff') format('woff'),
         url('fonts/glyphiconshalflings-regular.ttf') format('truetype'),
         url('fonts/glyphiconshalflings-regular.svg#glyphiconshalflings') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url(https://fonts.googleapis.com/css?family=Kreon:300,400,700);

 - used to clear or contain floats within a non-floated container
 - this ruleset is used by UAs that handle :after - not IE - see ie_cas.css for IE fix
http://www.positioniseverything.net/easyclearing.html and http://www.ejeliot.com/blog/59 */
#header:after, #content:after, #footer:after, .clearfix:after {content:"."; clear:both; display:block; height:0; visibility:hidden;}

/* reset some properties for elements since defaults are not crossbrowser - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,body,div,span,h1,h2,p,a,img,ul,li,fieldset,form,label,legend {margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}

/* browser default font-size is 16px which is too big so we make it 16px x 62.5% = 10px */
body {
    font:normal 400 68.5%/1.0 Arial, sans-serif; min-width:960px; color:#333;	
    font-size: 13px;
}

/***** CAMPUSCE *******/

.clearfix 
{ 
    display: block; 
    vertical-align:top;
} 

.clearfix:after
{ 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}

a {
    color: #428BCA;
    text-decoration: none; 
} 

a:hover {
    color: #2A6496;
    text-decoration: underline;
}

a img { border: none; }

img { border: none; }

div.cceLogo {
    height: 100px;
    width: 220px;
    margin: 30px auto 0px auto;
    color: #262626;
    text-align: center;
    font-size: 10px;
}

div.cceLogo img {
    margin-bottom: 10px;    
    border: none;
}

/******* CAMPUSCE OVERRIDES **********/

div.pageHeading p span span {
    color: #676D70 !important; 
    font-size: 25px !important;
    font-family: Verdana, Arial, sans-serif !important;
    font-weight: 700 !important;
}

div.pageTitle {
    color: #676D70 !important; 
    font-size: 18px !important;
    font-family: Verdana, Arial, sans-serif !important;
    font-weight: 700 !important;
}

div.pageHeading {
    color: #676D70 !important; 
    font-size: 25px !important;
    font-family: Verdana, Arial, sans-serif !important;
    font-weight: 700 !important;
    display: none;
}

table tr td span.pageTitle {
    color: #676D70 !important; 
    font-size: 18px !important;
    font-family: Verdana, Arial, sans-serif !important;
    font-weight: 700 !important;
}

table.extinfo a {
    font-size: 11px !important;
    background: none !important;
    padding-left: 0px !important;
    line-height: 11px !important;
    color: #357ae8 !important;
    text-decoration: underline !important;
}

table.extinfo a:hover {
    text-decoration: none !important;
}

table.extinfo tr td {
    padding-bottom: 5px !important;
}

span.para {
    line-height: 1.5em;
    font-size: 110%;
    width: 600px !important;
    position: relative;
    display: block;
}

td.courseList {
    width: 375px !important;
}

span.courseSectHead {
    margin-left: -20px !important;
    text-decoration: none !important;
    font-weight: bold;
    color: #EB7617 !important;
    *+margin-left: 0px !important;
}

td.courseCell a.courseItem {
    margin-left: -30px !important;
    *+margin-left: -10px !important;
}

span.courseItem {
    color: #EB7617 !important;
    font-weight: bold !important;
}

td.defaultCategory {
    width: 325px !important;
}

table.tbcategory {
    width: 825px !important;
}

table.tbCategory tr.rootCategory td { 
    color: #676D70;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    width: 206px !important;
}

table.tbCategory tr.rootCategory td span {
    text-transform: normal !important;
}

table.tbCategory tr.rootCategory td {
    padding-top: 20px !important;
    padding-bottom: 5px !important;
}

table.tbCategory tr td table tr td {
    padding-bottom: 5px;
    font-size: 14px;
    color: #676D70;
}

table.tbCategory tr td table tr td a, table.tbCategory tr td table tr td a:visited {
    color: #676D70;
    text-decoration: none;
}

table.tbCategory tr td table tr td a:hover {
    color: #EB7617;
    text-decoration: none;
}

.classPanelInfo a, .classPanelInfo a:visited {
    color: #EB7617;
    text-decoration: none;
}

.classPanelInfo a:hover {
    color: #EB7617;
    text-decoration: underline;
}

/* CONTENT --------------------------------- */

#hcHead {
    height: 221px;
    width: 100%;
    background: url(../img/jumbotron-bg.jpg) repeat-x;
    background-size: 100%;
}

#hcTopHeadSpan {
    height: 50px;
    width: 100%;
    position: relative;
    background: #666D70;
    z-index: 999;
    -webkit-box-shadow: 0 0 0 #c0c0c0, 0 0 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0 0 0 #c0c0c0, 0 0 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 0 #c0c0c0, 0 0 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);    
    -o-box-shadow: 0 0 0 #c0c0c0, 0 0 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4); 
    box-shadow: 0 0 0 #c0c0c0, 0 0 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);

}

#hcTopHead {
    width: 950px;
    margin: 0 auto 0 auto;
}

#hcTopHead ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}

#hcTopHead ul li {
    list-style: none;
    display: inline;
    margin-right: 20px;
}

#hcTopHead ul li a:link, #hcTopHead ul li a:visited {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

#hcTopHead ul li a:hover {
    color: #E7E7E7;
    text-decoration: none;
}

#hcBottomHeadSpan {
    height: 60px;
    width: 100%;
    background: url(../img/subnav-bg.png) repeat-x;
    border: none;
}

#hcBottomHead {
    width: 950px;
    margin: 0 auto 0 auto;
    z-index: 1;
    border: none;
}

#hcLogo {
    width: 239px;
    height: 90px;
    background: #FFF;
    z-index: 99;
    float: left;
    -webkit-box-shadow: -1px -1px 0 #c0c0c0, 1px 1px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: -1px -1px 0 #c0c0c0, 1px 1px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: -1px -1px 0 #c0c0c0, 1px 1px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);    
    -o-box-shadow: -1px -1px 0 #c0c0c0, 1px 1px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4); 
    box-shadow: -1px -1px 0 #c0c0c0, 1px 1px 0 #c0c0c0, 0 5px 15px rgba(0, 0, 0, 0.4);
    background-size: 100%;
    background-position: center;
    border: none;
}

#hcLogo img {
    width: 90%;
    position: relative;
    left: 12px;
    top: 10px;
}

#hcBHeadRight { 
    width: 675px;
    position: relative;
    right: 0;
    float: right;
}

#hcUtility {
    width: 675px;
    position: relative;
    right: 0;
    float: right;
    margin-top: 15px;
}

#hcUtility a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

#hcUtility a:hover, #hcUtility a:visited {
    color: #FFF;
    text-decoration: none;
}

#hcUtility a#hcSearch {
    float: right;
    margin-left: 40px;
}

#ctl00_top_nav_divPreHeaderWelcome  {
    color: #FFF;
    font-size: 14px;
}
#hcHeader {
    position: relative;
    font-size: 38px;
    margin-top: 80px;
    margin-left: 20px;
    font-weight: normal;
}

#hcHeader span {
    font-size: 24px;
    line-height: 1.2em;
}

#hcContentSpan {
    width: 100%;
    /*background: url(../img/body-bg.png) repeat-x;*/
}

#HCcontent {
    display:block;
    width:950px;
    height:auto;
    min-height: 500px;
    margin:0px auto 0px auto;
    clear:both;
	padding:10px;
}

#HCcontent h1 {    
		font:normal 600 24px Georgia, "Times New Roman", Times, serif; color:#666d70;
    	margin:5px 0 0; 
    	padding:2px 0px 3px 0px;   
    	border-bottom: 1px solid #666d70;
}

#HCcontent h2 {
    font:normal 600 18px Georgia, "Times New Roman", Times, serif; color:#666d70;
    margin:5px 0 0; 
    padding:2px 0px 3px 0px;   
    border-bottom: 1px solid #666d70;
}
#HCcontent h3 {
    font:normal 600 15px Georgia, "Times New Roman", Times, serif; color:#666d70;
    margin:5px 0 0; 
    padding:2px 0px 3px 0px;   
    border-bottom: 1px solid #666d70;
}

#HCcontent p {line-height:1.5; font-size:1.1em; padding:0 0 18px;}


/* FOOTER --------------------------------- */
#hcFooterSpan {
    height: 50px;
    width: 100%;
    background: #F5F5F5;
    padding-top: 16px;
}

#HCfooter { 
    height: 30px;
    width:950px;
    color:#666d70;
    font-size:12px;
    text-align:center;
    position:relative;
    padding-top:20px;
    margin:0px auto 0px auto;
    display:block;
    clear:both;
    border-top: 1px solid #000;
}