/* CSS Document */

/* Shared styles moved to carmichael.css */
@import url('carmichael.css');
@import url("icons.css");


html, body {
background: #E3E3E3 url(../assets/pilotmath_math6teacher/bg.gif) repeat-x left top;
height: 100%; font: 90% Arial, sans-serif;
}

#pageContainer {
background: url(../assets/pilotmath_math6teacher/page_repeat.gif) repeat-y left top;
height:auto !important;
margin:0 auto;
min-height:100%;
width:1025px;
border-bottom: 0 !important;
}

#page {
background: url(../assets/pilotmath_math6teacher/page_bg.gif) no-repeat left top;
min-height:550px;
width:1025px;
}

#boxContainer {
background-image: none;
height:100%;
}

#copyright {
	color:#333333;
	font-size:11px;
	text-align:center;
	margin: 0 auto;
	width:1025px;
	background: url(../assets/pilotmath_math6teacher/page_repeat.gif) repeat-y left top;
}

#top {
	background: url(../assets/pilotmath_math6teacher/nav-bg.jpg) left top no-repeat;
	width: 993px; height: 67px;
	margin: 0 auto;
}

#top .product_title {
	background: url(../assets/pilotmath_math6teacher/logo.png) left top no-repeat;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	width: 217px; height: 67px;
	padding: 0;
}

#sidebar_left {
	color:#333333;
	float:left;
	width:180px;
	margin: 0px 0px 0px 20px;
	font-size: 100%;
}

#add_element {
	margin-right:20px;
}

.tabmenu {
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	height:49px;
	padding:0;
}

.tabmenu li {
	background: none;
	float:left;
	padding:0px;
	width: 97px;
	height: 61px;
	margin: 0px 2px 0px 0px;
}

.tabmenu a {
	background: url(../assets/pilotmath_math6teacher/btn-bg.jpg) no-repeat scroll left top;
	color:#FFFFFF !important;
	display:block;
	float:left;
	display: block;
	padding:10px;
	width: 77px;
	height: 41px;
	text-decoration:none;
}

.tabmenu a:hover {
	background: url(../assets/pilotmath_math6teacher/btn-bg-o.jpg) no-repeat scroll left top;
	color: #FFF !important;
}



/* CONTENT STYLES */
.page-content {
	padding: 0px 20px 0px 0px;
}

.page-content ul {
	margin: 0px 0px 0px 25px;
}

.page-content ul li, .page-content ol li {
	margin: 5px 0px;
}

#content { 
	width: 820px;
}

#content table td { 
	margin:5px;
}


div.elementstab {
	width:820px !important;
}

.elementstab .column {
	width:260px !important;	
	margin: 0px 5px 0px 0px;
}

.elementstab .column .columnList .regularBox {
	background-image:url(../assets/pilotmath_math6teacher/note_bg.gif);
}

.elementstab .column .columnList div.nestedmenu_container li.ets_dyn_menu_expanded ul li {
	font-weight: normal;
	list-style-image:url(../assets/carmichael/list-down.gif);
}

.elementstab .column .columnList .greyBox {
	background-image:url(../assets/pilotmath_math6teacher/note_bg.gif);
}

.elementstab .column .columnList .elementBox span {
	font-size:12px !important; font-family: Arial !important; letter-spacing: 0px !important;
}

.elementstab .column .columnList .elementBox li {
	margin: 5px 0px;
}

a, a:active {
	text-decoration: underline;
}

a:visited {
	color: #555;
}

a:hover {
	text-decoration: none; color: #336600 !important;
}
