/** Add css rules here for your application. */

.tt_menu {
	border-collapse: collapse;
	height: 35px;
}

.tt_menu td {
	border:1px solid black;
	text-align:center;
    padding-top:0px;
    padding-right:1px;
    padding-bottom:0px;
    padding-left:0px;
    font-weight:normal;
    font-family:Verdana,Bitstream Vera Sans,sans-serif;
    font-size:12px;

	color:#3283c4;
	border-top: 0px none #A6ABB4;
	border-right: 1px solid #A6ABB4;
	border-bottom: 1px solid #A6ABB4;
	border-left: 1px solid #A6ABB4;
}

.tt_menu td a {
	display: block;
	padding: 10px;
	text-decoration: none;
    background:#DDDDDD url(./images/cssButton/button_stretch.png) repeat-x;
}

.tt_menu td a.active {
	background:#B2D7FF url(./images/cssButton/button_Over_stretch.png) repeat-x;
}

.tt_menu td a:hover, .tt_menu td a:active {
    background:#BEDDFF url(./images/cssButton/button_Down_stretch.png) repeat-x;
}


.tt_button,
.tt_buttonOver,
.tt_buttonFocused,
.tt_buttonFocusedOver,
.tt_buttonDown,
.tt_buttonFocusedDown,
.tt_buttonSelected,
.tt_buttonSelectedFocused,
.tt_buttonSelectedDown,
.tt_buttonSelectedFocusedDown,
.tt_buttonSelectedOver,
.tt_buttonSelectedFocusedOver,
.tt_buttonDisabled,
.tt_buttonSelectedDisabled {
    padding:2px;
    font-weight:normal;
    font-family:Verdana,Bitstream Vera Sans,sans-serif;
    font-size:12px;
    background:#DDDDDD url(./images/cssButton/button_stretch.png) repeat-x;
	color:#3283c4;
	border-top: 0px none #A6ABB4;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px none #A6ABB4;
	border-left: 1px solid #A6ABB4;
	height: 35px;
}
.tt_buttonDisabled {
    background:#E9E9E9 url(./images/cssButton/button_Disabled_stretch.png) repeat-x;
	border-left:1px solid #A7ABB4;
	border-right:1px solid #A6AAB3;
	border-top:1px solid #BABDC4;
	border-bottom:1px solid #B4B8C1;
}
.tt_buttonDisabled,
.tt_buttonSelectedDisabled {
	font-weight:normal;
	color:#AAAAAA;
}

.tt_buttonFocused,
.tt_buttonFocusedOver,
.tt_buttonSelectedFocused,
.tt_buttonSelectedFocusedOver,
.tt_buttonSelectedFocusedDown {
	border-left:1px solid #9BC8FF;
	border-right:1px solid #9BC8FF;
	border-top:1px solid #B2D3FC;
	border-bottom:1px solid #AACBF6;
}

.tt_buttonOver,
.tt_buttonFocusedOver,
.tt_buttonSelectedFocused,
.tt_buttonSelectedFocusedOver {
    background:#B2D7FF url(./images/cssButton/button_Over_stretch.png) repeat-x;
}

.tt_buttonDown,
.tt_buttonFocusedDown,
.tt_buttonSelectedDown,
.tt_buttonSelectedFocusedDown {
    background:#BEDDFF url(./images/cssButton/button_Down_stretch.png) repeat-x;
	border-left:1px solid #88BFFF;
	border-right:1px solid #88BFFF;
	border-top:1px solid #87B6EC;
	border-bottom:1px solid #75AEEC;
}

.tt_buttonSelected,
.tt_buttonSelectedFocused,
.tt_buttonSelectedOver,
.tt_buttonSelectedFocusedOver,
.tt_buttonSelectedDisabled {
    background:#B2D7FF url(./images/cssButton/button_Over_stretch.png) repeat-x;
}