/*
 * dstyles.css
 *
 * "D" page template styles for Ski-Guide.com
 *
 * #326091 - dark blue
 * #f59246 - orange
 * #f58025 - darker orange
 * #b5d8ed - light blue
 * #76b1d8 - med blue
 *
 *
 */

h1, h2, h3, h4, h5, h6 {
	color: #f58025;
	margin: 3px 0px;
	}

.pgtitles {
	padding: 8px 5px 16px 5px;
	text-align: center;
	}

.pgtitle1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	color: #f58025;
	}

.pgtitle2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.33;
	color: #7396ae;
	}

.pgtitle3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	color: #7396ae ;
	}

/* Standard list table */
table.table1 {
	border-spacing: 0px;
	border-collapse: collapse;
	}

table.table1 th,
table.table1 td {
	padding: 3px 5px;
	border: 1px solid #b5d8Ed;
	}

table.table1 th {
	color: #ffffff;
	background-color: #5e96bb;
	}

/* to alternate background colors, make table1row1 and table1row0 different */
table.table1 tr.table1row1 td {
	background-color: #ffffff;
	}

table.table1 tr.table1row0 td {
	background-color: #ffffff;
	}

table.table1 th a:link,
table.table1 th a:visited {
	color: #ffffff;
	text-decoration: none;
	}

table.table1 th a:hover ,
table.table1 th a:active {
	color: #ffffff;
	text-decoration: underline;
	}

table.table1 td a:link,
table.table1 td a:visited,
table.table1 td a:hover,
table.table1 td a:active {
	font-weight: bold;
	}

.table1small {
	font-size: 10px;
	line-height: 1.25;
	padding-left: 15px;
	}

.statsheader {
	font-size: 13px;
	font-weight: bold;
	color: #f58025;
	}

hr.stats {
	color: #76b1d8;
	}

.pbutton {
	font-family: monospace;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #666666;
	cursor: pointer;
	}

.phcaption {
	font-size: 10px;
	}

.phcredit {
	font-size: 10px;
	font-style: italic;
	}

.statemap,
.statelink {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4;
	color: #326091;
	}

.statemap a,
.statelink a {
	font-weight: bold;
	color: #326091;
	text-decoration: none;
	}

.statemap a:hover,
.statelink a:hover {
	color: #76b1d8;
	text-decoration: underline;
	}

a.statesort:link,
a.statesort:vistied {
	font-size: 10px;
	font-weight: bold;
	color: #606060;
	text-align: left;
	text-decoration: none;
	}

a.statesort:hover,
a.statesort:active {
	color: #76b1d8;
	text-decoration: underline;
	}

.lscblurb {
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #003366;
	}

.revlscdeal {
	width: 120px;
	height: 50px;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #74Adf8;
	color: #000000;
	padding: 5px;
	background-color: #ffffff;
	}

.tagline {
	font-size: 17px;
	line-height: 1.25;
	font-weight: bold;
	font-style: italic;
	}

/* Premier listing table, photo, links */
table.premier {
	border-spacing: 0;
	border-collapse: collapse;
	}

tr.premier td {
	background-color: #ffffff;
	}

tr.premierover td {
	background-color: #d9f0fe;
	cursor: pointer;
	}

table.premier td.premier {
	padding: 5px;
	}

table.premier img.premier {
	border: 1px solid black;
	}

table.premier td a:link,
table.premier td a:visited,
table.premier td a:hover,
table.premier td a:active {
	font-size: 14px;
	font-weight: bold;
	color: #f59246;
	text-decoration: none;
	}

