﻿/* Themeblocks.css */

.sb_wrapper
{
	margin:3px 0px 5px 0px;
	padding:0px;
	border:0px solid #ff00ff;
}

.sb_left
{
	background-image: url( 'images/tl.gif' );
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	height:32px;
}

.sb_right
{
	background-image: url( 'images/tr.gif' );
	background-repeat: no-repeat;
	background-position: right top;
	padding:0px;
	margin:0px 0px 0px 22px;
	height:32px;
}

.sb_Title
{
	background-image: url( 'images/tc.gif' );
	background-position: left top;
	background-repeat:repeat-x;
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:7px;
	padding-bottom:auto;
	font-weight:bold;
	font-size:14px;
	height:32px;
	vertical-align:middle;
}

.sb_Content
{
	padding: 5px 0px 0px 2px;
}


/* start search block theming */
    .sc_wrapper
    {
    }
    .sc_top
    {
        height: 8px;
        border: 0px solid #00ffff;
        background-image: url('/images/searchbox/sbox_top.gif');
        background-repeat: no-repeat;
        background-position: left bottom;
    }
    .sc_left
    {
        background-image: url('/images/searchbox/sbox_left.gif');
        background-repeat: repeat-y;
        background-position: left top;
        border: 0px solid #ffff00;
    }
    .sc_right
    {
        background-image: url('/images/searchbox/sbox_right.gif');
        background-repeat: repeat-y;
        background-position: right top;
        border: 0px solid #0000ff;
    }
    .sc_content
    {
        background-color: #f3f5fb;
        margin: 0px 7px 0px 7px;
        border: 0px solid #ff0000;
        padding: 5px 15px 5px 15px;
    }
    .sc_bottom
    {
        background-image: url('/images/searchbox/sbox_bottom.gif');
        background-repeat: no-repeat;
        background-position: left top;
        height: 8px;
        border: 0px solid #00ffff;
    }
    .giftcalc_blk
    {
        border-bottom: 1px solid #c3ceeb;
        padding: 10px 0px 12px 0px;
    }
    .srch_blk
    {
        border-bottom: 1px solid #c3ceeb;
        padding: 10px 0px 10px 0px;
    }
    .findadev_blk
    {
        border-bottom: 1px solid #c3ceeb;
        padding: 10px 0px 10px 0px;
    }
    .findmission_blk
    {
        padding: 10px 0px 10px 0px;
    }