
/*UI tabs***********************************************************************/
.ui-tabs-nav 
{
 /*resets*/

 margin: 0;
 padding: 0;
 border-width: 0;
 outline-width: 0;
 line-height: 1.3;
 text-decoration: none;
 font-size: 100%;
 list-style: none;
 font-family:	Verdana, Tahoma;
 font-size:		12px;
 float: left;
 position: relative;
 z-index: 1;
 border-right-color: #064413;
 border-right-width: 0px;
 border-right-style: solid;
 bottom: -1px;
}

.ui-tabs-hide
{
 display: none;
}

.ui-tabs-nav li 
{
 /*resets*/

 margin: 0;
 padding: 0;
 outline-width: 0;
 line-height: 1.3;
 text-decoration: none;
 font-family:	Verdana, Tahoma;
 font-size:		12px;
 list-style: none;
 float: left;
 border-color: #064413;
 border-width: 1px;
 border-style: solid;
}

.ui-tabs-nav li a 
{
 /*resets*/

 margin: 0;
 padding: 0;
 border-width: 0;
 outline-width: 0;
 line-height: 1.3;
 font-size: 100%;
 list-style: none;
 float: left;
 font-family:	Verdana, Tahoma;
 font-size:		12px;
 font-weight: normal;
 text-decoration: none;
 padding-top: .5em;
 padding-right: 1.7em;
 padding-bottom: .5em;
 padding-left: 1.7em;
 color: #555555;

 /*background-image: url(images/e6e6e6_40x100_textures_02_glass_75.png);*/
 /*background-position: 0 47%;*/
 /*background-repeat: repeat-x;*/
 background-color: white;/*#e6e6e6;*/
}

.ui-tabs-nav li a:hover 
{
 /*background-image: url(images/dadada_40x100_textures_02_glass_75.png);*/
 /*background-position: 0 50%;*/
 /*background-repeat: repeat-x;*/
 background-color: #dadada;
 color: #212121;
}

.ui-tabs-nav li.ui-tabs-selected 
{
 border-color: #064413;
 border-width: 1px;
 border-style: solid;
}

.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover 
{
 /*background-image: url(images/ffffff_40x100_textures_02_glass_65.png);*/
 /*background-position: 0 50%;*/
 /*background-repeat: repeat-x;*/
 background-color:	#064413;
 color: white;
 font-weight:	bold;
 font-family:	Verdana, Tahoma;
 font-size:		12px;
}

.ui-tabs-panel 
{
 /*resets*/

 margin: 0;
 border-width: 0;
 outline-width: 0;
 line-height: 1.3;
 text-decoration: none;
 font-size: 100%;
 list-style: none;
 font-family: Verdana, sans-serif;
 clear: left;
 border-color: #064413;
 border-width: 3px;
 border-style: solid none none none;
 background-color: white; /*#a2caab;*/
 color: #222222;
 padding-top: 15px;
 padding-right: 15px;
 padding-bottom: 15px;
 padding-left: 15px;
 font-size: 1.1em;
}

.ui-tabs-hide 
{
 display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
}
/*******************************************************************/


