﻿@charset "utf-8";


table{
	border: none !important;
}

tr:nth-child(odd) {
    background: none !important;
}

.topicBlock{
	margin: 1em 0;
	border: 2px solid #ccc;
	position: relative;
	background: #fff;
	
}

.topicBlock .tbTop h3{
	padding: .8em 3em .8em .6em;
	margin: 0;
	font-size: 1.2em;
	font-weight: 600;
	/*line-height: 2.8em;*/
}

.topicBlock .tbContent{
	padding: .6em;
	display: none;
}

.topicBlock .tbContent ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.topicBlock .tbContent ul li{
	padding: .4em 0;
}

.topicBlock .openlink{
	position: absolute;
	top: 0px;
	right: -12px;
	display: block;
	width: 29px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(images/toggleBackground.png);
	background-position: 0px 0px;
}

/*.scwSeminar .topicBlock .openlink{
	position: absolute;
	top: 0px;
	right: -12px;
	display: block;
	width: 29px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(images/toggleBackgroundSeminar.png);
	background-position: 0px 0px;
}*/

.topicBlock.active .tbTop{
	background-color: #f6f6f6;
}

.topicBlock.active .tbContent{
	display:block;
}

.topicBlock.active .openlink{

	background:url(images/toggleBackground.png);
	background-position: 0 -50px;
}

.topicBlock .mainButton a:first-child {
    margin-right: 1em;
}
.tbTop {
    position: relative;
    overflow: hidden;
}
.tbTop a {
    position: absolute;
    display: block;
    width: 90%;
    height: 100%;
}
.tbTop a + div {
    text-decoration: underline;
}
.tbTop a[href=''] + div {
    text-decoration: none;
}
.topicBlock .mainButton a[href=''], .tbTop a[href=''] {
    display:none;
}


/*******************************************************************************************************/

.casesDevsBlock, .nnBlock, .jjBlock{
	
	margin: 0 0 .8em 0;
	border: 2px solid #ccc;
	position: relative;
	background: #fff;
	min-height: 90px;
	cursor:pointer;
	text-decoration: none !important;
}

.jjBlock{
	width: 100%;
}

.casesDevsBlock:hover, .nnBlock:hover, .jjBlock:hover{

	background: #fcfcfc;
	
	
}
.cdbContent{
	padding: .6em .6em 0 .6em;
	/*margin: 0 155px 0 0;*/
}

.nnContent, .jjContent{
	padding: .6em .6em 1.8em .6em;
	margin: 0 0 21px 0;
}

.casesDevsBlock .cdbCategories{
	font-size: .9em;
	font-style:italic;
	color: #666;
	margin-right: 80px;
}
.casesDevsBlock h3, .nnBlock h3{
	
	font-size: 1em;
	font-weight: 600;
		text-decoration:underline;
	color: #012851;
	/*line-height: 2.8em;*/
}

 .jjBlock h3{
	
	font-size: 1em;
	font-weight: 600;
	
	color: #012851;
	/*line-height: 2.8em;*/
}

h3.cath3{
	font-size: 1.2em;
	font-weight: 600;
	color: #880005;
	/*line-height: 2.8em;*/
}

.nnBlock h3{
	margin-top: 0;
	margin-right: 100px;
}

.casesDevsBlock:hover h3, .nnBlock:hover h3, .jjBlock:hover h3{

	color: #4792CC;

	/*line-height: 2.8em;*/
}

.casesDevsBlock .cdDate, .nnBlock .nnDate,  .jjBlock .jjDate{

	position: absolute;
	top: .8em;
	right: 1.6em;
	font-size: .8em;
	line-height: 1em;
	color: #000;
}

.casesDevsBlock.cdbOpen{
}

.casesDevsBlock .cdlink, .nnBlock .nnlink{
	position: absolute;
	bottom: .2em;
	right: -12px;
	display: block;
	width: 29px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(images/toggleCasesDevs.png);
	background-position: 0px 0px;
}

.casesDevsBlock .cdlink2{
	position: absolute;
	bottom: .2em;
	right: -12px;
	display: block;
	width: 29px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(images/toggleBackgroundv2.png);
	background-position: 0px 0px;
}

.casesDevsBlock.cdbOpen .cdlink, .casesDevsBlock.cdbOpen .cdlink2{
	display: none;
}

.casesDevsBlock .cdlinkOut{
	display:none;
	color: #880005;
	position: absolute;
	bottom: .2em;
	right: -12px;
	height: 50px;
	line-height: 50px;
	
}

.nnBlock .nnlinkOut{

	color: #880005;
	position: absolute;
	bottom: .2em;
	right: -12px;
	height: 50px;
	line-height: 50px;
	
}

.jjBlock .jjlinkOut{

	color: #880005;
	position: absolute;
	bottom: .2em;
	right: -12px;
	height: 50px;
	line-height: 50px;
	
}


.casesDevsBlock.cdbOpen .cdlinkOut{
	display:block;
}



.casesDevsBlock .cdlinkOut a, .nnBlock .nnlinkOut a, .jjBlock .jjlinkOut a{
		

	color: #880005;
}
	
.casesDevsBlock .cdGoDeets, .nnBlock .nnGoDeets,  .jjBlock .jjGoDeets{
		padding-right: 42px;
		background-image: url(images/showCDdetails.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 50px;
	line-height: 50px;

}

.nnLinkDoc .nnGoDeets{
	
	padding-right: 0;
		background-image: none;
color:#880005
}

 .jjBlock .jjGoDeets{
	 width: 120px;
 }
/*.casesDevsBlock:hover .cdlink{
	background-position: 0px -50px;
}*/

.casesDevsBlock .cdbSynopsis{
	display:none;
	margin-bottom: 50px;
	font-size: .9em;
}

.casesDevsBlock.cdbOpen .cdbSynopsis{
	display:block;
}

.casesDevsBlock  .cdbHideSynopsis2{
	
	background-image: url(images/toggleBackgroundv2.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 45px;
	text-indent: -9999px;
}

.casesDevsBlock.cdbOpen  .cdbHideSynopsis2{
	
	background-image: url(images/toggleBackgroundv2.png);
	background-position: right -50px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	width: 45px;
	text-indent: -9999px;
}
.canddtree{
	border: 2px solid #ccc;
	margin: 0;
	padding:0;
	list-style:none;
	width: 240px;
font-size: .9em;
}

.canddtree li{
	
	padding: .4em .8em;
}

.canddtree li > a{
	margin-right: 24px;
}

.canddtree ul{
	display: none;
	padding-left: 1.2em;
	margin: .8em 0;
	list-style: none;
}

.canddtree li.cdfocused ul{
	display: block;
}


.cdtreearrow {
	width: 12px;
	height: 12px;
	display: block;
	font-size: 0px;
	background-image: url(images/toggleCDnav.png);
	background-position: 0px 0px;
	float: right;
	cursor:pointer;
	margin-top: 3px;
}

li.cdfocused .cdtreearrow {

	background-position: 0px -12px;

}

.cdbCatsList{
	float: right;
	width: 240px;
	border: 2px solid #ccc;
    margin: 0;
    padding: 0;
    font-size: .9em;
}

.cdbCatsList ul{

    margin: 1em;
    padding: 0;
    list-style-type: none;
}

.cdbCatsList ul ul{

    margin: 1em 1em 1em 2em;
}

.cdbCatsList ul ul ul{

    margin: 0;
}

.cdbCatsList li{
	padding: .4em 0;
}

.cdbCatsList ul ul ul li{
	margin-left: 2em;
	padding: .6em 0 .4em 0;
}

.cdbCatsList a.toplist{
	display:block;
	font-size: 14px;
	
	padding-left: 18px;
	background-image:url(images/toggleCDnav2.png);
	background-position:left top;
	background-repeat:no-repeat;
	
}

.cdbResults{
	margin-right: 270px;
}

.cdbSearch {
	    border: 1px solid #ccc;
		padding: 2px;
		position: relative;
		margin-bottom:8px;
}

.cdbSearch  input[type="text"] {
	border: none;
	width: 80%;
	height: 22px;
	/*margin-right: 50px;*/
}
.cdbSearch  input[type="text"]:focus {
    outline-width: 0;
}
.cdbSearch  input[type="image"], .cdbSearch  input[type="submit"]{
	position: absolute;
	top: 4px;
	right: 2px;
	border:none;
	background:url(images/CDsearchBk.png) center center no-repeat;
	width: 70px;
	 height:22px;
	 text-indent: -9999px;
	 border-radius: 0;
	 box-shadow:none;
	 margin: 0;
	 font-size: 0px;
}
.cdbDtpickerrow{
		margin-bottom: 8px;
		font-size: 13px;
}

.cdbDtpickerrow .datesheader{
	display: inline-block;
	font-weight:600;
	padding-left: 20px;
	background:url(images/cdbDtpickerCal.png) left center no-repeat;
}

.cdbDtpickerrow a{
	float: right;
	padding-left: 20px;
	background:url(images/cdbDtpickerRedo.png) left center no-repeat;
}

.resetRow{
	text-align: right;
}
.resetRow a{
display: inline-block;
	padding-left: 20px;
	background:url(images/cdbDtpickerRedo.png) left center no-repeat;
	margin-bottom: 6px;
}
.cdbDtpickerrow input[type="text"] {
	width: 80px;
}

.nnAuthors{
	padding-bottom: 9px;
}

.cdbDtpickerrow label{ 
padding: 0 .5em;
}
	
table table span, table table a{
	font-size:14px;
	display: inline-block;
	line-height: 18px;
	height: 18px;
	width: 18px;
	text-align: center;
}

.jjContent h3 a{
	display: inline-block;
	line-height: 18px;
	height:auto;
	width:auto;
	text-align: left;
}

 table table span{
	color: #fff;
	background-color:#4792CC;
}

.cdbCrumbs{
	padding-bottom: .8em;
	font-size: .8em;
}

.cdbCrumbs a{
	margin-left: .4em;
}

.cdbCrumbs a:last-of-type {
    color:#4792CC;
}

.cdbCrumbs a::after { 
    content: " > ";
}

.nnsynpad{
	padding-bottom: .5em;
}
	
/**************************************************************************/
.L3contentcolumn,.cdbResults table{
	width: 100%;
}

.cdbResults table table{
	width: auto;
}


/*************** JCUL *****************************/

.topicBlock .jculListLiner{
	padding: .8em 3em .8em .6em;
	margin: 0;
	
}

 .jculListLiner h3{
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 0;
	/*line-height: 2.8em;*/
}

 .jculListLiner  .jculOut a{
	 
	     position: absolute;
    bottom: 8px;
    right: -12px;
    display: block;
    width: 29px;
    height: 50px;
    text-indent: -9999px;
    background-image: url(images/toggleBackground.png);
    background-position: 0px 0px;
 }
 
body.JCULland{
	margin: 0;
	padding:0;
	background:#FEF7E9;
	font-size: 1em;
	font-family:Cambria, Times, "Times New Roman", serif
 }
 
 .JCULland a{
	 color: #000;
	 font-weight: bold; 
 }
 
  .JCULland a:hover{
	 text-decoration:underline;
 }
 
 .JCULland .rowWrap{
	 width: 100%;
	 max-width: 990px;
	 margin: 0 auto;
 }
 
 .JCULland h1, .JCULland h2, .JCULland h3{
	 color: #9d0435;

 }
 
 .JCULland .sfitemRichText h2{
	 font-size: 21px;
		 font-weight: bold;
 }
 
 .JCULland .head1 a{
	 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	 font-weight:normal;
 }
 
 .JCULland .head2{
	 	 color: #9d0435;
		 
       
 }
 
 .JCULland .headborderwrap{
	   border-top:2px solid #9d0435;
		 border-bottom:2px solid #9d0435;
		 margin: 0 0 9px 0;
 }
 
  .JCULland .mainborderwrap{
	   border-top:2px solid #000;
	   border-bottom:2px solid #000;
		 padding: 9px 0;
 }
 
 .JCULland .head2 h2{
	 margin: 11px 0 0 0;
	 font-size: 26px;
 }
 
  .JCULland .head2 h1{
	 margin: 11px 0 0 0;
	 font-size: 40px;
	 font-weight:bold;
 }
 
.JCULland .JCULcc {
	 text-align: center;
 }
 
 .JCULland .JCULcc a{
	 padding-left: .5em;
	 text-decoration:underline;
 }
 .JCULland footer{
	 margin-top: 9px;
	 padding: 1em;
	 background: #fff;
	 color: #000;
	 text-align: center;
	 font-weight: bold;
 }
  .JCULlogoswrap{
background:url(images/jcul_logos_bg.jpg) center left repeat-x;
height: 115px;
 }
  .JCULlogos{
	  width: 650px;
	  margin: 0 auto;
  }
 .JCULlogos .jculnacua{
display: inline-block;
float: left;
background: url(images/jculnacualog.jpg);
width: 374px;
height: 115px;
 }
 
  .JCULlogos .jculnd{
	display: inline-block;
	float: right;
	background: url(images/jculndlog.jpg);
	width: 266px;
	height: 115px;
 }
 
 .JCULvyn{
	 font-weight: bold;
	 margin: .5em 0;
	 height: 1.5em;
	 line-height: 1.5em;
 }
 
 .JCULvyn .jcVol{
	 width: 33%;
	 text-align: left;
	 float: left;
 }
 
  .JCULvyn .jcYr{
	 width: 34%;
	 text-align: center;
	 	 float: left;

 }
 
  .JCULvyn .jcNum{
	 width: 33%;
	 text-align: right;
	 	 float: left;

 }
.jculLogoContainer {
    display: inline-block;
    position: relative;
}
.jculLogoContainer.left {
    width: 374px;
    height: 115px;
}
.jculLogoContainer.right {
    width: 266px;
    height: 115px;
}
.publishLink {
    display: inline-block;
    width: 374px;
    height: 115px;
}
.collegeLink {
    display: inline-block;
    width: 266px;
    height: 115px;
}
.jculLogoContainer a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.jculLogoContainer a[href=""] {
    display: none;
}
.JcLinks p {
    margin-bottom: 18px;
}
 /**************************************************/
 
 .jjResults{
	 margin-right: 270px;
 }
.jjResults table, .jjResultsA table{
	 width: 100%;
 }
 
.jjResults .pagination table, .jjResultsA .pagination table{
	 width: auto;
 }
 
 .cdbAlphapicker a{
	 padding: .2em .4em;
 }
 
 @media only screen and (max-width : 650px)	
{
	
	.cdbCatsList{
		display: none;
	}
	
	.cdbResults, .jjResults{
		margin-right: 0;
	}
}