﻿body {
}

/*.DefaultMenuButtons
{
     background: Gray url(/Global/Images/MasterPage/tab_up_btn.png) no-repeat;
     Width: 110px;
     height: 30px;
     text-align: center;
     vertical-align: middle;
     padding-top: 4px;
     font-weight: bold;
     white-space: nowrap;
}*/

.DefaultMenuButtons_Selected
{
     background: url(/Global/Images/MasterPage/tab_down_btn.png) no-repeat;
     Width: 110px;
     height: 30px;
     text-align: center;
     vertical-align: middle;
     padding-top: 4px;
     font-weight: bold;
     white-space: nowrap;
}

.DefaultMenuButtons_Clear
{
	border-style: none;
	border-color: white;
	border-width: 0;
	color: white;
	Width: 110px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    /*padding-top: 4px;*/
    font-weight: bold;
    white-space: nowrap;
}