#nav {
	background:#F90 url(images/nav_bg.gif) bottom repeat-x;
	height:40px;
	border-right:5px solid #ff7800;	
	float:right;
	
	
}

#nav li a {
	text-decoration:none;
	display:block;
	/*float:left;	*/
	background:#F90 url(images/nav_bg.gif) bottom repeat-x;
	line-height:23px;
	color:#FFF;
	font-weight:bold;
	padding:5px 5px 5px 2px;
	border-right:3px solid #F90;
}

#nav li a:hover {
	background:#F90 url(images/nav_bg_over.gif) bottom repeat-x;
}

#nav li {
	float:left;
	font-size:1.2em;
	/*border-right:0.1em solid #ff7800;*/
	position:relative;
	text-decoration: none;
	display: block;
	
}
.tabitem
{
	background:#F90 url(images/nav_bg.gif) no-repeat; 
	height: 35px; 
	padding:2px 5px 2px 5px;
	/*padding:2px 16px 2px 16px;*/
	text-decoration: none;
	font-weight:500 ; 
	color:#FFFFFF;
	font-weight:bolder ; 
	  
}


.tabitemselected
{
	background:#F80 url(images/nav_bg_over.gif) no-repeat; 
	height: 35px; 
	padding:2px 5px 2px 5px;
	font: underline bold;
	/*font-weight:bold;*/
	font-weight:500 ; 
	color:#FFFFFF;
	font-weight:bolder ; 
	
}

.tabitem a:hover 
{
	background:#F90 url(images/nav_bg_over.gif) no-repeat; 
	height: 35px; 
	/*padding:2px 20px 2px 20px;*/
	text-decoration: none;
	/*font-weight:bold;*/
	color:#FFFFFF;
}

.PlanHeader
{			
		font-family:"trebuchet MS", verdana, sans-serif;
		font-weight:bold;		
		vertical-align: middle;
		font-size :large ;
		
}

.Plan
{			
		/*border:1px groove #000;
		padding-left:20px;*/
		/*border-left:solid 1px #000;
		border-right:solid 1px #000;*/
		border-bottom:solid 1px #000;
		border-top:none 0px #000;
		font-family:"trebuchet MS", verdana, sans-serif;
		font-weight:bold;		
}


.Plan1
{
		padding-left:10px;
		border-bottom:solid 1px #000;
		font-family:"trebuchet MS", verdana, sans-serif;				
}

.NormalLabel
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;	
}


.forgot-password1 
{
	margin:2px 0;
	font-size: medium;
	font-family:Georgia;
	font-weight:bold;
	color:Green; /*#F17C07;*/
}


.GridHeader 
{
	margin:2px 0;
	font-size:.85em;
	font-family:Georgia;
	font-weight:bold;	
	background-color:#eb7e09;	
	color: White; /*#eb7e09;/*#F17C07;*/
}

.offerButton
{
	background-color: white;
	padding: 0px 5px 0px 5px;
	border: dotted 1px Green;
	color: Green;
}