/* General Stuff */

html {
  height: 100%;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 10px 0px 0px 0px;
	font-size: 10pt;
	color: #333;
	background: #E5E5E5;
}

body div#wrapper {
	width: 950px;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	background: #f7f7f7 url(../images/mw_shadow_l.png) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(../images/mw_shadow_r.png) 100% 0 repeat-y;
}

a:link, a:visited {
	color: #135cae;
}

a:hover {
	color: #0b3768;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}


/* Header */

div#header {
	background: url(../images/mw_header_t.png) 0 0 repeat-x;
}

div#header_l {
	position: relative;
	background: url(../images/mw_header_t_l.png) 0 0 no-repeat;
}

div#header_r {
	height: 60px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
	background: url(../images/mw_header_t_r.png) 100% 0 no-repeat;
}

div#logo {
	position: absolute;
	left: 22px;
	top: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	float:left;
	display:block;
	padding: 0 80px;
	color: #fff;
	text-decoration: none;
	height: 48px;
	padding-top:24px;
	background: url(../images/logoicon.png) 0 0 no-repeat;
}

div.languages {
	position: absolute;
	left: 640px;
	top: 12px;
	width: 200px;
	font-size: 9pt;
	font-weight: normal;
	text-align:right;
	float:left;
	display:block;
	padding: 0 80px;
	color: #fff;
	text-decoration: none;
	height: 48px;
	padding-top:24px;
}

a.languages {
	color: #ddf;
}

a.languages:hover {
	color: #fff;
	text-decoration: none;
}


/* Menu */

div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a:hover {
  color: #135cae;
}


/* Content Pane */

#whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#whitebox_b 
{
	width:908px;
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}


/* Left Menu */


#leftcolumn {
	padding: 0;
	margin: 0;
	width: 180px;
	float:left;
}

div.leftmenutitle {
	padding-top: 16px;
	padding-left: 16px;
}

a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {
}


/* Main Column */
  
#maincolumn {
	padding-left:180px;
	min-height:200px;
}
  
.contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #104c8f;
	line-height: 2.6em;
}

p {
	margin-top: 0;
	margin-bottom: 14pt;
}

div.article_separator {
	height: 20px;
}


table.products {
	width: 700px;
	border-spacing: 0px;
}

tr.odd {
	background-color: #F6F6F6;
}

td.products_icon {
	width: 44px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 4px;
}

td.products_text {
	padding-top: 0px;
	padding-bottom: 20px;
}

div.subtitle, div.products_title, div.downloads_title {
	font-size:120%;
	font-weight:bold;
	line-height:250%;
}


table.downloads {
	width: 700px;
	border-spacing: 0px;
}

td.download_title {
	height:40pt;
	vertical-align:bottom;
}

td.download_item {
	height:18pt;
	border-bottom:1px solid #CCCCCC;
}

div.languagewarning {
	border:1px solid #CCCC88;
	background-color:#FFFFBB;
	padding:2px;
	margin-top:5px;
	margin-bottom:5px;
}



/* Footer */

div#footer {
	background: #f7f7f7 url(../images/mw_footer_b.png) 0 100% repeat-x;
	width:950px;
}

div#footer_l {
	background: url(../images/mw_footer_b_l.png) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/mw_footer_b_r.png) 100% 0 no-repeat;
}

div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

#copyright{
	text-align:right;
	padding-right: 25px;
}
