﻿#ctl00_ContentPlaceHolder_Content_selectedLinkTitleWrapper
{
    font-weight:bold;
    font-size:small;
    float:left;
    width:60%;
    margin-bottom:10px;
}

#ctl00_ContentPlaceHolder_Content_selectedLinkContentWrapper
{
    float:left;
    width:60%;
}

#linkListWrapper
{
    float:right;
    width:30%;
    border-left: solid 1px #7CA3CA;
    border-top: solid 1px #7CA3CA;
    padding: 10px 10px 10px 10px;
}

#floatingDivClearer
{
    clear:both;
}


/* Link repeater in Links.ascx */

#linkHeader
{
    font-weight:bold;
    margin-bottom:10px;
    font-size:small;
}

#link, #linkTitles a
{
	color:#7A8FA5;
    margin-bottom: 10px;
    display:block;
}
