/***************************************/
/*  CASCADING STYLE SHEET FOR O.A.R.C  */
/***************************************/

/* DEFAULTS FOR PAGE */
.pagebackgroundcolour {background : black;}


/* BODY DEFAULTS */
body 	{font-family: Arial, Verdana, Helvetica, "Sans Serif" ;
	color: black;
	margin-top: 4px;
	margin-left: 4px;}


/* TEXT DEFAULTS */
h1      {font-size: 10pt;
	background: #7fbeef;
	color: black;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;}

h2      {font-size: 14pt;
	color: black;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

h3  	{font-size: 24pt;
	color: black;
	font-weight: normal;
	font-style: italic;}

p    	{ margin-top: 0px;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 4px;
        font-size: 10pt; }
          
          
/* TABLE DEFAULTS */
table				{background : #efefff;}
td				{vertical-align: top;}
td.screencolour			{background : #0000ff;}
td.menuwidth			{width : 140px;}
td.textareawidth		{width : 800px;}
td.rightbarwidth		{width : 16px;}
td.titleheight			{height : 80px;}
td.footerheight			{height : 21px;}


/* CALLSIGN BADGE */
table.callsignbadgetable   	{width : 234px;}
td.callsignbadge		{font-size : 32pt;
				 font-weight : bold;
				 background : red;
				 color : white;
				 text-align : center;}

/* CLUB MEMBER INFO TABLES */
td.membermarginwidth 	  	{width : 40px;}
td.memberuseableareawidth	{width : 760px;}
table.membertable		{width : 720px;}
td.memberfielddesc		{width : 220px; background : #7fbeef;}
td.memberfielddesc2		{width : 130px; background : #ffffff;}
td.memberfielddata		{width : *px;   background : #ffffff;}