/* CSS Document */

  #fixedtipdiv
    {
        position: absolute;
        padding: 2px;
        border: 1px solid black;
        font: normal 12px Verdana;
        line-height: 18px;
        z-index: 100;
        align:center;
    }

.PixBox
{
    position:absolute;
    border-width:medium;
    border-color:Lime;
    border-style:ridge;
    background-color:Black;
      
}
    .display
    {
        position: absolute;
        height: 200px;
        width: 400px;
        left: 100;
        top: 400;
        border-style: groove;
        border-color: Fuchsia;
        text-align: center;
        visibility:hidden;
    }

div.sample_popup { z-index: 1; }
div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: none;
  background: white;

  width: 500px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  16px;
  color:   #206040;
  cursor:  default;
  background-image('/images/tanbg.jpg')
  
}

div.sample_popup div.menu_form_body
{
  width: 500px;
  border: 1px solid black;
  background: white;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  12px;
  color:   #004060;
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.sample_popup input.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.sample_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: lime;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

.10px
{
    font-size:10px;
}

.8px
{
    font-size:8px;
}

.bgyellow
{
    background-color:yellow;
}

.bgred
{
    background-color:red;
}

.bgmaroon
{
	background-color:maroon;
}

.bggreen 
{
	background-color:green;
}
.cartButton {
	color: #FFFFFF;
	background-color: #666666;
	border: outset 2px #999999; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.cartButton a { 
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	color: #fdfced;
	background-color: transparent;
	text-decoration:none;
}

.cartButton a:hover {
	background-color: #ff9933;
	text-decoration: underline;
	color: #333333;
}

.cartButton a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #FFFFFF;
}

.cartButton a:visited:hover {
	background-color: #ff9933;
	text-decoration: underline;
	color: #333333;
}



.MailListJoinFont2
{
    font-size:12px;
    text-align:center; 
    color:Maroon;  
}

.MailListJoinFont3
{
    font-size:16px;
    text-align:center; 
    color:Maroon;  
}

.MailListJoinFont4
{
    font-size:12px;
    text-align:center; 
    color:Blue;  
}
.OPTIN 
{
}
.OPTOUT
{
    background-color:#C28A8A;
}

.PrevNextButton 
{	
	text-decoration:none;
}
.PrevNextButton a {
	display: block;
	text-decoration:none;
}
.PrevNextButton a:visited 
{
    text-decoration:none;
}
.PrevNextButton a:visited:hover {
	text-decoration: none;
}
.Unvalidated
{
    background-color:#FFFF80;
}

.zeromargins {
    margin:0 0 0 0;
}

#instructions 
{
    font-size:12px;
    text-align:left;
    padding:20px 20px 20px 20px;
}

#SpecialsLink
{
    position:absolute;
    left: 0px;
    top: 0px; /*-39px if IE */
    float:none;
    z-index:3;
}

#nav 
{
}

#nav td 
{
    padding: 6px 15px 5px 15px;
	border-right: solid 1px #000000;
	font-size:14px;
}
#nav a {
	color: #fdfced;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
	color: #ff9933;
	border-bottom: solid 2px #ff9933;
}

#nav a:visited {
	text-decoration: none;
}

#nav a:visited:hover {
	text-decoration: none;
}

#nav a:active {
    text-decoration:blink;
}

/* Standard Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
a {
	color: #6666FF;
	font-weight: bold;
}
a:active {
	color: #6666FF;
}
a:hover {
	color: #6666FF;
}
a:visited {
	color: #6666FF;
}
a:visited:hover {
	color: #6666FF;
}


/* ### CONTENT ### */

.pageTitle {
	color: #3a2514;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	border-bottom: 3px solid #CCCCCC;
	padding: 6px 0px 16px 0px;
}

#content {
	padding: 10px;
	background-color: #FFFFFF;
	min-height: 600px;
}

/* ### FOOTER ### */

#footer {
	width: 800px;
	clear: both;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 9px 0px;
	text-align: center;
	background-color: #eeeeee;
	font-size: 65%;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #ff9933;
	text-decoration: underline;
}

#footer a:visited {
	color: #CCCCCC;
}

.copyright {
	color: #999999;
	background-color: transparent;
	font-size: 55%;
	margin-top: 5px;
}

#homeimages th a img
{
    border: none 0 transparent;
    margin: 0 5px 10px 0;
}

#homelinks td 
{
    background:yellow;
    border-style:double;
    border-width:2px;
    border-color:#999999;
    font-size:10px;
    font-family:Tahoma,Arial;
    padding: 2px 10px 2px 10px;
}

#homelinks a
{
    text-decoration:none;
}

#homelinks td:hover
{
    text-decoration:underline;
    background-color:ButtonHighlight;
    color:Red;
}


#Policies
{
    text-align:left;
    font-size:12px;
}
#results 
{
    font-size:12px;
    text-align:left;
}

#results th {
	margin: 0px;
	padding: 4px;
	color: #FFFFFF;
	background-color: #666666;
	border-right: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}

#results th a {
	color: #ff9933;
}

#results th a:hover {
	color: #ff9933;
	text-decoration: underline;
}

#results td {
	margin: 0px;
	padding: 4px;
	border-right: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
}

#results select 
{
    font-family:Arial;
    font-size:12px;
}

.rt 
{
    text-align:right;
}

.lt
{
    text-align:left;
}
