﻿body
{
    margin: 0;
    padding: 0;
	background-color: #666666;
}

img 
{
    border: none;
}

.b 
{
    font-weight: bold;
}

.i 
{
    font-style: italic;
}

.u 
{
    text-decoration: underline;
}

div.smallgap
{
	height: 8px;
}

table.framework
{
	margin: 0;
	padding: 0;
	border: none;
}

div.pageGap
{
	height: 40px;
}

div.pageHeader
{
	background-color: #000000;
	width: 900px;
	height: 140px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
    color: #ffffff;
}

div.pageHeader a
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11pt;
    text-decoration: none;
    color: #ffffff;
}

div.pageHeader a:hover
{
	color: #ffcc00;
    text-decoration: underline;
}

div.pageHeader_Left
{
	width: 600px;
	height: 140px;
	float: left;
}

div.TagLine
{
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 18pt;
    color: #ffcc00;
}

div.SubTagLine
{
	#position: relative;
	#top: -10px;
}

div.SubTagLine a, div.SubTagLine span
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 8pt;
    color: #ffffff;
}

div.menuItem
{
	height: 35px;
	padding: 13px 0 0 20px;
	float: left;
}

div.menuItem div
{
    font-variant: small-caps;
	padding: 5px 6px 5px 6px;
	border: solid 1px #999999;
}

div.menuItem div:hover
{
	color: #ffcc00;
	cursor: pointer;
	background-color: #606060;
}

div.menuItem div:hover a
{
	color: #ffcc00;
}

div.menuItem div a, div.menuItem div a:hover
{
	text-decoration: none;
}

div.pageHeader_Right
{
	width: 300px;
	height: 140px;
	float: right;
}

div.pageContent 
{
	background-color: #ffffff;
	width: 860px;
	padding: 20px 20px 20px 20px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11pt;
    color: #707070;
}

div.pageContent a
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11pt;
    text-decoration: none;
    color: #3a74a2;
}

div.pageContent a:hover
{
    text-decoration: underline;
}

div.pageFooter
{
	width: 900px;
	background: url('images/pageBottom.gif') repeat-x left top;
	text-align: right;
	padding-top: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9pt;
    color: #000000;
}

div.pageTitle
{
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color: #dfaf00;
}

span.title
{
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: #dfaf00;
}

div.categoryPanel
{
	width: 208px;
	height: 159px;
	padding-left: 9px;
	float: left;
	text-align: center;
}

div.categoryPanel a
{
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color: #3f3f3f;
}

div.itemPanel
{
	width: 370px;
	padding-left: 35px;
	float: left;
	text-align: center;
}

div.itemPanel a
{
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color: #3f3f3f;
}

div.hr
{
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #c0c0c0;
}

div.OrderItemPanel
{
	width: 820px;
	border: solid 1px #c0c0c0;
	background-color: #dfdfdf;
	padding: 20px 20px 20px 20px;
	color: #1f1f1f;
}

div.button
{
	height: 35px;
	padding: 13px 0 0 20px;
}

div.button div
{
    font-variant: small-caps;
	padding: 5px 6px 5px 6px;
	border: solid 1px #999999;
	background-color: #606060;
	white-space: nowrap;
}

div.button div a
{
    color: #ffffff;
    font-weight: bold;
}

div.button div:hover
{
	color: #ffcc00;
	cursor: pointer;
	background-color: #ffcc00;
}

div.button div:hover a
{
	color: #000000;
}

div.button div a:hover, div.button div:hover a:hover
{
	color: #000000;
	text-decoration: none;
}

table.datatable 
{
	border-collapse: collapse;
}

table.datatable thead td
{
	font-weight: bold;
	vertical-align: top;
	text-decoration: underline;
	padding: 6px 6px 6px 6px;
}

table.datatable tbody td
{
	vertical-align: top;
	padding: 6px 6px 6px 6px;
	background-color: #f4f4f4;
}

table.datatable tbody tr.altrow td
{
	background-color: #e8e8e8;
}

div.contentLeft 
{
	width: 405px;
}

div.contentRight 
{
	float: right;
	width: 405px;
}

div.titleBar 
{
	width: 100%;
	background-color: #3f3f3f;
	padding: 4px 6px 4px 6px;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

a.DisclaimerLink:link,
a.DisclaimerLink:visited,
a.DisclaimerLink:hover,
a.DisclaimerLink:active
{
	text-decoration: underline;
	font-size: 8pt;
}

div.miniButton
{
	cursor: pointer;
	float: left;
	background-color: #e0e0e0;
	border: solid 1px #1f1f1f;
	width: 120px;
	height: 23px;
	text-align: center;
	padding-top: 2px;
}

div.miniButton:hover
{
	background-color: #fffc17;
}

div.miniButton span
{
	color: #000000;
}

.altDataRow 
{
	background-color: #f5f7fc;
}

.DataCell 
{
	padding-left: 12px;
}

.DataRowHeader 
{
	background-color: #ebeff8;
	border-right: solid 12px #ffffff;
	padding-left: 3px;
	font-weight: bold;
	text-decoration: none;
	color: #707070;
}

.DataRowHeader a 
{
	font-weight: bold;
	text-decoration: none;
	color: #707070;
}

.DataRowHeader a:hover 
{
	text-decoration: underline;
}