﻿table
{
	font: 11px verdana;
	border-color:white;
	background-color:white;
}

tr
{
	font: 11px verdana;
	border-color:white;
	background-color:white;
}

td
{
	border-style:solid;
	background-color:white;
	border-color:white;
	vertical-align:top;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
}

input
{
	background-color: #fafafa;
}

select
{
	background-color: #fafafa;
}

.flatbutton
{
	color: white; 
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #c0c0c0;
	border-bottom-style: none;	
}

.familytd
{
	width:150px;
	text-align:left;
}

.featuredtd
{
	border-style:solid;
	background-color:white;
	border-color:#dcdcdc;
	vertical-align:middle;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

.flagtd
{
	text-align:right;
	border-style:solid;
	background-color:white;
	border-color:white;
	vertical-align:middle;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	width:200px
}

.paddedtd
{
	text-align:justify
}

.exhibitionimagetd
{
   border-style:solid;
	background-color:white;
	border-color:white;
	vertical-align:middle;
	text-align:left;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

.imagetd
{
    border-style:solid;
	background-color:white;
	border-color:white;
	vertical-align:middle;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

.clicktd
{
	cursor: pointer;
    border-style:solid;
	background-color:white;
	border-color:#dcdcdc;
	vertical-align:middle;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

.noclicktd
{
	cursor: default;
    border-style:solid;
	background-color:white;
	border-color:#dcdcdc;
	vertical-align:middle;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}

.tdandbackground
{
	font-weight: bold; 
	background-image: url(../Images/Common/HeaderBackground.gif); 
	background-repeat:no-repeat;
	background-position: center;
	text-align:left;
	vertical-align:middle;
}

.menudiv
{
	visibility:Hidden;
	top:-500px;
	left:-500px;
	position:absolute;
	z-index:1;
}

.menutable
{
	font: 11px verdana;
	margin:0px;
}

.menutd
{
	padding:3px;
	text-align:left;
	background-color:#F2F2F2;
	border-color:#61A3D3;
	width:130px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}

.nonselectedtab 
{ 
	background: url("../images/Common/tabgray.gif");
	background-repeat:no-repeat;
	background-position: center;
	text-align:center;
	vertical-align:middle;
	height:30px;
} 

.nonselectedtab:hover 
{ 
	background: url("../images/Common/tabwhite.gif"); 
	background-repeat:no-repeat;
	background-position: center;
	text-align:center;
	vertical-align:middle;
	height:30px;
} 

.selectedtab 
{ 
	background: url("../images/Common/tabwhite.gif");
	background-repeat:no-repeat;
	background-position: center;
	text-align:center;
	vertical-align:middle;
	height:30px;
}

.specialtabletd
{
	border-style:solid;
	background-color:white;
	border-color:#999999;
	border-top-width:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
}

.footertable
{
	background-color:transparent;
	vertical-align:top
}

.footertr
{
	background-color:transparent;
}
.footertd
{
	color:White;
	background-color:transparent;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}

.footer:active
{
	color: rgb(255,255,255);
	text-decoration: underline;
}
 
.footer:link
{
	color: rgb(255,255,255);
	text-decoration: underline;
}
 
.footer:visited
{
	color: rgb(255,255,255);
	text-decoration: underline;
}
 
.footer:hover
{
	color: rgb(255,255,255);
	text-decoration: underline;
}