/**
 * Reset padding and margins to mitigate browser differences.
 */
* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin: 1em 0.5em;
	color: #565656;
}

li, dd { 
	margin-left: 1em; 
}

a img {
	border: none;
}

fieldset { 
	padding: .5em; 
}

body {
	font-family: Verdana, Arial;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}

body#body {
	background: none;
	text-align: left;
}

#page_container {
	margin: 10px;
	padding: 0px;
	width: 640px;
}

/**
 * Head
 */

div#head {
	width: 620px;
	background: none;
	margin: 0;
	padding: 0;
	height: 85px;
}

div#head img#print-header {
	display: block;
}


div#head h1 {
	display: none;
}


/**
 * Breadcrumb
 */
#breadcrumb {
	list-style: none;
	margin: 6px 0 0 10px;
	padding: 0;
}

#breadcrumb li {
	display: inline;
	margin: 0;
	padding: 0 0 0 6px;
}

#breadcrumb li a {
	color: #808080;
	text-decoration: none;
}

/**
 * Menus
 */

div#main-menu,
ul#util-menu {
	display: none;
}

/**
 * Containers
 */ 
div#main-container {
	position: relative;
	float: left;
	padding: 5px;
	z-index: 2;
	width: 100%;
}

div#midarea-start,
div#main-sub-container,
div#midarea-end {
	background: none;
}

div#first-module-column {
	display: none;
}

div#content-container {
	position: relative;
	float: left;
	z-index: 1;

	width: 620px;
	margin-left: 1px;

	overflow: hidden;
}

div#content-container * img {
	padding: 10px;
}


div#main-container {
	overflow: hidden;
}

div#content
{
	text-align: left;
	padding: 10px;
}

/**
 * Footer
 */
div#footer {
	display: none;
}

/**
 * Module-box
 */
div.module-box {
	margin: 5 0px;
	width: 100%;
}

div.module-box h2 {
	font-size: 10pt;
	font-weight: bold;
}

div.module-box h2 a {
	display: block;
	background: url(/_composer/images/button.bg.gif) center no-repeat;
	color: #565656;
	font-size: 100%;
	height: 28px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 0;
	overflow: hidden;
	position: relative;
	padding-top: 12px;
	text-decoration: none;
}

* html div.module-box h2 a {
	height: 40px;
}

div.module-box h2.selected a,
div.module-box h2 a:hover {
	background: url(/_composer/images/button.bg.selected.gif) center no-repeat;
	color: #fff;
}

div.module-box h2.selected a {
	color: #fff;
}

div.module-box .box-content {
	margin: 0;
	padding: 10px 0;
}

div.control {
	display: none;
}

* html div.module-box .box-content {
	width: 100%;
}