﻿/* Inline Style */

.Onyx2_Inline_TabPage {
 border-left: 1px solid silver;
 border-bottom : 1px solid silver;
 border-right: 1px solid silver;
 border-top: 0px solid silver;
 background: white;
 padding-bottom: 10px;
 margin-left: 0px;
 margin-right: 0px;
}

.Onyx2_Inline_TabSelected{
 cursor: pointer;
 color:white;
 font-family:"Times New Roman", Times, serif;
 font-size:18px;
 font-weight:bold; 
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 background: url(images/tab.selected.center.gif) repeat-x;
 padding-left: 14px;
 position: relative;
 text-align: left;
 }

.Onyx2_Inline_TabUnselected {
 cursor: pointer;
 font-family:"Times New Roman", Times, serif;
 border-left: 1px solid silver;
 border-top : 1px solid silver;
 border-right: 1px solid silver;
 border-bottom: 1px solid silver;
 background:url(images/tab.unselected.center.gif) repeat-x;
 padding-left: 14px;
 position: relative;
 text-align: left;
}

.Onyx2_Inline_TabMouseover {
 border-left: 1px solid black;
 border-top : 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 border-bottom: 1px solid silver;
 background: #F8C919 url(images/max.gif) no-repeat;
}


