/* OBJECTS */
tblAdmin
{
	background-color:red;
}	
table{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a {	font-family: Tahoma; font-size: 11px; text-decoration: none;}
a:hover { font-family: Tahoma; font-size: 11px; text-decoration: underline; }
.Button { margin-right: 3px; margin-left: 3px; margin-bottom: 5px; color: #FFFFFF; background: #6D6252; font: 11px Tahoma; text-decoration: none; text-align: center; }
.DropDownList { margin: 5px; padding: 5px; color: #666666; font: 11px Tahoma; height: 20px; text-decoration: none; text-align: right; }
.SearchButton { color: #FFFFFF; background: #C43F06; font: normal 10px Tahoma; width: auto; height: auto; text-decoration: none; vertical-align: middle; }
.SearchTextBox { border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #666666; border-right-color: #E4E4E4; border-bottom-color: #E4E4E4; border-left-color: #666666; color: #333333; background: #F3F3F3; font: 11px Tahoma; width: 132px; height: 17px; text-decoration: none; }
.TextBox { margin: 5px; color: #414141; background: #FFFFFF; font: 11px Tahoma; text-decoration: none;}
.ListBox { margin: 5px; color: #414141; background: #FFFFFF; font: 11px Tahoma; height: 70px; text-decoration: none; text-align: right; }

/* GRID */
.Grid { border: 1px solid #DDD9D2; background: #DDD9D2; }
.GridAlternating { background: #E6E2DD; }
.GridEditItem, .GridItem, .GridSelectedItem { background: #EBE8E4; }
.GridHeader, .GridFooter, .GridPager { border: 1px solid #DDD9D2; color: #333333; background: #C1BAAF; height: 20px; text-align: center; }
.GridItem, .GridAlternating, .GridSelectedItem, .GridEditItem, .GridHeader, .GridFooter, .GridPager {  }

/***********************************
/* ADMIN ***************************
/* ADMIN HEADER MENU **************/
.tblaHeaderMenu { padding: 0px; border: none; margin: 0px 2px 2px 0px; text-align: right; }
.tdaHeaderMenuItem { margin: 2px; padding: 2px; }

/* ADMIN TOP MENU */
.tdaTopMenuHolder { padding-top: 1px; background: url(../images/panel/bg-breadkrupmt.jpg); height: 22px; width: 100%; }
.tblaTopMenu { margin: 0px; padding: 2px 7px 1px; border: none; display: block; color: #333333; font: 11px Tahoma; text-decoration: none; }
.tdaTopMenuItem { margin: 0px; padding: 2px 7px 1px; border: none; display: block; color: #333333; font: 11px Tahoma; text-decoration: none; }
A.tdaTopMenuItem:hover { margin: 0px; padding: 2px 7px 1px; border: none; display: block; color: #6f0000; font: 11px Tahoma; text-decoration: none; }
.tdaTopMenuItemSelected { margin: 0px; padding: 2px 7px 1px; border: none; display: block; color: #6f0000; font: 11px Tahoma; text-decoration: none; }

/* ADMIN RIGHT MENU */
.tdaRightMenuHolder { margin: 0px; padding: 0px; background: #C6BEB3; height: 100%; vertical-align: top; text-align: right; }	
.tblaRightMenu{}
.tdaRightMenuItem  { border-right: 1px solid #FFFFFF; padding-right: 4px; border-top: 1px solid #4B4438; padding-left: 4px; border-left: 1px solid #4B4438; border-bottom: 1px solid #FFFFFF; display: block; color: #FFFFFF; background: #6D6252; font: 11px Tahoma; width: 133px; height: 23px; text-decoration: none; }
A.tdaRightMenuItem:hover { border-right: 1px solid #FFFFFF; border-top: 1px solid #666666; border-left: 1px solid #666666; border-bottom: 1px solid #FFFFFF; color: #666666; background: #FFDDAA; font: 11px Tahoma; text-decoration: none; }
.tdaRightMenuItemSelected{ border-right: 1px solid #FFFFFF; border-top: 1px solid #666666; border-left: 1px solid #666666; border-bottom: 1px solid #FFFFFF; padding-right: 4px; color: #666666; background: #FFDDAA; font: 11px Tahoma; height: 23px; width: 100%; text-decoration: none; }

/* ADMIN FOOTER */
.tdaFooterTopBorder { background: #FFDDAA; height: 5px; }
.tdaFooter { color: #FFFFFF; background: #6D6252; font: 11px Tahoma; height: 20px; text-decoration: none; text-align: center; }
.FooterLink { color: #FFFFFF; font: 11px Tahoma; text-decoration: none; }
.FooterLink:hover { color: #FFFFFF; font: 11px Tahoma; text-decoration: underline;}

