li {
	text-align: left;
}

.dividerRow {
  background-color:#333;
  padding-left:20px;
  padding-top:1px;
  vertical-align:center;
  height:20px; 
  width:570px;
}

.releaseTitle {
  padding-top:30px;
  padding-bottom:5px;
  padding-left:0px;
  height:17px;
  max-height:15px;
  font-weight: bold;
  color: #D37F37; 
  font-size:14px;
  text-align: center;
  text-shadow: 2px 2px 2px #222222;
     
  background-image: url(../images/releaseNotes/releaseTitleBG.jpg);
  background-repeat: no-repeat;
  background-position: 0px 20px;
}

.iconCell {
  padding-top: 10px;
  padding-left: 5px;
  width:80px;
  height:50px;
  vertical-align:top;
  background-repeat: no-repeat;
  background-position: 10px 10px;  
}

table.releaseNotesList {
	
	font-size: 12px;
}

table.releaseNotesList tr td ul {	
	padding: 10px 10px 10px 40px;
	color:#111;
}



.navBar div.release {
 background-image: url(/images/NavBarSelectionDivet.png);
}

.navBar div.release a {
    text-decoration: none;
    color: #D37F37;
}


.navBar div.release a:hover {
    color: #D37F37;
    font-weight: bold;
}

/* release notes archive stuff */

.titleRow {
  background-color:#222;
  padding-left:20px;
  padding-top:1px;
  vertical-align:center;
  height:20px; 
  width:570px;
  text-align:center;
  font-size: 16px;
  padding-bottom:10px;
  padding-top:10px;
}

div.rnArchive {
	
	border: 5px solid #888873;
	/*height:720px;*/
	font-size:14px;
	color:#111111;
	background: #dadabe url(/images/divBG/Leaves500Horiz.png) no-repeat bottom;
	margin-bottom:40px;
}

