body {
		font-size: 8;
		font-family: Verdana;
	}

	a {

		color: black;
		text-decoration: none;
		/*
		 border: 1 solid #ff9900;
		
		padding-left: 5;
		padding-right: 5; 
		*/
	}

	a:hover {
		/*
		border: 1 solid #006699;
		*/
		background-color: #c4d7ff;
		
		
	}
	
	
	.Menu_Head {
		filter:alpha(opacity=60);
		background-color: #6699cc;
		color: White;
		font-weight: bold;
		cursor: pointer;
		width: 200;
		font-size: 10;
		font-family: Verdana;
	}
	.Menu_Items {
		filter:alpha(opacity=100);
		background-color: #c4d7ff;
		
		width: 100%;
		display: block;
	}
	
	.Description {
		filter:alpha(opacity=90);
		background-color: #6699cc;
		display: none;
		width: 190;
		position: absolute;
		border: 1 solid #006699;
	}
	.DescTitle {
		background-color: #006699;
		color: white;
		font-weight: bold;
	}
	
	.TextBox {

		color: black;
		text-decoration: none;
		border: 1 solid #ff9900;
		font-size: 8pt;
		font-family: Verdana;
	}
	.Button {

		color: black;
		text-decoration: none;
		border: 1 solid #ff9900;
		font-size: 8pt;
		font-family: Verdana;
	}
	
	.tab {

	
	background:	url( "luna/tab.png" );
	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;
	font:			10pt Verdana;
	white-space:	nowrap;
	text-align:		center;
	background-repeat:	no-repeat;
	
	}
	
	.selectedTab {
	
	background:	url( "luna/tab.active.png" ) ;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				10pt Verdana;
	background-repeat:	no-repeat;
}

.MyTab
{
		color: black;
		background-color:Silver;
		text-decoration: none;
		border: 1 solid #ff9900;
		font-size: 8pt;
		font-family: Verdana;
		cursor:hand;
		
}

.MyTabSelected
{
		background-color: white;
		color: black;
		font-weight: bold;
		text-decoration: none;
		border: 1 solid #ff9900;
		font-size: 8pt;
		font-family: Verdana; 
		cursor:hand; 
		border-bottom-color:White;
		
}

.tabSpace
{
	border-bottom:1 solid #ff9900;
	width:auto
}

.MyTabOver
{
		color:black;
		background-color: white;
		
		border: 1 solid #ff9900;
		font-size: 8pt;
		font-family: Verdana;
		cursor:hand;
}

.MyTabOut
{
		color: black;
		background-color: #c4d7ff;
		text-decoration: none;
		border: 1 solid #ff9900;
		font-size: 8pt;
		font-family: Verdana;
		cursor:hand;
}

.SelectedRow
{
	background-color: #ffe69a;
	
}

.UnSelectedRow
{
	background-color: White;
}
	
	
.dgrItem td
{
	padding: 0px 5px 0px 5px;
}

