/* CSS Document */
html
{
	width:100%;
	height:100%;
}
body 
{
	 background:#000; 
	 margin:0; 
	 padding:0; 
	 border:0;
	 width:100%;
	 height:100%;
	 font:normal 12px Arial;
}
form, h1, h2, h3, h4, select 
{
	margin:0px;
	font-family:Arial;
}
div, table, span, ul, li
{
	text-align:right;
	direction:rtl;
}
img {
	border:none;
}
p {
	margin-top:5px;
}
a
{
	color:#fff;
}
.invert
{
	text-align:left;
	direction:ltr;
}
.floatinvert
{
	float:left;
}
* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
/*-------------------------------------------------------------------------------------------------------*/
.Exhibitions
{
	margin-bottom:10px;
}
.Exhibitions td, .Exhibitions th
{
	vertical-align:top;
}
.Exhibitions h3
{
	color:#c4c7c7;
	font:normal 20px Arial;
	margin:5px 0 5px 0;
}
.Exhibitions a
{
	color:#fff;
	text-decoration:none;
}
.Exhibitions a:hover
{
	text-decoration:underline;
}
#PrintIcon
{
	margin-top:15px;
}
#PrintIcon a
{
	color:#bdc0c0;
	text-decoration:none;
}
.NewsTbl
{
	margin-bottom:10px;
}
.NewsTbl h3
{
	color:#c4c7c7;
	font:normal 20px Arial;
	margin:5px 0 5px 0;
}
.NewsTbl a
{
	color:#fff;
	text-decoration:none;
}
.NewsTbl a:hover
{
	text-decoration:underline;
}
#YearNav
{
	margin:0 60px 10px 60px;
}
#YearNav td
{
	padding:0 5px 0 5px;
}
#YearNav a
{
	color:#fff;
	text-decoration:none;
}
.WhiteBtn
{
	color:#fff; 
	padding:3px;
	padding-left:5px;
	padding-right:5px; 
	text-align:center;
}