/* Content */

#content_resources {
	float: right;
	width: 790px;
	background: #FFFFFF;
	min-height: 700px;
}

#browseBar {
	float: left;
	width: 745px;
	height: 20px;
	background: #666666;
	margin: 0 0 40px 0;
	font-size: 11px;
	padding: 10px 0 7px 45px;
}

#browseBar a {	
	color: #FFFFFF;
	text-decoration:  none;
}

#browseBar a:hover {
	color: #de751c;
	text-decoration:underline;
}

#browseBar .seperator {
	color: #E7B721;
}

#browseBar p {
	font-size: 11px;
	color: #e7b721;
}

.resourceBoxes {
	float: left;
	display: block;
	width: 205px;
	min-height: 150px;
	background: #f3f4f4;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.resourceBoxes h2 {
	text-transform: none;
	padding-left: 5px;
	padding-bottom: 2px;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #e7b721;
	color: #000;
}

.resourceBoxes p {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding-top: 10px;
	padding-left: 5px;
}

.resourceBoxes a {
        text-decoration:none
}

.resourceBoxes a:hover {
	display: block;
	width: 205px;
	min-height: 150px;
	background: #e6e7e8;
}

#articletable {
	width: 700px;
	padding: 0;
	margin: 0;
}

#articletable th {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #dcddde;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

#articletable th.title a {
	color: #000;
	text-decoration: none;
}

#articletable th.title a:hover {
	color: #de751c;
	text-decoration: none;
}

#articletable td {
	font: normal 12px Arial, Helvetica, sans-serif;
	border-right: 1px solid #dcddde;
	border-bottom: 1px solid #dcddde;
	background: #fff;
	padding: 6px 8px 6px 8px;
	color: #414042;
}

#articletable td a {
	color: #000000;
	text-decoration: underline;
}

#articletable td a:hover {
	color: #E7B721;
}

#articletable td.pdf {
	border-top: 1px solid #dcddde;
	background:  #dcddde;
}

#articletable td.pdf a {
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#articletable td.pdf a:hover {
	text-decoration: underline;
}

#articletable td.topborder {
	border-top: 1px solid #dcddde;
	border-left: 1px solid #dcddde;
}

#articletable th.spec {
	border-left: 1px solid #dcddde;
	border-top: 0;
	background: #fff;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #414042;
}

#articletable th.readmore {
	border-left: 1px solid #dcddde;
	border-top: 0;
}

#articletable th.readmore a {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #de751c;
}

#articletable th.readmore a:hover {
	text-decoration: underline
}

#articletable p {
	font-size: 12px;
    line-height: 16px;
}

#crossref ol li { 
	list-style-type: inherit;
}

.titleH1 {
	font: normal 28px Arial, Helvetica, sans-serif;
}

.citationLink a {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}

.citationLink a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #de751c;
}

#boxAreaSoft {
	float: right;
    display: block;
    width: 200px;
    min-height: 150px;
    margin: 15px;
   	background: #f3f4f4;
	padding: 15px;
}

#boxAreaSoft ol {
    padding-left: 20px;
}

#beginners_options h2 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #990000;
}