/*test CSS for problem on item.cfm and finish.cfm*/
.textbody {
	font-family: arial;
	font-size: 12px;
}

/* -------end*------------*/

td.line {
	background: #000000;
	padding: 0px;
}

.header {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.printpagehead {
	font-size: 10px;
}

.printpagefooter {
	font-size: 9px;
}

a, a:visited, a:active {
	color: #610202;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #821E1E;
}
.title2noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #821E1E;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
.title3Color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #821E1E;
}
.textItal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
}
.example {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #697182;
	font-style: italic;
	font-weight: bold;
}
.title2black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border: 1px none #666666;
}
.linesBottomRightSpec {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	vertical-align: baseline;
}
.bread {
	font-family: verdana;
	font-size: 10px;
}

.bread b {
	color: #697182;
}

.TitleBar {
	background-color: #666666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 3pt;
	font-weight: bold;
}

.linesBottomRightStorage {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
	vertical-align: baseline;
}
.RedNavText, .RedNavText:hover, .RedNavText:active, .RedNavText:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #993333;
	text-decoration: none;
}
.title2noline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #821E1E;
}
.tablebarmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #821E1E;
}
/*  ----   Traditional SpecBook   ----    */
.ttitlesub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color:#000000
}
.vtablebarmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #821E1E;
}


/*  ----   Venicia SpecBook   ----    */

.vtitlesub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color:#333333;
}
.vtablebarmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #821E1E;
}

.vTitleBar {
	background-color: #e3e3e3;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #993333;
	text-indent: 3pt;
}

#vsectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 85%;
}

#vsectionLinks h3{
	font-size: 100%;
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0px 2px 10px;
}

#vsectionLinks a:link{
	padding: 2px 0px 2px 10px;
/*	border-top: 1px solid #cccccc;*/
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#vsectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#vsectionLinks a:hover{
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}


/*********** Venicia #navBar link styles ***********/

#vnavBar ul a:link, #vnavBar ul a:visited {display: block;}
#vnavBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#vnavBar li {border: 1px solid #cccccc;}

/* fix for browsers that don't need the hack */
html>body #vnavBar li {border-bottom: none;}