﻿/********************************************************************************
	File:		Satellite.css
	Function:	2010 Satellite Styles
	Date:		1/27/2010
	Developer:	Rigo Espinosa
*********************************************************************************/
    /*table 
    {   
        width:100%;
        border-collapse: collapse;
        border-left: none;
        border-right: none;     
    }

    table td 
    {   border: none;
    }

    table tr
    {   border: 1px solid #666666;
    }*/

    .style1
    {
        width: 100%;
    }
    .header
    {
        font-weight:bold;
        border-bottom: 1px solid #666;
    }
    
    .sidebarselecteditem
    {
        padding:2px;
        margin:0 1px;
        background-color:#00467F;
        border:1px solid #B5C7DE;
        color:#FFF;
        font-size:.9em;
        width:115px;        
    }
    .sidebaritem
    {
        padding:2px;
        margin:0 1px;
        background-color:#F0F5FB;
        border:1px solid #B5C7DE;
        color:#000;
        font-size:.9em;
        width:115px;
    }

