BODY {
	margin:0px;
}
a, a:visited {
	font-size:13px; 	
	font-weight:bold; 
	color:#000000;
	font-family:tahoma;
	text-decoration:none;
}
TD.header_back {
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	background:url('../../images/header_back.gif');
	height:170px;
}
TD.header_back_bottom {
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	background:url('../../images/header_back_bottom.gif');
	height:50px;
}
A.primary-links, A.primary-links:visited {
	color:#fff; 
	font-weight:bold; 
	font-size:10px;
	text-decoration:none;
	font-family:tahoma;
}
A.primary-links:hover {
	color:#f7a31f;
}
TD.search-inner {
	width:200px;
	height:50px;
	background-image:url('../../images/search_box_background.gif');
	background-position:center;
	background-repeat:no-repeat;
}
input.form-submit {
	border:0px black solid;
	padding:0px;
	margin:0px;
	height:50px;
	width:50px;
	float:left;
	background-image:url('../../images/button_search.gif');
	background-position:top left;
	background-repeat:no-repeat;
	font-size:0px;
}
input.form-text {
	color:#000;
	border: none 0px;
}
span.fly-menu-item{
	color:#FFFFFF;
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
a#fly-menu-item{
	color:#FFFFFF;
}
span.fly-menu-item-last{
	color:#FFFFFF;
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
span.fly-menu-item {
	width:78px;
	text-align:center;
	display:block; 
	padding-bottom:5px; 
	margin-bottom:5px; 
	border-bottom:2px #fff solid;
}
span.fly-menu-item-last {
	width:78px;
	text-align:center;
	border-bottom:0px #fff solid; 
	padding-bottom:0px; 
	margin-bottom:0px;

}
TD.book-breadcrumb {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	padding-right:50px;
	color:#F7A31F;
	text-align:right;
	direction:rtl;	
}
TD.book-breadcrumb span {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;	
}	
a:hover{
	text-decoration:underline;
}
TD.book-tab-nav-active {
	width:200px;
	height:30px;
	background:url('../../images/active_tab.gif');
	background-repeat:no-repeat;
	background-position:center center;	
	text-align:center;
}
TD.book-tab-nav-inactive {
	width:200px;
	height:30px;
	background:url('../../images/inactive_tab.gif');
	background-repeat:no-repeat;
	background-position:center center;	
	text-align:center;
}
TD.book-tab-nav-active a{	
	text-align:center;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
TD.book-tab-nav-active a:hover{
	text-decoration:underline;
}
TD.book-tab-nav-inactive a{

	text-align:center;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#999999;
	font-size:16px;
	font-weight:bold;
}
TD.book-tab-nav-inactive a:hover{
	text-decoration:underline;
}
TD.fly-menu-top{
	background:url('../../images/subject_menu_top.png');
	background-repeat:no-repeat;
	background-position:center center;
	height:30px;
	width:100px;
}
TD.fly-menu-middle{
	background:url('../../images/subject_menu_middle.png');
	background-repeat:repeat;
	background-position:center center;
}
TD.fly-menu-bottom{
	background:url('../../images/subject_menu_bottom.png');
	background-repeat:no-repeat;
	background-position:center center;
	height:30px;
	width:100px;
}
h4.title {
	font-family:Tahoma;
	font-size:14px;
}
TD.book-nav-inner{
	border-left:1px #b2b2b2 solid;
	border-right:1px #b2b2b2 solid;
}
TD.section-separator{
	background-color:#b2b2b2;
}
ul, ol {
	list-style:none;  
	margin:0px;  
	padding:0px; 
	list-style-type:none;	
}
td#book-unit {

	color:#286bd1; 
	background-image:url('../../images/blue_arrow.gif'); 
	background-repeat:no-repeat;
	background-position:left center;
	margin-top:30px;
	text-align:right;
	font-size:18px;
	font-size:18px;
	font-family:Tahoma;
	font-weight:bold;	
	height:50px;

}
td#book-chapter {
	color:#56b34a; 
	background-image:url('../../images/green_arrow.gif');
	background-repeat:no-repeat;
	background-position:left center;
	margin-top:30px;
	text-align:right;
	font-size:18px;
	font-size:18px;
	font-family:Tahoma;
	font-weight:bold;	
	height:50px;
}
td#book-lesson {
	color:#f8a238; 
	background-image:url('../../images/orange_arrow.gif');
	background-repeat:no-repeat;
	background-position:left center;
	margin-top:30px;
	text-align:right;
	font-size:18px;
	font-size:18px;
	font-family:Tahoma;
	font-weight:bold;	
	height:50px;
}
/* Items */
/*##########[unit]################*/
td#book-unit-item a{
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	padding:5px;	
}
td#book-unit-item a:hover{
	text-decoration:underline;
}
td#book-unit-item-active a{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}
td#book-unit-item-active{
	background-image:url('../../images/blue_circle.gif');
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	width:40px;
	height:40px;
}
/*#############[chapter]############*/
td#book-chapter-item a{
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;	
}
td#book-chapter-item a:hover{
	text-decoration:underline;
}
td#book-chapter-item-active{
	background-image:url('../../images/green_circle.gif');
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	width:40px;
	height:40px;	
}
td#book-chapter-item-active a{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}
a#book-path{
	color:#f8a238; 
}
/*##############[lesson]##############*/
td#book-lesson-item a{
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;	
}
td#book-lesson-item a:hover{
	text-decoration:underline;
}
td#book-lesson-item-active{
	background-image:url('../../images/orange_circle.gif');
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	width:40px;
	height:40px;	
}
td#book-lesson-item-active a{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}
/*######################*/
td#book-semester-title {
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
/*Bubble Tooltip*/
/*#############*/
div.bubble {
	top:10px;
	right:0px;
	z-index:2000;
	position:absolute;
	background-image:url('../../images/bubble_right.png');
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
}

div.bubble-inner {
	background-image:url('../../images/bubble_left.png');
	background-position:left top;
	background-repeat:no-repeat;
}

div.bubble-inner span {
	display:block; 
	width:auto;
	white-space:nowrap;
	height:70px;
	margin-left:20px;
	margin-right:20px;
	line-height:40px;
	position:relative;
	z-index:2000;
	background-image:url('../../images/bubble_middle.png');
	background-position:right top;
	background-repeat:no-repeat;
	text-align:center;
	direction:rtl;
}
