﻿/* Default CSS */
/* Used by ACMS */

.link-text a:link  {color:gray; text-decoration:none}
.link-text a:visited  {color:gray; text-decoration:none}
.link-text a:hover {color:black;text-decoration:underline}

a:link { color:#ffffff; text-decoration:none; }
a:visited { color:#cccccc; text-decoration:none; }
a:hover { cursor:hand; }



BODY
{
    BACKGROUND: white;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 12pt;
    MARGIN: 0;
}
IMG
{
	BORDER:0;
}
TD
{
	VERTICAL-ALIGN: top;
}
.remarks { FONT-SIZE: 9pt; } 
.remarks a:link, a:visited { COLOR: green;} 

.siteName
{
    COLOR: gray;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 24pt;
    FONT-WEIGHT: bold;
}
.siteCopyright
{
    COLOR: #111111;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 8pt;
    TEXT-ALIGN: center;
}
.fillInBox
{
    COLOR: #555555;
    BACKGROUND: #ffffff;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    BORDER-BOTTOM: #cccccc 1px solid;
    BORDER-RIGHT: #cccccc 1px solid;
}
.menu
{
    BACKGROUND: #aaaaaa;
}
.subMenu
{
    BACKGROUND: #cccccc;
}
.subMenuItem
{
    COLOR: #000000;
    BACKGROUND: #aaaaaa;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 18pt;
    TEXT-ALIGN: center;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #555555 1px solid;
    BORDER-RIGHT: #555555 1px solid;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    CURSOR: cursor;
}
.subMenuItemMO
{
    COLOR: #dddddd;
    BACKGROUND: #444444;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 18pt;
    TEXT-ALIGN: center;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #555555 1px solid;
    BORDER-RIGHT: #555555 1px solid;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    CURSOR: cursor;
}
.menuItem
{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#006400,endColorStr=#00ff99);
    COLOR: #000000;
    BACKGROUND: #aaaaaa;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 18pt;
    TEXT-ALIGN: center;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #555555 1px solid;
    BORDER-RIGHT: #555555 1px solid;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    CURSOR: cursor;
}
.menuItemMO
{
    COLOR: #dddddd;
    BACKGROUND: #444444;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 18pt;
    TEXT-ALIGN: center;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #555555 1px solid;
    BORDER-RIGHT: #555555 1px solid;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    CURSOR: cursor;
}

#contentTable
{
    COLOR: #000000;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 14pt;
    CURSOR: pointer;
}
#contentTable .header { BACKGROUND-COLOR: #aaaaaa; TEXT-ALIGN: center; CURSOR:auto; }
#contentTable .oddrow { BACKGROUND-COLOR: #FFCC00; }
#contentTable .evenrow { BACKGROUND-COLOR: #FFF49B; }
#contentTable .mouseover { BACKGROUND-COLOR: #cccccc; }

.contentHeader
{
    COLOR: #000000;
    BACKGROUND: #aaaaaa;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 18pt;
    TEXT-ALIGN: center;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #555555 1px solid;
    BORDER-RIGHT: #555555 1px solid;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    CURSOR: pointer;
}
.contentItem
{
    COLOR: #000000;
    BACKGROUND: #aaaaaa;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 18pt;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #555555 1px solid;
    BORDER-RIGHT: #555555 1px solid;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    CURSOR: pointer;
}
.contentItemMO
{
    COLOR: #dddddd;
    BACKGROUND: #444444;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 15pt;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #555555 1px solid;
    BORDER-RIGHT: #555555 1px solid;
    PADDING-LEFT: 15px;
    PADDING-RIGHT: 15px;
    CURSOR: pointer;
}
.newsItem
{
    COLOR: #ffffff;
    BACKGROUND: #556b7a;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 9pt;
    CURSOR: pointer;
}
.newsSource
{
    COLOR: yellow;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 9pt;
    TEXT-ALIGN: right;
    MARGIN: 0 0 0 0;
    CURSOR: pointer;
}
.newsItemMO
{
    COLOR: #ffffff;
    BACKGROUND: #303d47;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 9pt;
    CURSOR: pointer;
}
.forum
{
    COLOR: #aaaaaa;
    BACKGROUND: #ffffff;
    BORDER-TOP: #aaaa88 2px solid;
    BORDER-LEFT: #000000 2px solid;
    BORDER-BOTTOM: #000000 2px solid;
    BORDER-RIGHT: #000000 2px solid;
}
.ErrorMessage
{
    COLOR: red;
}
.sidebar
{
    BACKGROUND: #888888;
}
.sidebar .title
{
    COLOR: white;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center;
    ALIGN: center;
}
#news .newsItem {color:black; background-color:white;}
#news .newsSource {color:#F5BE00;}
#news .newsItemMO {color:black; background-color:#EBDFB4;}

dl {margin-top: 0;}
dl dt {font-weight: bold;}
dl dd {margin: 0 0 5px 0;}
dl.last, dl dd.last {margin-bottom: 0;}

#sidebar {background-color: #fff; width: 222px; margin: 0 -6px;}
#sidebar a {font-size: 10px;}

#sidebar .box {border: 0; margin: 0 0 6px 0; padding: 0 0 23px 0; background: transparent url(http://images.apple.com/macosx/images/sideboxfooter620050412.gif) no-repeat bottom center;}
#sidebar .box h2 {background: transparent url(http://images.apple.com/macosx/images/sideboxheader620050412.gif) no-repeat top center; border: 0; margin: 0; padding: 6px 26px 4px 26px; color: #000;}
#sidebar .box .subhead {background: transparent url(http://images.apple.com/macosx/images/sideboxsubheader620050412.gif) no-repeat top center; border: 0; margin: 0; height: 11px; line-height: 1px; font-size: 1px;}
#sidebar .box .inside {background: transparent url(http://images.apple.com/macosx/images/sideboxbody620050412.gif) repeat-y top center; padding: 0px 26px; margin: 0;}

#sidebar #news {background-color: red; }
#sidebar #news1 h2 {background-image: url(images/top-left.png); color: #fff;}
#sidebar #news1 .subhead {background-image: url(http://images.apple.com/macosx/images/sideboxsubheadernewintiger20050412.gif);}
#sidebar #news1 .inside {background-image: url(http://images.apple.com/macosx/images/sideboxbodynewintiger20050412.gif);}

#sidebar #newintiger {background-image: url(http://images.apple.com/macosx/images/sideboxfooternewintiger20050412.gif);}
#sidebar #newintiger h2 {background-image: url(http://images.apple.com/macosx/images/sideboxheadernewintiger20050412.gif); color: #fff;}
#sidebar #newintiger .subhead {background-image: url(http://images.apple.com/macosx/images/sideboxsubheadernewintiger20050412.gif);}
#sidebar #newintiger .inside {background-image: url(http://images.apple.com/macosx/images/sideboxbodynewintiger20050412.gif);}

#sidebar #subnav {background-image: url(http://images.apple.com/macosx/images/sideboxfooter120050412.gif);}
#sidebar #subnav h2 {background-image: url(http://images.apple.com/macosx/images/sideboxheader120050412.gif);}
#sidebar #subnav .subhead {background-image: url(http://images.apple.com/macosx/images/sideboxsubheader120050412.gif);}
#sidebar #subnav .inside {background-image: url(http://images.apple.com/macosx/images/sideboxbody120050412.gif);}
#subnav h3 a:hover {color: #4D4D4D;}
#subnav a:hover {color: #fff;}
#subnav h3 {padding-top: 8px;}
#subnav h3.first {padding-top: 0px;}
#subnav h3 a {padding-left: 0px; text-decoration: none; color: #333; font-size: 11px;}
#subnav .open h3 a {color: #2E5CE7;}
#subnav ul {padding: 0; margin: 8px 0 0 0;}
#subnav .closed ul {display: none;}
#subnav .open ul {display: block;}
#subnav li {margin: 0px 0 4px 8px; padding: 0; clear: both;}
#subnav a {font-weight: bold; text-decoration: none; color: #eee; font-size: 11px;}
#subnav li a img {margin-right: 5px; vertical-align: middle;}
#subnav li.hi a {color: #2E5CE7;}
#subnav li.line {border-bottom: 1px solid #a1a5a9; padding-bottom: 1em;}
#subnav li a img {vertical-align: text-middle; margin-right: 8px;}

#sidebar p.line {border-bottom: 1px solid #a1a5a9; padding-bottom: 1em;}
#sidebar p.last {border-bottom: 0; padding-bottom: 0;}

#sidebar #buynow {background-image: url(http://images.apple.com/macosx/images/sideboxfooter1c20050412.gif);}
#sidebar #buynow a {font-weight: bold;}
#sidebar #buynow h2 {background-image: url(http://images.apple.com/macosx/images/sideboxheader1c20050412.gif); color: #fff;}
#sidebar #buynow .subhead {background-image: url(http://images.apple.com/macosx/images/sideboxsubheader1c20050412.gif);}
#sidebar #buynow .inside {background-image: url(http://images.apple.com/macosx/images/sideboxbody1c20050412.gif);}
#main #sidebar #buynow p.button {margin-left: 70px;}

#sidebar #centers .box {background-image: url(http://images.apple.com/macosx/images/sideboxcentersfooter20050412.gif);}
#sidebar #centers .box h2 {height: 88px; display: block;}
#sidebar #centers .box .inside {background-image: url(http://images.apple.com/macosx/images/sideboxcentersbody20050412.gif);}
#sidebar #centers #spotlightcenter h2 {background-image: url(http://images.apple.com/macosx/images/sideboxcentersspotlight20050412.gif);}
#sidebar #centers #dashboardcenter h2 {background-image: url(http://images.apple.com/macosx/images/sideboxcentersdashboard20050412.gif);}
#sidebar #centers #automatorcenter h2 {background-image: url(http://images.apple.com/macosx/images/sideboxcentersautomator20050412.gif);}
#sidebar #centers .newdownloads h3 {margin-bottom: .5em;}
#sidebar #centers .newdownloads p {padding-bottom: .5em; border-bottom: 1px solid #e2e2e2; margin-bottom: .5em;}
#sidebar #centers .newdownloads p.last {padding: 0; border: 0; margin: 0;}
#sidebar #centers .newdownloads a {color: #1548B0; text-decoration: none;}
#sidebar #centers .newdownloads a:hover {text-decoration: underline;}
