BODY, TD {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
table.box{
	border-left: 1px dotted #688CDA;
	border-bottom: 1px dotted #688CDA;
	border-right: hidden;
	border-top: 1px dotted #688CDA;
}

P {
	font-size: 10pt;
}
.infoseiteFoot{
	font-size: 8pt;
}

H3 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}


A {
	text-decoration: none;
	color: Blue;
}


A:Hover {
	text-decoration: underline;
	color: red;
}
.menustylesec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
: left: auto; clip:  rect(   ); text-align: left; height: auto}
a.menustylesec:link {  
	color: #FFFFFF;
	background-color: ##999999; 
	text-decoration: none;
	}
a.menustylesec2:link {  
	color: white;
	background-color: #0066CC; 
	text-decoration: none;
	}
a.menustylesec:hover {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF; 
	text-decoration: underline;	
	}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14pt;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

/*--------------------------------------------------
  Calendarpicker
  --------------------------------------------------*/

input#calInput1 {
	border: 1px solid #BFBFBF;
	background: url(images/icon_calendar.jpg) no-repeat 5px 1px;
	padding-left: 30px;
	height: 20px;
	width: 120px;
}

/*--------------------------------------------------
Tabber
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}
.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px arial, helvetica, verdana, tahoma, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #D3D3D3;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #878787; }
ul.tabbernav li a:visited { color: #878787; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #C4C4C4;
 border-color: #000;
}

ul.tabbernav li.tabberactive a
{
 color: #000; 
 background-color: #efefef;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #878787;
 background: white;
 border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top: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 {
 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;
}

