div.routeWrapper {
	border: 1px solid #DDD;
	margin-bottom: 16px;
	width: 688px;
}
div#map-canvas {    
	height: 400px;
    width: 100%;
}
div#directions-panel, div#directions-panel-parking {
	border-top: 1px solid #DDD;
	display: none;
	height: 400px;
	overflow-y: scroll; 
	width: 688px;
}
div#transit-div {
	display: none;
	height: 46px;
}
div#directions-panel .adp,
div#directions-panel .adp table,
div#map-canvas .gm-style div,
div#map-canvas .gm-style span,
div#map-canvas .gm-style label,
div#map-canvas .gm-style a {
	color: #333;
	font-size: 11px;
	font-family: Verdana,Arial,sans-serif;
	font-weight: normal;
}
div#map-canvas .gm-style .gm-style-iw .parking-info-name,
div#map-canvas .gm-style .gm-style-iw .map-info-name,
div#map-canvas .gm-style .gm-style-iw .map-info-name a,
div#map-canvas .gm-style .gm-style-iw .gm-title {
	font-weight: bold;
}
div#map-canvas .gm-style .gm-style-iw .map-info {
	width: 160px;
}
div#map-canvas .gm-style .gm-style-iw .map-info-desc {
	padding-bottom: 5px;
}
div#map-canvas .gm-style .gm-style-iw .map-info-img {
	bottom: 0;
	position: absolute;
}
div.routeplanner {
	border-top: 1px solid #DDD;
	padding: 5px;
}
div.routeplanner input,
div.routeplanner span,
div.routeplanner select,
div.routeplanner button {
	display: block;
	float: left;
	font-size: 11px;
	font-family: Verdana,​Arial,​sans-serif;
	margin: 0;
}
div.routeplanner input,
div.routeplanner select {
	border: 1px solid #ddd;
}
div.routeplanner span {
	padding: 2px 3px 3px 0;
}
div.routeplanner span.label {
	width: 90px;
}
div.routeplanner input {
	height: 15px;
	padding: 3px;
}
div.routeplanner input#startRoute {
	width: 334px;
}
div.routeplanner select {
	height: 23px;
	padding: 2px 0 0;
}
div.routeplanner select#mode {
	width: 140px;
}
div.routeplanner button.routeHref {
	height: 23px;
	margin: 0 0 0 3px;
	padding-bottom: 2px;
	width: 100px;
}
div.routeplanner .error_msg {
	font-style: italic;
}

div.routeWrapper .adp-agencies{
	margin: 5px !important;
}

div.routeWrapper .adp-legal {
	margin: 5px;
}

div.routeWrapper .adp-legal img {
	margin-right: 5px;
}

div.routeWrapper .adp-warnbox {
	margin-top: 15px;
}

div.w3newcolumn {
	float: left;
}

div.w3newcolumn div.w3newcolumn {
	margin-bottom: 0px; 
}

div.w3newcolumn div.w3groupedlistcontent {
	padding-right: 10px;
	margin-bottom: 20px;
}

div.w3newcolumn div.w3groupedlistcontentLeftPadding {
	padding-right: 10px;
	margin-bottom: 20px;
}

div.w3newcolumn div.w3groupedlistcontentLeftPadding div.w3xhtml {
	padding-left: 10px;
}

div.w3newcolumn div.w3groupedlistlink {
	padding-right: 10px;
	margin-bottom: 6px;
}

div.w3newcolumn .w3groupedgroupheader {
	margin-top: 7px;
	margin-bottom: 4px;
}

div#main div.w3groupedlistcontent h1 {
	font: 18px/20px Georgia,'Times New Roman',Times,serif
}

div.clickableHeader a {
	font: 18px/20px Georgia,'Times New Roman',Times,serif
}

div.w3groupedlistcontent,
div.w3groupedlistcontentLeftPadding,
div.w3groupedlistcontentRightPadding
{
	margin-bottom: 20px;	
}

table.mepaSearchResult tr td:first-child {
	padding-right: 10px;
}

.leftFlow, leftNoFlow {
	float: left;
}

.rightFlow, .rightNoFlow {
	float: right;
}

#content .rightFlow {
	margin-left: 15px;
}

#content .leftFlow {
	margin-right: 15px;
}
.centerFlow {
	display: block;
	margin-left: auto;
	margin-right: auto;		
}
.img-holder.centerFlow img {
	margin: 0 auto !important;	
}

/* media objects */

div.mediaHidden,
div.floatingMediaLeft,
div.floatingMediaRight,
div.floatingMediaCenter {
}

div.mediaHidden {
	position: absolute;
	margin: 24px;
	z-index: 1;	
	display: none;
} 
 
div.floatingMediaLeft,
div.floatingMediaRight,
div.floatingMediaCenter {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.floatingMediaLeft {
	float: left;
	margin-left: 0px;
	margin-right: 15px;		
}

div.floatingMediaRight {
	float: right;
	margin-left: 15px;
	margin-right: 0px;	
}

div.floatingMediaCenter {
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}

/* Block for override of media objects that are displayed as a picture */
div.mediaAsPicture {
	border: 0;
	background: none;
	margin-top: 0;
	padding-top: 0;	
}

div.mediaAsPicture .mediaTitle {
	display: none;
}

/* Block for the media objects, inner object */
.mediaImage {
	text-align: center;
	cursor: pointer;
}

.mediaImageThumbLeft {
	float: left;
	text-align: center;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.mediaImageThumbRight {
	float: right;
	text-align: center;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/* Title style for media Objects */
.mediaTitle {
	text-align: left;
}

/* Caption style for media Objects */
.mediaCaption {
	font-size: 91.667%;
	text-align:left;
}

/* Versions style for media Objects */
.mediaVersions {
	text-align: center;
}

#main .wide-full .products-list {
	width: 940px;
	margin-left: 0px;
	margin-right: 9px;	
}

#main .wide-full .products-list ul {
	width: 960px;
	margin-left: -10px;
}

#main .wide-full .products-list ul li {
	margin: 0 10px;
    padding: 0 0 20px 0;
    float: left;
}

#main .wide-full .products-list ul li ul li {
	float: none;
}

.twocolumns-box .content .wide-full {
	margin-left: 0;	
}

#main .wide-full .products-list ul ul {
    margin: 0 0 7px;
    width: auto;
}

#main .wide-full .products-list ul ul li {
    margin: 0;
    padding: 7px 0;
}

nav.add-nav li.last-item a span {
	padding-left: 0;
}

nav.add-nav ul li span.menuitem-no-menu {
	padding-left: 21px;
}

td.highlighted {
	border: 2px solid #AAAAAA !important;
}

div.myUniversityContainer {
	float: left;
}

#errorMessage pre {
	font-family:courier;	
	margin: 10px;
}

.clickable {
	cursor: pointer;
}

div.alert-box .note:hover {
	text-decoration: underline;	
}

div.w3xhtml i, div.w3xhtml em {
	font-style: italic;
}

div.w3xhtml b,  div.w3xhtml strong {
	font-weight: bold;
}
td.w3label{
	padding-right: 10px;
	color: #7D7D7D;
}

td.w3attribute{
	padding-right: 20px;
}
div.w3lastModified {
	color: #7D7D7D;
	clear:both;
	margin-top: 20px;
}	
.borderless-table{
	margin:0 0 20px;
	border-collapse:collapse;
}
.borderless-table th, .borderless-table td{
	padding:6px 10px 7px;
	text-align:left;
}

.borderless-table th{ 
	font-weight:bold;
	color: #7D7D7D;
}

article.clickable {
	cursor: pointer;
}
	
div.clear{
	clear:both;
}

div.routeIcon {
	float: left;
}

div.departmentNested {
	padding-left: 20px;
}

div.nestedItem {
	padding-left: 10px;
	background: url("../images/bullets.png") no-repeat scroll left -264px transparent;
}

div.expandableFirst, div.expandable, div.expandableLast {
	padding-left: 10px;
	background: url("../images/bullets.png") no-repeat scroll left -264px transparent;
}

#main .events-list .date {
    display: inline-block;
    line-height: 5px;
    margin: -3px 10px 0 0;
}

#main .events-list .description {
/*    float: left; */
    line-height: 16px;
    margin-top: -2px;
    padding: 4px 0 7px 8px;
}

.content .w3attributes table {
	margin: 0 0 10px;
}

.content .expandableGroup table {
	margin: 0 0 5px;
}

.content table {
	margin: 0 0 20px;
}

.studyprogram .img-holder .img-list img {
   display:inline;
   vertical-align: bottom;
}

.studyprogram  .img-list  {
   background-image: none;
   padding-top: 0;
}
 
.studyprogram .img-list a {
    color: #FFFFFF;
    display: block;
    position: relative;
    text-decoration: none;
}   

.studyprogram .img-list a:hover span {
    text-decoration: underline;
}   

.studyprogram .img-list span {
    background: url("../images/bg-img-item.png") no-repeat scroll -110px 0 transparent;
    width: 180px;
}

.studyprogram img.socialmedia-icon {
	padding-right:10px;
    vertical-align: bottom;
}

body.contentOnly {
	background:#fff;
	min-width: 0;
}

body.contentOnly div#content {
    width: auto;	
}

#main .toggleList>div {
	margin-bottom: 10px;
}

#main .toggleList .header h2,
#main .toggleList .opener {
	cursor:pointer;
}

#main .toggleList .header {
	position: relative;
}

#main .toggleList .header>h2 {
	margin-left: 21px;
}

#main .toggleList .opener {
	position: absolute;
	width:12px;
	height:12px;
	background:url(../images/sprite.png) no-repeat -240px -279px;
	margin:4px 9px 0 0;
}

#main .toggleList .header:hover .opener {
	background-position:-254px -279px;
}

#main .toggleList .active .opener {
	background-position:-240px -293px;
}

#main .toggleList .header.active:hover .opener {
	background-position:-254px -293px;
}

#main .toggleList h2 {
    font:16px/18px Georgia, 'Times New Roman', Times, serif;
    margin:0 0 6px;
    text-shadow:0 1px 1px #BFBFBF;
}

#main .toggleList .answer {
	margin-left: 21px;
	margin-bottom: 10px;
}

#main .toggleList .w3label {
	color: #029FED;
}

#main .toggleList .w3attribute {
	color: #777777;
}

#main .results-list .toggleList > div {
	margin-bottom: 17px;
}

#main .results-list .toggleList .answer {
    background: url("../images/divider-dot.gif") repeat-x scroll 0 100% transparent;
    padding-bottom: 10px;
}

#main .results-list h1 {
    font: 24px/32px Georgia,'Times New Roman',Times,serif;
    text-shadow: 0 1px 1px #BFBFBF;
	margin: 25px 0 3px;
}

.top-nav li .open-in-prospero {
    background: url("../images/edit.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    margin-top: 2px;
    text-indent: -9999px;
    width: 16px;
}

.top-nav li .open-in-prospero:hover {
    background: url("../images/edit.png") no-repeat scroll 0 -20px transparent;
}

.targetGroupSelector {
	width: 320px;
	height: 80px;
	position: absolute;
	top: 300px;
	margin-left: 380px;
	box-shadow: #aaa 2px 2px 5px;
	-webkit-box-shadow: #aaa 2px 2px 5px;
	border: 1px solid #aaa;
}

.closeX {
	background:url(../images/sprite-blue.png) no-repeat -376px 0;
	width: 21px;
	height: 21px;
	float: right;
	margin: -4px;
	cursor: pointer;
}

.targetGroupInner {
	float: right;
	height: 60px;
	width: 300px;
	padding: 10px;
	background: #eee;
}

.targetGroupInner span.titleBold {
	font-weight: bold;
	line-height: 2em;
}

.targetGroupInner span.icon:after, div.targetedContent:after, div.chosenTargetInfo:after  {
	content:"";
	height: 21px;
	width: 21px;
	background: transparent url(../images/sprite-2.png) no-repeat 0 -24px;
	display: inline-block;
	vertical-align: middle;
}

.targetGroupSelector a.switch {
    color: #029FED;
    text-shadow: none;
    font-weight: bold;
    text-decoration: none;
    cursor:pointer;
}

div.targetedContent:after, div.chosenTargetInfo:after {
    float:right;
    margin-left: 4px;
}

.studyprogram div.targetedContent:after {
	display: none;
}
.chosenTargetInfo {
	color:#ccc;
	float: right;
	cursor: pointer;
    text-decoration: underline;	
}