
.hidden { display:none; }
body { font-size:12px; font-family:sans-serif; text-decoration:none; font-weight:normal; font-style:normal; padding:0; margin:0; text-align:left; background-color:#cccccc; border:none; }

.maintab { padding:0; margin:0; border:none; width:100%; height:100%; text-align:left; background-color:rgb(255,217,180); table-layout:fixed; display:table; empty-cells:show;}

.menucolumn, .menubottom, .rightcolumn, .toplogo11, .toplogo12, .toplogopad, .footer, .menufooter { padding:0; margin:0; border:none; background-position:left top; background-repeat:no-repeat; display:cell; vertical-align:top; text-align:left; }

.menucolumn, .menubottom, .toplogo11 { background-color:#cccccc; width:217px; }

.menucolumn { background-color:#777; }

.menubottom { text-align:center }
.menubottom img { border:none; padding-top:16px }


.toplogo11, .toplogo12, .toplogopad { height:191px; background-color:#cccccc; }

.toplogo11 { background-image:url(../gfx/bg-top1.jpg);}

.rightcolumn, .toplogopad, .footer { background-color:#cccccc; width:auto; }

.rightcolumn { padding-left:16px; padding-right:16px; background-image:url(../gfx/bg-title.gif); background-repeat:repeat-x; }

.toplogopad { background-image:url(../gfx/bg-top2.gif); background-repeat:repeat-x; } 

.toplogo12 { width:553px; background-image:url(../gfx/bg-top3.jpg) }

.menucolumn { background-color:#bbbbbb; } 

.menucolumn ul, .menucolumn li, .menucolumn li a { display:block; padding:0; margin:0; background-image:url(../gfx/bg-menu.gif); background-repeat:repeat-y; background-position:top left; background-color:#cccccc; list-style-type:none; line-height:16px; border:none; font-size:12px; } 

.menucolumn ul { display:block; border-top:1px solid #444444; }

.menucolumn li a { padding:6px 4px 6px 24px; border:none; text-decoration:none; font-weight:bold; color:#cccccc; border-right:none; border-left:none; border-top:1px solid #bbbbbb; border-bottom:1px solid #444444; height:100%; width:100%; } 

.menucolumn li a:hover { background-image:url(../gfx/bg-menu2.gif); text-decoration:underline; background-color:rgb(133,163,174); border-bottom:1px solid #888888; border-top:1px solid #884444;} 

.menubottom { background-image:url(../gfx/bg-menu3.jpg); height:99px; } 

.footer, .menufooter { background-image:url(../gfx/bg-foot.gif); background-repeat:repeat-x; height:44px; background-color:#cccccc; } 
.footer p { text-align:right; margin:30px 8px 0 0; padding:0; color:#888888; } 
.menufooter { background-image:url(../gfx/bg-foot2.gif); }

.rightcolumn a, .footer a { text-decoration:underline; font-weight:bold; color:#333366; }
.rightcolumn a:hover, .footer a:hover { text-decoration:none; color:#555588; }

.rightcolumn p.center { text-align:center }
.rightcolumn p.right { text-align:right }

.rightcolumn h2 { margin-top:0; margin-bottom:8px; padding-top:8px; padding-bottom:8px; font-size:22px; font-weight:normal; color:white; font-family:times; line-height:22px; font-style:normal; }

.rightcolumn h3 { margin-bottom:0; font-size:20px; }
.rightcolumn h3.center { text-align:center }

.rightcolumn h4 { font-size:16px; }
.rightcolumn h4.center { text-align:center }

.rightcolumn pre { margin-top:0; font-size:12px; font-weight:normal; font-style:normal; }

.rightcolumn img { border:1px solid black; padding:0; clear:both; margin-top:8px; }
.rightcolumn img.left { float:left; clear:left; margin-right:8px; }
.rightcolumn img.right { float:right; clear:right; margin-left:8px }




/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	border-bottom:1px solid black;
	}

.transMenu.top .items {
	width:120px;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	background-color:#8899bb;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
}

/* each TR.item is one menu item */
.transMenu .item {
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	background-color:#cccccc;
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	text-decoration:underline;
	background-color:#883333;
	color:white;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}

.rewiry {border-collapse: collapse;}
.rewiry .nr {font-size: 18px; text-align: center;}
.rewiry caption {background: rgb(100,100,100); color: rgb(240,240,240); font-size: 12px; font-weight: bold; padding: 4px 0;}
.rewiry td, .rewiry th {padding: 2px 4px; border: 1px solid rgb(100,100,100); font-size: 12px;}

.news {margin: 16px 0; clear: both;}
.news .ico {display: block; border-left: 1px dotted rgb(160,160,160); text-align: center; width: 260px; height: 160px; float: right; margin: 0 0 4px 16px;}
.news .ico img {border: 1px solid rgb(40,60,80); padding: 2px; width: auto; height: auto;}
.news h3 {font-size: 18px; padding: 0; margin: 0;}
.newsdate {padding: 0; margin: 4px 0; font-size: 11px; color: rgb(130,130,130);}

.more {text-align: right; font-weight: bold; margin: 0; padding: 0 12px 8px; font-size: 12px;}
.back {text-align: center; font-weight: bold; margin-top: 32px; padding: 8px 0; border-top: 1px solid rgb(0,40,90);}

#trail {margin: 8px 0; border-top: 1px solid rgb(100,130,160); border-bottom: 1px solid rgb(100,130,160);}
#trail p {font-size: 11px; padding: 4px 0; margin: 0;}

.gallery {text-align: center;}
.gallery img {border: 1px solid rgb(0,30,70); margin: 8px 16px; padding: 1px;}

.pic {text-align: center; clear: both; margin: 8px 0;}
.pic img {border: 1px solid rgb(40,60,80); padding: 2px; }
.pic p {font-size: 12px; line-height: 18px; padding: 6px 2px 4px; margin: 8px 8px 0;}

.navigator {text-align: center; padding: 8px 0; margin: 0; font-size: 14px;}
.navigator small {font-size: 12px;}

