/*************************************************/
/* 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;
  overflow: auto;
	background-color: #4A6573;
}

#XCMSDocedit
{ 
  display:block;
  background-color:white;
  top:expression(eval(calcContentTop()));
  width:expression(eval(calcWidth()-52));
  height:expression(eval(calcContentHeight()));    
}

.searchPager
{
	bottom:62px;
	margin-bottom: 20px;
}


.overflow_auto
{
	overflow: auto;
}

.overflow_hidden
{
	overflow: hidden;
}


hr
{
	letter-spacing: 0px;
	color: #687E8D;
	height: 1px;
}

br
{
	letter-spacing: 0px;
}

.PAGE_MENU_HEIGHT
{
	height: 113px;
}
.PAGE_LEFT_MARGIN
{
	width: 24px;
}
.MAX_CONTENT_WIDTH
{
	width: 1002px;
}
.PAGE_RIGHT_MARGIN
{
	width: 24px;
}
.PAGE_TOP_MARGIN_and_MAX_CONTENT_WIDTH
{
	width: 1002px;
	height: 35px;
}
.PAGE_TOP_MARGIN
{
	height: 35px;
}
.PAGE_TOP_BREADCRUMB_MARGIN
{
	height: 4px;
}
.PAGE_BOTTOM_MARGIN_and_MAX_CONTENT_WIDTH
{
	width: 1002px;
	height: 12px;
}

.navigationButton
{
	font-family:Microsoft Sans Serif,Helvetica,sans-serif;
	color:#070731;
	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;
}

.environmentInfo
{
	position: absolute;
	top: 120px;
	right: 0px;
	margin-right: 20px;
	letter-spacing: 0px;
	font-weight:bold; 
	color:Red;
	float:right; 
	clear:right;
}

#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;
}
