/* CSS Document */

body
{
	margin: 0px;
	background-color: #ffffff;
	background-image: url("common/images/canvasbk.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Verdana;
	font-size: 10pt;
}
.thumbnail
{
	float: left;
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	vertical-align: middle;
	background-image: url("common/images/thmbk.jpg");
}
.thumbnail_f2
{
	float: left;
	width: 130px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	vertical-align: middle;
	background-image: url("common/images/thmbk_f2.jpg");
}
td
{
	text-align: left;
	vertical-align: top;
}
h1
{	
	font-size: 12pt;
	color: #999999;
	font-style: italic;
}
#tdcentercontent
{
	background-color: #FFFFFF;
	padding: 10px 10px 10px 14px;
}
#tdleftcontent, #tdrightcontent
{
	background-color: #FFFFFF;
	padding-top: 10px;
}
#tdcloud
{
	background-color: #FFFFFF;	
}
#tdfooter1
{
	font-style: italic;
	font-size: 8pt;
}
#tdfooter2
{
	font-style: italic;
	font-size: 7pt;
}

/* links */
.tpMenuItem
{	
	margin: 0px 4px 0px 1px;
	font-size: 9pt;
}
.tpMenuItem:link 
{
	color: #999999;
	text-decoration: none;

}
.tpMenuItem:visited 
{
	text-decoration: none;
	color: #999999;
}
.tpMenuItem:hover 
{
	text-decoration: none;
	color: #000000;
}
.tpMenuItem:active 
{
	text-decoration: none;
	color: #000000;
}

.btMenuItem
{
	margin: 0px 4px;
	font-size: 9pt;
	font-style: normal;
}
.btMenuItem:link 
{
	color: #000000;
	text-decoration: none;
}
.btMenuItem:visited 
{
	text-decoration: none;
	color: #000000;
}
.btMenuItem:hover 
{
	text-decoration: none;
	color: #999999;
}
.btMenuItem:active {
	text-decoration: none;
	color: #999999;
}

.sideMenuItem
{
	cursor: hand;
}

.bwlink:link 
{
	color: #000000;
	text-decoration: none;
}
.bwlink:visited 
{
	text-decoration: none;
	color: #000000;
}
.bwlink:hover 
{
	text-decoration: none;
	color: #999999;
}
.bwlink:active 
{
	text-decoration: none;
	color: #999999;
}

a:link 
{
	color: #BD635F;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #BD635F;
}
a:hover 
{
	text-decoration: underline;
	color: #DEB1AF;
}
a:active 
{
	text-decoration: none;
	color: #DEB1AF;
}

/*Treenodes*/

.treenode
{
	font-weight: bold;
	color: #666666;
	height: 25px;
	cursor: default;
}
.hottreenode
{
	font-weight: bold;
	color: #BD635F;
	height: 25px;
	cursor: hand;
}

.status
{
	width: 100%;
	padding: 6px 0px;
	margin-bottom: 10px;
	font-size: 11pt;
	color: red;
	font-variant: small-caps;
	background-color: #FFFFFF;	
	text-align: center;
	vertical-align: middle;
	border-width: 0px;
}

.weddingcloud
{
	font-weight: bold;
/*	color: #BC5F5B;*/
	color: #DDAFAD;
	overflow: hidden;
	height: 184px;
	line-height: 46px;	
/*	background-image: url("common/images/cloudbk.jpg");	*/
	padding: 0px 10px;
}
.gallerycloud
{
	font-weight: bold;
	color: #BC5F5B;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	background-color: #EEEEEE;
/*	background-image: url("common/images/cloudbk.jpg"); */
	padding: 0px 10px;
}
li
{
	padding: 4px 0px;
}
.forecolor
{
	color: #BC5F5B;
}
.frame
{
	background-color: #F7F6F2;	
	padding: 14px 6px;
}
.border
{
	border: solid 1px #BC5F5B;
}
.subhead
{
	font-size: 11pt; 
	font-style: italic; 
	font-weight: bold; 
	color: #333333; 
	margin-bottom: 4px;
}
.menuhead
{
	font-size: 16pt;
	color: #BC5F5B;
	background-color: #F7F6F2;
	font-style: italic;
	padding: 10px 4px 14px 4px;
}
.menunote
{	
	font-size: 10pt;
	font-style: italic;
	color: #BC5F5B;
	padding: 0px 25px;
}
.showcase
{
	background-image: url("common/images/showcase.jpg"); 
	background-repeat: no-repeat;
	height: 50px;
}
.fayre
{
	background-image: url("common/images/fayre.jpg"); 
	background-repeat: no-repeat;
	height: 50px;
}
.fayrebanner
{
	background-image: url("common/images/fayrebanner.jpg"); 
	background-position: right;
	background-repeat: no-repeat;
	height: 61px;
}
.dbox
{
    border: solid 1px #990000;
    color: #990000;
    padding: 5px;
    margin-top: 8px;
    width: 150px;
    text-align: center;
}