/* style.css - simple ARC style sheet */

body        {color: black; background: #000000 url('/pix/backdrop01.jpg') no-repeat top center; font-family: Helvetica,Arial,sans-serif; font-size: 11pt;}
p           {font-family: Helvetica,Arial,sans-serif; font-size: 11pt;}
div         {font-family: Helvetica,Arial,sans-serif; font-size: 11pt;}

a:link		{text-decoration : none; color: blue; }
a:visited	{text-decoration : none; color: blue; }
a:hover		{color : red; text-decoration : underline;}

pre 		{font-family: Monaco,Courier,monospace;}

h1		{font-size: 24pt; font-weight: bold; margin-bottom: 0em; margin-top:0em; }
h2		{font-size: 18pt; font-weight: bold; margin-bottom: 0em; margin-top:0em; }
h3		{font-size: 14pt; font-weight: bold; margin-bottom: 0em; margin-top:0em; }
h4		{font-size: 9pt; font-weight: normal; margin-bottom: 0em;  margin-top:0em;}

div.clearbox    {width: 100%; padding: 0.0em; border-color: #444444; margin-bottom: 1em; background: rgb(32, 32, 32) ; background: rgba(32, 32, 32, 0.85); }
div.bigbox	    {border: solid; border-width: 1px; width: 100%; padding: 0.0em; border-color: #444444; margin-bottom: 1em; background: rgb(255, 255, 255); }
div.box		    {border: solid; border-width: 0px; padding: 0.0em; border-color: #ad3030; margin-bottom: 1em; background: rgb(255, 255, 255)}
div.lbox	    {border: solid; border-width: 2px; padding: 0.0em; border-color: #ad3030; margin-bottom: 1em; float: left; }
div.rbox	    {border: solid; border-width: 2px; padding: 0.0em; border-color: #ad3030; margin-bottom: 1em; float: right; }
div.boxhead	    {font-weight: bold; background: #444444; border: none; padding: 0.25em; color: white; }
div.codesample  {font-weight: normal; font-family: monospace; background: #eeeeee; border: none; color: black; margin-left: 1em; margin-right: 1em;}
div.normpad	    {padding: 0.5em;}

div.smallnote	{font-size: 75%;}

dl.quicklinks	{padding: 0.5em; font-size: 10pt; margin-top: 0em; margin-bottom: 0em;}

dl	            {padding: 0.5em; margin-top: 0em; margin-bottom: 0em; }

table#norm	    {background-color: #ad3030; border: 0px; width: 100%;}
table#norm th   {padding: 2px; background-color: #dddddd; text-align: center; font-weight: bold; font-family: sans-serif; }
table#norm th.l {padding: 2px; background-color: #dddddd; text-align: left; font-weight: bold; font-family: sans-serif; }
table#norm td   {padding: 2px; background-color: white; text-align: center; }
table#norm td.l {padding: 2px; background-color: white; text-align: left; }

table#gallery    {border: 0px; }
table#gallery td {font-size: 11pt; color: white;}

table#small      {background-color: #ad3030; border: 0px; }
table#small th   {padding: 8px; background-color: #dddddd; text-align: left; font-weight: bold; font-family: sans-serif; }
table#small td   {padding: 8px; background-color: white; text-align: left; }


/*  stuff for header only */
h1.header { font-size: 60px; font-weight: bolder; font-family: Helvetica,Arial,sans-serif; color: white; text-shadow: #222222 3px 3px 2px;}
h4.header { font-size: 15px; font-weight: normal; font-family: Helvetica,Arial,sans-serif; color: white; text-shadow: #222222 3px 3px 2px;}
table#header td { background: rgb(32, 32, 32); background: rgba(32, 32, 32, 0.8); text-align: center; } 

