﻿/*--- SOLUPER/DEFAULT.CSS ---*/

H1	{ color:#000000; }
H2	{ color:darkblue; }
H3	{ color:gray;  }
DIV.PageBody H1	{ color:#000000; }
DIV.PageBody H2	{ color:darkblue;  }

table.PageHeader { background:white; border:0px;  }
table.PageFooter { background:white; border:0px; border-top:solid 1px darkblue; }

.PageTitle	{ color:#000000; }
.PageSubTitle	{ color:darkblue;  }

DIV.PageBody	{ background:#FFFFFF;  }

/*--- D2 Tables ---*/

table.D2 TH.Title  { background:url('/VirtOf2/images/bgTitle_cyan.gif');  color:#000000; }
table.D2 TH.Header { background:url('/VirtOf2/images/bgTitle_cyan.gif');  color:darkblue; }
th.D2		   { background:url('/VirtOf2/images/bgTitle_cyan.gif');  color:#6C4824; }


/*--- MENU ITEMS -----------------------------------------*/


th.MenuTitle	{ background:url('/VirtOf2/images/bgTitle_cyan.gif');  }

table.menu 	{ background:transparent; border:0px; padding:0px;  }

td.menuback	{ background:transparent; border:0px; 
		padding-top:5px; padding-bottom:5px; padding-right:10px; }

table.menu td	{ padding:2px; border-left:0px; border-right:0px; font-family:Arial,Verdana; 
		border-bottom:solid 1px gray; border-top:solid 1px white; 
		background:url('images/MenuItem.gif'); background-position: top right; }

table.menu td.Item         { padding-right: 8px; }
table.menu td.ItemSelected { background:white;   
		padding-left:2px; font-weight:bold; border-right:solid 1px gray; }
table.menu td.ItemPushed   { background:#D8EFF7; color:darkblue; 
		padding-left: 2px; padding-right: 6px; border-right:solid 2px #7CC3DE; }

table.menu th.Title	{ padding:2px; border-left:0px; border-right:0px; 
		border-bottom:solid 1px gray; border-top:solid 1px white; 
		background:url('images/MenuItem.gif'); background-position: top right; }

table.menu th.MenuHeader	{ background:transparent; padding:0px; border:0px; height:30px;
		background:url('images/MenuHeader.gif'); background-position:bottom right; }
table.menu th.MenuFooter	{ background:transparent; padding:0px; border:0px; height:30px;
		background:url('images/MenuFooter.gif'); background-position:top right; }

