@charset "UTF-8";
body {
	background-color: #f3f3f3;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin:0;
	padding:0;
	text-align:center;
}
img	{border:0;}

#frame	{
	width:990px;
	margin-right:auto;
	margin-left:auto;
	margin-top:8px;
	padding:0;
	text-align:left;
	background: url(img/bg2a.jpg) no-repeat -14px -10px;
	background-color: #fff;
}

p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.80em;
	line-height: 180%;
	margin:2px 4px 12px 10px;
	padding:0;
}
p a:link {font-weight: bold;color: #000; text-decoration: none;}
p a:visited {font-weight: bold;color: #000; text-decoration: none;}
p a:hover {font-weight: bold;color: #626053;text-decoration: none;}

h1	{
	font-size:1.2em;
	line-height: 180%;
	margin:12px 4px 32px 10px;
	padding:0;
}

h2	{
	font-size:1.0em;
	line-height: 180%;
	margin:12px 4px 12px 10px;
	padding:0;
	border-bottom: 1px dashed #b0b0b0;
}

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.80em;
	line-height: 180%;
	margin:2px 4px 0 10px;
	padding:0;
}
h3 a:link {font-weight: bold;color: #000; text-decoration: none;}
h3 a:visited {font-weight: bold;color: #000; text-decoration: none;}
h3 a:hover {font-weight: bold;color: #626053;text-decoration: none;}

/* navigation */
#navcontainer {
	width: 987px;
	height:72px;
	margin: 0 0 0 5px;
	padding: 0;
}

#navcontainer li	{
	display: inline;
	margin: 0;
	padding: 0;
	height: 60px;
}

#navcontainer li a {
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	line-height:0.8em;
	text-decoration: none;
	display: inline;
	float: left;
	width: 139px;
	height: 52px;
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	margin: 10px 0 0 0;
	padding: 8px 0 0 0;
	background: url(img/fade.jpg) 0px 0px no-repeat;
}

#navcontainer li a img.ico {
	float: left;
	margin: 0 4px 0 4px;
}

#navcontainer li a span {
	font-size: 0.75em;
	font-weight: normal;
	display: block;
	margin: 4px 4px 0 2px;
	padding:0;
}

#navcontainer li a:hover, #navcontainer li a.active {
	color: #fff;
	text-decoration: none;
	background-color:#b8d7ef
}
#navcontainer li a#current {
	color: #666;
	text-decoration: none;
	background: url(img/fade.jpg) 0px -300px no-repeat;
}
#navcontainer li a#current span {
	font-size: 0.75em;
	display: block;
	margin: 4px 4px 0 2px;
	padding:0;
	text-decoration: underline;
}

.action	{
	width:240px;
	background-color: #b8d7ef;
	margin:10px;
	border: 8px solid #ececec;
	color: #000;
	font-weight: bold;
}

.action ul
{	
	margin:4px 0 10px 12px;
	padding: 0;
	list-style-type: none;	
}
.action ul ul
{	margin:0 0 0 29px;
	padding:0;
	border-left: 2px solid #b0b0b0;
}

.action a	{
	font-size: 0.8em;
	display: block;
	color: #fff;
	padding: 3px 0px 3px 8px;
	margin:0 4px 3px 2px;
	text-decoration: none;
	background-color: #007bc2;
	border-left: 4px solid #039;
}

.action a:hover	{
	color: #cfd7e9;
}

.action li li a	{
	padding: 2px 4px 2px 4px;
	margin:2px 0 4px 8px;
	display: block;
	font-size: 0.7em;
	color: #fff;
	text-decoration: none;
	line-height:12px;
	background-color: #007bc2;
	border-left: 4px solid #039;
}

.action p a	{
	color: #fff;
}

li a#here	{
	color: #ff6;
}

/* end navigation */

/* slider */

.panel_button {
	position: relative;
	width: 141px;
	height: 30px;
	margin:0;
	background: url(img/panel_button.png);
	z-index: 20;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	cursor: pointer;
}
.panel_button img {
	position: relative;
	margin:2px 0 0 0;
	padding:0;
}
.panel_button a {
	text-decoration: none;
	color: #ccc;
	font-size: 14px;
	position: relative;
	padding:0 0 6px 6px;
}
.panel_button a:hover {
	color: #999;
}

#toppanel {
	position: absolute;
	width: 987px;
	margin: 0 0 0 5px;
	z-index: 25;
	float:left;
}
#panel {
	width: 980px;
	position: relative;
	top: 1px;
	height: 0px;
	z-index: 10;
	overflow: hidden;
	text-align: left;
}
#panel_contents {
	background: black;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
	height: 100%;
	width: 980px;
	position: absolute;
	z-index: -1;
}

.mapdiv	{
	width:220px;
	height:184px;
	margin:8px;
	padding:0;
	float:left;
	color: #000;
	background-color: #007bc2;
	font-weight: bold;
}

.mapdiv ul
{	
	margin:0 0 0 2px;
	padding: 0;
	list-style-type: none;
}
.mapdiv ul ul
{	margin:0 0 0 16px;
	padding:0;
}

.mapdiv a	{
	font-size: 0.7em;
	display: block;
	color: #fff;
	padding: 3px 0px 0px 27px;
	text-decoration: none;
}

.mapdiv a:hover	{
	color: #cfd7e9;
}

.mapdiv li li a	{
	padding: 2px 4px 2px 4px;
	margin:2px 0 4px 8px;
	display: block;
	font-size: 0.7em;
	color: #000;
	text-decoration: none;
	line-height:12px;
}

/* end slider */

/* Google maps */

#map_canvas	{
	width:650px;
	height:580px;
	border: 4px solid #ececec;
	margin:0 0 10px 10px;
}
#map_detail	{
	width:650px;
	height:350px;
	border: 4px solid #ececec;
	margin:0 0 10px 10px;
}

.balloon	{font-size:11px;}
.gform	{font-size:0.6em;}
/* end Google maps */

#col1	{
	width:270px;
	float:left;
	padding:280px 0 0 10px;
}
#col2	{
	width:675px;
	float:left;
	margin:40px 0 0 10px;
}

#ftr	{
	clear: both;
	width:990px;
	height:24px;
	background-color: #b8d7ef;
	border-top: 4px solid #ececec;
	text-align:right;
}

#ftr p	{margin:0 20px 0 0}
#ftr a	{margin:0 50px 0 0}

ul.norm	{
	line-height:1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:2px 0px 14px 20px;
	padding:4px 0 0 20px;
}

li.norm	{
	font-size:0.80em;
	margin:0px 0px 4px 0px;
	line-height: 160%;
}
li.norm	a:link {
	color:#000;
	font-weight: bold;
	text-decoration: none;
}
li.norm	a:visited {
	color:#000;
	font-weight: bold;
	text-decoration: none;
}
li.norm	a:hover {
	color:#930;
	font-weight: bold;
	text-decoration: none;
}

/* forms */

legend	{
	font-size:0.75em;
	font-weight:bold;
}

.xinput, textarea {
	display: block;
	width: 200px;
	float: left;
	margin:0 0 4px 4px;
	padding:0;
}

label {
	display: block;
	width: 270px;
	float: left;
	margin:0;
	padding:0;
}


label.error	{
	float: none;
	color: red;
	font-weight:bold;
}

/* end forms */

/* fabric db pages */

#fabricframe	{
	width:720px;
	margin-right:auto;
	margin-left:auto;
	margin-top:8px;
	padding:0;
}

.chartdiv	{
	width:324px;
	padding:6px 4px 4px 6px;
	margin:4px 10px 0 0;
	background-color: #fff;
	border: 4px solid #ececec;
	text-align:center;
	float:left;
}

#fabricdbtable	{
	background-color: #fff;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
	font-size:0.80em;
}
td a:link {font-weight: bold;color: #6D929B; text-decoration: none;}
td a:visited {font-weight: bold;color: #6D929B; text-decoration: none;}
td a:hover {font-weight: bold;color: #626053;text-decoration: none;}

th {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
	font-size:0.80em;
	font-weight:bold;
}

.fabname	{
	width:152px;
	float:left;
	margin:7px;
	font-size:0.80em;
}
.fabname a:link {font-weight: bold;color: #000; text-decoration: none;}
.fabname a:visited {font-weight: bold;color: #000; text-decoration: none;}
.fabname a:hover {font-weight: bold;color: #626053;text-decoration: none;}

.gphcap	{
	line-height: 140%;
	font-size:0.7em;
	margin:2px 4px 10px 4px;
	padding:0;
}

/* end fabric db pages */

.presenter	{
	float:right;
	width:190px;
	border: 1px solid #b0b0b0;
	margin:0 4px 30px 8px;
	padding:12px 0 12px 0;
	background: url(img/presenter.jpg) 0px 0px no-repeat;
	background-color: #fff;
}

.presenter img	{
	margin:0 0 0 30px;
}

.pdfbg	{
	margin:6px 6px 16px 6px;
	background-color: #b8d7ef;
	border: 4px solid #ececec;
}

.warn	{
	padding: 0 0 0 20px;
	margin:0 0 0 2px;
	background: url(img/ico/warning.png) no-repeat 0px -2px;
}

.newsitem	{
	padding: 0 0 0 20px;
	margin:0 0 0 2px;
	background: url(img/ico/comment_sm.png) no-repeat 0px 0px;
}

.pdf	{
	float:left;
	margin:0 6px 6px 0;
}

#col2 .thickbox	{
	padding: 0 0 0 16px;
	background: url(img/ico/info.gif) no-repeat 0px -1px;
	font-weight: bold;
}

.cb {clear: both;line-height:1px;}
.xlogos	{
	float:right;
	border: 1px solid #b0b0b0;
	margin:0 10px 0 0;
}
.fplogos	{
	border: 1px solid #fff;
}
.crrlogo	{
	border: 1px solid #b0b0b0;
	margin:84px 0 0 12px;
}
.case	{
	padding: 0 0 0 29px;
	margin:20px 4px 4px 12px;
	background: url(img/ico/application_info.png) no-repeat left top;
	font-size:0.75em;
	line-height:2.0em;
	text-align:left;
}
.qt	{font-style: italic}

/* accordian tabs */
/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:#b8d7ef url(img/tabs/h600.png) 0 0;
	width: 480px;
	border: 4px solid #ececec;
	margin:0 0 30px 10px;
	text-align:left;
}

/* accordion header */
#accordion h2 {
	background:#fff url(img/tabs/h30.png) 0 3px;
	margin:0;
	padding:5px 15px;
	font-weight:normal;
	color:#000;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#007bc2;
	color:#fff;
	border-left: 4px solid #039;
}

/* accordion pane */
#accordion div.accpane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:210px;
	padding:12px;
	color:#000;
	font-size:12px;
}

/* a title inside pane */
#accordion div.accpane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

#accordion div.accpane h4 a:link {
	padding: 5px 0 0 20px;
	background: url(img/ico/asterisk_orange.png) no-repeat left center;
	font-weight:bold;
	color: #000; text-decoration: none;
}
#accordion div.accpane h4 a:visited {
	padding: 5px 0 0 20px;
	background: url(img/ico/asterisk_orange.png) no-repeat left center;
	font-weight:bold;
	color: #000; text-decoration: none;
}
#accordion div.accpane h4 a:hover {
	color: #666;text-decoration: none;
}