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

div#content h1,
div#content h2, 
div#content h3, 
div#content h4, 
div#content h5, 
div#content h6, 
div#content p, 
div#content div, 
div#content pre, 
div#content blockquote, 
div#content label, 
div#content ul, 
div#content ol, 
div#content dl, 
div#content fieldset, 
div#content address {
	margin: 0px;
	color: #565656;
}
div#content h1,
div#content h2, 
div#content h3, 
div#content h4, 
div#content h5, 
div#content h6 {
	margin: 5px 0px;
}

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;
}

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

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

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

	overflow: hidden;
}

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


div#main-container {
	overflow: hidden;
}

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

/**
 * 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%;
}


/**
 * Hidden items!
 */

/**
 * Breadcrumb
 */

/**
 * Menus
 */

/**
 * Footer
 */

div#footer,
div#title_banner,
div#head h1,
#breadcrumb,
div#main-menu,
div#sub-menu {
	display: none;
}
