/* 
    Document   : home.css
    Created on : Feb 15, 2009, 3:07:40 PM
    Author     : rbsfou
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#movingtext h3 {
    background-repeat: no-repeat;
    background-position: 6px 4px;
    padding-left: 26px;
    height: 24px;
    line-height: 24px;
	/* This next line is only in until we figure out how to get IE8 to co-operate */
	background-image: url(/_resources/images/icons/16-arrow-right_16x16.png);
}

div#movingtext p {
	margin-left: 2em;
}

/*
.hiddensection {
    background-image: url(/_resources/images/icons/16-arrow-right_16x16.png);
}


.hiddensection:hover
{
    cursor: pointer;
    text-decoration: underline;
    color: #404DDD;
}
*/
.displayedsection {
    cursor: text;
    text-decoration: none;
    color: #DD8140;
    background-image: url(/_resources/images/icons/16-arrow-down_16x16.png);
}

