/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

body {
		font-family: Arial, sans-serif;
		margin-top:0px;
		font-size: 11pt;
}
a:link {
	color: #3c6899;
}
a:visited {
	color: #1f497b;
}
a:hover {
	color: #000;
}
a:active {
	color: #3c6899;
	/*font-weight: bold;*/
}


p {
	margin-top: 0px;
	padding-top: 0px;
}

.bodyText{
	padding-left:10px;
	padding-right:10px;
	border-top:1px solid #000000;
}

.bodyText p{
	margin-top:5px;
}


/*--------------------------------------------------
  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 {
}
.tabberlive {
 margin-top:1em;
}
.software_topic {
/*	width: 330px;*/
	font-size: 12px;
	font-weight: bold;
	background-color: #3c6899;
	color: white;
	text-align: center;
	margin-bottom: 0px;
	padding: 1px;
}
.software {
/*	width: 330px;*/
	
	font-size: 12px;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 1px;
	padding: 3px;
}

.software_info {
/*	width: 330px;*/
	font-size: 10px;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #1f497b;
	text-align: left;
	padding: 2px;
}


.program-detail-switch
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: white; 
	background-color: #1f497b; 
	padding-left: 2px;
	padding-right: 2px;
	border:0px solid #1f497b;
}

.program-popup
{
	font-family:Verdana, sans-serif;
	font-size: 9pt;
	color: black; 
	background-color: white; 
	padding: 5px;
	border:1px solid #1f497b;
	width:250px;
}

.start-pic-popup
{
	font-family:Verdana, sans-serif;
	font-size: 9pt;
	color: black; 
	background-color: white; 
	padding: 5px;
	border:1px solid #1f497b;
	width:150px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0px;
	margin-top:1px;
	padding: 3px 0;
	/*border-bottom: 1px solid #778;*/
	font: bold 12px Verdana, 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: #7dbae9;
 text-decoration: none;
	-khtml-border-radius-topleft:8px;
	-khtml-border-radius-topright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;

}

ul.tabbernav li a:link { 
	color: #666; 
	background: #FFF;
	font-weight: normal;

}
ul.tabbernav li a:visited { 
	color: #666; 
	background: #FFF;
	font-weight: normal;
}

ul.tabbernav li a:hover
{
 color: #FFF;
 background: #333;
 border-color: #227;
	font-weight: normal;
}

ul.tabbernav li.tabberactive a
{
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
ul.tabbernav li.tabberactive a:visited
{
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000;
	background: white;
	border-bottom: 1px solid white;
	font-weight: bold;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:10px;
 border:1px solid #aaa;
 /*border-top:0;*/

	-moz-border-radius:8px;
	-khtml-border-radius:8px;

 /* 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;
	height:0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

/* 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;
}


/* Computerinfo */
div.float-right-01, div.float-left-01 {
border-top:1px solid #0071a1;
border-bottom:1px solid #0071a1;
border-left:1px solid #0071a1;
border-right:1px solid #0071a1;
margin-top:1px;
margin-bottom:1px;
background-color:#e8f4f8;
}

div.float-right-01 {
float:right;
width:20%;
margin-left:3px;
margin-right:0px;
}

div.float-left-01 {
float:left;
width:20%;
margin-right:3px;
margin-left:0px;
}

h4.right-bar {
border-top:1px solid #0071a1;
background-color:#D5F2FB;
font-weight:bold;
font-size:12px;
}

p.right-bar {
margin-top: 0px; 
margin-bottom:0px; 
font-size:12px;
}


.h-right-bar {
font-weight: bold;
font-size: 11px;
background-color:#0071a1;
color:#F2F9FB;
padding: 2px 2px 3px 5px;
text-align:left;
margin-top:0px;
margin-bottom:0px;
}

.right-bar, .right-bar-c {
font-size: 10px;
padding:2px;
}
.right-bar {
text-align:left;
margin-top:0px;
margin-bottom:0px;
}
.right-bar-c {
text-align:center;
margin-top:3px;
}


