﻿/* cluster page text block layout  */

div.intro {
	width: 100%;
	border-bottom: 1px dotted #ACACAC;
	border-top: 1px dotted #ACACAC;
}

.intro {
	border: none;
	float: right;
	padding: 5px 0px 7px 3px;
}

/* programs and courses, listings and dynamic display */

.cluster_group
{
	border-left:solid 5px;
	margin-top:10px;
	padding-left:10px;
}

.cluster_group_separator
{
	border-top:solid 1px #E1E1DF;
	margin:0px 5px 0px 5px;
}

/*cluster page styles*/

.cluster_main_box
{
	border: solid 3px;
}

.cluster_main_box_left
{
	float:left;
	width:47%;
	padding: 0px 0px 0px 15px;
	margin: 0px 10px 5px 0px;
}

.cluster_main_box_title
{
margin: -5px 0px 0px 15px;
}


.cluster_main_box_right
{
	padding-top:10px;
}

.cluster_photo_gal_link
{
	float:right;
	padding:10px;
}

.cluster_main_quote
{
	background-color:#ffffcc;
	margin:20px 0px 25px 0px;
	padding:10px;
	padding-right:0px;
}


.cluster_main_quote_right
{
	float:left;
	width:80%;
	padding-left:20px;
}
.cluster_main_quote_text
{
	font-style: italic;
	color: #666666;
}

.cluster_main_quote_ref
{
	color: #666666;
	float: right;
	font-size: 85%;
	padding: 5px 0px 0px 0px;
	line-height:120%
}
.cluster_main_quote_image
{
	float:left;
	clear:right;
	height:auto;
	width:auto;
	padding-left:15px;
	
}




.cluster_news_events
{
	min-height:200px;
}
.cluster_news_events_header
{
	border-bottom:solid 1px;
	padding-bottom:5px;
   	font-size:8pt;  	
}

.cluster_news_events_header span
{
	padding:0px 5px;
	font-weight:bold;
}

.cluster_news_events_header a
{
	font-weight:bold;
}



.top_content {
	margin: 0;
	padding: 0px 10px 10px 15px;
}

/********* contact info box right column ***********/
/* .program_right_column
{
	background-color: #f4ed95;
	padding: 5px 7px;
	margin: 0px 10px 0px 5px;
	min-height:200px;
	border-top: 5px solid #ACACAC;
	border-right:1px solid #ACACAC;
	border-bottom:1px solid #ACACAC;
	border-left: 1px solid #ACACAC;
} */

	/* postit note */
	.postit {
		margin: 62px 0px 0px 0px;
		padding: 0;
}

	.postit_top {
		background: url(../images/master_page/postit_top.png) 0 0 no-repeat;
		border: 0;
		height: 47px;
				
}	

	.postit_middle {
		background-image: url(../images/master_page/postit_middle.png);
		background-repeat: repeat-y;
		border: 0;
		margin: 0px;	
		padding: 0px 20px 0px 10px;		
		overflow: hidden;
		zoom:1;

}
	/*fix for IE 6, to allow column_right to align with column_left
	* html .postit_middle {
		padding: 0px 0px 0px 0px;
		width: 172px;
}*/


	.postit_bottom {
		background-image: url(../images/master_page/postit_bottom.png);
		background-repeat: no-repeat;
		border: 0;
		height: 44px;
		margin-bottom: 20px;
		
}


/********** contact info text style **************/

/* .program_info {
    padding: 5px 7px;
}


/******* includes credential, tuition, 'Where' *********/  

.program_main_section
{
	padding-bottom:4px;
}

.program_main_body
{
	padding: 0 10px 15px 15px;
}

.program_nav {
    /* font-size:16px; */
    text-align:center;
}

.program_nav span.current {
    font-weight:bold;
}

.course_listing_group
{
	padding-top:40px;
}
.course_listing
{
	border-top:1px solid grey;
	margin:10px 30px 10px 0px;
	margin-left:0px;
}

.course_listing_left
{
	float:left;
	width:470px;
	padding-right:40px;
	padding-left:15px;
}

h2.course_title
{
	padding-top:0px;
	margin-top:0px;

}
h2.course_code
{
	padding-top:20px;
	padding-bottom:0px;
	margin:0px;
}

.course_listing .course_delivery_method
{
	font-style: italic;
}
.course_listing_right
{
	
}
.course_listing p
{
	margin:0px 0px 8px 0px;
}

/* sections display */
.sect_header
	{
	display: block;
	padding: .2em .5em .2em 20px;
	border-bottom:1px dotted #444DA0;
	}

.sect_first
	{
	display: block;
	padding: .2em .5em .2em 20px;

	
	}	
.sect_even
	{
	display: block;
	padding: .2em .5em .2em 20px;
	background-color: #d9e4f3;
	border-top:1px dotted #444DA0;
	}
	
.sect_odd
	{
	display: block;
	padding: .2em .5em .2em 20px;
	border-top:1px dotted #444DA0;
	}
.sect_name
{
	float:left;
	width:150px;
}

.sect_loc
{
	float:left;
	width:100px;
}

.sect_dates
{
	float:left;
	padding-right:0;
	width:125px;
}

.sect_other_campuses
{
	padding-top:10px;
}

.cont_ed_course_header
{
	float:left;
	width:405px;
	padding-right:30px;
	padding-left:15px;
}
.cont_ed_register_now
{
	padding-top:10px;
}

div.subject_list_wrapper
{
	padding-left:20px;
	padding-top:30px;
}

ul.subject_list { width: 47%; float: left; margin: 0; list-style: none; padding: 0; }
ul.subject_list li { list-style: none; margin: 0;padding-left:10px; }


/* end of programs/courses display */


/******start of tabs styles ****/

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: -3px 0;          /*watch this element */
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 1px;
    min-width: 80px; /* be nice to Opera was 84px */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(bg/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2; 
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
    z-index: 3;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 20;
  /*  margin-top: 3px; */
    color: #000;
}
.ui-tabs-nav a span {
    width: 60px; /* IE 6 treats width as min-width ws 64px*/
    min-width: 60px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 7px;
    padding-right: 0;
    z-index: 4;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 3px;     /* this is where the inactive tabs stay behind the line */
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px; 
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px; 
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px; 
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0px; 
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
	margin-top: 0px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
    border-top: 4px solid #CCCCCC; /* border tweaking for tabs to fit */
    border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #ACACAC;     
    padding: .75em /* was 1em*/ 15px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    z-index: 10;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}





/*****end of tabs styles******/