﻿
.Table_Menu_TM {
	background-image: url(images/Menu.gif);
	background-repeat: repeat-x;
	height: 36px;
	background-color: #39454a;
}

/*button styles*/
.Table_Button_L {
	background-image: url(images/Button_L.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 10px;
}
.Table_Button_M {
	background-image: url(images/Button_M.gif);
	background-repeat: repeat-x;
	height: 24px;
}
.Table_Button_R {
	background-image: url(images/Button_R.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 10px;
}

/*Modal Panel Styles*/
/*Body*/
.Table_ModalBackground_212421
{
	background-color: #212421;
	color: #ffffff;
}

/*Header*/
.Table_ModalBackground_39454a
{
	background-color: #39454a;
	color: #ffffff;
}


/*Button Menu Style*/
.Table_Button_Menu_TL {
	background-image: url(images/Button_Menu_TL.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 10px;
}
.Table_Button_Menu_TM {
	background-image: url(images/Button_Menu_TM.gif);
	background-repeat: repeat-x;
	height: 24px;
	vertical-align: bottom;
}
.Table_Button_Menu_TR {
	background-image: url(images/Button_Menu_TR.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 10px;
}
.Table_Button_Menu_BL {
	background-image: url(images/Button_Menu_BL.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 10px;
}
.Table_Button_Menu_BM {
	background-image: url(images/Button_Menu_BM.gif);
	background-repeat: repeat-x;
	height: 24px;
	vertical-align: middle;
}
.Table_Button_Menu_BR {
	background-image: url(images/Button_Menu_BR.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 10px;
}


/*Table Header*/
.Table_Header
{
	background-color: gray;
	height: 24px;
	font-size: 16px;
	text-align: center;
	color:White;
}
