* {
	margin:0;
	padding:0;
	}

body {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
  	font-weight: normal;
	text-align:center;
	line-height:1.4;
	background-image:url(./../images/smallBg.png);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#fdfdfd;
	}

div.clearer {
	width:100%;
	clear:both;
	height:0px;
	}

/* for two column ad layout  */
#glue {
	width:940px; /* added 22 here */
	margin:0 auto;
	padding:5px 0px 0px 0px;
	text-align:left;
	background-color:white;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	}

/* Styles for the header */
#header {
	clear:both;
	position:relative;
	}

#header h1 {
	margin:20px 0 10px 27px; /* added 10 here*/
	padding:0;
	height:70px;
	background-repeat:no-repeat;
	background-position:0px 7px;
	/*background-image:url(./../images/dgLogo.gif);*/
	font-size: 180%;
	text-align: left;
	color:black;
	width:199px;
	}

#header span {
	text-indent:-1000em;
	display:block;
	overflow:hidden;
	width:199px;
	height:70px;
	}

#headersearchbox {
	font-size:100%;
	position:absolute;
	top:0;
	right:27px;/* added 10 here */
	}

/*styles for the style sheet switcher*/
#switcher {
	/*text-align:right;
	font-size:12px;
	padding:0;
	margin:2px 4px 1px 0;
	/*height:17px !important;
	padding-botton:10px;*/
	text-align:right;
	font-size:12px;
	padding-top:6px;
	padding-bottom:4px;
	padding-right:27px; /* added 10 here */
	line-height:1;
	color:#003366;
	}

#switcher a {
	display: inline;
	text-decoration:none;
	color:#333366;
	font-weight:bold;
	border:none;
	margin:0 4px;
	}

#switcher p {
	color:#333366;
	}

#switcher a:hover {
	color:#f07800;
	border:none;
	}

.SwitcherSmall {
	font-size:9.5px;
	}

.SwitcherMedium {
	font-size:11px;
	}

.SwitcherLarge {
	font-size:12px;
	}

/* is this necessary?
#banner {
	background:#fff;
	text-align:right;
	float:left;
	padding-bottom: 8px;
	}*/

#leftcontent {
	float:left;
	width:520px;
	padding:0 0 0 27px;/* added 10 here */
	margin-left:0;
	margin-top:10px;
	margin-bottom:10px;
	}

#rightcontent {
	width:342px;
	float:right;
	padding:0 20px 0 0;
 	margin:22px 0 10px 0; /* added 10 here */
	font-size:12px;
	}

#rightcontent-spancol {
	margin:auto auto 10px auto;
	}

#rightcontent-subcol1 {
	width:161px;
	float:left;
	margin-bottom:10px;
	}

#rightcontent-subcol2 {
	align:right;
	text-align:center;
	width:161px;;
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	}

#footer {
	margin-top:20px;
	width:520px;
	padding:0 0 0 27px;
	}

#footer p {
	margin:0;
	padding:0;
	}

h1, h2, h3, h4, h5, th, thead, tfoot {
    color: #000000;
	margin:1em 0 0.4em 0;
	}

h1, merchead {
	font-size:	1.5em;
	font-weight: bold;
	font-style:	normal;
	}

h2 {
	font-size:	1.25em;
	font-weight: bold;
	font-style:	normal;
	}

h3	{
	font-size: 1.2em;
	font-weight:bold;
	font-style:	normal;
	}

h4	{
	font-size:	1.1em;
	font-weight:bold;
	font-style:	normal;
	}

h5, dt	{
	font-size:	1.1em;
	font-weight:bold;
	font-style:	normal;
	}

h6	{
	font-size:1em;
	font-weight:bold;
	font-style:	normal;
	}

tfoot, thead {
	font-size:	1em;
	}

table {
	border-collapse:0;
	border-spacing:0;
	margin:0.75em 0;
	font-size: 12px;
	}

th	{
	vertical-align:	baseline;
	font-size: 100%;
	font-weight: bold;
	}

td {
    font-weight: normal;
	vertical-align: top;
	padding-right:10px;
	}

p.Entity_DetailDescription, p.Entity_BriefDescription {
	margin-bottom:1em;
	}

small {
	font-size: 90%;
	}

big	{
	font-size:110%;
	}

blockquote, pre	{
	font-family: "Lucida Console", Courier, "Courier New", monospace;
	}

ul li	{
	list-style-type:circle;
	list-style-image:url(./../images/arrowbullet.png) ;
	margin-left:1.5em;
	}

ul li li	{
	list-style-type: circle;
	list-style-image:url(./../images/arrowbullet.png) ;
	margin-left:1.5em;
	}

ul li li li	{
	list-style-type: circle;
	list-style-image:url(./../images/arrowbullet.png) ;
	margin-left:1.5em;
	}

ul.Topic_NavListBig ul li {
	/*list-style-image:none;
	list-style-type:none;*/
	padding-left:0;
	margin-left:0;
	}

ul#Intro_TopicList, ul.Topic_NavListBig, ul.Topic_NavListSmall {
	margin-bottom:1.5em;
	}

ol li	{
	list-style-type: decimal;
	margin-left:1.5em;
	}

ol ol li	{
	list-style-type: lower-alpha;
	margin-left:1.5em;
	}

ol ol ol li	{
	list-style-type: lower-roman;
	margin-left:1.5em;
	}

a:link  {
    color: #f07800;
    text-decoration: none;
	}

a:visited  {
    	color:#f07800;
    	text-decoration: none;
	}

a:hover  {
    color:#ff1111;
	text-decoration:none;
	}

a:active  {
    color: #f07800;
    text-decoration: none
	}

a.orangelink {
	color: #f07800;
	font-size:110%;
	text-decoration: none;
	font-weight: bold;
	}

a.orangelink:hover {
	color: #ff1111 !important;
	text-decoration: underline;
	}

a.orangelink:visited {
	color: #f07800;
	text-decoration: none;
	font-weight: bold;
	}

.formelements {
	font-size: 100%;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	}

.CodeSample, .codesample {
	font-family: "Lucida Console", Courier, "Courier New", monospace;
	font-size: 100%;
	color: blue;
	}

.CodeOutput, .codeoutput {
	font-family: "Lucida Console", Courier, "Courier New", monospace;
	font-size: 100%;
	color: green;
	}

.argument {
    background: #cccfff;
	}

.argumenttext {
    color: #000000;
	}

.clause {
    background: #33ff66;
	}

.clausetext {
    color: #33ff66;
	}

.Entity_Collection, .Collection, .collection {
    border-bottom:1px solid #dddddd;
	}

.collectiontext {
    color: #ffb5c3;
	}

.constant {
    background: #6666ff;
	}

.constanttext {
    color: #6666ff;
	}

.declaration {
    background: #cc66ff;
	}

.declarationtext {
    color: #cc66ff;
	}

.Event, .event, .Entity_Event {
    border-bottom:1px solid #dddddd;
	}

.eventtext {
    color: #de4a42;
	}

.Function, .function {
    background: #ff9900;
	}

.functiontext {
    color: #ff9900;
	}

.Method, .method, .Entity_Method {
    border-bottom:1px solid #dddddd;
	}

.methodtext {
    color: #cc6600;
	}

.Object, .object {
    background: #cc66ff;
	}

.objecttext {
    color: #cc66ff;
	}

.operation {
    background: #6666ff;
	}

.operationtext {
    color: #6666ff;
	}

.Operator, .operator {
    background: #33ff66;
	}

.operatortext {
    color: #33ff66;
	}

.Property, .property, .Entity_Property {
    border-bottom:1px solid #dddddd;
	}

.propertytext {
    color: #ffc080;
	}

.Statement, .statement {
    background: #ffff66;
	}

.statementtext {
    color: #ffff66;
	}

.unused {
    background: #ff3333;
	}

.unusedtext {
    color: #ff3333;
	}

.NoLink, .nolink {
    font-style: italic;
	color: #666666;
	}

.Syntax, .syntax, .Entity_SubEntitySyntax, .Entity_SyntaxList {
    	font-style: italic;
	color: #666666;
	}

.Entity_SyntaxList {
	margin-bottom:1em;
	width:100%;
	font-style:italic;
	}

.Entity_SyntaxList dt {
	width:25%;
	float:left;
	font-weight:normal;
	display:block;
font-style:italic;
	}

.Entity_SyntaxList dd {
	width:74%;
	float:left;
	display:block;
	padding-bottom:0.25em;
	font-style:italic;
	}

.Entity_SubEntityList {
	margin-bottom:1.5em;
	}

.Entity_SubEntityList dd {
	margin-bottom:1em;
	}

.Entity_CodeExample {
	background-color:#fafafa;
	border-left:8px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	padding:0.25em 1em 1em 1em;
	margin-bottom:1em;
	display:block;
	}


.qrindex {
	font-size:100%;
	}

/*.adtable {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	}*/

#BottomLeaderBoard {
	width:100%;
	text-align:center;
	margin:10px auto;
	}

#MiddleLeaderBoard, #TopLeaderBoard  {
	width:100%;
	text-align:center;
	margin:10px auto 0 auto;
	}

#AboveContentBanner {
	z-index:-1;
	width:100%;
	text-align:center;
	margin:0 auto;
	}

#BelowContentBanner {
	width:100%;
	text-align:center;
	margin:10px auto 0 auto;
	}

#HeaderBanner {
	position:absolute;
	top:0;
	right:27px;
	}

a.HiddenLink {
	color:#ffffff;
	border:none;
	font-size:50%
	}

.Button a {
	background-color:#f3f3f3;
	border:1px solid #dddddd;
	padding:4px 6px 4px 26px;
	color:#003366;
	/*-moz-border-radius:8px;*/
	font-size:12px;
	font-weight:bold;
	float:right;
	margin:10px 0 10px 10px;
	}

.Button a:visited {
	color:#003366;
	}

.Button a:hover {
	background-color:#fdfdfd;
	border:1px solid #dddddd;
	color:#f07800;
	text-decoration:none;
	}

.PrintButton a {
	background-image:url(./../images/printer.png);
	background-position:4px 3px;
	background-repeat:no-repeat;
	}

.CommentButton a {
	background-image:url(./../images/audio-input-microphone-2.png);
	background-position:4px 4px;
	background-repeat:no-repeat;
	}

.EmailButton a {
	background-image:url(./../images/mail-message-new.png);
	background-position:4px 4px;
	background-repeat:no-repeat;
	}

a img {
	border:0px;
	}

.Home_QuickrefMenu {
	width:100%;
	border:1px solid #f0eeee;
	background:#fffaf6;
	}

.Home_QuickrefMenu tr td {
	width:25%;
	font-weight:bold;
	padding:0 1em;
	}

.Home_QuickrefMenu tr th {
	padding:0.5em 1em 0.5em 1em;
	text-align:left;
	font-size:	1.2em;
	font-weight:bold;
	font-style:	normal;
	}

.Home_QuickrefMenu tr td a {
	width:80%;
	display:block;
	padding:0.25em 0 0.25em 1em;
	}

.Home_QuickrefMenu tr td a:hover {
	background-color:#fdfdfd;
	}

.Intro_QuickrefPDF {
	float:right;
	text-align:right;
	width:20em;
	margin-top:-2em;
	}

.Intro_QuickrefPDF div {
	float:right;
	padding:0.5em;
	margin-left:25px;
	}

.Intro_QuickrefPDF div a {
	display:block;
	width:24px;
	height:0px;
	overflow:hidden;
	padding-top:32px;
	}

.Intro_QuickrefPDF div.Intro_TryQuickRefPDF a {
	background-image:url(./../images/pdf_icon_try.jpg);
	}

.Intro_QuickrefPDF div.Intro_BuyQuickRefPDF a {
	background-image:url(./../images/pdf_icon_free.jpg);
	}


/* Hack on the merchandise page */
.adheader {
	font-weight:bold;
	}


/* Code for the navigation menu */
#menunavcontainer {
	z-index:2000;
	width:100%;
	/*background-color:#f3f3f3;*/
	/*background-image:url(./../images/menubackground.gif);*/
	background-image:url(./../images/menubackground.gif);
	background-repeat:repeat-x;
	display:block;
	position:relative;
	/*border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;*/
	}

#menunav, #menunav ul { /* all lists */
	margin:0;
	padding:0;
	list-style: none;
	line-height: 1;
	/*background-color:#f3f3f3;*/
	font-size:12px;
	}

#menunav {
	margin:0 0 0 20px; /* added 10 here */
	}

#menunav a {
	display: block;
	/*width: 10em;*/
	text-decoration:none;
	color:#003366;
	font-weight:bold;
	border:none;
	padding:4px 6px 4px 6px;
	}

#menunav a:hover {
	color:#f07800;
	}

#menunav li { /* all list items */
	/*background-color:#f3f3f3;*/
	float: left;
	/*min-width: 4em; /* width needed or else Opera goes nuts */
	margin:1px 1em 0 0;
	list-style-type:none;
	list-style-image:none !important;
	}

#menunav li ul { /* second-level lists */
	position: absolute;
	background: #f3f3f3;
	width:11em;
	top:21px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border:1px solid #dddddd;
	list-style-image:none !important;
	}

#menunav li ul li {
	width:11em;
	border:none;
	margin:0;
	}

#menunav li:hover ul, #menunav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

#menunav li:hover, #menunav li.sfhover {
	background-color:#fdfdfd;
	}

.sidebar_adunit {
	padding-bottom:10px;
	}

div.topxmltextads {
	font-size:95%;
	padding:2em 0;
	display:block;
	}
	tbody {
    border-top: medium none;
}
