.prYear {
	font-size: 13pt;
	font-weight: bold;
	padding-bottom: 15px;
}
.prDate {	
	font-size: 12pt;
	width: 80px;
	padding: 3px;
	padding-left: 25px;
	padding-bottom: 15px;
}
.prLink {
	font-size: 12pt;
	padding: 3px;
	padding-bottom: 15px;
}

.contentFeature {
	padding-left: 5px;
	
	background-color: white;
	background-image:url("http://shodor.org/common-2.0/ui/MainLayout/images/contentFeatureBG.png");
	background-repeat: repeat-x;
}

.title {
	margin-top: 0px;	
	margin-left: 0px;
	height: 26px;
}

.internImage img {
	max-width: 90px;
	max-height: 90px;
}


/* Social Media Buttons */
#socialmedia {
	position:absolute;
	left:600px;
	top:174px;
}


/* Disease Model */
#SubTabsBar{
	margin: -10px auto 10px -20px;
	padding: 0.5em 26px 0.5em 26px;
	background: #b3d5ef url(/media/content//main/images/bluegradient.jpg) repeat-x 0 bottom;
	width: 746px;
	border-bottom: 1px solid #98B5CB;
	position: relative;
}
#SubTabsBar li{
	float: left;
	list-style-type: none;
	margin: 0 0.5em;
	padding-left: 25px;
	/*background: white url(images/roundedTOP.png) no-repeat 0 0;*/
	border-bottom: 1px solid #C2DDF2;
	color: #224E6F;
}
#SubTabsBar a{
	display: block;
	/*background: white url(images/roundedTOP.png) no-repeat right 0;*/
	padding: 5px 25px 5px 0;
	margin: 0;
	text-decoration: none;
	outline-style:none;
	outline-width:0;
}
#SubTabsBar li.activeTab{
	/*border-bottom: 1px solid white;*/
	font-weight: bold;
}
#SubTabsBar ul{
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
#SubTabsBar.ModelBar {
	margin-bottom: 0;
}
.helpList li {
	padding-bottom: 5px;
	padding-top: 5px;
}
ul.helpList {
	margin-top: 0px;
	margin-bottom: 0px;
}
.helpTitle {
	font-weight:bold;
	font-size: 20px;
	padding-top: 10px;
}

/* Play button on DeafStem version of Disease Model */
div#MenuPlayButton {
	position: absolute;
	top: -2px;
	left: -41px;
}
div#PlayButtonFloatLeft {
	position: absolute;
	left: -40px;
}
div#PlayButtonHomeImage {
	position: absolute;
	top: 40px;
	left: -80px;
}

/* For Admin Pages */
div#borderbottom {
border-bottom: 2px solid navy;
}
div#namepadding {
float:center;
padding-top:5px;
padding-left:15px;
width:170;
text-align:left;
}
div#sidebar{
float:left;
padding-top:10px;
padding-left:10px;
padding-right:15px;
width:100px;
text-align:left;
}
div#sidebar2{
float:left;
padding-top:10px;
padding-left:10px;
padding-right:15px;
width:100px;
border-right: 2px solid navy;
border-bottom: 2px solid navy;
text-align:left;
}
div#main {
position:absolute;
left:160px;
width: 550px;
padding:20px;
z-index:1;
}

/* Copyright bottom bar CSS */

#licensingBtn, #shodorBtn, #privacyBtn {
	margin-top: 3px;
	height: 25px;

}

#licensingBtn {
	width: 85px;
	left: 0px;
	color: white;
	padding-top: 10px;
	font-size:14px;
	text-decoration:none;
}

#shodorBtn {
	width: 65px;
	left: 90px;
	padding-top: 8px;
	color: white;
	font-size:18px;
	text-decoration:none;
	
}
#privacyBtn {
	width: 95px;
	left: 160px;
	padding-top: 12px;
	color: white;
	font-size:10px;
	text-decoration:underline;
}



.customContentTable{
	border-collapse: collapse;
	
}

.customContentTable tbody tr{
	border-top: 1px solid black;
	padding-top: 10px;
	
}
.customContentRow{
	border-collapse: collapse;
	vertical-align: text-top;
	
}

.customAboutImage{
	margin-top: 10px;
}

.customAboutTable{
	height: 115px;
	padding-top: 5px;
}

.customHasWebsite{
	
}

.customAboutImage a{
	text-decoration: none;
}

.customNoWebsite{
	text-align: center;
	width: 8px;
	height:8px;
	font-size: 2px;
	color: white;
	background-color: white;
	border-radius: 10px;
	border: 1px solid white;
	position: relative;
	top: -90px;
	left: 125px;
}

.customPerInfo{
	width:252px;
}

.customAboutSize{
	font-size: 11pt;
}
.customAboutSize2{
	font-size: 11pt;
	font-weight:bold;
}

.customNavbar{
	margin-bottom: 10px;
}

.customRowNavBar{
	border: 1px solid red;
	
}
.customHighlightNavbar{
	background-color: #003C9C;
	width:50px;
	font-size: 16pt;
	padding: 3px;
	text-align: center;
}
.customLinkNavbar{
	width:50px;
	padding: 3px;
	text-align: center;
	border: 1px solid black;
}
 
.customLinkNavbar a:link,
.customLinkNavbar a:visited,
.customLinkNavbar a:hover,
.customLinkNavbar a:active{
	color: #7B1308;
	text-decoration: none;
}
 
 
.customHighlightNavbar a:link,
.customHighlightNavbar a:visited,
.customHighlightNavbar a:hover,
.customHighlightNavbar a:active{
	color: white;
	text-decoration: none;
}      

.customMessageTable {
	
}

.customMessage li{
	margin-right: 2px;
	display: inline;
	text-decoration: none;
	font-size: 11pt;
}
