﻿/*
===============================================
Imported Styles
=============================================== */
/* /css/base2.css
 *
 * - Elements
 *   - *
 *   - html
 *   - body
 *   - select
 *
 * - Major Class
 *   - .spinner (usually div)
 *   - .error
 *   - .alignLeft, .alignRight
 *   - .marginTop0
 *   - .wrapper
 *   - .clear
 *   - .tooltip
 *   - div.divSubmit, input[type="submit"]
 *   - div.header, div.header div.cancel
 *
 * - header
 *   + nav
 *
 * - Main Content (#content)
 *
 * - footer
 *   + #backgroundPatternId
 *   + .copy
 *   + nav
----------------------------------------------- */
@import url("/css/base2.css");


/*
===============================================
Elements
=============================================== */
h1,
section,
article {
	width:698px;
	padding:16px;
	margin-bottom:20px;
	color:#FFFFFF;
	background-image:url(/img/patterns/denim.png);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
section:last-child,
article:last-child {
	margin-bottom:0;
}

article header {
	background-color:transparent;
}
h1 {
	font-size:150%;
	font-weight:bold;
}
article header h1 {
	width:auto;
	padding:0px;
	margin-bottom:0px;
	background-image:none;
}
h2	{
	font-size:120%;
	font-weight:bold;
	margin-top:1.5em;
}

section p:not(:first-child),
article p:not(:first-child)	{
	margin-top:1em;
}

article div img	{
	float:right;
	margin-top:1em;
	margin-left:8px;
	margin-bottom:8px;
}

article ul	{
	margin-left:0;
	padding-left:1.5em;
	list-style:disc;
}

article hr	{
	margin-top:2em;
	margin-bottom:0.5em;
}

strong	{
	color:#FF0;
	font-weight:bold;
}

a:link, 
a:visited	{
	color:#FF0;
}
a:hover	{
	color:#FC0;
}


/*
===============================================
Major Class
=============================================== */
.strong2	{
	font-weight:bold;
}
.notice	{
	color:#CCC;
	font-size:80%;
}
ol.notice	{
	margin-left:0;
	padding-left:2em;
	list-style:decimal;
}
ol.notice li	{
	margin-top:0.5em;
}


/*
===============================================
header
nav
=============================================== */


/*
===============================================
Main Content
=============================================== */
#content	{
	min-height:0px;
}

/* p
----------------------------------------------- */
p.beforeTable {
	margin-bottom:0.5em;
}

/* Table Horizontal
----------------------------------------------- */
table.hTable	{
	table-layout:fixed;
	width:100%;
	border:1px solid #CCC;
	border-collapse:collapse;
}
table.hTable th,
table.hTable td	{
	border: 1px solid #CCC;
	font-weight: normal;
	padding: 0.3em;
	text-align:left;
	vertical-align:middle;
}
table.hTable th	{
	text-align: center;
	background-color: rgba(51,153,0,0.6);
}

/* Table Specification
----------------------------------------------- */
table.specifications	{
	width:100%;
	border:1px solid #CCC;
	border-collapse:collapse;
	table-layout:fixed;
	font-size:80%;
}
table.specifications th img	{
	float:none;
}
table.specifications th	{
	border: 1px solid #CCC;
	background-color:transparent;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
}
table.specifications td	{
	border:1px solid #CCC;
	padding:0.3em;
	text-align:center;
}

