/*
Cascading Style Sheet for KEYPROFITS.COM
Created by Ryan Pastorelle (rpastorelle@yahoo.com)
*/

/****** BODY STYLE ******/
body {
  font-family: "Arial", Sans-Serif;
  font-size: 75%;
  background-color: #000033;
  padding: 0px;
}

body.basicPage {
  font-family: "Arial", Sans-Serif;
  font-size: 75%;
  background-color: white;
  padding: 0px;
}

/****** LINK STYLE ******/
a:link         {text-decoration: none; color: #2479AA;}
a:visited      {text-decoration: none; color: #2479AA;}
a:active       {text-decoration: none; color: #2479AA;}
a:hover        {text-decoration: underline; color: #FF0000;}

a.nav:link     {text-decoration: none; color: #000033;}
a.nav:visited  {text-decoration: none; color: #000033;}
a.nav:active   {text-decoration: none; color: #000033; }
a.nav:hover    {
  text-decoration: none;
  color: #E3E600;
  font-weight: bold;
  border: solid red 1px;
  background: #000033;
}
a.nav {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}


/****** MAIN PAGE LAYOUT TABLE STYLES ******/
table.layout {
  width: 100%;
  background: #FFFFFF;
}

table.pdfTable {
  width: 98%;
  background: #FFFFFF;
  border: solid 1px #000033;
}

td.para {
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}

td.layoutCellMidCenter {
  text-align: center;
  vertical-align: middle;
  width: 50%;
}

td.layoutCellTopLeft {
  text-align: left;
  vertical-align: top;
  width: 50%;
  padding-top: 20px;
}

td.homePageDesc {
  text-align: left;
  vertical-align: top;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

td.toprow {
  vertical-align: middle;
  text-align: center;
  background: #000033;
}

td.gutterR {
  width: 15%;
  background: #000033 left url(/home/content/k/e/y/keyprofi/html/Images/RGutter.gif) repeat-y;
}

td.outL {
  width: 150px;
  vertical-align: top;
  padding: 0px;
  background: #000033 right url(/home/content/k/e/y/keyprofi/html/Images/LGutter.gif) repeat-y;
}

td.outR {
  width: 150px;
  background: #B2CCDD;
  border-left: dotted #000033 2px;
  vertical-align: top;
  padding:5px;
}

td.in {
  vertical-align: top;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 15px;
  border-bottom: dotted #000033 2px;
}

td.foot {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000033;
  text-align: center;
  padding: 8px;
  vertical-align: middle;
}

td.footR {
  vertical-align: middle;
  color: #000033;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight:bold;
  font-style: italic;
  width: 230px;
}


/****** PRODUCT TABLE STYLES ******/
table.infoTable {
  width: 100%;
  border: 1px solid #404040;
}

th {
  background-color: #B2CCDD;
  color: #000033;
  text-transform: uppercase;
  text-align: left;
}

td.category {
  text-align: left;
  vertical-align: top;
  width: 25%;
  font-weight: bold;
}

td.flavors {
  text-align: center;
}


/****** PRODUCT TABLE STYLES ******/
table.adminTable {
  width: 90%;
  border: 1px solid #404040;
}

table.adminTable th{
  background-color: #000000;
  color: #B2CCDD;
  text-transform: uppercase;
  text-align: left;
}


/****** DIV STYLES ******/
div.linkage {
  color: #000033;
  background: #B2CCDD;
  vertical-align: top;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
  text-align: left;
  text-transform: uppercase;
}

div.footer {
  font-size: 11px;
  text-align: center;
}


/****** P STYLES ******/
p {
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}

p.indent {
  text-align: left;
  padding-left: 40px;
  padding-right: 20px;
}


/****** MISC STYLES ******/
h1 { text-align: center; font-size: 24px; text-transform: uppercase;}
h2 { text-align: left; padding-left: 10px; font-size: 18px;}
h3 { text-align: left; padding-left: 10px; font-size: 14px;}

em { font-style: normal; font-weight: bold; font-size: 28px;}
strong.profit { font-weight: bold; font-size: 16px; color: #FF0000;}
img.noBorder { border-width: 0;}
hr { padding: 10px;}

img.primaryImage {
  width: 200px;
  height: 200px;
}

img.detailImage {
  width: 150px;
  height: 150px;
}


/****** FORM STYLES ******/
select.KPLinkBox {
  background: #000033;
  color: #B2CCDD;
}

input.hand {
  cursor: pointer;
  cursor: hand;
  color: white;
  background: #000033;
}

table.formTable {
  width: 475px;
}

td.formHeader {
  text-align: center;
  width: 475px;
  border-bottom:2px solid #A0A0A0;
  margin-bottom:100px;
  font-weight: bold;
  font-size: 16px;
  color: #000033;
}

td.formLeft {
  width: 150px;
  text-align: right;
}

td.formRight {
  width: 320px;
  text-align: left;
}


/****** GENERAL STYLES ******/
.centered { text-align: center; }
.bgcolor { background-color: #000033; }


