/* Inline Style */

.SIMPLE_INLINE_TabPage{
 display: inherit;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 border-left: 1px solid silver;
 border-bottom : 1px solid silver;
 border-right: 1px solid silver;
 border-top: 0px solid silver;
 background-color: #ffffff;
 background-image: url(images/grdnt.gif);
 background-position: bottom;
 background-repeat: repeat-x; 
 padding: 5px 5px 5px 5px;
 /*margin-left: 5px;
 margin-right: 5px;
 margin-bottom: 5px;
 margin-right: 5px;*/
 width: 201px;
 color: black;
 clear: both;
}


.SIMPLE_INLINE_TabSelected{
 cursor: pointer;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 background: #f35c25 url(images/min.gif) no-repeat;
 padding-left: 20px;
 padding-top: 3px;
 padding-bottom: 3px;
 position: relative;
 text-align: left;
 color: #ffffff;
 }


.SIMPLE_INLINE_TabUnselected {
 cursor: pointer;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 border-left: 1px solid white;
 border-top : 1px solid white;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 background: #000000 url(images/max.gif) no-repeat;
 padding-left: 20px;
 padding-top: 3px;
 padding-bottom: 3px;
 position: relative;
 text-align: left;
 color: #ffffff;
}

.SIMPLE_INLINE_TabMouseover {
cursor: pointer;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 border-left: 1px solid white;
 border-top : 1px solid white;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 background: #f35c25 url(images/max.gif) no-repeat;
 padding-left: 20px;
 padding-top: 3px;
 padding-bottom: 3px;
 color: #ffffff;
}

