﻿#helpMenu
{
   height: 25px; background: #e5ecf2; 
 border-bottom: solid 1px #fff;
 	min-width:450px; width:auto !important;
}

.miHelp
{
	margin:0;
	height:18px; padding:  5px 15px 0px 15px; 
	float:left;
}

a.miHelp:link, a.miHelp:visited
{
	text-decoration: none;
}

a.miHelp:hover 
{ 
	color: #e5ecf2; text-decoration: underline; background-color:#597992; 
	
}

#helpSideMenu
{ 
	background-color:#f5f5f5; width: 100px;
}

#helpPage { clear:both; text-align:left; border:solid 1px #e5ecf2; margin-top:1px;	min-width:450px; width:auto !important;}
#helpContent { text-align:left; padding: 10px; }
