/* Modules StyleSheet

Settings in this stylesheet control the appearance of elements in any/all
of the modules within Sherrie's South Shore Realty site. Changing any of the
settings here will affect all the modules within this site.

*/

#sidebar {
		border: 2px solid #FF6633; }
		
#corner-tl {
		position: relative;
		top: -2px;
		left: -2px; }
		
#corner-tr {
		position: relative;
		top: -2px;
		left: 2px; }
		
#corner-bl {
		position: relative;
		top: 2px;
		left: -2px; }
		
#corner-br {
		position: relative;
		top: 2px;
		left: 2px; }

/* Backgrounds ------------------------------------------------------- */

.rowcolor1 {
		background-color: #BBEEEE; }
	
.rowcolor2 {
		background-color: #CCFFFF; }

/* Headers ----------------------------------------------------------- */

th {	background-color: #FFFFFF;
		color: #006666;
		font-size: 12px;
		font-style: italic;
		border-color: #FF6633;
		border-width: 0px 0px 2px;
		border-style: solid; }

/* Images ------------------------------------------------------------ */
	
.detail-full {
		border: 1px solid #FF9999; }

.detail-med {
		border: 1px solid #FF9999; }

.list-thumb {
		border: 1px solid; }

/* Text -------------------------------------------------------------- */

.dateline {
		font-size: 11px;
		margin: 0px 0px 6px 0px; }
		
.morenews {
		font-size: 10px;
		margin: 6px 0px 0px 0px; }

.subnav {
		font-size: 10px; }
