﻿
/* Tip of the Day styles */
/*.DailyTipDisplay
{
    visibility: hidden;     z-index: 11;

    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;    
    
}*/
/*
.DailyTipFrame
{
    border: solid 1px #84d5f6;
    background-color: #fff;
    color: #000;
}

.DailyTipHeader
{
    background-color: #aae2f9;
    color: #fff;
    padding: 2px 150px 2px 5px;
}
.DailyTipClose
{
    background-color: #aae2f9;
    color: #fff;
}

.DailyTipButton A:Link, .DailyTipButton A:Visited
{
    background-image: url("images/spousetip_click_light.jpg"); width: 1048px; display: block; float: left; _display: inline-block; _float: none;
}

.DailyTipButton A:Hover, .DailyTipButton A:Active
{
    background-image: url("images/spousetip_click_light.jpg"); width: 78px; display: block; float: left; _display: inline-block; _float: none;
}*/

/* Tip of the Day / Spouse Blog Portal */
#TipPortal
{
    /*height: 140px;
    background-color: #aae2f9;
    color: #fff;
    
    margin-top: 5px;*/    
    width: 296px;

}

#tip_image
{
    left:0px; 
    top:-1400px; 
    z-index: 10;    
}

.tip_text
{
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 0px;
    text-align: justify;
}


/* Collapse Panel Style */
.collapsePanel 
{
	overflow:hidden;
}

/* Layout classes */

.VocabResults
{
    margin-top: -10px;

}


/* Content Rotator styles */
#cr_main_panel
{
    float: left;
    width: 500px;
    background-color: #84d5f6;
    z-index:1;
}

#cr_image_list
{
    position: relative;
    float: right;
    width: 224px;
    height: 200px;
    background-color: #666;
    z-index: 3;
    text-align: center;
}

.cr_timer_control
{
    left: 0px;
    top: 0px;
}

.cr_title
{
    width: 500px;
    background-color: #84d5f6;
    color: #000;
    z-index: 2;
    padding: 3px 5px 3px 5px;
    margin-top: 2px;
    bottom: 0px;
}

.cr_img1_title
{
    position: absolute;
    z-index: 2;
}
.cr_img2_title
{
    position: absolute;
    z-index: 2;
}
.cr_img3_title
{
    position: absolute;
    z-index: 2;
}
.cr_img1
{
    position: relative;
    z-index: 4;
    padding: 2px 0px 2px 0px;
}
.cr_img1_hover
{
    position: relative;
    z-index: 4;
    background-color: #84d5f6;
    margin-top:4px;
}

