body {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5e5e5e;
	margin: 10px 10px 10px 0px;
	padding: 0;
	background-color: white;
}

a { text-decoration: underline; color: #5e5e5e }
a:active { color: #003f8b }
a:visited { color: #5e5e5e }
a:hover { color: #003f8b }
	
h1.title {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}

input, select, textarea { 
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #fff; 
	border: 1px solid #e5e5e5; 
	box-shadow: 0 0 5px #efeeee inset; 
	height: 30px; 
	border-radius: 3px; 
	line-height: normal; 
}

input[type='checkbox'] { height: 10px }
textarea { overflow: auto; }

.focus { box-shadow: 0 0 7px #99d4ef; border: 1px solid #8bc3dd; }

.button {
	font-size: 12px;
	color: #000;
	width: 100px;
	/* background-color: #6C9DC5; */
	vertical-align : middle; 
	border: solid 1px rgb(198,198,198);
}

.required { background-color: #ffeeee; }

tr.columnlabels { font-style: italic; }
tr.oddrow { background-color: #f4f4f4; }
tr.evenrow { background-color: #fdfdfd; }
	
P
{
	padding-bottom:0px; 
	margin-bottom:0px;
	padding-top:0px; 
	margin-top:0px
}

/* $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;
 text-decoration: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
 text-decoration: none;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #aaa;
 text-decoration: none;
}

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

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #aaa;
 border-bottom: none;
 background: #ccc;
 text-decoration: none;
}

ul.tabbernav li a:link 
{ 
 color: #5e5e5e; 
 text-decoration: none;
}

ul.tabbernav li a:visited 
{
 color: #5e5e5e; 
 text-decoration: none;
}

ul.tabbernav li a:hover
{
 color: #5e5e5e;
 background: white;
 border-color: #999;
 border-bottom: 1px solid white;
 text-decoration: none;
}

ul.tabbernav li.tabberactive a
{
 background-color: white;
 text-decoration: none;
 border-bottom: 1px solid white;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #5e5e5e;
 background: white;
 text-decoration: none;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
/* border:1px solid #aaa;*/
 border-top:0;
 text-decoration: none;

 /* 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 {
 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;
 text-decoration: none;
}
html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
