/*Roomandbeach.ca presentation styles 2006*/

/* Presentation Stylesheet */ 
p {
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 0px;
 padding-bottom: 0px;
 line-height: 130%;
 }
 
p.zero {
	padding: 0px;
	line-height: 130%;
}

img.select {
	border: 1px solid #FFFFFF;
} 

.copyright {
	font-family : Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
	font-size : 10px;
	color: #666666;
	font-weight : normal;
	font-style : normal;
}

hr#c-col {
	border: 1px solid #CCCCCC;
}

.blocktxt {
  display: block;
  background: #F0F8FF;
  padding: 3px;
  border: 1px solid #CCCCCC;
}

.red {
	color: #990000;
}

.black {
	color: Black;
}

.blocktxt {
   margin-right: 5px;
	margin-left: 5px;
	display: block; 
	padding: 5px;
	background: #F0F8FF;
	border: 1px solid #CCCCCC;
}

.cell {
	font-family: Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 10px;
	color: #000000;
}

H1.pageheader {
	font-family: Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 125%;
	font-weight: bold;
	color: #483D8B;
   border-bottom: 3px solid teal;
}

H1 {
	font-family: Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 120%;
	font-weight: bold;
	color: #483D8B;
}

H2 {
	padding-left: 5px;
	font-family: Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 110%;
	color: Black;
	font-weight: bold;
	line-height : 100%;
}
H3 {
	margin:0;
	font-family: Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 105%;
	color: White;
	font-weight: bold;
	line-height : 100%;
}

H4 {
   margin:0;
	font-family: Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height : 100%;
	padding-left: 15px;
}

UL {
	list-style-type : circle;
	list-style : circle outside;
	white-space : normal;
	line-height: 125%;
}

UL UL{
	list-style-type : disc;
	list-style : disc outside;
	white-space : normal;
	line-height: 125%;
}
ol, li {
	line-height: 125%;
}

.tight {
	line-height: 100%;
}

.sidelist {
	color: black;
	font-weight: bold;
}

a.sidelist {
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid black;
}

a:hover.sidelist {
	color: #FFD700;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: none;
}

A {
	text-decoration: underline;
	font-weight: normal;
	color: #222222;
}

A:hover {
	text-decoration: none;
	font-weight: normal;
	color: teal;
	}

/* A:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
} */

td.txt {
	padding: 3px;
}


.dropbox {
 	font-family : Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
	font-size : 12px;
	color: #555555;
	font-weight : normal;
	font-style : normal;
 }
 
 .borderl {
 	border-left: solid 1px #333333;
 }

 /* make top border in a cell*/
 .bordert {
 	border-top: 1px solid #32CD32;
 }


li.nobullet
{
  padding: 0;
	margin: 0;
	margin-left:0px;
	list-style:none;
}

.bull; {
	color: black;
}


