﻿HTML {
    background-image: url('images/ClubLogo.gif');
    background-repeat: no-repeat; /*background won't tile works in both ver4+ browsers*/
    background-position: center bottom;    /*background centered in IE4+, NN6 top left corner in Netscape 4*/
    background-attachment: fixed; /*background fixed in IE4+, NN6 wont work in NN4*/
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #2F5AAF;
    scrollbar-dark-shadow-color: #2F5AAF;
    scrollbar-3dlight-color:white;
    scrollbar-face-color: #2F5AAF;
    scrollbar-highlight-color: #ffffff; /*the outer edges around the arrows*/
    scrollbar-shadow-color: #B1DBEE;
    scrollbar-darkshadow-color: purple
 }
BODY {
    FONT-FAMILY: verdana,arial,sans-serif;
    background-image: url('images/ClubLogo.gif');
    background-repeat: no-repeat; /*background won't tile works in both ver4+ browsers*/
    background-position: center bottom;    /*background centered in IE4+, NN6 top left corner in Netscape 4*/
    background-attachment: fixed; /*background fixed in IE4+, NN6 wont work in NN4*/
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #2F5AAF;
    scrollbar-dark-shadow-color: #2F5AAF;
    scrollbar-3dlight-color:white;
    scrollbar-face-color: #2F5AAF;
    scrollbar-highlight-color: #ffffff; /*the outer edges around the arrows*/
    scrollbar-shadow-color: #B1DBEE;
    scrollbar-darkshadow-color: purple
 }
form {
    margin:0;
    padding:0;
    border:0px none;
}
TH {
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
}
H4 {
	font-weight: bolder;
	font-size: 14pt;
	color: #0275AB;
	font-variant: small-caps;
}
H3 {
	font-weight: bolder;
	font-size: 16pt;
	color: #0275AB;
	font-variant: small-caps;
}
H2 {
	font-weight: bolder;
	font-size: 24pt;
	color: #0275AB;
	font-variant: small-caps;
}
.button {
	FONT-FAMILY: verdana,arial,sans-serif;
	FONT-SIZE: 9pt;
}
SELECT {
	FONT-FAMILY: verdana,arial,sans-serif;
}
OPTION {
	FONT-FAMILY: verdana,arial,sans-serif;
}
INPUT {
	FONT-FAMILY: verdana,arial,sans-serif;
}
.note {
	font-size: 11px;
	font-weight: normal
}
.Footer {
	color: #163D22;
	font-size: 9.5px;
}
TD.footer {
    FONT-SIZE: 8pt;
    BACKGROUND: #B1DBEE;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
TD.footer a:link {
	font-size: 8pt;
	color: #0275AB;
	text-decoration: underline;
}
TD.footer a:visited {
    FONT-SIZE: 8pt;
    COLOR: #0275AB;
    TEXT-DECORATION: underline
}
TD.footer a:hover {
    FONT-SIZE: 8pt;
    COLOR: #050A5C;
    TEXT-DECORATION: none
}
TD.footer a:active {
    FONT-SIZE: 8pt;
    COLOR: #0275AB;
    TEXT-DECORATION: underline
}
TD {
	font-size: small;
}
HR {
	color: #52491f;
}
.white {
	color: #ffffff;
}
.weather a:link {
	FONT-SIZE: 7pt;	
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	COLOR: #0275AB
}
.weather a:visited {
	FONT-SIZE: 7pt;	
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	COLOR: #0275Ac
}
.weather a:hover {
	FONT-SIZE: 7pt;	
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	COLOR: #050A5C
}
.weather a:active {
	FONT-SIZE: 7pt;	
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	COLOR: red
}
a:link {
	FONT-SIZE: 9pt;	
	TEXT-DECORATION: none;
	COLOR: #0275AB
}
a:visited {
	FONT-SIZE: 9pt;
	TEXT-DECORATION: none;
	COLOR: #0275Ac
}
a:hover {
	FONT-SIZE: 9pt;	
	TEXT-DECORATION: underline;
	COLOR: #050A5C
}
a:active {
	FONT-SIZE: 9pt;	
	TEXT-DECORATION: underline;
	COLOR: red
}
.smalltext {
      font-size: 8pt;
      }
.smalltextRed {
      font-size: 8pt;
      color: red;
      }
.TableSkills {
	padding: 3;
	border: thin solid;
	width: 600px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}
.TableSkills TD {
	padding: 3;
	margin: 3px;
	border: thin solid;
	line-height: 30px;
	border-collapse: collapse;
}
#mini-wrapper {
	width: 300px;
	margin: auto;
	padding: 6px;
}
fieldset.frontpage {
	padding: 1px;
	margin: 1px;
	border: 1px solid #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url('images/blue_arrow.gif');
	width: 460px;
}
li.frontpage {
	padding-left: 9px;
}
.UserUpload {
	width: 200px;
	text-align: center;
	margin-left: 2em;
	margin-top: 2em;
	padding: 6px;
	border: 2px #669900 solid;
	xbackground: #EEEDB1;
	background-color: #CCFFFF;
}
fieldset.admin {
	color: #008000;
	font-size: small;
	text-align: left;
	border: 2px solid #008000;
	width: 230px;
	height: 80px;
	background-color: #CCFFFF;
	padding: 4px;
	margin: auto;
}
legend.admin {
	color: maroon;
	font-weight: 700;
	text-align: left;
}
.portfolioOnline {
	width: 200px;
	border: 1px black solid;
}