﻿/* Ektron UI CSS Framework */

/* Page Framework
----------------------------------*/
/* reset.css */
html, body, div, span, object, iframe, h1, h2, /*h3, h4, h5, h6,*/ p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd,/* ol, ul, li,*/  fieldset, form, label, legend,/* table, caption, tbody, tfoot, thead, tr, th, td,*/ article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:Arial;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
a img {border:none;}

/*the first level ul is pagebuilder. hence all the subsequent ul's will be one level down.
Customize all bullet styles.*/
ul ul {padding-bottom:10px;}
ul ul li{list-style-type:disc;}
ul ul ul li{margin-left:30px;list-style-type:circle;}
ul ul ul ul li{margin-left:60px;list-style-type:square;}

/* typography.css */
a{text-decoration:underline;cursor:pointer;}
p{font-size:1.1em;padding:5px 0px 10px 0px;line-height: 1.3;}
sup, sub{line-height:0px;}
a:link, a:visited {color: #0039a6;text-decoration: none;}
a:link:hover {color: #aaa;text-decoration: none;}


/*--------------LAYOUT HELPERS--------------*/
.topMargin{margin-top:5px;}
.noRightMargin{margin-right:0px !important;}
.padAll{padding:5px 35px 30px;overflow:auto;clear:both;}
.rightFloat{float:right;}
.topBtmPad{padding:10px 0 !important;clear:both;}
.clearfix{clear:both;}
.topBtmSpacing {padding:12px 0 13px;}
.techexcomm {width:100%;clear:both;}
.techexcomm div {width:200px;float:left;padding:0px 17px 0px 5px;}
.techexcomm img {float:left;margin:0px 12px 20px 0px;}
.underheader {margin-top:0px;}

h1{font-size: 1.7em;color: #666666;font-weight: bold;padding-bottom:0px;}
h2 {font-size: 1.4em;color:#666666;font-weight: bold;}
h3 {font-size: 1.2em;color: #666666;font-weight: bold;}
h4 {font-size: 1.1em;color:#666666;font-weight: bold;padding-bottom:0px;margin-bottom:0px;}

h2 a{text-decoration:none;}
.largeFont{font-size:16px !important;}
.bold{font-weight:bold;}
.italics{font-style:italic;}
.padBtm{padding-bottom:12px;}
.ad-available{font-weight: bold; display:inline-block;color: rgb(0, 128, 128);}
.ad-pending{font-weight: bold; display:inline-block;color: rgb(0, 0, 128);}
.ad-sold{font-weight: bold; display:inline-block;color: rgb(255, 0, 0);}
.ad-unavailable{font-weight: bold; display:inline-block;color: #666666;}
.box {font-weight: bold;margin:10px 0 0 0;/*deactivated box per Jaclyn 10/14/15--background-color: rgb(180, 210, 255); padding: 5px; display:inline-block;color: rgb(0, 0, 128);border-radius:2px;*/}

/*--------------DEFAULT/MASTER PAGE--------------------*/
body {font-size:62.5%;color: #666;font-family: Arial, Helvetica, sans-serif;margin:0; padding:0;}
.container{font-size:1.2em;position:relative;width:950px;margin:0 auto;}

/***Header section***/
.ektron-ui-header {height:100px;}

/*logo*/
.ektron-ui-header .logo {float:left;margin-top:0px;}
.ektron-ui-header .logo a{display:inline-block;background-image:url("../images/logo.png"); background-repeat:no-repeat;width:191px;height:87px;}

/*utility links*/
.ektron-ui-header .utilityLinks {float:right;margin-top:5px;}
.ektron-ui-header .utilityLinks ul{list-style:none; padding:0; margin:0;float:right;}
.ektron-ui-header .utilityLinks ul li {border-top:5px solid #95a1aa;margin:0; display:inline; margin-right:1px;float:left;}
.ektron-ui-header .utilityLinks ul li a {color:#0039a6;padding:0 66px 0 0; text-decoration:none;font-size:1.1em;display:inline-block;}
.ektron-ui-header .utilityLinks ul li:hover, .ektron-ui-header .utilityLinks ul li.selected {border-top:5px solid #0039a6;}

/*search*/
.searchSection{	clear:right;float: right;margin-top: 20px;width:300px;}
.goBtn{	border-style: none;border-color: inherit;border-width: 0;font-size:0.9em;float:right;margin-left:5px;/*height:25px;*/ padding:6px 6px 4px;cursor:pointer;color:#fff;-moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px;background-color:#0f9fda;

   /*gradient image*/

    background-image: -moz-linear-gradient(top, #0f9fda, #0068b2);
background-image: -webkit-gradient(linear, center top, center bottom, from(#0f9fda), to(#0068b2));
background-image: -o-linear-gradient(top, #0f9fda, #0068b2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f9fda', endColorstr='#0068b2');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f9fda', endColorstr='#0068b2')";
background-image: linear-gradient(top, #0f9fda, #0068b2);

}
a.goBtnlargeFont {font-size:16px;float: left; color: rgb(255, 255, 255); margin: 10px 20px 10px 0px; display: block; padding: 8px;cursor:pointer;color:#fff;-moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px;background-color:#0f9fda;
   /*gradient image*/
background-image: -moz-linear-gradient(top, #0f9fda, #0068b2);
background-image: -webkit-gradient(linear, center top, center bottom, from(#0f9fda), to(#0068b2));
background-image: -o-linear-gradient(top, #0f9fda, #0068b2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f9fda', endColorstr='#0068b2');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f9fda', endColorstr='#0068b2')";
background-image: linear-gradient(top, #0f9fda, #0068b2);
}
.goBtn:hover,.goBtnlargeFont:hover {
    /*gradient image*/
    background-image: -moz-linear-gradient(top, #74b1e0, #6086c4);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#74b1e0), to(#6086c4));
    background-image: -o-linear-gradient(top, #74b1e0, #6086c4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74b1e0', endColorstr='#6086c4');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#74b1e0', endColorstr='#6086c4')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: linear-gradient(top, #74b1e0, #6086c4);
}
.searchTextbox{border: 2px solid #aeb0b2; width:200px; background-color: #FFFFFF;float:right;padding:4px;font-style:italic;font-size:0.9em;-moz-border-radius: 3px;border-radius:3px;-webkit-border-radius: 3px;}

/*login message*/
.loggedIn{float:right;clear:right;padding-top:10px;width:500px;text-align:right;}
.loginLink{padding-left:10px;}

/***navigation***/
.navigation {height:30px;background-image:url("../images/navBack.png");background-repeat:repeat-x;clear:both;min-width:950px;}/*17Nov2011*/
.navigation .container{padding-top:0px;}
#nav, #nav ul {padding: 0;margin: 0;list-style: none;line-height: 1;width:950px;text-align:center;/*float:left;*/position:relative;}
#nav li, #nav li.selected {float:left;}

#nav a {display: block;text-decoration:none;color:#fff;font-size:1.1em;padding:8px 23px 9px 23px;}
#nav li:hover, #nav li.selected{background-image:url("../images/topNavHvr.png");background-repeat:repeat-x;}
#nav li a:hover, #nav li.selected a{position:relative;background-image:url("../images/topNavArrow.png");background-position:center bottom;background-repeat:no-repeat;}

/* myRSNA */
#nav li.myRSNA { background-image:url("../images/navBack.png"); background-repeat:repeat-x; }
#nav li.myRSNA:hover, #nav li.myRSNA.selected { background-image:url("../images/topNavHvr.png"); background-repeat:repeat-x; }

#nav .reg{font-size:0.8em;vertical-align:top;}
*+ #nav .reg{line-height:normal;}

/*IE7 adjustments for superscript*/
#nav li.myRSNA{padding-top:8px !important!;}
#nav li.myRSNA a{padding-bottom: 14px!important!;
}

/***content area***/
.ektron-ui-content{clear:both;}

/***footer***/
.ektron-ui-footer {width:100%;margin-top:15px;/*space between the content area and footer beginning*/}

/*copyright info*/
.ektron-ui-footer .copyrightInfo{color:#95a1aa;clear:both;padding:10px 0 5px;text-align:center;font-size:0.9em;}
.copyrightInfo .divider{padding:0 5px;}

/*footer links*/
.ektron-ui-footer .footerBack{border-top:1px solid #ababac;border-bottom:1px solid #ababac;padding:8px 0;display:inline-block;width:100%;}
.ektron-ui-footer .footerBack .navigation{background:none;}
.ektron-ui-footer .footerNav ul{float:left;padding:5px 0 0;margin:0;}
.ektron-ui-footer .footerNav ul li{display:inline;padding:0;margin:0;}
.ektron-ui-footer .footerNav ul li a {color:#005dab;font-size:1em;padding:0 20px 0 0;text-decoration:none;line-height:1.5;}
.ektron-ui-footer .footerNav ul li a:hover, .ektron-ui-footer .footerNav ul li.selected a{color:#aaa;}
.ektron-ui-footer .footerNav ul li a.last{padding-right:20px;}
.footerNav sup{font-size:0.6em;}

/*social links*/
.socialLinks{float:right;/*display:inline-block;*/}
.socialLinks img{vertical-align:middle;}
.socialLinks div{float:left;}
.socialLinks div a{padding-right:5px;background-image:url(../images/socialLinks.png);background-repeat:no-repeat;height:25px;width:26px;float:left;}
.socialLinks .iconFacebook a{background-position:0 0;}
.socialLinks .iconTwitter a{background-position:-34px 0;}
.socialLinks .iconLinkedIn a{background-position:-67px 0;}
.socialLinks .iconFlickr a{background-position:-100px 0;}
.socialLinks .iconVimeo a{background-position:-134px 0;}
.socialLinks .iconYoutube a{background-position:-167px 0;}
.socialLinks .iconInstagram a{background-position:-200px 0;padding-right:0px;}

/*feedback button and form*/
/*button*/
#feedback a{position:fixed; top:200px; left:0px;background-image:url(../images/feedback.png);background-repeat:no-repeat;width:37px;height:114px;}
 #feedback a:hover {cursor:pointer;background-image:url(../images/feedbackHvr.png);}

 /*form*/
 .feedbackForm label, .feedbackForm input { display:block; }
 .feedbackForm div.design_content .design_textfield {width:95%;}
 .feedbackForm input.text, .feedbackForm textarea { margin-bottom:12px; width:95%; padding: .4em; }
 .feedbackForm fieldset { padding:0; border:0; margin-top:25px; }

 .loginDetails input.text, .loginDetails textarea{margin-bottom:12px; width:95%; padding: .4em; }
 .loginDetails fieldset{padding:0; border:0; margin-top:25px;}

/*LANDING PAGES SPECIFIC STYLES 1-Dec-2011*/
/*setting the header and p tag styles for landing pages sections*/
.columnsSection h2{padding-top:1px;margin:0;font-size:1.29em;}
.columnsSection .column p{padding-bottom:5px;margin:0;}
.columnsSection h3, .columnsSection h4{margin:0;padding:0;}
.socialDisplay p, .socialDisplay h2, .newsArchive h2, .newsArchive p{margin:0 !important;}
.widgetBody ul, {padding-bottom:10px;}

.oneColumn .column p, .oneColumn h2, .oneColumn h3 {margin:13px 0;padding:0px !important;}/*this is resetting them to the default html spacing*/
/*.twoColumn .column img{height:86px; width:345px;} 20120309 remove height constraint*/
.twoColumn .column img{max-width:345px;}
.threeColumn .column img{max-width:298px;}

/*RSNA News pages*/
.oneColumnNarrow {width:345px;float:left;margin-right:45px;}
.oneColumnNarrow .date {display:none;}
.NewsTOC {float:right;width:305px;margin:0px 45px 30px 0px;}
.NewsTOC .editor {padding:20px;background-color:#e1edf8;width:300px;font-size:15px;line-height:24px;}
.NewsTOC .editor img {padding:0px 0px 0px 10px;width:120px;float:right;}
.regularColumn h2 {clear:left;} /*RSNA News annual meeting spot color*/
.regularColumn h4 {font-size: 1.1em;color:#FF6319;font-weight: bold;} /*RSNA News annual meeting spot color*/
.regularColumn h5 {font-size:12px;text-transform:uppercase;margin:10px 0px;color:rgb(123,63,103);letter-spacing:+1;}

/*IMAGES - need copy here for articles on old NewsDetail.aspx template*/
.RE {background-image:url(/uploadedImages/RSNA/Content/Globals/RE_Foundation_Logo.png);background-repeat:no-repeat;padding-left:90px;}
.headshot {float:left;width:135px;height:auto;font-style:normal;color:#999;font-weight:bold;font-size:0.9em;
	padding:5px 24px 12px 0; overflow:auto;white-space: pre-line;min-height:215px;}
.headshot img {display:block;width:135px;height:auto;padding:0 0 5px;}
.newslogo {float:right;width:200px;font-style:italic;color:#666;font-weight:bold;font-size:0.9em;padding:5px 0 12px 12px; 
	overflow:auto;white-space: pre-line;}
.newslogo img {display:block;width:200px;height:auto;padding:0 0 5px;}


/*Responsive Video Embed - http://avexdesigns.com/responsive-youtube-embed/#sthash.XhGBYAtF.dpuf*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-top:10px;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ------- R&E Corporate Partners ------ */
.corplogo {
	float:left;
	min-width:150px; /*200px for 3 columns*/
	width:24%; /*32% for 3 columns*/
	height:100px;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}
.corplogo span {
	height:90px;
	vertical-align:middle;
	display:inline-block;
}
.corplogo img {
	width:auto;
	height:auto;
	max-height:75px;
	max-width:110px;
	vertical-align:middle;
}
.corplogo p {
	display:block;
	margin:0px 0px 10px;
	font-size:.95em;
}
.corptext {
	height:150px;
}
/* ------- List icons -------- */
ul.pdf {list-style-image: url(/uploadedImages/RSNA/Content/Globals/pdf-icon.png); margin:5px; padding-left:22px;}
ul.file {list-style-image:url(/uploadedImages/RSNA/Content/Globals/download-icon.png); margin:5px; padding-left:22px;}
ul.video {list-style-image:url(/uploadedImages/RSNA/Content/Globals/video-icon.png); margin:5px; padding-left:22px;}
ul.web {list-style-image: url(/uploadedImages/RSNA/Content/Globals/web-icon.png); margin:5px; padding-left:22px;}
ul.rsna {list-style-image: url(/uploadedImages/RSNA/Content/Globals/favicon.png); margin:5px; padding-left:22px;}

/*--------------HOME PAGE--------------------*/
/*generic styles*/
.readMore{float:right;clear:right;}
.last{margin-right:0px !important;}

#outdatedBrowserMessage {
    display: none;
    background-color: palegoldenrod;
    font-size: 1.2em;
    text-align: center;
    height: 40px;
    margin-bottom: 10px;
}
.warningImage {
    position: relative;
    right: 5px;
    vertical-align: text-bottom;
}
.learnMoreButton {
    position: relative;
    left: 25px;
    top: 5px;
}

.ektron-ui-content{}
/*department banner*/
.slideshow{width:100%;height:225px;margin-top:3px;}
.pageBanner{margin-top: 3px;clear:both;width:950px;height:225px;position:relative;}
.pageBanner img{display:block;}
.pageBanner div.dropzone ul.columnwidgetlist div.widget {width: auto;}
ul.columnwidgetlist {padding:0;margin:0;}

/*chiklet images*/
img.chikletImg{float:left;padding:3px 10px 5px 5px;width:50px; height:50px;}

/*row*/
.row{display:inline-block;/*margin-top:15px;*/width:100%;}
/*.row*/ .titleSection{border-bottom:1px solid #ccc; display:inline-block;padding-bottom:3px; width:100%;margin:12px 0;}
* + html .row .titleSection{margin:5px 0 12px;}/*adjusted the bottom alignment in IE7 with the left navigation title bottom*/
.row .shareSection{border-bottom:1px solid #ccc; display:inline-block;padding-bottom:3px; width:100%;margin:0 0 15px;}
.row .shareSection h4{margin-bottom:9px;margin-top:11px}
.row .shareSection .title h4 a span.divider{padding:0 3px;margin-top:10px;}
.row .title{float:left;}
.row .titleSection .readMore{}
.row .titleSection .readMore a{float:left;margin-top:5px;}
.row .titleSection .readMore a:hover{color: #aaa;}
.row .titleSection .readMore a img{vertical-align:text-bottom;}
.row .titleSection .readMore span.divider{float:left;padding:0 3px;margin-top:10px;}
.row .titleSection .title h4 a span.divider{padding:0 3px;margin-top:10px;}

/*for content subsection*/
/*subsection generic styles*/
.columnsSection{margin:0;clear:both;overflow:auto;}
.columnsSection img{padding-bottom:5px; vertical-align: middle;max-width:100%;}
.columnsSection .column{float:left;}
.columnsSection .column a:hover{color: #aaa;}
.columnsSection .column h2 a{padding-bottom:5px;font-weight:bold;text-decoration:none;display:block;color:#0039a6;}
.columnsSection .column h2 a:hover{color: #aaa;}
.columnsSection .column h3 a{color:#0039a6;}
.columnsSection .column h3 a:hover{color: #aaa;}
.highlight .column h3 a{/*font-size:.935em;*/color:#0039a6;display: block;padding-bottom:5px;}
.highlight .column h3 a:hover{color:#aaa; }
.columnsSection .column .date{font-size:0.8em;color:#666;font-style:italic;}
.columnsSection .column .downloadPdf{font-size:0.8em;font-style:italic;text-decoration:underline;}
.columnsSection .column p{color:#58585a;line-height:1.3;font-size:1.1em;}
.columnsSection .column .readMore a img{float:none;padding:0;height:auto;width:auto;max-width: none;}
.pressrelease img{padding-left: 10px;float: right;} /*for image on press releases*/
.pressrelease ul {padding-left:0px;margin: 0px;}
.oneColumn .pressrelease h2, .oneColumn .pressrelease p {margin: 0px;}
.oneColumn .pressrelease p {margin-bottom: 10px;}

/*4 columns subsection*/
.fourColumn .column{width:22%;min-width:150px;margin:0 15px 0px 5px;}

/*3 columns subsection*/
.threeColumn .column{width:31.6%;min-width:220px;margin:0 15px 0px 5px;}

/*2 columns subsection*/
.twoColumn .column{width:46.3%;/*min-width:300px;*/min-height:85px;margin:0 12px 0px 5px;}


/*1 columns subsection*/
.oneColumn .column{width:98%;margin:0 0 10px 5px;}

/*for RSNA programs section*/
/*section generic styles*/
.rsnaProgram{padding-top:15px;clear:both;}
.rsnaProgram .row{/*margin-bottom:3px;*/margin-top:0;}
.rsnaProgram .columnsSection{margin:0;clear:both;overflow:auto;}
.rsnaProgram .columnsSection .column h3 a{font-size:0.85em;color:inherit;padding-bottom:3px;display:block;}
.rsnaProgram .column .readMore{float:left;}
.rsnaProgram .column .readMore a img{padding:0;float:none;}
.rsnaProgram .columnsSection .column{padding:20px 17px 17px;margin:0 2px 0 0;}/*modified*/
.rsnaProgram .columnsSection .column img{float:left;width:auto;height:auto;padding:3px 10px 5px 5px;}
.rsnaProgram .columnsSection .column .desc{width:75%;float:left;}
.rsnaProgram ul li {margin-bottom: 3px !important;}
.columnsSection .column .desc{width:75%;float:left;}/*added*/

/*4 columns section*/
.rsnaProgram .fourColumn{display:inline-block;background-image:url(../images/rsnaProgramFourColBack.gif);background-repeat:repeat-y;width:100%;}
.rsnaProgram .fourColumn .column{width:21.25%;}

/*3 columns section*/
.rsnaProgram .threeColumn{display:inline-block; background-image:url(../images/rsnaProgramThreeColBack.gif);background-repeat:repeat-y;width:100%;}/*added*/
.rsnaProgram .threeColumn .column{width:29.5%;}

/*2 columns section*/
.rsnaProgram .twoColumn{background-image:url(../images/rsnaProgramTwoColBack.gif);background-repeat:repeat-y;width:100%;}/*added*/
.rsnaProgram .twoColumn .column{width:46.3%;}

/*1 columns section*/
.rsnaProgram .oneColumn .column{width:96.4%;background-color:#f3f3f4;margin-right:0px;}/*modified*/

/***SKIP NAVIGATION***/
.ektron-ui-content .skipNav{display:none;}

/*-------------- TWO COLUMN PAGE--------------------*/
.twoColumnPage{padding:4px 0 0;}
.twoColumnPage .channel{float:left;width:220px;background-image:url("../images/leftColBack.png");background-repeat:repeat-x;min-height:800px;height:auto !important; height:800px;}
.twoColumnPage .mainContent{float:left;width:725px;padding-left:5px;}
.twoColumnPage .mainContent .row{padding-left:10px;width:98.5%;}

/*.bannerImage img{width: 725px; height: 215px;}*/

/*3 column subsection*/
.twoColumnPage .mainContent .row .threeColumn .column{margin-right:5px;}

/*highlight column*/
.highlight{display:inline-block;background-image:url("../images/highlightsBack.gif");width:100%;background-repeat:repeat-y;margin-top:-9px !important;/*gave a negative margin so the highlight sits right under the header*/}
.mainContent .row .highlight .column{width:29.4%;margin:0 5px 2px 0;padding:18px 12px;}/*added*/
/*.highlight .column{background-color:#e1edf8;}.mainContent .row .highlight .column{width:29.5%;margin:0 2px 2px 0;padding:18px 12px;}*//*removed*/


h2.gry a{font-size:0.85em;color:#666;font-weight:bold;}
h2.gry a:link, h2.gry a:visited, h2.gry a:active {color:#666;padding-top:1px;padding-bottom:0px;text-decoration:none;}
h2.gry a:hover{color:#0039a6; text-decoration:none;}

/*UL-LI LISTING*/
.listing ul {margin:0 1.5em 1.5em 1.5em;list-style-type:disc;}
.twoColumn .listing ul li{list-style-type:none;color:#58585a;font-weight:normal;margin-bottom:15px;width:45%;float:left;}/*two column listing*/
.listing ul li a img{float:left;padding-right:3px;width:auto !important;}
.listing a{text-decoration:none;color:#58585a;}
.listing .bullet{float:left;width:75%;background-image:url(../images/bullet.jpg);background-position:left 5px; padding-left:7px;background-repeat:no-repeat;}
.listing .readMore{color:#0039a6;clear:none;float:none;}
.listing a.readMore:hover{color:#aaa;}

/*when the listing needs to be just single column within a column*/
.twoColumn .column .listing ul li{display:inline-block;width:100%;}

/*colLists*/
.colLists .column{margin-bottom:15px;}

/*join box*/
.joinBox{width:90%;padding:15px;background-color:#f3f3f4;}
.joinBox select{width:235px;margin:25px 0 25px 35px;color:#58585a;}
.joinBox h1{font-size:1.5em;}
.joinNow{text-align:center;}

/*belong button*/
.belong{float:right;}

/***left navigation***/
.leftNavigation .title{background-color:#d1d2d4;padding:12px 24px;color:#666;font-size:1.2em;font-weight:bold;border-bottom:1px solid #ffffff;}
.leftNavigation .title a{color:#666;}
.leftNavigation ul#leftnav .title a{color:#666;margin:0;padding:0;font-size:14px;}
.channel .centerImg{text-align:center;padding:15px 0;}

#EventCalendarNav li {
    border-bottom: 1px solid #fff;
    float: left;
    list-style-type: none;
    margin-left: -16px;
    width: 200px;
}
ul#leftnav li.selected a.arrowImg {background-image:url(../images/leftNavArrowHvr.png);background-repeat: no-repeat;background-position:left 2px;}
ul#leftnav li a.arrowImg {background-image:url(../images/leftNavArrow.png);background-repeat: no-repeat;background-position:left 2px;}
#EventCalendarNav a, #EventCalendarNav div {    
    color: #666;
    display: block;
    font-size: 12px;
    margin: 10px 0px;
    text-align: left;
    text-decoration: none;
    width: 172px;
}


/*left column search form*/
.leftColSearch .searchTitle{font-weight:bold;font-size:1.2em;padding-bottom:10px;}
.leftColSearch sup{font-size:0.55em;}
.leftColSearch{display:inline-block;padding:17px;background-color:#dcddde;}
.leftColSearch label{padding-top:3px;float:left;}
.leftColSearch input{width:170px;height:23px;border:1px solid #ccc;font-size:11px; font-style:italic; color:#000;padding:0 5px;}
.leftColSearch select{width:182px;height:23px;border:1px solid #ccc;font-size:11px; font-style:italic; color:#000;padding:0 0 0 5px;}
.leftColSearch .dateThru{float:left;width:45%;padding-right:8px;}
.leftColSearch .dateThru input{width:70px;}
.leftColSearch .btnBack{background-color:#999;padding:3px 5px 8px;border:0;width:auto;margin:10px 0 0 0;color:#fff;font-style:normal;cursor:pointer;}
.leftColSearch .checkbox input{height:auto;width:auto;vertical-align:middle;float:left;}


/*social (facebook and twitter) display*/
.socialDisplay{}
.socialDisplay .columnsSection{margin-top:-12px;background-color:#f3f3f4;padding-top:15px;display:inline-block;}
.socialDisplay .columnsSection .column{border-bottom:1px solid #e7e7e7;padding-bottom:10px;}
.socialDisplay .columnsSection .last{border-bottom:none;}
.socialDisplay .columnsSection .column .thumb{float:left;margin:0 10px;}
.socialDisplay .description{float:left;width:89%;}
.socialDisplay .description h2 a{color:#000;padding-bottom:0;}

/***tabular data***/
/*.tabularData{width: 480px;	border-collapse: collapse;	text-align: left;	line-height:2em;}
.tabularData th{font-size: 14px;font-weight: normal;color: #039;padding: 10px 8px;border-bottom: 2px solid #6678b1;}
.tabularData td{border-bottom: 1px solid #ccc;color: #666666;padding: 6px 8px;}

.altRows th{border-bottom:none;}
.altRows td{border-bottom: 1px solid #f2f2f2;}
.altRows .odd{background: #f2f2f2;}
.altRowsOdd{background: #f2f2f2;}*/

/*customized table with all rows acting same*/
.hor-table-b{width: 480px;border-collapse: collapse;text-align: left;line-height:2em;}
.hor-table-b th{font-size: 14px;font-weight: normal;color: #039;padding: 10px 8px;border-bottom: 2px solid #6678b1;}
.hor-table-b td{border-bottom: 1px solid #ccc;color: #666666;padding: 6px 8px;}
.hor-table-b td ul {line-height:1.3em;}

/*customized table with alternating color rows*/
.hor-table-zebra{width: 480px;border-collapse: collapse; text-align: left;line-height:2em;}
.hor-table-zebra th{font-size: 14px;font-weight: normal;color: #039;padding: 10px 8px;}
.hor-table-zebra td{color: #666666;padding: 6px 8px;border-bottom: 1px solid #f2f2f2;}
.hor-table-zebra .hor-table-zebra-odd{background: #f2f2f2;}

/*left column treeview*/
#rsna-cal-treeview table {width:200px;clear:both;}
#rsna-cal-treeview td a {margin-left:25px;margin-top:-18px;display:block;}
/* RSNA loading image */
.rsna-cal-loading-image {position:absolute;left:50%;top:50%;z-index:100;}

.noLeftMargin{margin-left:0px !important;}

/*news article pages - hiding the top banner*/
.topBanner{display:block;}

.radcares {box-shadow: 0px 0px 0px #999;line-height: 1.2em;font-family: Arial,Helvetica,sans-serif;color: rgb(102, 102, 102);font-size: 13px;text-align:left;vertical-align:top;width:100%;padding:0px 10px 10px 10px;}
.radcares td {padding:5px;}
.subheaderbar {font-family: Arial,Helvetica,sans-serif;font-weight:bold;color: rgb(153, 51, 51);font-size: 14px;}
.loginicon {background-image:url('/uploadedImages/RSNA/Content/Science_and_Education/Radiology_Cares/login.png');background-repeat:no-repeat;width:26px;vertical-align:top;}
a:visited:hover {color:#aaa;}

.StandardButton {color: #ffffff;text-decoration: none;
}
#Button {display: table;height: 50px;margin-top: 10px;margin-right: 10px;margin-left: 0px;margin-bottom: 10px;font-family: Arial;text-decoration: none;text-transform: uppercase;font-weight: none;
}
#ButtonChild {display: table-cell;width: 135px;vertical-align: middle;text-align:center;background-color: #2675b8;color: #ffffff;font-size: 14px;text-decoration: none;padding: 5px;cursor: pointer;-moz-border-radius: 7px 0px 0px 7px;border-radius: 7px 0px 0px 7px;-webkit-border-radius: 7px 0px 0px 7px;
}
#ButtonChild2 {display: table-cell;width: 22px;vertical-align: middle;text-align:center;background-color: #0050a4;color: #ffffff;font-size: 18px;text-decoration: none;padding: 5px;padding-top: 3px;cursor: pointer;-moz-border-radius: 0px 7px 7px 0px;border-radius: 0px 7px 7px 0px;-webkit-border-radius: 0px 7px 7px 0px;
}
#ButtonChildLeft {display: table-cell;width: 135px;vertical-align: middle;text-align:center;background-color: #2675b8;color: #ffffff;font-size: 14px;text-decoration: none;padding: 5px;cursor: pointer;-moz-border-radius: 0px 7px 7px 0px;border-radius: 0px 7px 7px 0px;-webkit-border-radius: 0px 7px 7px 0px;
}
#ButtonChildLeft2 {display: table-cell;width: 22px;vertical-align: middle;text-align:center;background-color: #0050a4;color: #ffffff;font-size: 18px;text-decoration: none;padding: 5px;padding-top: 3px;cursor: pointer;-moz-border-radius: 7px 0px 0px 7px;border-radius: 7px 0px 0px 7px;-webkit-border-radius: 7px 0px 0px 7px;
}
#ButtonInactive {display: table;height: 50px;margin-top: 10px;margin-right: 10px;margin-left: 0px;margin-bottom: 10px;font-family: Arial;text-decoration: none;text-transform: uppercase;font-weight: none;
}
#ButtonInactiveChild {display: table-cell;width: 135px;vertical-align: middle;text-align:center;background-color: #b7b7b7;color: #ffffff;font-size: 14px;text-decoration: none;padding: 5px;cursor: pointer;-moz-border-radius: 7px 0px 0px 7px;border-radius: 7px 0px 0px 7px;-webkit-border-radius: 7px 0px 0px 7px;
}
#ButtonInactiveChild2 {display: table-cell;width: 22px;vertical-align: middle;text-align:center;background-color: #959595;color: #ffffff;font-size: 18px;text-decoration: none;padding: 5px;padding-top: 3px;cursor: pointer;-moz-border-radius: 0px 7px 7px 0px;border-radius: 0px 7px 7px 0px;-webkit-border-radius: 0px 7px 7px 0px;
}
#ButtonChild a,#ButtonChild2 a {color: #ffffff;text-decoration: none;
}


/*-------------- ONE COLUMN NEWS PAGE WITH RIGHT RAIL--------------------*/
/*one column page with right rail*/
.rightRail{float:right;width:31%;}
/*limit right rail img width*/
.rightRail a{cursor: pointer;}
.rightRail img{max-width:219px;}
.regularColumn{float:left; width:65%;}
.teaser{color:#666;font-weight:bold;font-size:0.9em;padding:5px 0 30px;/*font-style:italic*/;overflow:auto;white-space: pre-line;}

/*****login modal window*****/
#dialog2 .loginDetails{float: left; width: 240px; padding-right: 20px;}
#dialog2 .loginImage{float: left; border-left: 1px solid #000;padding-left:13px;}
#dialog2 a{color:#0039A6;padding:0 3px;}
#dialog2 .checkbox{clear:both;padding:5px 0;overflow:auto;}
#dialog2 .checkbox input, #dialog2 .checkbox label{float:left;}
#dialog2 .checkbox input{margin-top:0;}
div.PBViewing {float: none;}
/*overlay*/
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:101;
  left: 0px;
  background-color:#000;
  display:none;
  opacity: 0.75;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}

/* remove table borders
td.radiologyleft{border-top: solid 1px black;border-right: solid 1px black;border-left: solid 1px black; padding-left: 5px;}
td.radiologyright{border-top: solid 1px black;border-right: solid 1px black; padding-left: 5px;}
td.radiologyleftlast{border: solid 1px black; padding-left: 5px;}
td.radiologyrightlast{border-top: solid 1px black;border-bottom: solid 1px black;border-right: solid 1px black; padding-left: 5px;}
*/

div.agreement
{
	max-height: 120px; overflow-y: scroll;
}

#showmenu {display:none;}
#showleftmenu {display:none;}
.mobilelogo {display:none;}
.mobile {display:none;}
#menubutton {display:none;}
#searchbutton {display:none;}
.submenubutton {display:none;}

    /*-----------------------CONTACT US STYLES---------------------------------------*/
@media tablet/desktop, only screen and (min-width: 768px), (min-device-width: 768px)
{
.TwoColWrap {margin:0; width:100%; float: left; }
.TwoColWrapGrey {margin:0; width:100%; float: left; background-color: rgb(240, 240, 240);}
.TwoColLeft {float: left; clear: none; width: 47%; padding: 10px; text-align: left; valign: top;}
.TwoColRight {float: left; clear: none; width: 47%; padding: 10px; text-align: right; valign: top;}
}

@media handheld, only screen and (max-width: 767px), (max-device-width: 767px)
{
.TwoColWrap {margin:0; width:100%; float: left; }
.TwoColWrapGrey {margin:0; width:100%; float: left; background-color: rgb(240, 240, 240);}
.TwoColLeft {float: left; width: 95%; padding: 10px; text-align: left; valign: top; clear: both;}
.TwoColRight {float: left; width: 95%; padding: 10px; text-align: left; valign: top; clear: both;}
}


	/*--------------------------- EDUCATION REDESIGN 2015 ---------------------------*/
	.TwoColLong img {float:left;width:88px;margin:0 32px 12px 0;}
	.TwoColShort a {display:block;padding:0 0 6px; }

@media tablet/desktop, only screen and (min-width: 768px), (min-device-width: 768px)
{
	/*--------------------------- EDUCATION REDESIGN 2015 ---------------------------*/
	.TwoColLong {float: left;clear: none;width: 70%;margin-right: 10px;}
	.TwoColShort {float: left;clear: none;width: 25%;margin-left:20px;}
	.Recommended {float: left; width: 98%; background: #B7DEE8; border-radius: 8px; padding:10px 5px 10px 10px; overflow: visible; height: auto; margin-bottom: 15px;}
 
.NotRecommended {float: left; width: 98%; background: #ffffff; border-radius: 8px; padding:10px 5px 10px 10px; overflow: visible; height: auto; margin-bottom: 15px;}
 
.ThreeColStandard {float: left;clear: none;width: 25%;margin-right: 10px;}
 
.ThreeColShort {float: left;clear: none;width: 22%;margin-right: 10px; text-align: center; height: 100px; padding-top: 50px; }
.ThreeColLong {float: left; clear: none; width: 48%; margin-right: 10px;}
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
/* TICKET (RSNAORG-1417) - tablets with exactly 768px (like iPad Mini) should NOT show mobile menu, so changed max-width to be one less */
@media handheld, only screen and (max-width: 767px), (max-device-width: 767px)
{
	/*--------------------------- EDUCATION REDESIGN 2015 ---------------------------*/
	.TwoColLong {width: 100%;float: none;clear: both;}
	.TwoColShort {width:70%; float: left;display:block;margin-left:120px;}
.ThreeColStandard {clear: both; width: 98%; float: none; padding: 0 10px 10px 0;}
 
.ThreeColShort {clear: both; width: 98%; float: none; text-align: left; padding: 0; height: auto;  }
 
.ThreeColLong {clear: both; width: 98%; float: none; padding: 0 10px 10px 0;}
	#showmenu
    {
        display:block;
        position:fixed;
        top:0;
        left:0;
        width:98%;
        z-index:101;
        background-image:url(/images/MobileMenu_bg.jpg);
        padding:1%;
	}
	#showleftmenu {display:block;background-color:#0052a5;}
	#search {display:none;margin-top:-10px;}
	#menubutton {display:block;/*margin-top:-25px;*/cursor:pointer;}
	#searchbutton {display:block;margin-top:5px;padding-right:73px;}
	.submenubutton {display:block;padding-right:7px;}
	.ektron-ui-header .logo {display:none;}
	.mobilelogo {display:block;}
	.mobile {display:block;}
	.sectionlink {color:#FFF;font-size:14px;padding:3px;}

	#RSNAmobileLogo{float:right;/*padding-top:1.5em;*/}
	#MainMenuIcon{float:left;padding:5px 5px 0 15px;width:17px;height:16px;}
	#LogInOutLink{font-size:1.3em;line-height:30px;border-bottom:1px solid #5091CC;}

    .container{font-size:1.2em;position:relative;width:100%;}
    /***Header section***/
    .ektron-ui-header {padding:0 5px;width:98%;height:35px;}
    /*utility links*/
    .ektron-ui-header .utilityLinks {float:right;margin-top:5px;margin-right:10px;padding:5px 0 10px;border:1px dotted #cccccc;display:none;}
    .ektron-ui-header .utilityLinks ul li {border:0;margin:0; padding:5px 10px 0;display:block;float:none;}
    .ektron-ui-header .utilityLinks ul li a {color:#0039a6; padding:0;text-decoration:none;font-size:1.2em;display:block;border:0;}
    .ektron-ui-header .utilityLinks ul li:hover, .ektron-ui-header .utilityLinks ul li.selected {border:none;}
    .ektron-ui-header .utilityLinks ul li a:hover, .ektron-ui-header .utilityLinks ul li a.selected {border:none;color:#666;}
    /*search*/
    .searchSection{  clear:both;float: left;margin-top: 20px;width:auto;display:block;}
    /*login message*/
    .loggedIn{clear:both;float:none;padding: 5px 0 10px;text-align:left;width:auto;display:none;}
    .loginLink{padding-left:10px;}
    /***navigation***/
    .navigation {height:auto;background-image:none;clear:both;min-width:10px;display:none;margin-top:12px;}
    #nav, #nav ul {padding: 0;margin: 0;list-style: none;line-height: 1;width:auto;position:relative;}
    #nav li {float:none;display:block;background-image:url("../images/navBack.png");background-repeat:repeat-x;margin:3px 5px;height:30px;}
    #nav li:hover, #nav li.selected{background-image:url("../images/topNavHvr.png");background-repeat:repeat-x;float:none;}
    #nav li a{text-align:left;}
    #nav li a:hover, #nav li.selected a{background:none;position:relative;}
    /***footer***/
    .ektron-ui-footer {clear:both;}
    /*copyright info*/
    .ektron-ui-footer .copyrightInfo{color:#95a1aa;clear:both;text-align:center;font-size:0.9em;padding:10px 5px 0;}
    /*footer links*/
    .ektron-ui-footer .footerBack{border-top:1px solid #ababac;border-bottom:1px solid #ababac;padding:8px 0;}
    .ektron-ui-footer .footerNav ul{float:left;padding:5px 15px;margin:0;}
    .ektron-ui-footer .footerNav ul li{text-align:left;list-style-type:none;float:left;width:45%;}
    .ektron-ui-footer .footerNav ul li a, .ektron-ui-footer .footerNav ul li a.last{padding:0;}
    /*social links*/
    .socialLinks{display:inline-block;padding:5px;margin-top:5px;float:left;}
    /*feeback button*/
    #feedback, #dialog{display:none;}
    /*--------------HOME PAGE--------------------*/
   .ektron-ui-content{padding:0 5px;}
    /*department banner*/
    .pageBanner{display:none;}
    /*all possible column arrangements are given full width for mobile*/
    .threeColumn .column, .fourColumn .column, .twoColumn .column, .oneColumn .column{margin:10px 0 5px 0;width:100%;}
    /*all possible rsnaProgram column arrangements have background color*/
    .rsnaProgram .threeColumn, .rsnaProgram .fourColumn, .rsnaProgram .twoColumn, .rsnaProgram .oneColumn{background-image:none;}
    .rsnaProgram .columnsSection .column{padding:20px 5px 17px;margin:0 0 2px;background-color:#f3f3f4;}
    /*all possible rsnaProgram column arrangements are given full width for mobile*/
    .rsnaProgram .threeColumn .column, .rsnaProgram .fourColumn .column, .rsnaProgram .twoColumn .column, .rsnaProgram .oneColumn .column{width:97%;/*padding: 5px 0 5px 5px;margin:0;*/}
    .rsnaProgram .row{margin:0px;}
     /***SKIP NAVIGATION***/
    .ektron-ui-content .skipNav a{display:block; padding:10px;color:#0039A6; font-weight:bold;font-size:1.5em;float:right;}
    /*-------------- TWO COLUMN PAGE--------------------*/
    /*main content*/
	.slideshow {display:none;}
    .twoColumnPage .mainContent{float:none;width:100%;padding:0;}
    .twoColumnPage .mainContent .row{padding:0;width:100%;}
    .bannerImage img, .centerImg img{width:100%;max-width:730px;display:none;}
	.desktop{display:none;}
    /*channel and left navigation*/
    .twoColumnPage .channel{float:left;width:100%;background-color:#eceded;background-image:none;margin-bottom:15px;min-height:10px;display:none;}
    .leftNavigation{background-color:#eceded;}
    .leftNavigation .title{background-color:#d1d2d4;padding:12px;color:#666;font-size:1.2em;font-weight:bold;border-bottom:2px solid #ffffff;}
    #leftnav, #leftnav ul, #leftnav li{width:100% !important;}
    #leftnav a{width:auto !important;}
    .leftColSearch label{width:100%;}
    .leftColSearch input, .leftColSearch select {margin-bottom:8px;}
    /*highlight column*/
    .highlight{background-image:none;}
    .highlight .column{background-color:#e1edf8;}
    .mainContent .row .highlight .column{padding:20px 5px 17px;margin:0 0 2px;width:97%;}
    /*UL-LI LISTING*/
    /*when the listing needs to be just single column within a column*/
    .twoColumn .listing ul li{width:100%;list-style-type:none;color:#58585a;font-weight:normal;margin-bottom:15px;float:left;}/*two column listing*/
    /*join box*/
    .joinNow a img{width:auto !important;}
    /*belong button*/
    .belong{float:right;padding-right:10px;}
    /*social (facebook and twitter) display*/
    .socialDisplay .columnsSection .column .thumb{float:left;margin:0 10px;width:auto;}
    .socialDisplay .description{float:none;}
    /***tabular data***/
    /*customized table*/
    .hor-table-zebra, .hor-table-b{margin: 0;width:auto;}

    .content table{width:auto !important;}
    .columnsSection{overflow: visible;}

    /*-------------- ONE COLUMN PAGE WITH RIGHT RAIL--------------------*/
    /*one column page with right rail*/
    .regularColumn, .rightRail{float:none;width:100%;}
    .commentsSection{clear:both;}
 /*   .content .columnsSection .column img {max-width: 440px;width: 100%;height:auto !important;}   */
    .content .columnsSection .column img.chikletImg{width:auto;}
	
}