/* body */
body {
	margin: 0;
	background-color: #6f8b99;
	color: #ffffff;
	font: 12px Arial, 'Lucida Grande', Geneva, Verdana, Helvetica, sans-serif;
}


/* links */
a:link {
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
}

a:hover {
	color: #6f8b99;
	font-size:12px;
	text-decoration: underline;
	background-color:#ffffff;
}

a:active {
	color: #cc0033;
	font-size:12px;
	text-decoration: underline;
}

/* html tags */
th, td, ul, ol, li {
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
}

code, pre	{
	color: #000;
	font-family: monaco, "Courier New", courier, monospace;
	font-size: 10px;
}

/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size: 101%; 
}

* html pre {
	font-size: 101%; 
}

h1	{
	margin: 0 0 15px 0;
	padding: 0;
	font: bold 36px 'Myriad Apple', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #fdffce;
}

h2	{
	margin: 0 0 5px 0;
	padding: 0;
	font: bold 16px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #fdffce;
}

p + h2 {
	margin: 20px 0 5px 0;
}

ol + h2 {
	margin: 20px 0 5px 0;
}

ul + h2 {
	margin: 20px 0 5px 0;
}

h3	{
	margin: 0;
	padding: 0;
	font: bold 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h3 + table {
	margin: 5px 0 0 0;
}

h6	{
	margin: 0;
	padding: 0;
	font: normal 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

p	{
	margin: 0 0 10px 0;
	padding: 0;
	font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

form {
	margin: 0;
}

button {
	margin: 3px 0 10px 0;
}

/* lists */
ul	{
	padding-left: 10px;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}

li	{
	margin-top: 3px;
}

ul li	{
	padding-left: 10px;
	background: url(/images/bullet.gif) no-repeat 0 3px;
}

ul ul {
	margin-left: 20px;
}


ul.compressed {
	margin-top: -10px;
}

ul.compressed li {
	margin-top: 0;
	padding-left: 10px;
	background: url(/images/bullet.gif) no-repeat 0 1px;
}

ul.marketing {
	padding-left: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}

ul.marketing li	{
	padding-left: 10px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 2px;
	list-style-type: none;
	font-size: 10px;
	background: url(/images/bullet.gif) no-repeat 0 1px;

}

ol {
	margin: 0 0 10px 1.5em;
	padding-left: 1.5em;
}

ul.inline, ol.inline, p.inline {
	margin-top: -7px;
}

ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol {
	margin-top: 0;
}

ol.faq li {
	font-weight: bold;
}

ol.steps li {
	font-weight: bold;
}

/* images */
.leftinline {
	margin: 0 10px 5px 0;
}

.rightinline {
	margin: 0 0 5px 10px;
}


/* tables */
.bumblebee {
	border-top: 1px solid #919699;
	border-left: 1px solid #919699;
	border-right: 1px solid #919699;
}

.bumblebee td {
	padding: 10px;
	font-size: 10px;
}

.bumblebee th {
	padding: 6px 10px 6px 10px;
	font-size: 10px;
}

.bumblebee th {
	background: #7E91A4;
	color: #FFF;
}

.bumblebee td {
	border-bottom: 1px solid #919699;
	text-align: left;
	vertical-align: top;
}

.bumblebeeblue {
	background: #F0F5F9;
}

.bumblebeewhite {
	background: #FFF;
}

.bumblebee .bumblebeeblue td.sortcolumn {
	background: #DCE5EE;
}

.bumblebee .bumblebeewhite td.sortcolumn {
	background: #F5F5F5;
}

.bumblebee th.sortcolumn {
	background: #334455;
}

.bumblebeetop {
	border-top: 1px solid #919699;
	border-left: 1px solid #919699;
	border-right: 1px solid #919699;
	background: #E2E2E2;
}

.bumblebeetop td{
	padding: 10px;
}

td.middle, th.middle {
	vertical-align: middle;
}

td.top, th.top {
	vertical-align: top;
}

td.bottom, th.bottom {
	vertical-align: bottom;
}

td.center, th.center {
	text-align: center;
}

td.right, th.right {
	text-align: right;
}

.smalltable td p {
	font-size: 14px;
}


.graybox {
	border-top: 1px solid #919699;
	border-left: 1px solid #919699;
	margin-bottom: 10px;
}

.graybox th {
	padding: 4px 8px 4px 8px;
	background: #E2E2E2;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #919699;
	border-right: 1px solid #919699;
}

.graybox td {
	padding: 8px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #919699;
	border-right: 1px solid #919699;
}

.graybox table td {
	border: none;
	padding: 0;
	vertical-align: middle;
}

.marketingbox {
	border: 1px solid #a1a5a9;
}

.marketingbox th {
	padding: 4px 8px 4px 8px;
	background: #C83808;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.marketingbox td {
	padding: 8px 8px 0 8px;
	text-align: left;
	vertical-align: top;
}

.documentationtable {
	border: none;
}

.documentationtable td {
	border-bottom: 1px solid #919699;
	text-align: left;
	vertical-align: top;
	padding: 5px 0 10px 0;
}

.documentationtable .bottom{
	border: 0;
}

.businesstable {
	border: none;
}

.businesstable td {
	text-align: left;
	font-size: 10px;
	vertical-align: top;
	padding: 5px 0 10px 0;
}

.documentationtable p {
	font-size: 10px;
}


/* rounded corner tables */
.bigboxtop {
	background: #FFF url(/images/bigboxtop.gif) repeat-x top left;
}

.bigboxleft {
	background: #FFF url(/images/bigboxleft.gif) repeat-y top left;
}

.bigboxright {
	background: #FFF url(/images/bigboxright.gif) repeat-y top left;
}

.bigboxbottom {
	background: #FFF url(/images/bigboxbottom.gif) repeat-x top left;
}

.boxtop {
	background: #FFF url(/images/boxtop.gif) repeat-x top left;
}

.boxleft {
	background: #FFF url(/images/boxleft.gif) repeat-y top left;
}

.boxright {
	background: #FFF url(/images/boxright.gif) repeat-y top left;
}

.boxbottom {
	background: #FFF url(/images/boxbottom.gif) repeat-x top left;
}


/* general classes */

.smalltext {
	font-size: 10px;
}

.blueheader {
	color: #FFF;
	background: #7E91A4;
	padding: 3px 0 3px 7px;
}

.sourcecodebox {
	border: 1px solid #c7cfd5;
	background: #f1f5f9;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.gray {
	color: #787c7f;
}

#footnote h3, #footnote p {
	color: #76797C;
	font-size: 14px;
}

.footnote {
	font-size: 14px;
	color: #76797C;
}

/* forms */
#forms input {
	vertical-align: middle;
	padding: 0;
	margin: 0 0 5px 0;
}

#forms select {
	vertical-align: middle;
	padding: 0;
	margin: 0 0 3px 0;
}

#forms .widefield, #advsearch .widefield {
	width: 98%;
	margin-bottom: 5px;
}

#forms .halffield {
	width: 50%;
	margin-bottom: 5px;
}

#forms .extraspace {
	padding-bottom: 8px;
}

#forms .quarterfield {
	width: 25%;
	margin-bottom: 5px;
}

#forms .inputbutton, #advsearch .inputbutton {
	margin: 5px 0 10px 0;
	border: 0;
}

#forms .checkbox, #advsearch .checkbox {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

#forms .radio {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

#forms textarea {
	margin: 0 0 10px 0;
	width: 100%;
}

#forms p {
	margin-top: 7px;
}

#forms .buttonlists {
	line-height: 20px;
}

#forms .buttondescription {
	line-height: 15px;
	margin: -10px 10px 5px 20px;
	font-size: 10px;
}


/* header */
#adcnavheader td {
	font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
}

#adcnavheader input {
	margin: 0 3px 0 0;
	padding: 0;
}

#adcnavheader .textpadding {
	padding-top: 2px;
	vertical-align: middle;
}

#adcnavheader .searchbutton {
	border: 0;
}


/* breadcrumb */
#breadcrumb td {
	font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
}

#breadcrumb form {
	margin: 0;
}

#breadcrumb select {
	vertical-align:  middle;
}


/* sidebar */
#sidebar h2 {
	font-size: 12px;
}

#sidebar h3, #sidebar h4 {
	font-size: 12px;
}

#sidebar p, #sidebar ol, #sidebar ul {
	font-size: 14px;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
}

#sidebar li {
	font-size: 14px;
	margin-top: 2px;
}

#sidebar ul.nav {
	margin-top: 8px;
	margin-bottom: 0;
}

#sidebar ul.nav li {
	margin-top: 4px;
	padding-left: 0;
	background: none;
}

/* footer */
#footer td, #footer p {
	font-size: 10px;
}

.footerbreadcrumb {
	font-size: 10px;
}

/* 404 page definitions*/
#notfound h2 {
	font-size: 12px;
}

#notfound h3, #notfound h4 {
	font-size: 12px;
}

#notfound p, #notfound ul {
	font-size: 10px;
}

#notfound ul {
	margin: 0 0 15px 0;
	padding-left: 0;
}

#notfound ul li {
	font-size: 10px;
	margin: 3px 0 0 0;
	padding-left: 0;
	background: none;
}

#notfound ul ul {
	margin-top: 0;
}

#notfound ul ul li {
	margin-left: 0;
	padding-left: 10px;
	background: url(/images/bullet.gif) no-repeat 0 2px;
}

li.sectionbreak {
	margin-bottom: 15px;
}

/* advanced search */
#advsearch h4 {
	margin-bottom: 10px;
}

#advsearch p {
	line-height: 20px;
}

/* contact page */
.iconlinks td {
	font-size: 14px;
}

/* search results */
.boxtop7e91a4 {
	background: #FFF url(/images/boxtop7e91a4.gif) repeat-x top left;
}

.boxtopleft7e91a4 {
	background: #FFF url(/images/boxtopleft7e91a4.gif) repeat-y top left;
}

.boxtopright7e91a4 {
	background: #FFF url(/images/boxtopright7e91a4.gif) repeat-y top left;
}

.boxbottom7e91a4 {
	background: #FFF url(/images/boxbottom7e91a4.gif) repeat-x top left;
}

.filesize {
	color: #7F8285;
}

.results th, .results td {
	font-size: 12px;
	color: #FFF;
	background-color: #7e91a4;
}

.results a {
	color: #FFF;
	font-weight: bold;
}

.oddrow {
	background-color: #ffffff;
}

.evenrow {
	background-color: #f0f5f9;
}

/* software licensing descriptions */
.swlleftrule {
	border-left: 1px solid #A1A5A9;
	padding-left: 10px;
	padding-right: 10px;
}	

.swlsidebar {
	padding-right: 10px;
}

/* narrative */
#narrative blockquote {
	margin: 0 20px 10px 20px;
	color: #445C73;
}

#narrative .pullquote {
	font-size: 17px;
	padding: 8px;
	background-color: #ECF2F8;
	border: 1px solid #A1A5A9;
}

/* source code */
#scdetails p {
	line-height: 17px;
}

#scdetails select {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

#scdetails input {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}



/* --------------- styles from before 12-01-2003 ---------------- */

/* home page */
#articlehead {
	font-weight: bold;
	font-size: 12px;
	color: #000; 
}

#linklisthead {
	font-weight: bold;
	font-size: 12px;
	color: #000; 
}

#sectionhead {
	font-weight: bold;
	font-size: 14px;
	color: #000; 
}

#sectionsubhead {
	font-weight: bold;
	font-size: 12px;
	color: #000; 
}

#sectionheadorange {
	font-weight: bold;
	font-size: 14px;
	color: #db3700; 
}

#resources {
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 10px; 
}

.membership_bullets {
	color: #ffffff;
	font-weight: normal;
	font-size: 10px; 
}


/* glossary page styles */
#glossary_header { 
	font-size: 12px;
	font-weight: bold; 
}

#glossary_header_letter { 
	font-size: 14px;
	font-weight: bold; 
}


/* form class, removes whitespace browsers use by default with forms */
#form {
	margin: 0;
}


/* paragraph describing page located just below the black text page title */
#paragraph_description {
	font-size: 12px;
}


/* rate this page feedback form styles */
#feedback_&bull; {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

#feedback_text {
	font-size: 10px;
	color: #000;
}

#radio_help {
	text-align: center;
	padding-top: 4px;
}

#radio_easy {
	text-align: center;
	padding-bottom: 4px;
}


/* search results box styles */
#results_cell_first { 
	border-top: 1px #a2a6a9 solid;
	border-left: 1px #a2a6a9 solid; 
}

#results_cell_title {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px #a2a6a9 solid;
	padding-right: 6px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

#results_cell_other {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px #a2a6a9 solid;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
}

#results_cell_date {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px #a2a6a9 solid;
	padding-left: 4px;
	vertical-align: top;
}

#results_cell_last {
	border-top: 1px #a2a6a9 solid;
	border-right: 1px #a2a6a9 solid;
}

.results_description { 
	font-size: 10px;
	font-weight: normal;
}



/* apple script (or any other reference library page) styles */
#header { 
	font-size: 12px;
	font-weight: bold;
}

#link_header {
	font-size: 10px;
	font-weight: bold;
}

#blue_header {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

#td_left_line {
	border: 1px #555555 left;
}


/* co marketing styles */
#icon_cell {
	height: 93px;
	text-align: center;
}

#detail_header {
	text-align: middle;
	background: #6d7f95;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
}

#vendor_bullet {
	color: #696969;
}

#comarket_paragraph {
	color: #696969;
	font-size: 12px;
}

#vendor_detail {
	font-size: 12px;
}

#vendor_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#detail_heading {
	font-weight: bold;
}

#detail_copy {
	font-size: 12px;
}

#discount_box_header {
	color: #ffffff;
	font-weight: bold;
}

#discount_box_copy {
	font-size: 12px;
}

#photo_table_copy {
	color: #7d7d7d;
	font-size: 10px;
}



/*narrative styles */
#narrative_paragraph {
	color: #696969;
	font-size: 14px;
}

#narrative_header {
	font-size: 13px;
	font-weight: bold;
}

#narrative_content {
	font-size: 12px;
	vertical-align: top;
}

#pic_box_text {
	color: #878787;
	line-height: 14px;
	font-size: 14px; 
}

#red_copy {
	color: #7f0f0b;
	padding-left: 15px;
}

#blue_copy {
	color: #466c9b;
	padding-left: 15px;
}

#green_copy {
	color: #3b636f;
	padding-left: 15px;
}

#purple_copy {
	color: #665588;
	padding-left: 15px;
}

#gray_copy {
	color: #787c7f;
	padding-left: 15px;
}

#pager {
	color: #76797c;
}



/* frameset: table of contents frame */
#toc_contents_text {
	font-size: 12px;
	color: #0000ff;
}

#toc_contents_text_open {
	font-size: 12px;
	background: #ffffff;
	color: #0000ff;
}

#low_level_text {
	font-size: 10px;
	color: #0000ff;
}

#low_level_text_on {
	font-size: 10px;
	color: #0000ff;
}

#top_level_open {
	background: #ffffff;
}

#third_level {
	background: #ffffff;
}

#toc_contents_title {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

#toc_contents_heading {
	font-size: 12px;
	font-weight: bold;
}



/* frameset: content frame */
#content_text {
	font-size: 12px;
	font-weight: normal;
}


/* frameset: page title */
#page_title {
	font-family: 'Myriad Apple', 'Myriad', Arial, Helvetica, 'Lucida Grande';
	font-size: 36px;
	font-weight: bold;
	color: #000;
}


/* frameset: unordered list */
ul .content {
	font-size: 12px; 
}


/* product line styles */
#product_line_list {
	font-size: 10px; 
}

#product_line_bullet {
	font-size: 10px;
	vertical-align: top;
	color: #0000ff;
}



/* technical note classes */
#important_note {
	background: #e2e2e2;
	border: 1px solid #cccccc;
}
#page_contents {
	font-size: 12px; line-height: 20px; color: #0000ff;
}

#tech_content {
	font-size: 12px;
}

#tech_header {
	font-size: 14px;
	font-weight: bold;
}

#tech_subhead {
	font-size: 12px;
	font-weight: bold;
}

#tech_list {
	font-size: 12px;
	padding-bottom: 9px;
}

#source_code_box {
	border: 1px solid #c7cfd5;
	background: #f1f5f9; 
}

#source_code {
	font-family: monaco, courier, monospace;
	font-size: 10px;
	margin-bottom: 0;
	padding: 12px;
}

#example_title {
	font-size: 10px;
	margin-bottom: 5px;
	color: #28333b;
}

#example_table_header {
	font-weight: bold;
	background: #c7cfd5; 
}

#example_table_cell {
	border: 1px #c7cfd5 solid;
	background: #f1f5f9;
	vertical-align: top;
	font-size: 12px;
}

#download_cell_1 {
	background: #f6f6f6;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#download_cell_2 {
	background: #f6f6f6;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px; 
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#download_cell_3 {
	background: #f6f6f6;1
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#download_content {
	font-size: 12px;
	vertical-align: middle;
}

#download_link {
	font-size: 10px;
	vertical-align: middle;
}

#back_to_top {
	font-size: 10px; 
}



/* membership overview styles */
#member_header {
	text-align: left;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff; 
}

#member_category {
	text-align: center;
	border-left: 1px #ffffff solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}

#white_row {
	background: #ffffff;
}

#blue_row {
	background: #f0f5f9;
}

#spacer_row {
	border-right: 1px solid #a2a6a9;
	border-left: 1px solid #a2a6a9;
}

#left_border {
	border-left: 1px solid #a2a6a9;
}

#right_border {
	border-right: 1px solid #a2a6a9;
	text-align: center;
	vertical-align: middle;
}
#gray_line {
	border-right: 1px solid #a2a6a9;
	border-left: 1px solid #a2a6a9;
	background: #a2a6a9;
}

#dot_cell {
	text-align: center;
	vertical-align: middle;
}

#fine_print {
	vertical-align: top;
	font-size: 14px;
	color: #5f5f5f;
}

#pricing {
	font-size: 12px;
}




/* sample code classes */
#right_content {
	text-align: right;
	font-size: 12px;
}

#sc_content {
	font-size: 12px;
}


/* mac os x architecture diagram */
#archtext {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	line-height: 15px;
}

#topborder {
	border-top: 1px solid #999;
}

#greylist {
	line-height: 16px;
	color: #333;
	margin-top: 12px;
}

#archtitle {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#description {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	line-height: 15px;
}

.archtitle {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}



/* original apple css items (unused at this time) */
/* ---------------------------------------------- */

h1 {
	font-weight: bold; font-size: 18px; 
}

#text {
	font-size: 10px;  line-height: 16px;
}


#bodytext {
	font-size: 10px; 
}
#bodytextlarge {
	font-size: 12px; 
}
#bodytitle {
	font-weight: bold; font-size: 10px; 
}
#bodytitlelarge2 {
	font-weight: bold; font-size: 12px; 
}
#bodytitlelarge {
	font-weight: bold; font-size: 12px; font-family: arial, helvetica, sans-serif
}
#bodytitleextralarge {
	font-weight: bold; font-size: 14px; font-family: arial, helvetica, sans-serif
}
#callout {
	font-weight: bold; font-size: 14px; color: #737373; 
}
#calloutsubitem {
	font-size: 10px; color: #666666; 
}
#resourcetitle {
	font-weight: bold; font-size: 10px; 
}
#resourcetext {
	font-size: 10px; font-family: helvetica, geneva, arial, sans-serif
}
#resourcehead {
	font-weight: bold; font-size: 14px; color: #808080; font-family: arial, helvetica, sans-serif
}
#mkt {
	font-size: 12px; font-family: arial, helvetica, sans-serif
}
#mkt2 {
	font-size: 14px; font-family: arial, helvetica, sans-serif
}
#breadcrumb {
	font-weight: bold; font-size: 12px; font-family: arial, helvetica, sans-serif
}
#breadcrumblocation {
	font-weight: bold; font-size: 12px; color: #cc6600; font-family: arial, helvetica, sans-serif
}
#menutitle {
	font-weight: bold; font-size: 12px; margin-left: 10px; font-family: arial, helvetica, sans-serif
}
#menutext {
	font-size: 10px; margin-left: 10px; line-height: 14px; font-family: helvetica, geneva, arial, sans-serif
}
#source {
	font-size: 9px; color: #666666; font-style: italic; font-family: helvetica, geneva, arial, sans-serif
}

