ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a.mm {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: url(MediaMilan-White.png) left top no-repeat;
	width: 30px;
	height: 30px;
	display: block;
}

.backTutorial a {
	width: 300px;
	float: right;
	color: #FF7300;
	display: block;
}

/* ---- END CSS RESET --- */
.page-container {
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

img.bg { /* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 1024px) {
	/* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -512px; /* 50% */
	}
}

.ie-six {
	display: none;
}

/* START TREE MENU */
#treeMenu li {
	border-left: 1px solid #FF7300;
	padding: 0 0 10px 10px;
	color: #000000;
}

#treeMenu li {
	cursor: default;
}

#treeMenu li.contentContainer {
	background: url('right.png ') no-repeat -3px 6px;
	color: #104E8B;
	cursor: pointer;
}

#treeMenu li.contentViewing {
	background: url('down.png ') no-repeat -4px 6px;
	color: #104E8B;
	cursor: pointer;
}

#treeMenu li.contentContainerMain {
	background: url('right.png ') no-repeat -3px 6px;
	color: #104E8B;
	cursor: pointer;
}

#treeMenu li.contentViewingMain {
	background: url('down.png ') no-repeat -4px 6px;
	color: #104E8B;
	cursor: pointer;
}

.contentContainer ul,.contentViewing ul,.contentContainerMain ul,.contentViewingMain ul
	{
	color: #000000;
	margin: 15px 0 0 25px;
}

.treeSearchText {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 35px;
	margin-top: 10px;
	margin-right: -15px;
	width: 210px
}

.tree_search_input {
	height: 25px;
	margin-top: -5px;
}
	.tree_search_button {
	height: 35px;
	padding:5px;
	
	
	background: url(images/tail-btn-search.gif) 0px 0px repeat-x;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	border-radius: 2px;
	margin-left: 5px;margin-top: 5px;
	cursor: pointer;
}
.fol-left{float: left;}

.full-tree-width
{
	width: 100%;
	clear:both;height: 15px
}
/* END TREE MENU */