/*--------------------------------------------------
  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
{
	width:648px;
	float:left;
	clear:both;
}

.tabberlive
{
	margin-top: 0;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	list-style-type: none;
 	margin:0 0 0 100px;
	_margin:0 0 0 50px;
	padding: 0;
	border: 0;
	float:left;
	/* font: bold 12px Verdana, sans-serif; */
}
.tabbertab p
	{
		margin:0;
		_margin:-20px 0 0 0;
		clear:none;
		position:absolute;
	}
ul.tabbernav li
{
	margin: 0 10px 0 0;
	float:left;
	display: inline;
}

ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	float:left;
	/*
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE; */
	text-decoration: none;
    color:#2291dc;
}
ul.tabbernav li p
	{
	
	}

/*
ul.tabbernav li a:link { color: #DB8101; }
ul.tabbernav li a:visited { color: #DB8101; }

ul.tabbernav li a:hover
{
	color: #A22424;
}
*/
ul.tabbernav li.tabberactive a, ul.tabbernav li.tabberactive a:hover
{
	
	background-color: #7a7a7a;
	color: white;
	
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab
{
	padding:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2
{
	margin:0;
	float:left;
	clear:none;
	display:none;
}
.tabberlive .tabbertab h3
{
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1
{
}

.tabberlive#tab2
{
}

.tabberlive#tab2 .tabbertab
{
	height:200px;
	overflow:auto;
}
.textarea_lite_editor
	{
		width:638px;
		height:134px;
		margin:0 0 18px 0;
		padding:5px;
		clear:both;
		text-align:left;
		background: url('../../img/index/textarea_lite_editor.jpg') left top no-repeat;
		_background-image: url('../../img/index/textarea_lite_editor.jpg');
		_background-position:top left;
		_background-repeat:no-repeat;
		_background-attachment:fixed;
		border:none;
		overflow:auto;
		
	}

