/* css for the inner page menu */

body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f1f2;
	overflow:inherit;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.top_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #909090;
	font-size: 9px;
	text-decoration: none;
	}
.top_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #909090;
	font-size: 9px;
	text-decoration: none;
	}
.top_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #bfbebe;
	font-size: 9px;
	text-decoration: none;
	}
.top_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #909090;
	font-size: 9px;
	text-decoration: none;
}

.topR2_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #ffffff;
	}
.topR2_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #ffffff;
	}
.topR2_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #bfbebe;
	font-size: 9px;
	text-decoration: none;
	}
.topR2_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
}

.textBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #909090;
}

.textBody12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #909090;
}

.textBody12Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #909090;
}

.submenuTitleWhite {
	text-decoration: none;
	color: #FFFFFF;
}

.submenuTitleWhite:link {
	text-decoration: none;
	color: #FFFFFF;
}

.submenuTitleWhite:hover {
	text-decoration: none;
	color: #000000;
}

div.arrows { width:11px; text-align:center }
div.arrows img { padding:0px }

.top
{
	background: #f5f1f2;
	top:0;
	left:0;
	height: 99px;
}
.middle1
{
	background: #f5f1f2; 
	left:0;
	height: 400px;
}
.middle2
{
	background: #f5f1f2; 
	left:0;
	height: 483px;
}
.below
{
	background: #f5f1f2; 
	bottom:0;
	vertical-align:bottom;
	left:0;
	height: 18;
}

/*css for developers page*/
div.dev_menu {
	width: 144px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-bottom: 0px;
	background: url() no-repeat 10px center;
	cursor: default;
}
div.dev_menu a {
	padding: 7px 10px;
	background: #fbf5e5;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #000000;
	text-decoration: none;
}
div.dev_menu a.current {
	background : #ffffff right center;
	color: #000000;
	text-decoration: none;
}
div.dev_menu a:hover {
	background : #ffffff right center;
	color: #000000;
	text-decoration: none;
}