@charset "utf-8";
/* CSS Document */

/* Style for Usual tabs */
.usual {
  color:#111; background:#f9f9f9;
}
.tab-back{  border:#DBDBDB solid 1px; height:243px; background-color:#f9f9f9; }
#tabs li { list-style:none; float:left; }
#tabs ul a { 
  display:block;
	font-size:12px;
	font-weight:bold;
	background:url(../images/tab-un-selected.jpg) left top no-repeat;
	text-align:center;
	list-style: none;
	cursor: pointer;
	line-height:37px; text-decoration:none;
}
#tabs ul a:hover { background:url(../images/tab-selected.jpg) left top no-repeat; text-decoration:none;}
#tabs ul a.selected {
  background:url(../images/tab-selected.jpg) left top no-repeat; color:#333333;
  }
#tabs div a { color:#000; font-weight:bold; }

/* Begin quicklinks styles */
#quicklinks-wrap {
	position: absolute;
	top: 0;
	left: -2px;
	z-index: 1000;
	width: 100%;
} /* end #quicklinks-wrap */
#quicklinks {
  width: 965px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1em; padding-bottom:20px;} /* end #quicklinks */
#top-menu {
  background: #353535; display:block;
  /*filter: alpha(opacity=95);
  opacity: 0.95;
  -moz-opacity: 0.95;*/
 width: 100%; } /* #quicklinks-bg  */
#quick-link-outer{ width:100%; background:#353535; border-bottom:#262626 solid 2px;}
#quick-link {
  width: 965px;
  text-align:right; line-height:20px; color:#d8d8d8;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;} /* end #quicklinks */
#quick-link:hover{ cursor:pointer; color:#fff;}
#top-menu .head { margin: 0 0 8px 0; }
#top-menu .head a { 
  font-weight: bold; font-size:12px;
  color: #ff5a00; 
  display: block; 
  padding-top: 2px;
  padding-bottom: 2px; } /* end #quicklinks .head a */
#top-menu .item { 
  color: #626262; 
  margin: 3px 0 1px 0; } /* end #quicklinks .item */
#top-menu .item a { 
  color: #cacaca; 
  display: block; font-size:11px;
  text-decoration:none;
    } /* end #quicklinks .item a */
#top-menu .item a:hover, #top-menu .head a:hover { 
  color: #fff; 
  background-image: none; } /* end #quicklinks .item a:hover, #quicklinks .head a:hover */
#top-menu table { width: 915px; }
#top-menu td.spacer { padding: 0 10px; }
#quick-link a { 
  text-align: right; margin:0 auto; line-height:32px; font-size:12px; font-weight:bold; text-decoration:none; width:979px; } /* end #quicklinks2 a */
#quick-link a:hover { 
  /*background: none; */ color:#9a9a9a;
  border: none; } /* end #quicklinks2 a:hover */
.sep { border-left: 1px dotted #bfbfbf; }
/* End quicklinks styles */

