﻿.MenuItemSelected
{
	background:#eeeeee;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	 vertical-align:middle;
	 padding: 5px;
	 border-left: solid 1px #aaaaaa;
	 border-top:solid 1px #aaaaaa;
	 border-right:solid 1px #aaaaaa;
	 border-bottom:solid 1px #eeeeee;
	}
	
.MenuItem
{
	 font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	 padding: 5px;
	 
}

.MenuItemMoveOn
{
	 font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	 padding: 5px;
	 background:#cccccc;
}

.tdCustomize2
{
	
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	}
	
.DivGroupEdit
{
	
	clear: both; 
	 background: #eeeeee;
	  border: solid 1px #aaaaaa;
	  padding:3px
	}
	

/* text style for buttons and link buttons used in the portal admin pages */
.CommandLink
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	margin:2px;
	padding:2px;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandLink:link
{
	text-decoration: underline;
	color: #003366;
}

A.CommandLink:visited
{
	text-decoration: underline;
	color: #003366;
}

A.CommandLink:hover
{
	text-decoration: underline;
	color: #ff0000;
}

A.CommandLink:active
{
	text-decoration: underline;
	color: #003366;
}
