
/*-------------------- Header ---------------------------------*/
#final_head {
	display:none;
	}
/*-------------------- Footer ---------------------------------*/
#final_foot {
	display:none;
	}

/*-------------------- Content --------------------------------*/

/*-------------------- Sidebar --------------------------------*/

#final_sidebar {
  display:none;
}

/*-------------------- Horizontal Menu ------------------------*/

#final_menu2 {
  display:none;
}

/*-------------------- Navigation Bar ----------------------*/

#final_nav2 {
  display:none;
}


/*--------------------- Buttons ------------------------*/

input.button_red{
	background-color: #FFDDD0;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #6B707B;
	border-bottom: 1px solid #6B707B;
	padding-top: 2px; 
	padding-bottom: 1px;
	background-image: url(images/layout/button_gradient_stop.gif);
	color: #000000;
	font-size: 95%;
/*	margin-top: 6px; */
}

input.button_green{
	background-color: #EEFFC1;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #6B707B;
	border-bottom: 1px solid #6B707B;
	padding-top: 2px; 
	padding-bottom: 1px;
	background-image: url(images/layout/button_gradient_go.gif);
	color: #000000;
	font-size: 95%;
/*	margin-top: 6px; */
}

input.Button{
	background-color: #FFDDD0;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #6B707B;
	border-bottom: 1px solid #6B707B;
	padding-top: 2px; 
	padding-bottom: 1px;
	background-image: url(images/layout/button_gradient_red.gif);
	color: #ffffff;
	font-size: 95%;
/*	margin-top: 6px; */
}

/*-------------------------- Boxes -------------------------*/
hr {
margin-top:6px;
margin-bottom:7px;
}

* html hr{
margin-top:0px;
margin-bottom:0px;
}

/*-------------------------- Paginator -------------------------*/

img.sort_down {
  margin-top:1px;
  margin-left:6px;
  margin-right:5px;
  width:13px;
  height:11px;  
  background:url(images/layout/print_sort_down.png) no-repeat;
}

img.sort_up {
  margin-top:1px;
  margin-left:6px;
  margin-right:5px;
  width:13px;
  height:11px;  
  background:url(images/layout/print_sort_up.png) no-repeat;
}

img.sort_right {
  margin-bottom:-2px;  
  margin-left:6px;
  margin-right:5px;
  width:11px;
  height:13px;  
  background:url(images/layout/print_sort_right.png) no-repeat;
}

img.sort_left {
  margin-bottom:-2px;
  margin-left:6px;
  margin-right:5px;
  width:11px;
  height:13px;  
  background:url(images/layout/print_sort_left.png) no-repeat;
}

div.paginator_paging {
display:none;
}

.list_ful{
list-style-type:none;
margin-left:0px;
}

.list_ul{
list-style-type:none;
margin-left:10px;
}

.list_el {
  padding:0 0 0 12px;
  width:100%;
  background:url(images/layout/list_el.png) 0 4px no-repeat; 
}


