/*
-----------------------------------------------
chain-guide.com master screen file
version:  2005.03.29
----------------------------------------------- */

html, body {
	font-size: 100%;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #CCC;
	color: Black;
	text-align: center;
}

p, blockquote {
	margin: 1em 1.5em; /*max-width: 36em;
	min-width: 30em;*/
}

blockquote {
	border: 1px solid #DDD;
	color: #000;
	background: #F9F9F9;
}

td blockquote {
	border: none;
	color: #000;
	background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 1em 1em 1em;
	font-size: 1.2em;
}

p, li, blockquote, dt, dd {
	font-size: 0.84em;
}

li {
	margin-bottom: .3em;
}

ul, ol, dl {
	margin-left: 0;
	margin-right: 1.5em;
	padding-left: 3em;
}

ol ul {
	margin-left: 0;
	margin-right: 1.5em;
	padding-left: 1em;
	font-size: 1em;
}

ul, ol {
	font-size: 0.8em;
}

 
ul li, ol li {
	font-size: .96em;
}

 
ul li ul, ol li ol {
	font-size: 1em;
}

td ul li,td ol li {
	font-size: 1em;
}

 
td ul, td ol {
	margin-left: 0px;
	padding-left: 1.9em;
}

td img {
	margin: 0 auto;
}

.figure {
	margin: 1em auto;
	text-align: center;
	font-size: 0.79em;
	font-style: italic;
	width: 100%;
	overflow: auto;
}

.toclist,.toclist ul {
	list-style: none;
}

.center {
	text-align: center;
}

.caption {
	font-style: italic;
	font-size: 0.79em;
}

.fleft {
	float: left;
	clear: left;
}

.fright {
	float: right;
	clear: right;
}

.clear {
	clear: both;
}

.chainbook { 
	float: left;
	margin: 1em 1em -1em 1em;
	border: 1px solid #fff;
}

acronym, abbr {
	border-bottom: 1px dotted #69f;
	cursor: help;
}

/* Content Links
----------------------------------------------- */
#content a:link, #content a:visited {
	color: #03c;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #69f;
}

#content a:visited {
	color: #906;
	background: transparent;
	border-color: #c6c;
}

#content a:hover {
	color: #f00;
	background: transparent;
	border-color: #c00; /*text-decoration: none;*/
}

/* Tables
----------------------------------------------- */
table {
	border-collapse: collapse;
	margin: 1em 1.5em;
	border: 2px solid #999;
	font-size: 0.86em;
}

td,th {
	border: 2px solid #999;
	font-family: "arial narrow",arial,helvetica,sans-serif;
}

td {
	padding: .3em;
}

th {
	background: #BBB;
	color: #FFF;
	text-align: center;
}

caption {
	font-size: .79em;
	text-align: right;
	font-style: italic;
}

/* Content 
----------------------------------------------- */
#content {
	width: 35em;
	background: #FFF;
	color: #111;
	margin: 0 auto;
	text-align: left;
}

#footer p {
	font-size: .65em;
	font-style: italic;
	margin: 0 auto;
	color: #555555;
	background: transparent;
}

#footer {
	margin: .5em auto;
}

/* top banner 
----------------------------------------------- */
#masthead p {
	font-size: 2.5em;
	font-family: 'Arial Black', Helvetica, sans-serif;
	line-height: 100px;
	vertical-align: middle;
	margin: 0;
}

#masthead p span {
	font-size: .65em;
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	/*line-height: 100px;
	vertical-align: middle;*/
}

#masthead {
	color: #ccc;
	background: url(images/rs-chain.gif) no-repeat center;
}

#masthead p a {
	height: 100px;
	display: block;
}

#masthead p a:link, #masthead p a:visited{
	color: #ddd;
	background: transparent;
	text-decoration: none;
}

#masthead p a:hover {
	color: #FFFF80;
	background: transparent;
}

/* curved borders 
http://kalsey.com/2003/07/rounded_corners_in_css/
----------------------------------------------- */
.roundcont {
	width: 250px;
	background: #FFF;
	color: #111;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop {
	background: url(tr.gif) no-repeat top right;
}

.roundbottom {
	background: url(br.gif) no-repeat top right;
}

img.corner {
	width: 20px;
	height: 20px;
	border: none;
	display: block !important;
}

/* top and bottom nav 
----------------------------------------------- */
.navcontainer {
	margin: 1.5em auto 0 auto;
	width: 35em;
	border-top: 1px solid #999;
	z-index: 1;
}

.navcontainer ul {
	list-style-type: none;
	text-align: center;
	margin-top: -8px;
	padding: 0;
	position: relative;
	z-index: 2;
}

.navcontainer li {
	display: inline;
	text-align: center;
	margin: 0 5px;
}

.navcontainer li a {
	padding: 1px 7px;
	color: #666;
	background: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
}

.navcontainer li a:hover {
	color: #000;
	background: #fff;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

.navcontainer li a.current {
	color: #000;
	background: #fff;
	border: 1px solid #666;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

/* Tsubaki logo list
----------------------------------------------- */
#tsubakilist {
	list-style: none;
}

#tsubakilist li {
	padding-left: 130px;
	background: url(images/logo-blue-120x25.gif) no-repeat;
	background-position: left .3em;
	margin: .75em 0;
}

/* Top link
----------------------------------------------- */

.toplink {
	font-size: .65em;
	text-align: right;
	margin-right: 1em;
	clear: both;
}

