/* CSS Document */



.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	line-height: 140%;
}
.bodytext_nospace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}

.floatright {
	float: right;
	margin-left: 5px;
}
.floatleft {
	float: left;
	margin-right: 5px;
}

.agentphoto {
	float: right;
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}

.agentphoto_menu {
	border-width: 1px;
	border-style: solid;
	border-color:#CCCCCC;
	border-collapse: collapse;
}

.agentphotocentered {
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}

.sidebar {	
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: gray;
	border-right-collapse: collapse;
}
.sidebar_right {	
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: gray;
	border-left-collapse: collapse;
}
.tabledashed {	
	border-width: 1px;
	border-style: dashed;
	border-color: gray;
	border-collapse: collapse;
	
}
.tabledashed td {	
	padding: 5px;
}


.sidebar td {	
	padding: 5px;
}

.agent {	
	border-width: 1px;
	border-style: dashed;
	border-color: gray;
	border-collapse: collapse;
	background-color:#ebebeb;
}

.agent td {	
	padding: 5px;
}

.title {
	color: #D11516;
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.title_welcome {
	color: #D11516;
	font-size: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D11516;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footerTextGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CCCCCC;
}

.body_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333333; 
	line-height: 140%; 
	font-weight: bold;
 }
a:link {
	color: #D11516;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D11516;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

td#footer a:link {	color: #FFFFFF;
	text-decoration: none;}
td#footer a:visited {	color: #FFFFFF;
	text-decoration: none;}
td#footer a:hover {	color: #FFFFFF;
	text-decoration: underline;}
td#footer a:active {	color: #FFFFFF;
	text-decoration: none;}

td#nwipp a:link {	color: #CCCCCC;
	text-decoration: none;}
td#nwipp a:visited {	color: #CCCCCC;
	text-decoration: none;}
td#nwipp a:hover {	color: #CCCCCC;
	text-decoration: none;}
td#nwipp a:active {	color: #CCCCCC;
	text-decoration: none;}


table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}
table.property th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: ;
}

table.property td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	-moz-border-radius: ;
}
table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
}

table.empty th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	-moz-border-radius: ;
}
table.empty td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	-moz-border-radius: ;
}

.tablerecentlyadded {	
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
	height: 70px;
	background-image: url(images/misc/recently_added_bg.jpg);
	background-repeat: repeat-x;
}
.tablerecentlyadded_image {	
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
}