﻿/* General Tags */
body
{
    margin:0px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #373737;
	background-color:#fff;
	background-image:url(../gfx/SiteBG.gif);
    background-repeat:repeat-x;
}

.print
{
    background-image:none;
}

.error
{
	color:#772727;
}

a
{
	color:#344D58;
	text-decoration:underline;
}

a:hover
{
	color:#E48609;
	text-decoration:none;
}

h1
{
	font-size:12px;
	font-weight:bold;
	color:#344D58;
}

h2
{
	font-size:11px;
	font-weight:bold;
	color:#344D58;
}

h3
{
	display:inline;
	font-size:10px;
	font-weight:bold;
	color:#344D58;
}

h4
{
	display:inline;
	font-size:12px;
	font-weight:bold;
	color:#344D58;
}

img
{
    border:none;
}

.FloatLeft
{
    float:left;
    margin:0px 10px 10px 0px;
}

.Form
{
    border:solid 1px #4D7181;
    width:694px;
    color:#344D58;
    background-color:#FAE8CF;
}

.Form td
{
    padding:2px 2px 2px 2px;
}


.Orders
{
    border:solid 1px #4D7181;
    width:694px;
    color:#344D58;
    background-color:#fff;
}

.Orders td
{
    padding:2px 2px 2px 2px;
}

.TextBox
{
    border:solid 1px #4D7181;
    width:130px;
	height:16px;
	font-size:12px;
}

.TextBoxSmall
{
    border:solid 1px #4D7181;
    width:80px;
	height:16px;
	font-size:12px;
}

.TextBoxShort
{
    border:solid 1px #4D7181;
    width:110px;
	height:16px;
	font-size:12px;
}

.TextBoxLong
{
    border:solid 1px #4D7181;
    width:180px;
	height:16px;
	font-size:12px;
}

.TextBoxXLong
{
    border:solid 1px #4D7181;
    width:400px;
	height:16px;
	font-size:12px;
}

.TextField
{
	border:solid 1px #4D7181;
	width:260px;
	height:100px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DropDown
{
	width:134px;
	height:20px;
	font-size:12px;
}

.Button
{
	border:solid 0px #fff;
	background-image:url(../gfx/BtnReset.gif);
    background-repeat:no-repeat;
    text-align:left;
    padding-left:26px;
    width:123px;
    height:20px;
	color:#344D58;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

.ButtonSM
{
    border:solid 0px #fff;
	background-image:url(../gfx/BtnSM.gif);
    background-repeat:no-repeat;
    text-align:left;
    padding-left:26px;
    width:80px;
    height:20px;
	color:#344D58;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

td.ButtonInTD input
{
    border:solid 0px #fff;
	background-image:url(../gfx/BtnSM.gif);
    background-repeat:no-repeat;
    text-align:left;
    padding-left:26px;
    width:80px;
    height:20px;
	color:#344D58;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}

.ButtonRow
{
    padding:2px 2px 2px 6px;
    width:694px;
    height:60px;
}

.Req
{
	font-weight:normal;
	color:#772727;
}

.RSSLinks
{
    line-height:16px;
}

/* Message */
.PanelError
{
    padding:10px 10px 10px 10px;
    margin:0px 0px 10px 0px;
    border:solid 1px #772727;
    background-color:#C8D2D6;
    min-height:30px;
}

.LabelError
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#772727;
}

.LabelDetailError
{
    vertical-align:top;
    font-size:12px;
    color:#772727;
}

.PanelInfo
{
    padding:10px 10px 10px 10px;
    margin:0px 0px 10px 0px;
    border:solid 1px #E48609;
    background-color:#F7D9B2;
    min-height:30px;
}

.LabelInfo
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#344D58;
}

.LabelDetailInfo
{
    vertical-align:top;
    font-size:12px;
    color:#344D58;
}

.ValSum
{

    padding:10px 10px 10px 10px;
    margin:0px 0px 10px 0px;
    border:solid 1px #772727;
    background-color:#C8D2D6;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
}

/* Controls */
.GridView
{
    border:solid 1px #4D7181;
    padding:2px 2px 2px 2px;
    width:694px;
    color:#344D58;
}

.GridViewPrint
{
    border:solid 1px #4D7181;
    padding:2px 2px 2px 2px;
    width:100%;
    color:#344D58;
}

.Header
{
    height:20px;
    background-color:#D3DCE1;
    font-weight:bold;
    font-size:11px;
    text-align:left;
}

.HeaderPrint
{
    height:20px;
    background-color:#737373;
    font-weight:bold;
    font-size:11px;
    text-align:left;
    color:#fff;
}

.ButtonCol
{
    text-align:center;
    width:20px;   
}

.DeleteCol
{
    text-align:right;
    padding-right:4px;
    width:40px;
}

.Row
{
    background-color:#FAE8CF;
    height:30px;
}

.AltRow
{
    background-color:#F6D7AD;
    height:30px;
}

.RowPrint
{
    background-color:#fff;
    height:30px;
    color:#000;
    vertical-align:top;
}

.AltRowPrint
{
    background-color:#D7D7D7;
    height:30px;
    color:#000;
    vertical-align:top;
}

.Footer
{
}

.Pager
{
    background-color:#D3DCE1;
    text-align:center;
}

/* Template */
.SiteBG
{
    margin:0 auto;/* This aligns site to center */
    width:953px;
    
}

.Banner
{
    width:953px;
}

.BannerBG
{
    width:615px;
    background-image:url(../gfx/BannerBG.gif);
    background-repeat:repeat-x;
}

.BreadCrumb
{
    text-align:left;
    padding-left:10px;
    width:943px;
    height:23px;
}

.Main
{
    width:953px;
}

.TopToolsBG
{
    background-image:url(../gfx/TopToolsBG.gif);
    background-repeat:repeat-x;
}

.UserTools
{
    padding:0px 0px 0px 36px;
    height:28px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/TopToolsLeft.gif);
    background-repeat:no-repeat;
}

.TopToolsSpace
{
    border-right:solid 1px #E48609;
    width:900px;
}

a.TopToolsContact
{
    display:block;
    padding:8px 0px 0px 8px;
    height:20px;
    width:86px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/TopToolsContact.gif);
    background-repeat:no-repeat;
}
a.TopToolsContact:hover
{
    color:#E48609;
}

a.TopToolsHelp
{
    display:block;
    padding:8px 0px 0px 8px;
    height:20px;
    width:64px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/TopToolsHelp.gif);
    background-repeat:no-repeat;
}
a.TopToolsHelp:hover
{
    color:#E48609;
}

a.TopToolsUsers
{
    display:block;
    padding:8px 0px 0px 8px;
    height:20px;
    width:73px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/TopToolsUsers.gif);
    background-repeat:no-repeat;
}
a.TopToolsUsers:hover
{
    color:#E48609;
}

a.TopToolsUser
{
    display:block;
    padding:8px 0px 0px 8px;
    height:20px;
    width:73px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/TopToolsUser.gif);
    background-repeat:no-repeat;
}
a.TopToolsUser:hover
{
    color:#E48609;
}

a.TopToolsLogOut
{
    display:block;
    padding:8px 0px 0px 8px;
    height:20px;
    width:73px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/TopToolsLogOut.gif);
    background-repeat:no-repeat;
}
a.TopToolsLogOut:hover
{
    color:#E48609;
}

.Nav
{
    width:208px;
    background-image:url(../gfx/LeftShadowBG.gif);
    background-repeat:repeat-y;
}

a.NavBtnCustom
{
    display:block;
    padding:6px 0px 0px 27px;
    height:19px;
    width:181px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/NavCustomTools.gif);
    background-repeat:no-repeat;
}

a.NavBtnCustom:hover
{
    color:#E48609;
}

a.NavBtnEcomm
{
    display:block;
    padding:6px 0px 0px 27px;
    height:19px;
    width:181px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/NavECommerce.gif);
    background-repeat:no-repeat;
}

a.NavBtnEcomm:hover
{
    color:#E48609;
}

a.NavBtnCMS
{
    display:block;
    padding:6px 0px 0px 27px;
    height:19px;
    width:181px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/NavContentMan.gif);
    background-repeat:no-repeat;
}

a.NavBtnCMS:hover
{
    color:#E48609;
}

a.NavBtnMember
{
    display:block;
    padding:6px 0px 0px 27px;
    height:19px;
    width:181px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/NavMemberMan.gif);
    background-repeat:no-repeat;
}

a.NavBtnMember:hover
{
    color:#E48609;
}

a.NavBtnAnalytics
{
    display:block;
    padding:6px 0px 0px 27px;
    height:19px;
    width:181px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/NavSiteAnalytics.gif);
    background-repeat:no-repeat;
}

a.NavBtnAnalytics:hover
{
    color:#E48609;
}

a.NavBtnNewsletters
{
    display:block;
    padding:6px 0px 0px 27px;
    height:19px;
    width:181px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/NavNewsletters.gif);
    background-repeat:no-repeat;
}

a.NavBtnNewsletters:hover
{
    color:#E48609;
}

a.NavBtnEmail
{
    display:block;
    padding:6px 0px 0px 27px;
    height:19px;
    width:181px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/NavEmail.gif);
    background-repeat:no-repeat;
}

a.NavBtnEmail:hover
{
    color:#E48609;
}

a.SubNavBtn
{
    display:block;
    padding:6px 0px 0px 34px;
    height:19px;
    width:174px;
    color:#344D58;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/NavSubBtn.gif);
    background-repeat:no-repeat;
}

a.SubNavBtn:hover
{
    color:#E48609;
}

.Content
{
    text-align:left;
    vertical-align:top;
    padding:23px;
    width:740;
}

.RightShadow
{
    background-image:url(../gfx/RightShadowBG.gif);
    background-repeat:repeat-y;
}


.FooterContent
{
    background-color:#C9D2D7;
}

.FooterText
{
    text-align:left;
    padding:0px 0px 0px 6px;
}

.FooterImgs
{
    text-align:right;
    padding:0px 6px 0px 0px;
}

/* Page Specific */
.LoginBtn
{
    display:block;
    border:solid 0px #000;
    padding:0px 0px 0px 24px;
    height:26px;
    width:64px;
    color:#344D58;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
    background-image:url(../gfx/BtnLogin.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}

.LayoutLink
{
    cursor:pointer;
}
.ProductSearch
{
    border:solid 1px #4D7181;
    background-color:#C8D2D6;
    height:30px;
    width:694px;
    vertical-align:middle;
}