/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:0px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	font: normal bold 14px Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding: 8px 8px;
	border-bottom: 1px solid #a8d7f0;
	background: url(../pics/shadowtop.png) no-repeat scroll -20px bottom;
	text-align: right;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	padding: 6px 12px 8px;
 	margin-right: 12px;
 	border: 1px solid #d6b824;
 	border-bottom: none;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius:  10px;
 	font: normal bold 14px Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
 	text-decoration: none;
}

ul.tabbernav li a:link,
ul.tabbernav li a:visited {
	color: #222222; 
	background: #fcefa9 url(../pics/shadowtop.png) no-repeat scroll -50px 24px;
}

ul.tabbernav li a:hover,
ul.tabbernav li.tabberactive a:hover {
	color: #FFFFFF;
	background-color: #1b3864;
	border-color:#1b3864;
 	text-decoration: none;

}

ul.tabbernav li.tabberactive a
{
	background-color: #a8d7f0;
	background-image: none;
	border-bottom: none;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab,
.tabbertab {
	background: #a8d7f0;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
	display:none;
}

h2 {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-top: 10px;
	padding: 6px 20px;
	display: block;
	background: #1b3864;
	color: #FFFFFF;
}










h3.properties {
	font-family: Georgia, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin: 10px 15px 5px;
	background:#F9D62A;
	display:block;
	color: #222222;
	font-weight: bold;
	width: 630px;
}

div.properties {
	padding:0px 35px;  
	background:#FFFFFF url(../pics/bottomshadow2.png) repeat-x
}

div.properties li {
	padding:2px 0px 3px;
}

div.properties2 {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display:block;
	padding:10px 20px;
}

