/* Left Style */

.AG_LEFT_TabStrip {
height:20px;

padding-top:20px;
}

.AG_LEFT_TabPage {
 border-left: 2px dotted #347C51;
 border-bottom : 0px solid black;
 border-right: 0px solid black;
 border-top: 0px solid black;
 background: transparent;
 padding: 2px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
}

.AG_LEFT_TabStrip .AG_LEFT_TabSelected{
 cursor: pointer;
 border-left: 0px solid black;
 border-top : 0px solid black;
 border-bottom: 1px solid #347C51;
border-right: 0px dotted #347C51;
 background: transparent;
 padding: 2px;

 position: relative;
 text-align: left;

 width: 205px;
 margin-left:50px;
 padding-left:0px;

 margin-bottom:2px;
 margin-right:20px;
 margin-top:10px;


font-size: 13px;
font-family: Verdana;
font-stretch: narrower;

color:#779C7E;
font-weight: bolder;

 }

.AG_LEFT_TabStrip .AG_LEFT_TabUnselected {
 cursor: pointer;
 border-left: 0px solid black;
 border-top : 0px solid black;
 border-bottom: 1px solid #347C51;
border-right: 0px dotted #347C51;
 background: transparent;
 padding: 2px;
 position: relative;
 text-align: left;
 margin-bottom:2px;
 margin-right:20px;
 margin-top:10px;




 width: 205px;
 margin-left:50px;
 padding-left:0px;

font-size: 12px;
font-family: Verdana;
font-stretch: narrower;

color: #347C51; /* ------------------- */
font-weight: bolder;
}

.AG_LEFT_TabStrip .AG_LEFT_TabMouseover {
 border-left: 0px solid black;
 border-top : 0px solid black;
 border-bottom: 1px solid #347C51;
 background: transparent;
 text-align: left;

 margin-right:20px;
 margin-top:10px;

 width: 205px;
 margin-left:50px;
 padding-left:0px;

font-size: 12px;
font-family: Verdana;
font-stretch: narrower;

color:#779C7E;
font-weight: bolder;
}

