/*css styles to be displayed when looking at the document on the screen*/
@media screen {

	div#home_agents {
		width: 452px;
		padding-top: 226px;
		background-color: #000000;
		background-image: url(/_elements/welcome_image.gif);
		background-repeat: no-repeat;
		margin: 0 20px 0 0;
	}

	table#agent_table {
		border-left: 1px solid white;
		border-top: 1px solid white;
		background: black;
	}
	table#agent_table td {
		border-right: 1px solid white;
		border-bottom: 1px solid white;
	}
	
	.home-splash-welcome {
		margin: 0 0 10px;
	}
	
	div#content_layout ul.home-agent-list {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		width: 450px;
	}
	
	div#content_layout ul.home-agent-list li {
		display: block;
		float: left;
		margin: 0 1px 1px 0 !important;
		padding: 0 !important;
		width: 74px;
		height: 104px;
		background: #000;
		overflow: hidden;
	}
	
	div#content_layout ul.home-agent-list li a {
		text-decoration: none;
		display: block;
		width: 74px;
		height: 104px;
	}
	
	div#content_layout ul.home-agent-list li img {
		width: 74px;
		max-height: 104px;
		border: none !important;
	}
}

/*css styles to be displayed when printing the document*/
@media print {

}
