﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 600px;
}
a
{
	color: #0066FF;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a[disabled=disabled]
{
    color: #999999;
}
h1
{
	color: #B00000;
	margin:0;
	font-size:16px;
}
h2
{
	color: #003399;
	margin: 0;
}

.inlineList ul
{
	list-style: none;
	
	margin: 0px;
	padding: 0px;
}
.inlineList li
{
	display: inline;
}
.inlineList li:first-child a
{
	padding-right: 5px;
	padding-left: 0px;
	border-left-style: none;
}
.inlineList li a
{
	padding-right: 5px;
	padding-left: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999;
}

.button
{
	background-image: url('images/bg_button.png');
	border: 1px solid #1F54BC;
	color: White;
	font-family: 'Trebuchet MS' , Arial;
	font-size: 14px;
	font-weight: bold;
}
.alertDiv
{
	background-color: #FFCCCC;
	padding: 8px;
	border: 1px solid #FF5E5E;
	font-family: Arial;
	font-size: 13px;
	color: #CC0000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.warningDiv
{
	background-color: #FFFFDF;
	padding: 8px;
	border: 1px solid #E6DB55;
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.successDiv
{
	color: #333333;
	border: 1px solid #339E35;
	padding: 8px;
	background-color: #E2F2C2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.coloredBGDiv
{
	border: 2px solid white;
	background-color: #014898;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	text-transform: capitalize;
}
.table1 input, .table1 select
{
	padding: 3px;
	font-size: 16px;
	color: #666666;
	width: 225px;
	border: 1px solid #C0C0C0;
}
.table1 .button
{
	background-image: url('images/bg_button.png');
	border: 1px solid #1F54BC;
	color: White;
	font-family: 'Trebuchet MS' , Arial;
	font-size: 14px;
	width:auto;
}
.autoWidth input
{
	width:auto;
}

.table1 table
{
	margin-left:15px;
}
.table1 td.tableHeader1
{
	font-weight: bold;
	color: #003399;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
.imgTeamLogo 
{
	width:100px;
	float:left;	
	padding: 5px;
	margin-right: 10px;
/*	border: 1px solid #ccc;*/
}
.imgRinkLogo 
{
	width:100px;
	float:left;	
	padding: 5px;
	margin-right: 10px;
/*	border: 1px solid #ccc;*/
}
.shadedForm
{
	color: #666666;
	background-color: #F9F9F9;
	border: 1px solid #C0C0C0;
	padding: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}