
/*************************************************/
/* Common styles for std. content pages          */
/*************************************************/

body.mrs
{
	font-family: Microsoft Sans Serif, Helvetica, sans-serif;
	letter-spacing: 0px;
	height:100%;
  width:100%;
  padding: 0px;
  margin: 0px;
  background-color: #ABB7B1;
  overflow: auto;
}

#XCMSDocedit
{ 
  display:block;
  background-color:white;
  top:expression(eval(calcContentTop()));
  width:expression(eval(calcWidth()-52));
  height:expression(eval(calcContentHeight()));    
}

.scrollBars
{
	scrollbar-3dlight-color:    #E5ECE8;
	scrollbar-highlight-color:  #E5ECE8;
	scrollbar-darkshadow-color: #E5ECE8;
	scrollbar-shadow-color:     #E5ECE8;
	scrollbar-arrow-color:      #E5ECE8;
	scrollbar-face-color:       #D1D9D5;
	scrollbar-track-color:      #E5ECE8;
	scrollbar-base-color:       #FF0000;	
}

.overflow_auto
{
	overflow: auto;
}

.overflow_hidden
{
	overflow: hidden;
}

hr
{
	letter-spacing: 0px;
	color: #78857F;
	height: 1px;
}

br
{
	letter-spacing: 0px;
}

.navigationButton
{
	font-family:Microsoft Sans Serif,Helvetica,sans-serif;
	color:#183201;
	font-size:11px;
	line-height:16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
}

.navigationButton:hover
{
	color: White;
}

.footerButtons
{
	position:absolute;
	bottom:0px;
}

.searchPager
{
	bottom:62px;
	margin-bottom: 20px;
}

#tableContactButtons
{
	 border: 1px solid white;
}

#SM1 /* avoid 100% of the smartmenu in order to place the edit and clearcache button correctly */
{
	width: auto !important;
}

#SM1 ul a
{
	line-height: 12px !important;
	font-size: 10px !important;
}

#contactForm table,
.contactText
{
	margin: 26px 20px 0px 20px;
}

#paymentSelection
{
	width: 350px;
	padding: 10px 0px 0px 10px;
}

.microinsuranceCancellation
{
	letter-spacing: 1px;
}

.boldFont
{
	font-weight: bold;
}