﻿/* CSS Document */
body{
	font-family:arial;
     height:100%;
     margin:0;
     padding:0;
     font-size:12px;
}

#name{
		Text-align:left;
		font-weight:bold;
		padding-right:20px;
		padding:0px 10px 0px 5px;
}

#value{
	Text-align:left;
}
#dotted
{
	border-bottom-color:#a1a1a1;
	border-bottom-style:groove;
	border-bottom-width:1px;
	height:0px;
}
#title
{
	padding-left:5px;	
	padding:20px 10px 5px 0px;
}
#officeInfo
{
	margin-top:10px;
}

img {behavior: url('WebResource.axd?d=yaXx5cIOW6Ytuo4tFaXNQpJRp5Ho6fM3fKLoGFzzFfQ8-Qa7OODt66RTpk4JtXvzzawK6Vkico6jlXFV4_ijEJAs_nEZx3anFXLjjhIpdU4bxPQ9qzknDXevyOGznpRl0&t=634181820967149747');}

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    width:600px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .roster, .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

    #shadow-container .container  {
        background: #e7e7e7;
        border: 1px solid #848284;
        padding: 10px;
    }
        #shadow-container .roster  {
        background: #ffffff;
        border: 1px solid #848284;
        padding: 10px;
    }
    #OfficeRosterLink
    {
		background-color:inherit;
		width:inherit;
		color:inherit;
    }
    .ruled {
	background-color:transparent;
	h: expression(this.onmouseover = function(){this.style.backgroundColor = '#E8E8E8';}, this.onmouseout = function() {this.style.backgroundColor = 'transparent';});
	}
	
	#agentBio td
	{
		Text-align:left;
		font-weight:bold;
		padding-right:20px;
		padding:0px 10px 0px 0px;
		border-bottom-color:#a1a1a1;
		border-bottom-style:dotted;
		border-bottom-width:1px;
	}
	#dotted td
{
	border-top-color:#cccccc;
	border-top-style:dotted;
	border-top-width:1px;
}
#officeName td{
	border-bottom-color:#a1a1a1;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	font-size:16px;
	font-weight:bold;
}