/* Fix for the firefox scrollbar issue */
HTML{
min-height:101%
}

/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Arial,Helvetica,Sans-serif,sans-serif; 
background-color: #EEF0E6;
background-image: url(./images/background.gif);
background-repeat: repeat;
}

a:active {color: #CB3756; text-decoration: none;}
a:link {color: #CB3756; text-decoration: none;}
a:visited {color: #CB3756; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}

.navigation {font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:12px; line-height:13px; color: #666666; margin-top:5px;}
a:link.navigation {font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:12px; line-height:18px; text-decoration:none; color:#666666; margin-top:5px;}
a:visited.navigation {font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:12px; line-height:18px;text-decoration:none; color:#666666; margin-top:5px;}
a:hover.navigation {font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:12px; line-height:18px;text-decoration:none; color: #666666; margin-top:5px;}
a:active.navigation {font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:12px; line-height:18px;text-decoration:none; color:#666666; margin-top:5px;}

LI {font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#000000; margin-bottom:0px; list-style-image: url("./images/bullet1.gif");}
UL {font-family:Arial,Helvetica,sans-serif; font-size:11px; color:#000000; margin-top:0px; margin-bottom:0px; margin-left:20px;}

label {font-family: Arial,Helvetica,sans-serif; font-size: 11px; text-align:right}

H1 {font-family:Arial,Helvetica,sans-serif; font-size:medium; color:C61829; margin-top:5px; margin-bottom: 0px;}
H2 {font-family:Arial,Helvetica,sans-serif; font-size:small; color:C61829; margin-top:5px; margin-bottom: 0px;}
H3 {font-family:Arial,Helvetica,sans-serif; font-size:small; color:C61829;  margin-top:5px; margin-bottom: 0px;}
H4 {font-family:Arial,Helvetica,sans-serif; font-size:11px; font-weight:bold; color: #C61829; margin-top: 15px; margin-bottom: 0px;}

INPUT,SELECT,TEXTAREA,OPTION {
	font-size:10px;
	font-family: 'MS Sans Serif', Verdana, Arial;
}

input.button {
	cursor: hand; 
	color: #FFFFFF;
	background-color: #5f9ea0;
	font-weight: bold;
	padding: 1px;
	border-width: 1px;
	background-image: url(http://localhost/agolfex/images/button.gif);
	
	border-top-style : solid;
	border-top-color : #708090;

	border-bottom-style : solid;
	border-bottom-color : #708090;

	border-left-style : solid;
	border-left-color : #708090;

	border-right-style : solid;
	border-right-color : #708090;
}

input.buttonover {
	cursor: hand; 
	color: #FFFFFF;
	background-color: #5f9ea0;
	font-weight: bold;
	padding: 1px;
	border-width: 1px;
	background-image: url(http://localhost/xxx/images/buttonover.gif);
	
	border-top-style : solid;
	border-top-color : #5f9ea0;

	border-bottom-style : solid;
	border-bottom-color : #5f9ea0;

	border-left-style : solid;
	border-left-color : #5f9ea0;

	border-right-style : solid;
	border-right-color : #5f9ea0;
}