#mobile_table *  {
	margin: 0;
	padding: 0;
}

#mobile_table body {
	font-family: Verdana;
	font-size: 12px;
	background-color: black;
	text-align: center;
	height: 100%;
}

#mobile_table div {
	overflow: auto;
}

#mobile_table h2 {
	font-size: 16px;	
	color: #333333;
	padding-bottom: 5px;
}

#mobile_table h1 {
	padding: 10px;
	font-size: 36px;
	color: white;
}

#mobile_table h3 {
	color: white;
	font-size: 20px;
}

#mobile_table 	h3 a {
		color: #DB5C04;
	}

#mobile_table li {
	list-style: none;	
}

#mobile_table #wrapper {
	margin: 0px auto;
	text-align: left;
	width: 960px;
}

#mobile_table #paging_container1 {
	height: 320px;	
}

#mobile_table #paging_container2 {
	height: 356px;	
}

#mobile_table #paging_container3 {
	height: 190px;
}

#mobile_table #paging_container4 {
	height: 307px;	
	overflow: hidden;
}

#mobile_table #paging_container8 .no_more {
    background-color: white;
    color: gray;
    cursor: default;
}

#mobile_table .ellipse {
	float: left;
}

#mobile_table .container {
	width: 260px;
	float: left;
	margin: 50px 10px 10px;
	padding: 20px;
	background-color: white;
}

#mobile_table .page_navigation , #mobile_table .alt_page_navigation {
	padding-bottom: 10px;
}

#mobile_table .page_navigation a, #mobile_table .alt_page_navigation a {
	padding:3px 5px;
	margin:2px;
	color:white;
	text-decoration:none;
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	background-color:#DB5C04;
}
#mobile_table .active_page {
	background-color:white !important;
	color:black !important;
}	

#mobile_table .content, #mobile_table .alt_content {
	color: black;
}

#mobile_table .content li, #mobile_table .alt_content li, #mobile_table .content > p {
	padding: 5px
}

#mobile_table .last_link, #mobile_table .page_link, #mobile_table .first_link, #mobile_table .ellipse {
	display: none !important;
}

#mobile_table .previous_link {
	float: left;
	position: relative;
	z-index: 9999;
}

#mobile_table .next_link {
	float: right !important;
	margin-right: 10px !important;
	position: relative;
	z-index: 9999;
}