/* ---------------------------------------------------------
 * Cognecy Solutions Screen Stylesheet
 * (c) 2006-2009, Cognecy Solutions, LLC  All Rights Reserved
 * 
 * For information or permission to reuse portions of this
 * stylesheet, please contact Cognecy Solutions, LLC at
 * http://www.cognecy.com 
 * 
 * --------------------------------------------------------- */

/* -------------------------------------------- */
/* Tabbed Interface Styles                      */
/* -------------------------------------------- */

.widget { margin: 0; padding: 0; margin-bottom: 15px; text-align: left; }
.widget a { color: #222; text-decoration: none; }
.widget a:hover { color: #009; text-decoration: none; }
ul#tabnav { list-style: none; margin: 0; padding: 4px 0; font-weight: bold; text-align: left; white-space: nowrap; }
ul#tabnav li { display: inline; margin: 0 5px; font-size: 11px; }
ul#tabnav li a { text-decoration: none; font-weight: bold; padding: 0 0 1px; color: #999; }
ul#tabnav li a:hover { color: #666; font-weight: bold; border-bottom: 4px solid #43336F; text-decoration: none; }
ul#tabnav li a:active { color: #bbb; font-weight: bold; text-decoration: none; outline: none; }
ul#tabnav li.ui-tabs-selected a { 
	color: #43336f; text-transform: uppercase; border-bottom: 4px solid #990000; 
	border-top: 4px solid #990000; text-decoration: none; }
.tabdiv { margin-top: 2px; background: #fff; border: 1px solid #c9c9c9; padding: 5px; overflow: auto; }
.tabdiv li { margin-left: 20px; }
.ui-tabs-hide { display: none; }
/* .tabbullet ul li { background: url(../images/site/bullet3.gif) no-repeat 0 3px; padding-left: 15px; } */

.tabbullet ul li { font-family: verdana; font-size: 11px; color: #444;}