﻿body 
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 11px;
  color             : White;
  background-color  : rgb(255,242,0);
  margin: 0px;
  padding: 0px;
  line-height : normal;
}

input, select, textarea
{
  font-family       : Arial, Helvetica, sans-serif;
	font-size         : 11px;
  color             : rgb(90,90,90);
}

h1
{
  margin: 0px;
  padding: 0px;
}

img
{
  border-style : none;
}

.pnlContent
{
  background-image  : url('Images/Global/imBackground.png');
  background-repeat : no-repeat;
  width: 900px;
  height: 600px;
  vertical-align: top;
  text-align: left;
}

.pnlHome
{
  background-image  : url('Images/Home/pnlCoco.png');
  background-repeat : no-repeat;
  width: 542px;
  height: 343px;
  vertical-align: top;
  text-align: left;
}

.yellowText
{
  color  : rgb(255,242,0);
}


.footer
{
  font-size : 12px;
  color : White;
  padding-left: 245px;
  padding-top: 6px;
  letter-spacing: 1px;
}

a.white:link     { color: White; text-decoration: none; }
a.white:visited  { color: White; text-decoration: none; }
a.white:active   { color: White; text-decoration: none; }
a.white:hover    { color: White; text-decoration: none; }

a:link     { color: White; text-decoration: none; }
a:visited  { color: White; text-decoration: none; }
a:active   { color: White; text-decoration: none; }
a:hover    { color: White; text-decoration: underline; }

.pnlCerealMilkBars
{
  background-image  : url('Images/Products/pnlCerealMilkBars.jpg');
  background-repeat : no-repeat;
  width: 540px;
  height: 331px;
  vertical-align: top;
  text-align: left;
}

.pnlCocoRocks
{
  background-image  : url('Images/Products/pnlCocoRocks.jpg');
  background-repeat : no-repeat;
  width: 540px;
  height: 331px;
  vertical-align: top;
  text-align: left;
}


.pnlEnterNow
{
  background-image  : url('Images/EnterNow/pnlEnterNow.png');
  background-repeat : no-repeat;
  width: 540px;
  height: 329px;
  vertical-align: top;
  text-align: left;
}

.termsCopy
{
  color : Black;
  font-size: 10px;
  font-style: italic;
  font-weight : bold;
}

.note
{
  color : rgb(111,177,217);
  font-size: 10px;
  font-style: italic;
}

.pnlPopUp
{
  background-image  : url('Images/Global/pnlPopUp.png');
  background-repeat : no-repeat;
  width: 483px;
  height: 356px;
  vertical-align: top;
  text-align: left;
}

.modalBackground 
{
  background-color : rgb(20,20,20);
  filter           : alpha(opacity=80);
  opacity          : 0.80;         
}

.entryTitle
{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color : rgb(1, 115, 185);
  padding-bottom: 6px;
}

.entryCopy
{
  color : rgb(1, 115, 185);
  font-size: 10px;
  font-style: italic;
}