/* $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;
	width: 100px;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
	background-color: #FFFFFF;
}
.tabberlive {
	margin-top:1em;
	width: 600px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin:0;
	padding: 3px 0;
	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;
	text-decoration: none;
	background-color: #00CC00;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

ul.tabbernav li a:link {
	color: #FFFFFF;
}
ul.tabbernav li a:visited {
	color: #FFFFFF;
}

ul.tabbernav li a:hover
{
	color: #000;
	background: #AAE;
	border-color: #999999;
}

ul.tabbernav li.tabberactive a
{
	background-color: #fff;
	color: #0066FF;
	border-top-width: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-left-color: #0033FF;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000;
	background: white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:5px;
	width: 600px;
	background-color: #FFFFFF;
	color: #0066FF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0033FF;
	border-left-color: #0033FF; /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none; /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}


.tabberlive .tabbertab h2 {
	display:none;
	color: #00FF33;
}
.tabberlive .tabbertab h3 {
	display:none;
	width: 500px;
	color: #FFFFFF;
}


.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
	width: 500px;
	background-color: #FFFFFF;
}
/*hatem*/

.th1{
	font-size: 14px;
	font-weight: bold;
	color: #0066cc;

}
.td1{
	font-size: 14px;

	color: #0066cc;

}

.tips{
	font-size: 14px;
	color: #0066cc;

}