
/*--- BASICS -----------------------------------------------------------------*/
body
{ 
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	text-align: left;
	text-transform: lowercase;
}
.heading
{
	font-size: 18pt;
	font-weight: bolder;
	text-transform: lowercase;
}
.subheading
{
	font-size: 10pt;
	font-weight: bolder;
	text-transform: lowercase;
}
.smallheading
{
	font-size: 8pt;
	text-transform: lowercase;
}
.text
{
	font-size: 8pt;
	text-transform: lowercase;
}
.data
{
	font-size: 8pt;
	text-transform: lowercase;
}
.skateparkname
{
	font-size: 9pt;
	text-transform: lowercase;
	font-weight: bolder;
}
table
{
        border-style: solid;
        border-color: #333333;
        border-top-width: 0px;
        border-bottom-width: 1px;
        border-left-width: 0px;
        border-right-width: 1px;
        border-spacing: 0px;
}
td
{
        border-style: solid;
        border-color: #333333;
        border-top-width: 1px;
        border-bottom-width: 0px;
        border-left-width: 1px;
        border-right-width: 0px;
        padding: 0px;
}
td.banner
{
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        text-align: center;
}
td.headingtd
{
        padding: 20px;
}
td.unborderedpaddedtext
{
        padding: 10px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
}
td.unborderedheadingtd
{
        padding: 20px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
}
table.navigator
{
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
}
table.directoryheading
{
        border-top-width: 1px;
        border-bottom-width: 0px;
        border-left-width: 1px;
        border-right-width: 1px;
}
table.subtable
{
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
}
.bordered
{
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
}
.unbordered
{
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
}
td.navigator
{
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        text-align: center;
}
.fineprint
{
	font-size: 8pt;
	text-transform: lowercase;
}
select, option, input
{
	font-size: 9pt;
	text-transform: lowercase;
} 
input.radio
{
	font-size: 9pt;
	text-transform: lowercase;
}
td
{
	text-align: left;
	vertical-align: top;
}
.left
{
	text-align: left;
	vertical-align: top;
}
.center
{
	text-align: center;
	vertical-align: top;
}
.right
{
	text-align: right;
	vertical-align: top;
}
.bottomright
{
	text-align: right;
	vertical-align: bottom;
}
img
{
        border-width: 0px;
}
ul
{
	list-style-type: disc;
}
td.centerbg1
{
	text-align: center;
	vertical-align: top;
}
td.centerbg2
{
	text-align: center;
	vertical-align: top;
}
td.leftbg1
{
	text-align: left;
	vertical-align: top;
}
td.leftbg2
{
	text-align: left;
	vertical-align: top;
}
.trademarksymbol
{
        text-transform: uppercase;
        vertical-align: super;
        font-size: 80%;
}

/*--- BROWSER FRIENDLY ADDITIONS ---------------------------------------------*/
body
{ 
	background-color: #000000;
	color: #ffffff;
	margin-top: 20px;
	margin-left: 20px;
} 
.data
{
	color: #ffffff;
}
.navigator
{
	color: #ffffff;
	background-color: #000000;
}
.fineprint
{
	color: #ffffff;
}
select, option, input
{
	color: #000000;
	background-color: #CCCCCC;
} 
input.radio
{
	color: #000000;
	background-color: #000000;
} 
a:link, a:visited, a:active, a:hover
{
	color: #AAAAAA;
} 
a:link, a:visited, a:active
{
	text-decoration: none;
}    
a:hover 
{ 
	text-decoration: underline;
}  
table
{
	width: 800px;
}
table.imagetable
{
	width: 500px;
}
table.subtable, table.navtable
{
	width: 750px;
}
td
{
        border-color: #333333;
}
td.centerbg1
{
	background-color: #222222;
}
td.centerbg2
{
	background-color: #000000;
}
td.leftbg1
{
	background-color: #222222;
}
td.leftbg2
{
	background-color: #000000;
}
