/* course titling and sizing */

span.course-longtitle {
	color:white;
	font-size:22px;
	letter-spacing:0.7px;
	margin-left:15px;
}

div.cname960 {
  	height: 38px;
	margin-bottom: 15px;
}

div#semester {
	background:url("/images/courses/title/title-semester.jpg") repeat scroll 0 0 transparent;
}

div#summertwo {
	background:url("/images/courses/title/title-summertwo.jpg") repeat scroll 0 0 transparent;
}

div#summerone {
	background:url("/images/courses/title/title-summerone.jpg") repeat scroll 0 0 transparent;
}

div#online {
	background:url("/images/courses/title/title-online.jpg") repeat scroll 0 0 transparent;
}

div#comingsoon {
	background:url("/images/courses/title/title-comingsoon.jpg") repeat scroll 0 0 transparent;
}
div#fullyear {
	background:url("/images/courses/title/title-fullyear.jpg") repeat scroll 0 0 transparent;
}

/* start slidergallery specific CSS */

/* internet explorer png fix */
div.ui-slider-handle { behavior: url(/css/resources/iepngfix.htc) }

#container {
    background-color: #fff;
    /*background: url(/images/courseGallery/zgallery_background.jpg) no-repeat;*/	
    width: 960px;
    height: 180px;
    margin: 0px auto;
    /*margin-bottom: 20px;*/
    padding: 0px;
}

#gallery960 {
	margin-bottom: 20px;
}

.sliderGallery {
    overflow: hidden;
    position: relative;
    padding: 8px 10px 5px 10px;
    height: 170px;
    width: 940px;
    margin: 0px auto;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery ul li {
    display: inline;
    margin-left: 2px;
    margin-bottom: 10px;
}

.sliderGallery ul li a {
    cursor:pointer;
    outline:none;
}

.sliderGallery ul .semesteralpha{
    margin-left: 0px;
}
.sliderGallery ul .semesteromega{
    margin-right: 0px;
}
.sliderGallery ul .summer2creditalpha{
    margin-left: 0px;
}

.sliderGallery ul li a#InternationalBusiness {
    /*background:transparent url(/images/courseGallery/InternationalBusiness.jpg) repeat scroll 0 0;
    width: 248px;
    height: 140px;*/
}

.sliderGallery ul .summer2credit{
    margin-left: 0px;
}
.sliderGallery ul .summer2creditomega{
    margin-right: 0px;
}

.sliderGallery ul .summer1creditalpha{
    margin-left: 0px;
}
.sliderGallery ul .summer1creditomega{
    margin-right: 0px;
}
.sliderGallery ul .onlinealpha{
    margin-left: 0px;
}
.sliderGallery ul .onlineomega{
    margin-right: 0px;
}

.sliderContainer {
    width: 944px; /*width: 916px; */
    height: 27px;
    top: 155px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    background: url(/images/courseGallery/zscrollbarwhite944x19.png) no-repeat;
}

.slider {
    width: 762px;/*width: 734+28px;*/
    height: 21px;
    margin; 0;
    padding: 1px;
    position: absolute;
	 top: 0px;
    left: 90px;
}

.ui-slider-handle {
    position: absolute;
    cursor: pointer;
    height: 21px;
    width: 140px;
    top: 0;
    margin: 0 -70px;
    background: url(/images/courseGallery/zscroller.png) no-repeat;
    z-index: 100;
}
    
.sliderContainer span.btn-left { 
    float: left; 
    width: 20px;
    height: 19px;
    cursor: pointer; 
}

.sliderContainer span.btn-right {
    float: right; 
    width: 20px;
    height: 19px;
    cursor: pointer; 
}

.sliderContainer span.start { 
    float: left; 
    width: 70px;
    height: 19px;
}

.sliderContainer span.end { 
    float: right; 
    width: 70px;
    height: 19px;
}

.slider .scrollbarlabel{
    color: blue;
    font-size: 90%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    text-decoration: none;
    outline: none;
}

.slider a.scrollbarlabel:hover {
    color: red;
    text-decoration: underline;
}

.slider #scroller {
    color: #030303;
    font-size: 90%;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.slider a#scrollbarLabel-1 {
    left: -55px;
}

.slider a#scrollbarLabel-2 {
    left: 133px;
}

.slider a#scrollbarLabel-3 {
    left: 324px;
}

.slider a#scrollbarLabel-4 {
    left: 530px;
}

.slider a#scrollbarLabel-5 {
    right: -40px;
}

.highlight {
    border: 1px solid #fff;
}

/* start tabslider.css */
body {
    /*font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
}

.scroll {
    width: 960px;
    border-top:1px solid #CCCCCC;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    /*background: #FFFFFF url(/images/tabslider/content_pane-gradient.gif) repeat-x scroll left bottom;*/
}

.scrollContainer div.panel {
    /*background-color: #f6f6f6;*/
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    /*height: 685px;*/
    width: 940px;
}

.scrollContainer img {
    padding-top: 0px;
    padding-bottom: 0px;
}

.scrollContainer img.top-photo {
    padding-top: 40px;
}

.scrollContainer img.nopadding {
    padding: 0px;
}

h1 {
  margin: 0px;
  font-weight: normal;
}

h2 {
  margin: 0px;
  font-weight: normal;
}

h3 {
  margin: 0px;
  font-weight: normal;
}

h4 {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}

h5 {
  margin: 0px;
  font-size: 16px;
  font-weight: normal;
}

.scrollContainer .leftbuffer {
    margin-left: 10px;
}

.scrollContainer h1 {
    font-size: 22px;
}

.scrollContainer h2 {
    font-style:normal;
    font-size: 20px;
}

.scrollContainer h3 {
    font-style:normal;
    font-size: 18px;
}

.scrollContainer p.cities {
    font-style:normal;
    text-align: center;
    color: #555;
    font-size: 24px;
}

.scrollContainer p.learning {
	font-style: normal;
	text-align: center;
	color: #555;
	font-size: 16px;
	padding-left: 10px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

.scrollContainer ul {
    list-style-type:none;
    padding-top: 10px;
}

.scrollContainer li {
    font-size:14px;
    margin-bottom:10px;
}
.scrollContainer li strong {
    font-size:16px;
    font-weight:bold;
}

.scrollContainer ul.simpleul{
    list-style-type:square;
    padding-top: 5px;
}

.scrollContainer ul.simpleul li {
    margin-bottom:5px;
}
.scrollContainer ul.simpleul li strong {
    font-weight:normal;
}

.scrollContainer .programDays{
    font-size: 22px;
}

.scrollContainer .programCredits {
    font-size: 22px;
}

#tabslider {
}

ul.tabnavigation {
    width: 960px;
    margin:0px;
}

ul.tabnavigation ul { 
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px;
    padding:0 0 9px;
/*
    clear:both;
    height:50px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 auto -1px;
    position:relative;
    text-align:center;
    width: 960px;
    */
}

ul.tabnavigation li {
    text-align: center;
    display:block;
    float:left;
    width: 96px;
    margin-right:0px;
    margin-left:0px;
/*	position:absolute; */
    /*text-indent:-9999px;*/
    /*overflow: hidden; /* firefox text-indent dotted box fix */
/*	height:50px;
    top:0;
    margin-left: 0px;
    margin-right: 0px;
    */
    /* top:0;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;*/
    
}

ul.tabnavigation a {
    color: blue;
    padding:0px;
    display:block;
    text-decoration:none;
    font-size: 16px;
    /*color: #000;*/
    text-decoration: none;
    outline: none;
    /* padding: 14px 0px 5px;
    background-color: #f6f6f6; */
}

ul.tabnavigation a:hover {
    color: red;
    /*background-color: #e1e1e1;*/
}

ul.tabnavigation a:focus {
    color: #000;
    /*background-color: #e1e1e1;*/
}

ul.tabnavigation a.selected {
    color: #000;
    /*background-color: #f1f1f1;*/
}

ul.tabnavigation a span {
    text-align:center;
}
ul.tabnavigation a img {
    height: 26px;
    width: 26px;
    /*vertical-align: -15px;*/
    vertical-align: bottom;
}
ul.tabnavigation a img.photos {
    height: 26px;
    width: 42px;
} 
ul.tabnavigation a img.meals {
    height: 26px;
    width: 37px;
}
ul.tabnavigation a img.gear {
    height: 26px;
    width: 37px;
}

ul.tabnavigation li.selected {
    background: url(/images/tabslider/toolbar_bg.png) no-repeat scroll center top;
}

/*ul#tabnavigation li.active {
    background-position: center bottom;
    height:52px;
    z-index:10;
}*/ 

/*#tabnavigation li {
    text-indent:-9999px;
    top:0;
}

/*ul#tabnavigation {
    list-style: none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    text-align:center;
}*/

#shade {
    background: #EDEDEC url(/images/tabslider/shade.jpg) no-repeat 0 0;
    height: 50px;
}

div#tabslider-shadow-bottom{
    background: url(/images/tabslider/content_pane-shadow.png) no-repeat scroll center top;
    width: 1000px;
    height: 65px;
    position: relative;
    left: -22px;
    /*top:-1px;*/
}

div#tabslider-shadow-side-left-top{
    background: url(/images/tabslider/content_pane-left-top.png) no-repeat left top;
    left: -22px;
}

div#tabslider-shadow-side-left{
    background: url(/images/tabslider/content_pane-left.png) repeat-y left top;
    left: -22px;
}

div#tabslider-shadow-side-right-top{
    background: url(/images/tabslider/content_pane-right-top.png) no-repeat right top;
    right: -20px;
}

div#tabslider-shadow-side-right{
    background: url(/images/tabslider/content_pane-right.png) repeat-y right top;
    right: -20px;
}
div.tabslider-shadow-sides-top{
    /*display: inline;*/
    display: inline;
    position: absolute;
    width: 22px;
    height: 32px;
    /*height: 735px;*/
    top: 55px;
}

div.tabslider-shadow-sides{
    display: inline;
    position: absolute;
    width: 22px;
    height: 685px;
    /*height: 735px;*/
    top: 87px;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.tabsliderleft {
    z-index: 100;
    left: -60px;
}

.scrollButtons.tabsliderright {
    z-index: 100;
    right: -60px;
}

div.arrow img {
  display:block;
}
div.arrow {
 
  display: block;
  height: 36px;
  width: 37px;
  background: url(/images/tabslider/arrow.png) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 150px;
  cursor: pointer;
}
 
div.forward {
  background-position: 0 0;
  right: -60px;
}
 
div.back {
  background-position: 0 -72px;
  left: -60px;
}
 
div.forward:hover {
  background-position: 0 -36px;
}
 
div.back:hover {
  background-position: 0 -108px;
}

.hide {
display: none;
}

/* course page stylings */
#tuition-left {
    border-right: 1px solid #DDD;
}

#prereq-table a {
	color:#000000;
	font-size:18px;
	text-decoration:none;
}

#prereq-table td {
	padding: 5px;
}
.video-table {
	color:#000000;
	font-size:12px;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.video-table td {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

span.clickmap{
    font-size: 22px;
}

a#applybutton{
	background: url(/images/courses/_applynow.png) no-repeat scroll 0px 0px;
	float:right;
	display: block;
	width: 159px;
	height: 35px;
}


a#applybutton:hover{
	background: url(/images/courses/_applynow.png) no-repeat scroll 0px -35px;
}
.scholarshiptext h3 a {
    color: #FFFFFF;
    font-family: 'BebasNeueRegular',sans-serif;
    font-size: 32px;
    position: absolute;
    margin: 25px 0 0 15px;
    text-decoration:none;
}
.scholarshiptext h5 {
    color: #FFFFFF;
    font-family: 'BebasNeueRegular',sans-serif;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    margin: 65px 0 0 15px;
}
.scholarshiptext h5 span {
    color: #555555;
}

