/* Reset Styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
/* End Reset Styles */

/* Base Styles */
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
p {
	margin-bottom: 0px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	outline: 0;
}

/* Common Classes */
.clear {
	clear: both;
}
.notice {
	color: green;
	font-weight: bold;
}
.error {
	color: red;
	font-weight: bold;
}

.lineup_icon {
	position:relative !important;
	top:3px !important;
}

.stripe {
	background: #e9e9e9 !important;
}

#errorMessage
{
 	/*background: #fff url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;*/	
	background: #fff;
 	color:#333;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
}

#noticeMessage
{
 	/*background: #fff url(images/ui-bg_diagonals-thick_18_b81900_40x40_green.png) 50% 50% repeat;*/
	background: #fff;
 	color:#333;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
}

#errorMessage p {
	clear:both;
	line-height:1.5;
}

#noticeMessage p {
	clear:both;
	padding-bottom:10px;
}

#errorMessage a{
	color:#FFFFFF;
	text-decoration:underline;
}
