/* ========================================================== */
/* general styles */

body {
	font-family: Arial;
	font-size: 10pt;
	background-color: #006633;
	background-image: url(../graphics/ribs.jpg);
	margin-top: 23px;
	background-attachment: fixed;
}

a:link {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid silver;
}

a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px solid silver;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #006633;
}

li {
	padding-bottom: 10px;
}

.Highlight {
	background-color: #ffff99;
}


/* ========================================================== */
/* outermost (page) table */

#OuterTable {
	background-color: #ffffff;
	border: 5px solid #deeecb;
	width: 700px;
}

/* ========================================================== */
/* left-side (content) cell */

#ContentCell {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	width: 600px;
}

#HeaderImage {
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#HeaderImage a {
	text-decoration: none;
	border-bottom: none;
}

/* ---------------------------------------------------------- */
/* volume, issue, date, back issues link */

#IssueBar {
	color: #222222;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px dashed silver;
	border-top: 1px dashed silver;
}

#VolumeIssue {
	float: left;
}

#BackIssuesLink {
	float: right;
	font-weight: bold;
}

/* ---------------------------------------------------------- */
/* contents of left side (content) cell */

#Content {
	background-color: white;
	color: #222222;
	font-size: 10pt;
	font-family: Georgia, Times New Roman, Times;
	text-decoration: none;
	line-height: 160%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}

#ArticleButtonBar, #ArticleButtonBar a, #ArticleButtonBar a:hover, #ArticleButtonBar a:link, #ArticleButtonBar a:visited {
	border: 0px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ========================================================== */
/* right-side (menu) cell */

#MenuCell {
	background-color: #deeecb;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	width: 150px;
}

/* ---------------------------------------------------------- */
/* contents of right side (menu) cell */

#SearchBox {
	background-image: url(../graphics/gradient.gif);
	background-color: #fafad2;
	font-family: Georgia;
	font-size: 10pt;
	text-align: center;
	height: 65px;
	border-bottom: 1px solid gray;
	padding-top: 37px;
}

#SearchButton {
	font-size: 8pt;
	margin: 1px;
	border: 2px outset;
}

#ArticleContentsCell {
	line-height: 140%;
	background-image: url(../graphics/gradient3.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	border-bottom: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#ArticleContentsHeading {
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	color: white;
	background-color: #444444;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

#LinksCell {
	line-height: 140%;
	background-image: url(../graphics/gradient2.gif);
	background-repeat: no-repeat;
	background-color: #deeecb;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.LinksHeading {
	font-weight: bold;
	text-transform: capitalize;
	color: white;
	background-color: #006633;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

/* ========================================================== */
/* bottom-side (links) cell */

#BottomCell {
	background-image: url(../graphics/grayribs.jpg);
	background-color: #eeeeee;
	font-size: 8pt;
	height: 20px;
	border-top: 3px double #006633;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 20px;
}

/* ========================================================== */
/* article heading styles */

#ArticleStrap {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	line-height: 120%;
	text-decoration: none;
	color: black;
	padding-bottom: 2px;
	border-bottom: 1px solid silver;
}

#ArticleTitle {
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	color: #222222;
	margin-bottom: 15px;
}	

.ArticleAuthor {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	line-height: 120%;
	text-decoration: none;
	color: black;
	margin-top: 15px;
}

.ArticleAffiliation {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	line-height: 120%;
	text-decoration: none;
	color: black;
	margin-bottom: 15px;
}

#ArticleAbstract {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	line-height: 140%;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#ArticleKeywords {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	line-height: 140%;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#ArticleCitation {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	line-height: 150%;
}

.ReviewBookTitle {
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
}

/* ========================================================== */
/* article table, figure, & equation styles */

.TableTitle {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

.DataTable {
	line-height: 140%;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 7pt;
	background-color: #666666;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.HeaderRowCenter {
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
	color: black;
	vertical-align: bottom;
}

.HeaderRowLeft {
	text-align: left;
	font-weight: bold;
	background-color: #CCCCCC;
	color: black;
	vertical-align: bottom;
}

.HeaderRowRight {
	text-align: right;
	font-weight: bold;
	background-color: #CCCCCC;
	color: black;
	vertical-align: bottom;
}

.DataRow {
	background-color: #FFFFFF;
	vertical-align: top;
}

.DataRowCenter {
	text-align: center;
	background-color: #FFFFFF;
	vertical-align: top;
}

.DataRowRight {
	text-align: right;
	background-color: #FFFFFF;
	vertical-align: top;
}

.TableFootnote {
	text-align: left;
	vertical-align: top;
	background-color: #EEEEEE;
	color: black;
}

.FigureTitle {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 9pt;
	margin-top: 10px;
}

.FigureFootnote {
	font-family: Verdana, Trebuchet MS, Arial, Helvetica;
	font-size: 8pt;
	margin-bottom: 10px;
	line-height: 140%;
}

.Equation {
	font-size: 10pt;
}


