/*

	Filename:          style.css
	Description:       Style sheet
	Site:              LoopNorth.com
	Author:            Steven Dahlman, DCM Software
	Start date:        12-07-07
	Last modification: 12-21-11

*/

body {
	background-color: #ffffff;
	margin-left:      0;
	margin-right:     0;
	margin-top:       0;
	margin-bottom:    0;
}

/*
 * Text
 */

.large-lt { font-family: Helvetica, Arial; font-size: 18pt; color: #ffffff; }
.large-dk { font-family: Helvetica, Arial; font-size: 36pt; color: #191970; }

.medium-lt { font-family: Helvetica, Arial; font-size: 12pt; color: #ffffff; }
.medium-dk { font-family: Helvetica, Arial; font-size: 12pt; color: #191970; }

.medium-ds { font-family: Georgia; font-size: 12pt; color: #191970; }

.medium9-lt { font-family: Helvetica, Arial; font-size: 9pt; color: #ffffff; }
.medium9-dk { font-family: Helvetica, Arial; font-size: 9pt; color: #191970; }

.small-lt { font-family: Helvetica, Arial; font-size: 8pt; color: #ffffff; }
.small-dk { font-family: Helvetica, Arial; font-size: 8pt; color: #191970; }
.small-red { font-family: Helvetica, Arial; font-size: 8pt; color: #ff0000; }

.fixed-dk { font-family: Courier; font-size: 10pt; color: #191970; }

/*
 * MLS Listings
 */

.mlsfontdark { font-family: Helvetica, Arial; font-size: 10pt; font-weight: normal; color: #191970; }
.mlsfontlight { font-family: Helvetica, Arial; font-size: 10pt; font-weight: normal; color: #ffffff; }

/*
 * Buttons
 */

/* 10pt blue text */

.button1 {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #0000ff;
	background-color: #ffffff;
	border: 1px outset #f0f0f0 #000000 #000000 #f0f0f0;
}

/* 10pt black text */

.button2 {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	border: 2px outset #f0f0f0 #000000 #000000 #f0f0f0;
}

/* 8pt black text */

.button3 {
	font-family: Helvetica, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	border: 1px outset #f0f0f0 #000000 #000000 #f0f0f0;
}

/* 10pt blue text (fixed-width) */

.button4 {
	font-family: Helvetica, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #0000ff;
	background-color: #ffffff;
	border: 1px outset #f0f0f0 #000000 #000000 #f0f0f0;
	width: 150px;
}

/*
 * Links
 */

/* Main menu */

A.menu-lt:link { font-family: Helvetica, Arial; font-size: 9pt; font-weight: bold; color: #f0f0f0; text-decoration: none; }
A.menu-lt:visited { font-family: Helvetica, Arial; font-size: 9pt; font-weight: bold; color: #f0f0f0; text-decoration: none; }
A.menu-lt:hover { font-family: Helvetica, Arial; font-size: 9pt; font-weight: bold; color: #ffffff; text-decoration: underline; }

A.menu-dk:link { font-family: Helvetica, Arial; font-size: 9pt; color: #191970; text-decoration: none; }
A.menu-dk:visited { font-family: Helvetica, Arial; font-size: 9pt; color: #191970; text-decoration: none; }
A.menu-dk:hover { font-family: Helvetica, Arial; font-size: 9pt; color: #000000; text-decoration: underline; }

/* Web links */

A.web-lg:link { font-family: Helvetica, Arial; font-size: 12pt; color: #191970; text-decoration: underline; }
A.web-lg:visited { font-family: Helvetica, Arial; font-size: 12pt; color: #191970; text-decoration: underline; }
A.web-lg:hover { font-family: Helvetica, Arial; font-size: 12pt; color: #000000; text-decoration: underline; }

A.web-sm:link { font-family: Helvetica, Arial; font-size: 10pt; color: #000000; text-decoration: underline; }
A.web-sm:visited { font-family: Helvetica, Arial; font-size: 10pt; color: #000000; text-decoration: underline; }
A.web-sm:hover { font-family: Helvetica, Arial; font-size: 10pt; color: #191970; text-decoration: underline; }

A.web-wh:link { font-family: Helvetica, Arial; font-size: 12pt; color: #f0f0f0; text-decoration: underline; }
A.web-wh:visited { font-family: Helvetica, Arial; font-size: 12pt; color: #f0f0f0; text-decoration: underline; }
A.web-wh:hover { font-family: Helvetica, Arial; font-size: 12pt; color: #ffffff; text-decoration: underline; }

/* Primary links on listing page */

A.listmenu:link { font-family: Verdana; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: none; }
A.listmenu:visited { font-family: Verdana; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: none; }
A.listmenu:hover { font-family: Verdana; font-size: 10pt; font-weight: bold; color: #ffffff; text-decoration: underline; }

/* Secondary links on listing page */

A.listlink:link { font-family: Helvetica, Arial; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: underline; }
A.listlink:visited { font-family: Helvetica, Arial; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: underline; }
A.listlink:hover { font-family: Helvetica, Arial; font-size: 10pt; font-weight: normal; color: #191970; text-decoration: underline; }

/* Link to floor plan */

A.floorplan:link { font-family: Helvetica, Arial; font-size: 10pt; font-weight: bold; color: #191970; text-decoration: none; }
A.floorplan:visited { font-family: Helvetica, Arial; font-size: 10pt; font-weight: bold; color: #191970; text-decoration: none; }
A.floorplan:hover { font-family: Helvetica, Arial; font-size: 10pt; font-weight: bold; color: #191970; text-decoration: underline; }
