/*
vertex42_article.css
Copyright (c) 2003 Vertex42, LLC. All Rights Reserved.
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	background: white;
	color: #000000;
	margin-left: 0;
	margin-top: 0;
}

/* ========================================== */
/* =======      DEFAULT TEXT STYLE      ===== */
/* ========================================== */

a, a:link, a:visited, a:hover {
	text-decoration: none;
	background: none;
	color: #396794; 
}
a:link { 
	color: #0000CC;
}
a:visited { 
	color: #0033CC;
}
a:hover { 
	color: #799FC4;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial;	
	font-weight: bold;
}
h1 {
	background: none;
	color: #663333;
	font-size: 24px;
	margin-bottom: 10px;
}
h2 {
	background: none;
	color: #23588C;
	font-size: 20px;
	margin-bottom: 6pt;
}
h2.table {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 10pt;
	background-image: none;
	background: #EEEEEE;
}
h3 {
	background: none;
	color: #3E548D;
	font-size: 18px;
	margin-bottom: 6pt;
}
h3.table {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 10pt;
	background: #EEEEEE;
}
h3.example {
	font-size: 12px;
	font-weight: normal;
	width: 400px;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid black;
	background: #EEEEEE;
	color: #3E548D;
}
h4 {
	background: none;
	color: #396794;
	font-size: 16px;
	margin-bottom: 6pt;
}
h5 {
	font-size: 14px;
}
	
HR { 
	background: none;
	color: #003366;
}

TABLE {
	font-family: Verdana, Helvetica, "sans serif";
	font-size: 10pt;
}

TD {
	font-family: Verdana, Helvetica, "sans serif";
}

P.figure {
	text-align: center;
	font-size: 8pt;
}
DIV.level1 {
	margin-left: 20px;
}
DIV.level2 {
	margin-left: 40px;
}

.cDark { background-image: none; background: #003366; color: #BBBBC6; }
.cLight { background-image: none; background: #799FC4; color: #222277; }

/* ========================================== */
/* =======     HEADER                   ===== */
/* ========================================== */

TABLE.Header {
	font-family: Arial, Helvetica, "sans serif";
	width: "100%";
}

TD.Header {
	font-family: Verdana, Helvetica, "sans serif";
	font-size: 8pt;
	vertical-align: middle;
	background-image: none;
	background: #EEEEEE;
}

/* ========================================== */
/* =======      TOP NAV BAR             ===== */
/* ========================================== */

TABLE.NavBar {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #002254;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
TD.NavBar {
	vertical-align:middle;
	margin:0px;
	padding:2px;
	padding-bottom: 3px;
}

A.NavBar, A.NavBar:link, A.NavBar:hover, A.NavBar:active, A.NavBar:visited
{
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 10px;
	font-weight: bold;
	background: none;
	color: #FFFFFF;
	text-decoration: underline;
}

A.NavBar:hover {
	font-weight: bold;
	background: none;
	color: #CCCCFF;
	text-decoration: underline; }


/* ========================================== */
/* =======      SIDE BAR             ===== */
/* ========================================== */

TABLE.TOC {
	font-family: Tahoma, Verdana, Helvetica, Verdana;
	font-size: 10px;
	font-weight: normal;
}
TD.TOC {
	padding: 5px;
	font-size: 10px;
	border: 1px solid #AAAAAA;
	background: #F5F5F5;
}

.sidebarhead {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
}
.sidebar {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 14px;
	margin-left: 8px;
}

TABLE.side {
	font-family: Tahoma, Verdana, Helvetica, Verdana;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	margin-top: 10px;
	padding: 2px;
	padding-top: 10px;
}
TD.side {
	padding: 2px;
}

.field10 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid;
	color: #000000;
	border-color:#A8B0B8;
	background: #FFFFFF;
}
.button10 { 
	font-family: Verdana;
	font-size:10px;
	color: #333333;
	background: #E6E5D0;
	border: 1px #AEAEAE solid;
}
.text10 {
	font-size: 10px;
}

/* ========================================== */
/* =======      MAIN FOOTER             ===== */
/* ========================================== */

TABLE.Footer {
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
}
TD.Footer {
	padding: 4px;
	font-size: 8pt;
}
A.Footer, A.Footer:link, A.Footer:visited, A.Footer:active, A.Footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
}
A.Footer:hover {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

/* ========================================== */
/* =======      OTHER                   ===== */
/* ========================================== */

.inputField {
	background: #eeeeff;
	color: #000066;
	font-weight: bold;
	text-align: center;
}
.outputField {
	background: white;
	color: #006600;
	font-weight: bold;
	border:1px solid #999999;
	text-align:right;
}


/* ========================================== */
/* =======      OTHER                   ===== */
/* ========================================== */

DIV.CodeBox {
	font-family: "Courier New", Courier, mono;
	border: solid 1pt #666666;
	margin: 10px;
	padding: 10px;
	background-image: none;
	background: #EEEEEE;
	color: #000000;
}

.box1 {
	border: none;
	background: #EEEEEE;
	width: 70%;
	padding: 10px;
}
DIV.floatbox {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.references, p.references {
	font-size: 10px;
	padding-left: 10px;
}
.citation, p.citation {
	font-size: 10px;	
}
.caption, p.caption {
	font-size: 10px;	
}