/* Top Style */
.Lamaze_Top_TabStrip {
 height: 21px;
 text-align:left;
 }

.Lamaze_Top_TabPage {
 border-left: 1px solid silver;
 border-bottom : 1px solid silver;
 border-right: 1px solid silver;
 border-top: 1px solid silver;
 background: #FAF5F5;
 margin-top: 0px;
 padding: 5px;
 width:99%;
 float:left;
 }

.Lamaze_Top_TabStrip .Lamaze_Top_TabSelected{
 cursor: pointer;
 border-left: 1px solid silver;
 border-top : 1px solid silver;
 border-right: 1px solid silver;
 background: #FAF5F5;
 padding: 4px;
 top: 1px;
 position: relative;
 text-align: center;
 margin-left: 0px;
 color:#c32c3f;
 font-weight:bold;
 font-family: georgia, times, "times new roman", serif;
 font-size:14px;
 }

.Lamaze_Top_TabStrip .Lamaze_Top_TabUnselected {
 cursor: pointer;
 border-left: 1px solid silver;
 border-top : 1px solid silver;
 border-right: 1px solid silver;
 background: white;
 padding: 4px;
 position: relative;
 text-align: center;
 margin-left: 1px;
 color:#aa896e;
 font-weight:bold;
 font-family: georgia, times, "times new roman", serif;
 font-size:14px;
 }

.Lamaze_Top_TabStrip .Lamaze_Top_TabMouseover {
 border-left: 1px solid silver;
 border-top : 1px solid silver;
 border-right: 1px solid silver;
 background: white;
 text-decoration:underline;
}

