/* === Showcase/Spotlight "Quick" Profile === */

#tblShowcaseProfileWrapper {
    width: 232px;
    border-top:    solid 3px #888;
    border-right:  solid 3px #888;
    border-bottom: solid 3px #888;
    border-left:   solid 3px #888;
    /* overflow: scroll; */
}

#tblShowcaseProfile {
    width: 226px;
    border-top:    solid 3px #fff;
    border-right:  solid 3px #fff;
    border-bottom: solid 3px #fff;
    border-left:   solid 3px #fff;
}

#tblShowcaseProfile th {
    background-color: #6d6e71;
    color: #fff;
    font-family: Arial;
    text-align: center;
}

#trHeader {
    display: none;
}

#divAgency {
    font-size: 12px;
    line-height: 9px;
    margin: 0;
    padding: 2px 0 0 0;
}

#divLocation {
    font-size: 9px;
    line-height: 9px;
    margin: 0;
    padding: 0;
}

#tblShowcaseProfile td {
    vertical-align: top;
    font-family: Arial;
}

#tblShowcaseProfile div {
    margin-bottom: 6px;
}

#tblShowcaseProfile label {
    vertical-align: middle;
    font-weight: bold;
}

#trLogo img,
#tblShowcaseProfile img.logo {
    width: 220px;
    border: none 0px;
}
#tdProfile {
    text-align: center;
}

/*
#tdProfile a {
    background-color: #fff;
    color: #cc3333;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
*/
/* === For the Portfolio section inside the Quick Profile === */
#divCreative {
    overflow: auto;
    width: 220px;
    height: 175px;
}

#tblCreative {
    width: 650px;
    padding: 0px;
    background-color: #add8e6;
}


#tblCreativeSingle {
    width: 220px;
    padding: 0px;
    background-color: #add8e6;
}

#tblCreative th,
#tblCreativeSingle th {
    color: #007590;
}

#tblCreative td {
    vertical-align: top;
    text-align: center;
    height: 150px;
}

#tblCreativeSingle td {
    vertical-align: top;
    text-align: center;
    height: 75px;
}

#tblCreative div,
#tblCreativeSingle div {
    font-family: arial;
    font-weight: bold;
    color: #007590;
}

#tblCreative img {
    width: 125px;
    height: 125px;
    border: none 0px;
}

#tblCreativeSingle img {
    width: 215px;
    height: 70px;
    border: none 0px;
}

td {
    vertical-align:top;
}

/* BEGIN TOOLTIP STYLES */
#tempdata {
	position:absolute;
	background:#fff;
	width:230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10.5px;
	line-height: 13px;
}
#tempdata a{
	color: #cc3333;
	text-decoration: none;
}
#tempdata a:hover{
	color: #990033;
	text-decoration: underline;
}
/* END TOOLTIP STYLES */

