/* HTML */
body
{
bgcolor: #E1D680;
font-family: Arial;
text-align: center;
}
/* CLASSES */
.Content
{
padding-left: 75px;
padding-right: 75px;
text-align: left;
}
.FBLogo
{
position: relative;
bottom: 80px;
left: 355px;
}
/*Specific to IE*/
#IEroot .Footer
{
font-size: 1em;
position: relative;
bottom: 50px; /*Adds extra distance to bottom of normal position*/
left: 50px; /*Adds extra distance to the left of normal position*/
width: 350px;
}
.Footer
{
font-size: 1em;
position: relative;
bottom: 50px; /*Adds extra distance to bottom of normal position*/
left: 350px; /*Adds extra distance to the left of normal position*/
width: 350px;
}
.Header
{
font-size: 1em;
height: 45px;
left: 80px;
position: relative;
top: 22.5px;
width: 855px;
}
.ImageBorder
{
border: 1px solid #9BB6D3;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
.ImageNoBorder
{
border: none;
}
.Invisible /*Acts similar to WhitePage, gives the Footer and FBImage something to pin to for their position*/
{
background-color: #E1D680;
border:none;
margin-top: 0;
margin-left: auto; /*calculates equal margins for both sides*/
margin-right: auto;
padding: 0;
position: relative;
width: 855px;
}
.LogoFooter
{
padding-bottom: 2.25em;
position: relative;
left: 120px;
}
.LogoHeader
{
padding-left: 75px;
padding-top: 15px;
/*position: relative;*/
text-align: left;
/*width: 885px;*/
}
.nav
{
display: table;
margin: 0;
padding: 0;
table-layout: fixed;
width: 100%;
}
.nav li
{
display: inline;
float: left;
padding-right: 15px;
}
/*Specific to IE*/
#IEroot .TableDisplay
{
font-family: Georgia, Serif;
padding-left: 75px;
padding-right: 75px;
width: 83%;
}
.TableDisplay
{
font-family: Georgia, Serif;
padding-left: 75px;
padding-right: 75px;
}
.TableDisplay tr td
{
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
}
.ViewBasket
{
position: absolute;
right: 80px;
top: 20px;
}
.WhitePage
{
background-color: white;
border:none;
height: auto;
margin-bottom: 4.5em;
margin-left: auto; /*calculates equal margins for both sides*/
margin-right: auto;
margin-top: 2.25em;
padding: 0;
position: relative;
width: 855px;
}
/* GENERAL LINKS */
a.yellowlink:link, a.yellowlink:visited, a.yellowlink:link:hover, a.yellowlink:visited:hover
{
color: #E1D680;
text-decoration:none; /*removes the underline*/
}
/* LINKS IN NAV */
a.currentpage:link, a.currentpage:visited, a.currentpage:link:hover, a.currentpage:visited:hover
{
color: black;
font-weight:bold;
text-decoration:none; /*removes the underline*/
}
a.swapped:link, a.swapped:visited
{
color: black;
text-decoration:none; /*removes the underline*/
}
a.swapped:link:hover, a.swapped:visited:hover
{
color: black;
}