/* Common params for document */
body, table tr td, input { font-family: 'Trebuchet MS'; font-size: 14px; }

#HeaderContainer {background: url(top_bg.gif); width: 100%; position: absolute; top: 0px; left: 0px}
div#HeaderContainer.WithCompanyLogo {background:white; font-size: 1.3em}

/* Toolbar Background Color */
#Toolbar {	background: #c0c0c0; padding-bottom: 5px;  }
#Toolbar ul li ul li {font-size: 0.85em}

/* Page Title */
#SubToolbar {background: #999999; color: white; margin-bottom: 3px; padding-top: 3px;}
#SubToolbar {font-size: 1.1em}
#SubToolbar div {padding: 3px}

/* Toolbar buttons params */
div#Toolbar a.Button {font-size: 1.2em}
div#Toolbar a.Button {background: url(../button-background-toolbar.jpg) repeat-x; background-position: top left; font-weight: normal; padding-left: 5px; padding-right: 5px;}
div#Toolbar a.Button:hover {background: url(../button-background-hover.jpg) repeat-x; font-size: 1.19em; }

/* Other buttons params */
a.Button {background: url(../button-background.jpg) repeat-x; background-position: top left; font-size: 1.0em; }
a.Button:hover {background: url(../button-background-hover.jpg) repeat-x; }

/* Left Menu Background */
#MainMenu {overflow: hidden}
#MainMenu #MainMenuContent {background: #999999; color: white }
#MainMenu #MainMenuContent .MenuBlock {}
#MainMenu .MenuBlock a {font-size: 1.2em; color: #999999 }
#MainMenu .MenuBlock a.ActiveItem {color: #06608F}


/* Tabs background */
div.TabbedForm dl.TabbedFormList dd.Tab{background: #c0c0c0; padding-bottom: 9px; color: black}
div.TabbedForm dl.TabbedFormList dd.Tab.Active{	background: #999999; color: white}

/* Vertical tabs background */
div.TabbedForm table.VerticaslTabForm  dl.TabbedFormList dd a span {background: #c0c0c0; color: black}
div.TabbedForm table.VerticaslTabForm dl.TabbedFormList dd.Active a span {background: #999999; color: white}

/* Tabs foreground */
div.TabbedForm dl.TabbedFormList dd.Tab a span {
	font-weight: normal; color: black
}
div.TabbedForm dl.TabbedFormList dd.Tab.Active a span {
	font-weight: bold; color: white
}

/* Scrollable into tabbed forms and other places */
div.TabbedForm div.ScrollableArea
{
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
}

/* Form Caption */
span.FormCaption {}



/* Lists titles */
div.SplitterPanelHeader.Active,div.SplitterHeaderPanelDiv { background: url(top_bg.gif); color: black; height: 33px; font-family: "Trebuchet MS"}
.SplitterLeftPanelContainer div.SplitterPanelHeader {height: 25px}
.SplitterRightPanelContainer div.SplitterPanelHeader.Active tr td {font-size: 1.4em; }
.SplitterRightPanelContainer div.SplitterPanelHeader.Active tr td  .HeaderLinks tr td {font-size: 0.7em}


/* Tables */
	/* Tables titles */
	/* table.SimpleList thead tr td {background: white url(../simplelist-background-gradient-gray.gif) repeat-x; background-position: bottom;} */
	table.Grid thead tr {background: white url(../simplelist-background-gradient-gray.gif) repeat-x; background-position: bottom;}
	table.List thead tr {}
	
	table.ListHeader tr {background: white url(../simplelist-background-gradient-gray.gif) repeat-x; background-position: bottom;}
	
	
	/* Tables body (even rows) */
	table.Grid tbody {background: white}
	table.Grid tbody tr td img {margin-right: 2px}
	table.SimpleList tbody {background: white}
	table.List tbody {}
	
	
	
	/* Tables odd rows */
	table.Grid tr.Odd {background: #f7f7f7;}
	table.SimpleList tr.Odd {background: #f7f7f7;}

	/* Tables active row */
	table.List tr:hover {background: #e7e7e7;}
	table.SimpleList tbody tr:hover {background: #e7e7e7;}
	table.Grid tbody tr:hover {background: #e7e7e7;}
	
	div.TabbedForm dl.TabbedFormList dt.TabPage {background: #FCFCFC}
	
	#ListFooterContainer {background: white url(../simplelist-background-gradient-gray.gif) repeat-x; background-position: bottom;}
	.TBLabel {font-size: 1.25em; padding-top: 4px; padding-left: 10px}
	
/* Tabbar */	
#TabbarTop{
 background: #999999;
}
#TabbarTop td div, #ToolbarIn{
 background: #c0c0c0;
}

