/* -----------------------------------------------------------------------


 tabs2 Plugin 0.1 for the Blueprint CSS Framework
 http://blueprintcss.org

   * Copyright (c) 2008-Present. Refer to the main Blueprint license.
   * See README for instructions on how to use this plugin.
   * For credits and origins, see AUTHORS.

----------------------------------------------------------------------- */

.tabs2 {
	margin:0;
	padding:0;
	/* fixing IE 6 */
	height:1%;min-height:auto;overflow:auto;}

	.tabs2 li {float:right;line-height:1.5;list-style-type:none;}

.tabs2 li a { 
  color:#222;
  cursor:pointer;
  display:block;
	font-size:13px;
	padding-right:10px;
}
.tabs2 li.selected{
	border:0;
	padding:0;
	margin:0;
	float:left;
}

.tabs2 li.selected a { 
	float:left;
	font-size:1em;
	color:black;
	cursor:pointer;
}
.tabs2 li.selected a.edit { 
	font-size:13px;
	visibility:visible;
	cursor:pointer;
}


.tabs2 li a.edit{ 

visibility:hidden;}

.tabs2 li a { 
  text-decoration:none;
}
.tabs2 li a:focus, .tabs2 li a:hover { 
  color:#555;
  outline:none;
	background-color:#EFF0FF;
	text-decoration:underline;
}
.tabs2 li.selected a:focus, .tabs2 li.selected a:hover { 
  color:black;
	background-color:white;
	text-decoration:underline;
}	
.tabs2 li.selected a.edit:focus, .tabs2 li.selected a.edit:hover { 
	background-color:#EFF0FF;	
}