@charset "UTF-8";

@font-face {
font-family: "Eras Medium ITC";
src: url(fonts/ERASMD.TTF) format("truetype");
}



.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: "Eras Medium ITC";
	font-size: 15px;
}

.TabbedPanelsTabhome {
	position: relative;
	width:120px;
	height:47px;
	top: 0px;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent url(../images/menu/home.png) no-repeat 0 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#FFF;
	font-family: "Eras Medium ITC";
	font-size: 15px;
}
.TabbedPanelsTablibrary {
	position: relative;
	width:115px;
	height:47px;
	top: 0px;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent url(../images/menu/library.png) no-repeat 0 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#FFF;
	font-family: "Eras Medium ITC";
	font-size: 15px;
}
.TabbedPanelsTababout {
	position: relative;
	width:170px;
	height:47px;
	top: 0px;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent url(../images/menu/about.png) no-repeat 0 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#FFF;
	font-family: "Eras Medium ITC";
	font-size: 15px;
}
.TabbedPanelsTabsystem {
	position: relative;
	width:360px;
	height:47px;
	top: 0px;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent url(../images/menu/system.png) no-repeat 0 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#FFF;
	font-family: "Eras Medium ITC";
	font-size: 15px;
}
.TabbedPanelsTablinks {
	position: relative;
	width:99px;
	height:47px;
	top: 0px;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent url(../images/menu/links.png) no-repeat 0 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#FFF;
	font-family: "Eras Medium ITC";
	font-size: 15px;
	
}
.TabbedPanelsTabcontact {
	position: relative;
	width:120px;
	height:47px;
	top: 0px;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent url(../images/menu/contact.png) no-repeat 0 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#FFF;
	font-family: "Eras Medium ITC";
	font-size: 15px;
}
.TabbedPanelsTabmini {
	position: relative;
	width:0px;
	height:0px;
	top: 0px;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;

	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: ;
font-size: 1px;
}

.TabbedPanelsTabHover {
	color:#FFDE00;

}

.TabbedPanelsTabSelected {
	background-color: none;
	border-bottom: 0px solid #EEE;
	color:#333;
		background-image:url(../images/menu/selected.png);
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	background-color: #A7A7A7;
	background-image:url(../images/corners/uppertablebg.jpg); background-repeat:repeat-x; vertical-align:top;
}

.TabbedPanelsContent {
	padding: 0px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
