body {
	font-family:Lucida Grande, Helvetica, Arial;
	color:#333333;
	font-size:12px;
	margin:0px;
	/*background:url('/macpractice2/images/bg_body.jpg') repeat-x;*/
	background-color:#ececec;
}

/* This is to get around IE6's crappy png transparency support */
img { 
	behavior: url("/macpractice2/iepngfix.htc");
	border:0px;
}

h1 {
	font-family:Helvetica, Arial;
	color:#333333;
	font-size:20px;
	margin-top:0px;
	line-height:24px;
	margin-bottom:6px;
}
h1 a:link,h1 a:active,h1 a:visited {
	display:block;
	color:#333333;
	text-decoration:none;
}

h1 a:hover {
	background:url("/macpractice2/images/arrow2.jpg") no-repeat;
	background-position:right;
	color:#336699;
	text-decoration:none;
}

h1.software_header_title {
	font-size:22px;
	color:#333333;
}
h1.white_shadow {
	line-height:24px;
	font-size:28px;
	padding:52px 0px 0px 40px;
	color:#ffffff;
	text-shadow:rgb(0, 0, 0) 0px 1px 2px;
}
h1.black_shadow {
	line-height:24px;
	font-size:28px;
	padding:52px 0px 0px 40px;
	color:#000000;
	text-shadow:rgb(51,51,51) 0px 1px 2px;
}
h2 {
	margin-top:0px;
	font-size:18px;
	color:#555555;
	line-height:20px;
}

h3 {
	color:#555555;
	font-size:16px;
	margin-bottom:6px;
}

h4 {
	margin:0px;
}

hr {
	margin-top:8px;
	border: none 0; 
	border-top: 1px solid #ccc;
	width:100%;
	height:1px;
}

form {
	margin:0px;
}

a img {
	border:0px;
}

th, td {
	vertical-align:top;
}

table.account_form {
	width:100%;
}

table.account_form th {
	text-align:right;
}

/* ------------------------------------------------------------------------------------------ */
/* --------- LISTS --------- */

ul {
	list-style:square;
}
li {
	margin-bottom:4px;
}
ul.list1 li {
	margin-bottom:12px;
}

ul.arrow_list {

}

ul.arrow_list li {
	list-style-image:url("/macpractice2/images/list_arrow.png");
	line-height:14px;
}

ul.toggle_list li {
	list-style-image:url(/macpractice2/images/list_arrow.png);
	line-height:14px;
	font-weight:bold;
}

.toggle_list_show {
	list-style-image:url(/macpractice2/images/list_arrow_down.png);
	line-height:14px;
	font-weight:bold;
}
li.toggle_list a {
	text-decoration:none;
}
li.toggle_list a:hover {
	text-decoration:underline;
}
li.toggle_list h3 {
	color:#336699;
}
ul.profiles_list {
}
	ul.profiles_list li:first-child {
		border-top:1px solid silver;
	}
	
	ul.profiles_list li {
		list-style:none;
		border-bottom:1px solid silver;
		padding:4px;
		display:block;
	}
	ul.profiles_list li a:active {
	
	}
	
ul.apple_event_sort_by_nav {
	padding:0;
	padding-bottom:3px;
	margin-left:0;
	border-bottom:1px solid silver;
}
	ul.apple_event_sort_by_nav li {
		list-style:none;
		margin:0;
		padding:4px;
		display:inline;
		border:1px solid silver;
		-webkit-border-top-right-radius:4px;
		-webkit-border-top-left-radius:4px;
		-moz-border-radius:4px;
		border-bottom:0;
		cursor:pointer;
		background-color:#ddd;
		color:#999;
	}
	
	ul.apple_event_sort_by_nav li.selected {
		border-bottom:1px solid #fff;
		background-color:#fff;
		color:#333;
	}
	
.software_page_books li {
	list-style:none;
	display:block;
	height:80px;
	cursor:pointer;
	padding:4px;
	margin-top:-4px;
}
	.software_page_books li:hover {
		background-color:#dddddd;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
	}
.software_page_books img {
	width:70px;
	margin-right:10px;
	float:left;
	clear:both;
}
.software_page_books h2 {
	margin-bottom:2px;
}
.software_page_books p {
	font-size:11px;
	font-weight:bold;
	color:#336699;
}

/* ------------------------------------------------------------------------------------------ */
/* --------- LINKS --------- */

a:link, a:active, a:visited {
	color:#336699;
}
a:hover {
	text-decoration:none;
}

a.link_more:active, a.link_more:link, a.link_more:visited {
	font-size:11px;
	color:#336699;
	text-decoration:none;
	background:url('/macpractice2/images/arrow1.gif') no-repeat;
	background-position:right;
	padding-right:6px;
}
a.link_more:hover {
	text-decoration:none;
	color:#666666;
}
a.link_more2:active, a.link_more2:link, a.link_more2:visited {
	font-size:11px;
	color:#336699;
	text-decoration:none;
	background:url('/macpractice2/images/arrow1.gif') no-repeat;
	background-position:left;
	padding-left:6px;
}
a.link_more2:hover {
	text-decoration:none;
	color:#666666;
}
a.link_more_absolute:active, a.link_more_absolute:link, a.link_more_absolute:visited {
	font-size:11px;
	color:#336699;
	text-decoration:none;
	background:url('/macpractice2/images/arrow1.gif') no-repeat;
	background-position:right;
	padding-right:6px;
	position:absolute;
	left:10px;
	bottom:20px;
	z-index:10;
}

a.link_more_absolute:hover {
	text-decoration:underline;
	color:#666666;
}

a.news_title:active, a.news_title:link, a.news_title:visited {
	text-decoration:none;
}
a.news_title:hover {
	text-decoration:underline;
	color:#666666;
}

a.button_register {
	color:#ffffff;
	font-weight:bold;
	background:url(../images/bg_button_register.jpg) no-repeat;
	width:130px;
	height:26px;
	display:block;
	text-decoration:none;
	text-align:center;
	padding-top:6px;
	margin-top:8px;
}
a.button_register:hover {
	background:url(../images/bg_button_register_on.jpg) no-repeat;
}



/* ------------------------------------------------------------------------------------------ */
/* --------- MISC CLASSES --------- */

.text_red {
	color:#ff0000;
}
.banner {
	margin-bottom:8px;
	border:0px;
}
.news_date {
	font-size:11px;
	font-weight:bold;
}
.screen_image {
	float:right;
	padding-left:8px;
	width:320px;
	border:0px;
}
.screen_image:hover {
	opacity:.60;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
}
.ss_mag_glass {
	position:absolute;
	right:150px;
	top:100px;
	z-index:900;
}
#logo_header {
	margin-left:2px;
	margin-top:4px;
	border:0px;
}

/* ------------------------------------------------------------------------------------------ */
/* --------- DIVS --------- */

#wrapper {
	background:url(/macpractice2/images/bg_wrapper.jpg);
	width:930px;
	margin:0 auto;
	position:relative;
}

#print_header {
	display:none;
}
#page_content {
	margin:6px auto 0 auto;
	width:900px;
	background-color:#ffffff;
	line-height: 1.4; 
}

/* ------- Header -------- */

#header {
	height:83px;
	width:900px;
	margin:0 auto;
	padding-top:6px;
}

#header_small_menu {
	float:right;
	margin-top:4px;
	margin-right:0px;
}
	#header_small_menu a {
		color:#666666;
		font-size:10px;
		text-decoration:none;
		border-left:1px solid #666666;
		padding-left:6px;
		padding-right:2px;
		display:inline;
	}
	#header_small_menu a:hover {
		text-decoration:underline;
		color:#333333;
	}

#new_content_slider {
	width:898px;
	height:190px;
	/*background:url(../images/bg_new_content_slider.jpg) no-repeat;*/
	background-color:#efefef;
	border:1px solid silver;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding-bottom:4px;
	position:relative;
	margin-top:10px;
}

#close_new_content_slider {
	padding:8px;
	position:absolute;
	right:8px;
	bottom:8px;
}

#new_content_slider h1 {
	font-size:16px;
	color:#555555;
	margin-bottom:8px;
	text-shadow:rgb(255,255,255) 0px 1px 2px;
}
.new_content_slider_content {
	position:relative;
	margin:8px;
	/*width:440px;*/
	float:left;
	border-right:1px solid #dddddd;
	height:170px;
}

.new_content_slider_content_entire {
	position:relative;
	margin:8px;
	float:left;
	height:210px;
}
.toggle_new_content_slider {
	float:right;
}

.apple_team_header_content {
	position:relative;
	padding:10px;
	width:274px;
	float:left;
	border-right:1px solid #cccccc;
	border-left:1px solid #efefef;
	height:280px;
}

.apple_team_header_content button {
	position:absolute;
	bottom:8px;
	padding:10px;
	font-size:14px;
	cursor:pointer;
	width:240px;
	left:30px;
	background:url(../images/bg_button.png);
	color:#ffffff;
	text-shadow:rgb(0,0,0) 0px 1px 2px;
}

.apple_team_header_content h1 {
	text-align:center;
	text-shadow:rgb(255,255,255) 0px 1px 0px;
	color:#444444;
}

a.new_content_slider_link {
	font-size:10px;
	color:#336699;
	position:absolute;
	bottom:0px;
	right:6px;
	text-decoration:underline;
	background:url("/macpractice2/images/arrow1.png") no-repeat;
	background-position:right;
	padding-right:6px;
}
a.new_content_slider_link:hover {
	text-decoration:none;
	color:#666666;
}

div.new_content_slider_header {
	width:900px;
	height:30px;
	background:url(/macpractice2/images/bg_new_content_slider_header.png) no-repeat;
	border-bottom:1px solid #336699;
	color:#fff;
}

.new_content_slider_button {
	float:right;
	cursor:pointer;
}

/* ------- Main Menu -------- */
/*
#main_menu {
	width:900px;
	background:url(/macpractice2/images/bg_main_menu.jpg) no-repeat;
	height:35px;
	margin-top:2px;
}
	#main_menu ul {
		margin:0;
		margin-left:8px;
		padding:0;
		float:left;
		white-space:nowrap;
	}
	#main_menu li {
		display:inline;
		list-style:none;
	}
	#main_menu a, #main_menu a:visited {
		float:left;
		font-family:Helvetica, Arial;
		font-size:12px;
		font-weight:bold;
		color:#444444;
		text-decoration:none;
		padding:10px;
		border-right:1px solid #999999;
		border-left:1px solid #eeeeee;
	}
	#main_menu a:hover, #main_menu a.main_menu_selected, #main_menu a.main_menu_selected:visited  {
		border-left:1px solid #336666;
		border-right:1px double #336666;
		background:url('/macpractice2/images/main_menu_hover.jpg') repeat-x;
		color:#ffffff;
	}
	#main_menu a.first_link:hover  {
		background:url('/macpractice2/images/bg_main_menu_on.jpg') no-repeat;
		color:#ffffff;
	}
	#main_menu a.first_link_selected  {
		background:url('/macpractice2/images/bg_main_menu_on.jpg') no-repeat;
		color:#ffffff;
	}
*/

#top_nav_container {
	width:900px;
	background:url(/macpractice2/images/bg_main_menu.jpg) no-repeat;
	height:35px;
	margin-top:2px;
}

	#top_nav_container a:hover, #top_nav_container a.top_nav_selected, #top_nav_container a.top_nav_container_selected:visited  {
		border-left:1px solid #336666;
		border-right:1px double #336666;
		background:url('/macpractice2/images/main_menu_hover.jpg') repeat-x;
		color:#ffffff;
	}
	#top_nav_container a.first_link:hover  {
		background:url('/macpractice2/images/bg_main_nav_on.jpg') no-repeat;
		color:#ffffff;
	}
	#top_nav_container a.first_link_selected  {
		background:url('/macpractice2/images/bg_main_nav_on.jpg') no-repeat;
		color:#ffffff;
	}

/* 	LEVEL ONE */

ul#top_nav {
	position: relative;
	list-style:none;
	margin:0;
	padding:0;

}
ul#top_nav li {
	position:relative;
	font-weight: bold;
	float: left;
	zoom: 1;
}
ul#top_nav a:hover {
	color: #000;
}
ul#top_nav a:active {
	color: #ffa500;
}
ul#top_nav li a {
	display: block;
	font-family:Helvetica, Arial;
	font-size:12px;
	font-weight:bold;
	color:#444;
	text-decoration:none;
	padding:10px;
	border-right:1px solid #999999;
	border-left:1px solid #eeeeee;
}
ul#top_nav li a:hover {
	border-left:1px solid #336666;
	border-right:1px double #336666;
	background:url('/macpractice2/images/main_menu_hover.jpg') repeat-x;
	color:#fff;
}

ul#top_nav li:last-child a {
	border-right: none;
}

/* 	LEVEL TWO */

ul#top_nav ul {
	list-style:none;
	margin:0;
	padding:0;
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index:1000;
}
ul#top_nav ul li {
	font-weight: normal;
	background: #336699;
	color: #fff;
	border-bottom:1px solid #ccc;
	float: none;
	padding:0;
	margin:0;
}

ul#top_nav ul li a:hover {
	background: #ccc;
	color:#333;
}
									  
/* IE 6 & 7 Needs Inline Block */
ul#top_nav ul li a {
	border-right: none;
	width: 198px;
	display: inline-block;
	color:#fff;
} 
<!--[if lte IE 7]>
	ul.dropdown ul li { display: inline; width: 100%; } 

<![endif]-->

/* -------- Software Submenu -------- */

#software_submenu {
	position:absolute;
	left:144px;
}
	
/* ------- Search -------- */

#header_search {
	float:right;
	margin-right:8px;
	margin-top:12px;
}
#srch_fld {
	height:16px;
	border:1px solid silver;
}
	
	
#event_map_div {
	position:absolute;
	right:-16px;
	top:16px;
}

/* -------- Homepage Header -------- */

#print_header {
	display:none;
}
#homepage_header {
	margin-top:8px;
	width:900px;
	height:204px;
	background:url("/macpractice2/images/bg_homepage_header.jpg") no-repeat;
}
img.book_button {
	float:left;
}
	
/* ------- Software Page Header ------ */

div.software_page_header {
	background:url("/macpractice2/images/bg_interior_header.jpg") no-repeat;
	width:900px;
	height:80px;
	margin:0 auto 10px auto;
	position:relative;
}
	div.software_page_header .mp_icons {
		border:0px;
		width:60px;
		height:60px;
		padding:0px;
		margin:8px;
		position:absolute;
		left:2px;
	}
	div.software_page_header h1 {
		text-shadow:rgb(51, 51, 51) 0px 1px 2px;
		margin-bottom:0px;
		font-size:24px;
		color:#ffffff;
		left:76px;
		margin-top:0px;
		top:10px;
		position:absolute;
		line-height:32px;
	}
	div.software_page_header h4 {
		text-shadow:rgb(51, 51, 51) 0px 1px 2px;
		color:#ffffff;
		font-size:14px;
		left:76px;
		position:absolute;
		top:40px;
		width:400px;
	}
	div.interior_submenu {
		position:absolute;
		top:32px;
		right:0px;
		padding-right:12px;
	}
	div.interior_submenu a, div.interior_submenu a:visited {
		text-decoration:none;
		color:#ffffff;
		border-left:1px solid #ffffff;
		padding-left:12px;
		padding-right:6px;
	}
	div.interior_submenu a:hover {
		color:#333333;
		text-decoration:none;
	}
	div.interior_submenu a.interior_submenu_selected {
		color:#333333;
	}
	
	div.software_header_menu {
		position:absolute;
		top:30px;
		right:0px;
		padding-right:12px;
	}
	div.software_header_menu a, div.software_header_menu a:visited {
		text-decoration:none;
		color:#ffffff;
		border-left:1px solid #ffffff;
		padding-left:12px;
		padding-right:6px;
	}
	div.software_header_menu a:hover {
		color:#333333;
		text-decoration:none;
	}
	div.software_header_menu a.software_header_menu_selected {
		color:#333333;
	}
	
/* -------- Software Ability Menu -------- */

div.abilities_menu {
	background-color:#eeeeee;
	width:200px;
	margin-bottom:8px;
}
	div.abilities_menu ul {
		margin:0px;
		padding-left:0px;
	}
	div.abilities_menu li {
		list-style:none;
		padding:0px;
		margin:0px;
		background:url(../images/bg_ability_menu_off.jpg) no-repeat;
	}
	div.abilities_menu .menu_header {
		background-color:none;
		background:url(/macpractice2/images/bg_ability_menu_top_off.jpg) no-repeat;
		background-position:top left;
		border-top:0px;
		padding:8px;
		font-weight:bold;
		color:#ffffff;
	}
	div.abilities_menu .last_link {
		background:url(/macpractice2/images/bg_ability_menu_bottom_off.jpg) no-repeat;
		background-position:bottom left;
		border-bottom:0px;
		padding:8px 8px 8px 8px;
	}
	div.abilities_menu a, a.abilities_menu:link, a.abilities_menu:active, a.abilities_menu:visited {
		display:block;
		border-top:1px solid #ffffff;
		border-bottom:1px solid silver;
		padding:8px;
		text-decoration:none;
	}
	div.abilities_menu a:hover {
		padding:9px 8px 8px 8px;
		border-bottom:0px;
		color:#333333;
		font-weight:bold;
		background:none;
		background-color:#dddddd;
		background:url(../images/bg_ability_menu_on.jpg) no-repeat;
	}
	
	div.abilities_menu a.ability_menu_selected {
		padding:9px 8px 8px 8px;
		border-bottom:0px;
		color:#333333;
		font-weight:bold;
		background:none;
		background-color:#cccccc;
		background:url(../images/bg_ability_menu_selected.jpg);

	}
	/*
	div.abilities_menu #first_link:hover {
		background:url(/macpractice2/images/bg_ability_menu_top_on.jpg) no-repeat;
		background-position:top left;
		background-color:#dddddd;
		color:#333333;
		font-weight:bold;
		border-bottom:0px;
		border-top:0px;
		padding:9px 8px 8px 8px;
	}
	*/
	div.abilities_menu .last_link:hover {
		padding:9px 8px 7px 8px;
		background:url(/macpractice2/images/bg_ability_menu_bottom_on.jpg) no-repeat;
		background-position:bottom left;
		background-color:#dddddd;
		border-bottom:0px;
	}
	div.abilities_menu a.ability_menu_first_link_selected {
		background:url(/macpractice2/images/bg_ability_menu_top_selected.jpg) no-repeat;
		background-position:top left;
		background-color:#dddddd;
		color:#333333;
		font-weight:bold;
		border-bottom:0px;
		border-top:0px;
		padding:9px 8px 8px 8px;
	}
	.ability_img {
		float:left;
		border:0px;
		margin-right:8px;
		margin-top:-4px;
		width:24px;
		height:24px;
	}

div.round_box a.apple_store_event_link {
	text-decoration:underline;
	font-weight:bold;
	color:#990000;
}
div.round_box a.apple_store_event_link:hover {
	text-decoration:none;
}
/* -------- Upcoming Events -------- */

div.upcoming_events_list {
	position:relative;
}

div.upcoming_events_list ul {
	margin:0px;
	padding-left:0px;
	width:320px;
}
	div.upcoming_events_list ul li {
		list-style:none;
		margin:0px;
	}
	li.apple_event {
		color:#990000;
	}
	
/* -------- Round Box -------- */

div.round_box {
	width:200px;
	line-height:1.2;
}
	div.round_box a {
		text-decoration:none;
	}
	div.round_box a:hover {
		text-decoration:underline;
		color:#666666;
	}
	div.round_box_header {
		background:url("/macpractice2/images/bg_round_box_top.jpg") no-repeat;
		font-weight:bold;
		color:#ffffff;
		font-size:13px;
		padding:6px;
	}
	div.round_box_header a {
		display:block;
		color:#ffffff;
		text-decoration:none;
	}
	div.round_box_header a:hover {
		color:#dddddd;
		/*background:url("/macpractice2/images/bg_round_box_top_on.jpg") no-repeat;*/
		text-decoration:none;
	}
	div.round_box_content {
		background:url("/macpractice2/images/bg_round_box_content.jpg");
		padding:8px;
		border-top:1px solid #336633;
	}
	div.round_box_content h4 {
		font-size:12px;
		color:#666666;
	}
	div.round_box_footer {
		background:url("/macpractice2/images/bg_round_box_bottom1.jpg") no-repeat;
		height:20px;
	}
	div.round_box_footer2 {
		padding:4px;
		padding-left:8px;
		border-top:1px solid #dddddd;
		background:url("/macpractice2/images/bg_round_box_bottom2.jpg") no-repeat;
		height:24px;
	}
	
/* -------- Text Banner -------- */

div.text_banner {
	/*border-right:1px solid silver;*/
	padding:8px;
	float:left;
	width:200px;
	margin:0px 6px 0px 0px;
	/*background:url("../images/bg_software_page_blocks.jpg") no-repeat;*/
	background:url("/macpractice2/images/bg_text_banner.jpg") no-repeat;
	height:210px;
	position:relative;
	cursor:pointer;
	line-height:14px;
}
div.text_banner h1 {
	line-height:12px;
	font-size:15px;
	color:#333333;
	margin-top:0px;
}
	
div.text_banner3 {
	padding:8px;
	float:right;
	width:200px;
	background:url("../images/bg_text_banner3.jpg") no-repeat;
	height:90px;
	cursor:pointer;
	margin-right:-24px;
	margin-left:8px;
}
div.text_banner3 h1 {
	font-size:15px;
	color:#666666;
	margin-top:0px;
}
	
/* -------- Footer -------- */

#footer {
	padding-top:20px;
	font-size:11px;
	color:#666666;
	width:94%;
	margin:0 auto;
	text-align:center;
	clear:both;
	border-top:1px solid silver;
	position:relative;
}
#footer a {
	padding-left:4px;
	border-left:1px solid #333333;
}

/* -------- Interior -------- */

div.interior_header {
	background:url("/macpractice2/images/bg_interior_header.jpg") no-repeat;
	width:900px;
	height:80px;
	position:relative;
	margin-bottom:10px;
}
div.interior_header h1 {
	font-size:22px;
	top:26px;
	left:12px;
	color:#ffffff;
	position:absolute;
	line-height:24px;
	text-shadow:rgb(51, 51, 51) 0px 1px 2px;
}

div.interior_content {
	position:relative;
	float:right;
	width:75%;
	padding:0 10px 40px 0;
}

/* -------- Apple Store Links -------- */

div.apple_store_links {
	margin-top:-16px;
	float:right;
}
div.apple_store_links li {
	list-style:none;
	display:inline;
}
div.apple_store_links ul {
	margin:0px;
}
div.apple_store_links li a {
	font-size:11px;
	margin-right:12px;
}
div.apple_store_links li img {
	margin-right:2px;
	width:13px;
}

div.other_template_header {
	width:900px;
	height:160px;
	margin-bottom:10px;
	position:relative;
	z-index:8;
}
div.left_content {
	width:200px;
	float:left;
	clear:both;
	margin-right:4px;
	margin-bottom:10px;
}
div.right_content {
	width:190px;
	float:right;
	clear:both;
}

/* -------- Profiles Homepage Containers -------- */

div.profiles_container {
	display:block;
	height:110px;
	position:relative;
	width:430px;
	cursor:pointer;
}
div.profiles_container .photo {
	width:180px;
	float:left;
	padding-right:8px;
}
div.profiles_container .photo_peel {
	width:40px;
	position:absolute;
	top:62px;
	left:137px;
}

div.profiles_container h1 {
	font-size:14px;
	margin:0px;
}
div.profiles_container h2 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	margin:0px;
	line-height:1.2;
}
div.profiles_container a {
	position:absolute;
	bottom:16px;
	left:190px;
}


div.photos_div {
	float:right;
	width:230px;
	background:url(/macpractice2/images/bg_photos.jpg) repeat-y;
}

div.photos_div img {
	padding:6px 8px 0 8px;
}

div.profiles {
	position:relative;
	border-bottom:1px solid #dddddd;
	margin-bottom:18px;
	padding-bottom:30px;
	display:block;
}
div.profiles:last-child {
	border-bottom:0px;
}

.photo_profile {
	display:inline;
	float:right;
	width:360px;
}

div.profiles .image_profile_apple_feature {
	position:absolute;
	z-index:10;
	top:108px;
	right:6px;
}

div.profiles h2 {
	margin-bottom:2px;
}

div.profiles .profile_link {
	color:#336699;
	text-decoration:none;
}

div.profiles .profile_link:hover {
	color:#999999;
}

/* -------- Toggles -------- */

.toggle_header_show {
	width:180px;
	margin-top:2px;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	color:#fff;
	/*background:url('../images/bg_toggle_arrow_down.jpg') no-repeat;*/
	background:url(../images/bg_box_header.jpg) no-repeat;
	padding-left:16px;
	cursor:pointer;
	display:block;
	-webkit-border-radius:3px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
}

.toggle_header_hide {
	width:180px;
	margin-top:2px;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	color:#fff;
	background:url('../images/bg_toggle_arrow.jpg') no-repeat;
	padding-left:16px;
	cursor:pointer;
	display:block;
	-webkit-border-radius:3px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
}

p.toggle_results {
	margin:0px;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	float:right;
}

h3.toggle_apple_events_show {
	padding:4px;
	/*background:url('../images/toggle_arrow_down.png') no-repeat;*/
	background-position:4px 4px;
	/*cursor:pointer;*/
	background-color:#dddddd;
	border:1px solid #cccccc;
	/*padding-left:16px;*/
}
h3.toggle_apple_events_hide {
	padding:4px;
	background:url('../images/toggle_arrow.png') no-repeat;
	background-position:4px 4px;
	cursor:pointer;
	background-color:#dddddd;
	border:1px solid #cccccc;
	padding-left:16px;
}

.anchor_divs {
	color:red;
	margin-left:212px;
	padding-top:12px;
}
/* ------------------------------------------------------------------------------ */

#aq_demo {
	width:682px;
	position:relative;
	background:url(/macpractice2/images/bg_aqua_connect_demo.jpg);
}
#aq_demo_header {
	background:url(/macpractice2/images/bg_aqua_connect_demo_header.jpg) no-repeat;
	height:35px;
	width:682px;
}
#aq_demo_header  h1 {
	color:#333333;
	margin:4px 8px;
	font-size:14px;
	float:left;
}
.aq_demo_menu {
	white-space:nowrap;
	margin:10px;
	padding-left:0px;
	float:left;
}
.aq_demo_menu li {
	list-style:none;
	float:left;
	display:inline;
	
}
.aq_demo_menu a {
	border-right:1px solid #ffffff;
	padding:9px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	background:url(/macpractice2/images/arrow2.png) no-repeat;
	background-position:right;
	padding-right:22px;
}
.aq_demo_menu a:hover {
	color:#ffffff;
	background-color:#336699;

}

#aq_demo_content {
	min-height:200px;
	border:1px solid silver;
	border-top:0px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	padding:8px;
}

#transparency {
	z-index: 100;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}

#iphone_carousel_container {
	border:1px solid red;
}

#corner_with_eprescribe {
	position:absolute;
	right:0;
	top:0;
}

.zebra {
	border-spacing:1px;
	width:100%;
}
.zebra thead th {
	text-align:left;
	padding:4px;
	background-color:#ccc;
}
.zebra tbody td {
	padding:2px;
}
.zebra tbody tr:nth-child(even) {
	background: #efefef;
}

.italic {
	font-style:italic;
}
.bold {
	font-weight:bold;
}

.word_wrap {
	word-wrap: break-word;
}

.software_requirements {
	border-spacing:0;
	width:100%;
}

.software_requirements td {
	border:1px solid silver;
	border-spacing:0;
	width:11%;
	padding:2px;
}

.software_requirements tr.title1 td {
	background-color:#369;
	color:#fff;
	font-weight:bold;
	font-size:16px;
}
.software_requirements tr.title2 td {
	background-color:#666;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}

.software_requirements tr.title3 td {
	background-color:#ddd;
	color:#333;
	font-weight:bold;
	font-size:12px;
}

.software_requirements td.title4 {
	font-weight:bold;
}

.software_requirements td.blank {
	background-color:#fff !important;
	border:0 !important;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.column {
	float:left;
}

.button {
	padding:8px 24px;
	font-weight:bold;
	text-shadow:#fff 0 1px 0;
	border:1px solid silver;
	font-size:14px;
	color:#369;
	cursor:pointer;
	border:1px solid #999;
	background-color:#ddd;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#ddd));
	background: -moz-linear-gradient(top,  #efefef,  #ddd);
	position:relative;
	-webkit-box-shadow:inset #fff 0px 2px 1px;
	border-radius:4px;
}

.button-arrow-more {
	text-decoration:none !important;
	padding:8px 24px;
	font-weight:bold;
	text-shadow:#fff 0 1px 0;
	border:1px solid silver;
	font-size:14px;
	color:#369;
	cursor:pointer;
	border:1px solid #999;
	background: -moz-linear-gradient(top,  #efefef,  #ddd);
	position:relative;
	-webkit-box-shadow:inset #fff 0px 2px 1px;
	border-radius:4px;
	background:url(/macpractice2/images/bg-button-arrow.png) no-repeat #ddd; /* IE Fix */
	background:url(/macpractice2/images/bg-button-arrow.png) no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#ddd)), -moz-linear-gradient(top,  #efefef,  #ddd);
	background-position:96%;
	padding-right:40px;
}

.button-arrow-more:hover {
	background:url(/macpractice2/images/bg-button-arrow.png) no-repeat #efefef; /* IE Fix */
	background:url(/macpractice2/images/bg-button-arrow.png) no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#efefef));
	background-position:96%;
	padding-right:40px;
}

.center-img {
	display:block;
	margin:0 auto;
}

.parallels-video-demo-button {
	padding:10px;
	border:1px solid silver;
	border-radius:4px;
	margin:20px 0;
	display:block;
	width:160px;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	text-shadow:#fff 0 1px 0;
	background:url(/macpractice2/images/bg-button-arrow.png) no-repeat, #ddd; /* IE Fix */
	background:url(/macpractice2/images/bg-button-arrow.png) no-repeat, -o-linear-gradient(#efefef,#ddd);
	background:url(/macpractice2/images/bg-button-arrow.png) no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#ddd));
	background:url(/macpractice2/images/bg-button-arrow.png) no-repeat, -moz-linear-gradient(top,#efefef,#ddd);
	background-position:96%;
	padding-right:40px;
	box-shadow:#ccc 0 0 8px;
}
