﻿/* General typesetting */
/* ------------------- */
a        		{ color: #000099; text-decoration: underline; }
a:hover   		{ color: #3333cc; text-decoration: none; }

/* Main box containing the Sandberg Guide */
/* -------------------------------------- */
.guide .header
{ 
    background: #333 url(../img/blue/backgrounds/bg_guidetop.png) repeat-x top left; 
}
.guide .content .inner div.solution
{
    border: 1px solid #C0C0C0; background: #EEE;
}
.guide .content .inner table.splitlist .header
{
    background: #EEE; color: #000;
}

/* STEP 2: Table displaying the found ports */
/* ----------------------------- */
.guide .content .inner table.port td.select
{
    background: #006db6;
}
.guide .content .inner table.port .name
{
    background: #e6ebff;
}

/* STEP 3: Table displaying the found solutions */
/* -------------------------------------------- */
.guide .content .inner table.solutionList th.left
{
    background: url("../img/blue/backgrounds/bg_solutionhl.gif") no-repeat top left;
}
.guide .content .inner table.solutionList th.right
{
    background: url("../img/blue/backgrounds/bg_solutionhr.gif") no-repeat top right;
}
.guide .content .inner table.solutionList td.left
{
    background: url("../img/blue/backgrounds/bg_solutionbl.gif") no-repeat bottom left;
}
.guide .content .inner table.solutionList td.right
{
    background: url("../img/blue/backgrounds/bg_solutionbr.gif") no-repeat bottom right;
}
.guide .content .inner table.solutionList td.middle
{
    background: url("../img/blue/backgrounds/bg_borderdot.gif") repeat-x bottom left;
}

/* Table displaying a found solution of products */
/* --------------------------------------------- */
.guide .content .inner table.solution th.left
{
    background: url("../img/blue/backgrounds/bg_solutionhl.gif") no-repeat top left;
}
.guide .content .inner table.solution th.right
{
    background: url("../img/blue/backgrounds/bg_solutionhr.gif") no-repeat top right;
}
.guide .content .inner table.solution tr.bottom td.left
{
    background: url("../img/blue/backgrounds/bg_solutionbl.gif") no-repeat bottom left;
}
.guide .content .inner table.solution tr.bottom td.right
{
    background: url("../img/blue/backgrounds/bg_solutionbr.gif") no-repeat bottom right;
}
.guide .content .inner table.solution td.summary
{
    background: #d0daff url("../img/blue/backgrounds/bg_borderdot.gif") repeat-y top right;
}
.guide .content .inner table.solution td.img
{
    background: url("../img/blue/backgrounds/bg_borderdot.gif") repeat-y top left;
}
.guide .content .inner table.solution td.img
{
    background: url("../img/blue/backgrounds/bg_borderdot.gif") repeat-y top left;
}
