﻿/* Container Boxes */
/*-------------------------*/

.RoundBoxContents a
{
    color: #003300;
    text-decoration: underline;
}

.RoundBoxContents a:hover
{
    color: #00CC00;
    text-decoration: underline;
}

.SamplesContent
{
    position:absolute;
    margin-left: 40px;
}

.SamplesContent img
{
    border-style: none;
    width: 125px;
    height: 125px;
}


/* Samples Selection */
/*-------------------------*/

.SamplesListBoxContents
{
    height:250px;
    font-size: 14px;
    font-weight: normal;
}

.SamplesListBox
{
    width:150px;
    float:left;
}

.SamplesListGrid
{
    width:100px;
}

.SamplesListGridHeaders th
{
    color: #000000;
    font-weight: bolder;
    text-align: left;
}   

.SamplesListLinks
{
    color: #003300;
    text-align:left;
}

.SamplesListLinks :hover
{
    color: #00CC00;
    cursor:pointer;
}

/* Samples  */
/*-------------------------*/

.SamplesBoxContents
{
    height: 400px;
    font-weight: normal;
}

.SamplesBox
{
    width: 750px;
    float: left;    
}

.SamplesDetails .HeaderText
{
    font-size: 12px;
}


.SamplesDetails a img
{
    display:block;
    border-style: none;
    width: 150px;
    text-decoration: none;
}

.SamplesDetails td
{
    text-align: center;
}

.SamplesDetailLinks
{
    color: #003300;
    font-size: 10px;
}

.SamplesDetailLinks :hover
{
    color: #00CC00;
    text-decoration: underline;
    cursor: pointer;
}

.SamplesGridHeaders th
{
    font-weight: bolder;
    text-align: left;
    background-image: url('../images/LinkGreenBackground.png');
}



