body {
	
	background:#FFFFFF;
}

#plantname
{
font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:16px;
 font-size:18px; 
 color:#000000;
 text-align:center;
 margin:15px;
 padding:4px;
 
}

#tabContainer {
	width:820px;
	padding:15px;	
	background-color:#92CCA6;
	
	-moz-border-radius: 4px;
	border-radius: none;
}

.tabs{

	height:2em;
}

.tabs > ul{
	font: 1em;
	list-style:none;
}

.tabs > ul > li{
	margin:0 2px 0 0;
	padding:7px 10px;
	padding-left:5px;
	padding-right:5px;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #306C50; /* old browsers */
	background: -moz-linear-gradient(top, #28AE71 0%, #306C50 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28AE71), color-stop(100%,#306C50)); /* webkit */
}

.tabs > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

.tabs > ul > li.tabActiveHeader{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color:#000000;
}

.tabscontent {
	clear:both;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin:0;
	color:#333;
	height:400px;
	overflow-x:hidden;  
    overflow-y:auto;	
}
pre 
        {     
			
			font-family:"Lucida Sans Unicode", "Lucida Grande";		
 			font-size:13px;			
            white-space:pre;                       /* specify width  */
            white-space: pre-wrap;                   /* CSS3 browsers  */
            white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
            white-space: -pre-wrap;                /* Opera 4 thru 6 */
            white-space: -o-pre-wrap;              /* Opera 7 and up */
                         /* IE 5.5+ and up */
            /* overflow-x: auto; */                /* Firefox 2 only */
            /*width: 99%; */		       /* only if needed */
			text-align:justify;
         }  
		  
/* CSS Document */

#tabContainerSan1 {
	width:850px;
	padding:15px;	
	-moz-border-radius: 4px;
	border-radius: 4px; 	
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

.tabsSan1{

	height:2em;
}

.tabsSan1 > ul{
	font: 1em;
	list-style:none;
}

.tabsSan1 > ul > li{
font-size:16px;
	margin:0 2px 0 0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	background: #0C91EC; /* old browsers */
	background: -moz-linear-gradient(top, #28AE71 0%, #306C50 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28AE71), color-stop(100%,#306C50)); /* webkit */
}

.tabsSan1 > ul > li:hover{
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}

.tabsSan1 > ul > li.tabActiveHeader{
	background:#92CCA6; /* old browsers */
	/*background: -moz-linear-gradient(top, #85CAD1 0%, #85CAD1 10%, #85CAD1 50%, #85CAD1 100%); /* firefox 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85CAD1), color-stop(10%,#85CAD1), color-stop(50%,#85CAD1), color-stop(100%,#85CAD1)); /* webkit */*/
	cursor:pointer;
	color:#000000;
	
}

.tabscontentSan1 {
	clear:both;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:0px 0 10px 0;
	/*background: #FFFFFF; /* old browsers
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); webkit */
	margin:0;
	color:#333;
	height:800px;
	overflow-x:hidden;  
    overflow-y:auto;	
}
