/*-----------------------------------------------------------------------------------------------------------------------
|	Generic Global Page Styles																							|
-----------------------------------------------------------------------------------------------------------------------*/
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:9pt;
	background-color:#fff;
	color:#000;
	margin:0px; padding:0px;
}
form {
	margin:0px;
	padding:0px;
}
img {
	border-style:none;
}
label {
	cursor:pointer;
}
input.Checkbox {
	cursor:pointer;
}}
a:link, a:active {
	font-size: 8pt;
	text-decoration: none;
	color: #0067a5;
}
a:visited {
	font-size: 8pt;
	text-decoration: none;
	color: #003964;
}
a:hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #0067a5;
}
/*-----------------------------------------------------------------------------------------------------------------------
|	Main Table Layout Styles																							|
-----------------------------------------------------------------------------------------------------------------------*/
table.MainTable {
	width:100%;
	border-collapse:collapse;
}
table.MainTable td.LogobarLeft {
	background-image: url('../images/logobar_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color:transparent;
	width:448px; height:85px;
}
table.MainTable td.LogobarFill {
	background-image: url('../images/logobar_fill.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color:transparent;
	height:85px;
	vertical-align:bottom;
	padding-right:11px;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Header Styles																										|
-----------------------------------------------------------------------------------------------------------------------*/
table.MainTable td.HeaderLeft{
	background-image: url('../images/header_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width:360px; height:65px;
}
table.MainTable td.HeaderLeftAdmin{
	background-image: url('../images/header_left_admin.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width:396px; height:65px;
}
table.MainTable td.HeaderFill{
	background-image: url('../images/header_fill.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: transparent;
	height:65px;
}
table.MainTable td.HeaderRight{
	background-image: url('../images/header_right.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	width:440px; height:65px;
}

table.FooterTable {
	background-image: url('../images/footer_fill.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: transparent;
	border-collapse:collapse;
	width:100%;
	height:28px;
}
table.FooterTable td {
	font-size:7pt;
	color:#fff;
}
table.FooterTable a:link,
table.FooterTable a:active,
table.FooterTable a:visited {
	font-size:8pt;
	color:#fff;
}
table.FooterTable a:hover {
	font-size:8pt;
	color:#fff;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Content Styles																										|
-----------------------------------------------------------------------------------------------------------------------*/
table.ContentTable {
	width:100%;
	border-collapse:collapse;
	background-image: url('../images/content_fill.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#9c9c9c;
}
table.ContentTable td.ContentLeft {
	width:185px; height:669px;
	vertical-align:top;
}
table.ContentTable td.ContentMiddle {
	vertical-align:top;
}
td.ContentMiddlePopup {
	border:1px solid #999;
	background-color:#fff;
	padding:10px;
}
/*-----------------------------------------------------------------------------------------------------------------------
|	Content Middle Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
div.ContentLeft {
	background-color:#fff;
	border: 1px solid #777;
	padding:14px 8px 0px 8px;
	margin:14px 0px 0px 14px;
}
div.ContentMiddle {
	background-image: url('../images/contentmiddle_side.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color:#fff;
	border: 1px solid #777;
	padding:14px 14px 14px 25px;
	margin:14px;
	min-height:600px;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Content Header Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
table.ContentHeader {
	width:100%;
	margin-bottom:10px;
	border-collapse:collapse;
	border: 1px solid #999;
}
table.ContentHeader tr.TopRow td {
	padding: 2px 10px 2px 10px;
	font-size:8pt;
	font-weight:bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	height:20px;
	background-color:#f6f6f6;
}
table.ContentHeader tr.BottomRow td {
	padding: 2px 10px 2px 10px;
	font-size:8pt;
	font-weight:bold;
	height:20px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Shopping Basket Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
td.BasketL
{
	font: 8pt Tahoma;
	color: #000;
	padding-left: 8px;
	height: 30px;
	vertical-align: middle;
	background-color: #F1F1F1;
	border-top: #DBDBDB solid 1px;
	border-bottom: #DBDBDB solid 1px;
	border-left: #DBDBDB solid 1px;
}
td.BasketR
{
	height: 30px;
	background-color: #F1F1F1;
	border-top: #DBDBDB solid 1px;
	border-right: #DBDBDB solid 1px;
	border-bottom: #DBDBDB solid 1px;
	padding-right: 6px;
	text-align: right;
	vertical-align: middle;
}
td.BasketButtons
{
	color:#000;
	background-color: #F1F1F1;
	border: #DBDBDB solid 1px;
}