/*******************
RAID XML Generator - Style sheet
Author: Sean Dwyer
Date: 4/21/06
Description: This file is used to style html of RAID XML Generator pages
********************/

A:link {text-decoration: none;}
A:visited {text-decoration: none; color: blue}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

.class2 A:link {text-decoration: underline;}


RED: {color:red;}
body {
	padding: 0px;
	margin: 0px;
}

/*Table that outputs XML*/
table#output {
	background-color: #f3f3f3;
	border: solid #000 1px;
	width: 100%;
}

/*Tables for input*/
table#indexTable {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px
}
table#maintable {
	border-spacing: 0px;
	margin-top: 0px;
	border-collapse: collapse;
	padding: 0px;
}
table#input {
	background-color:#FFFFFF;
	border: solid #000 1px;
	border-spacing: 0px;
	margin-top: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table#input2 {
	border-spacing: 0px;
	margin-top: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table#linescore{
	border-spacing: 1px;
	background-color: #DDDDDD;
}
.banner{
	background-image: url(blend.png);
}
.bench {
	background-color: #EEEEEE;
}
.white {
	border-spacing: 0px;
	border-collapse: collapse;
}
.bluetable {
	background-image: url(blendBlue.png);
	background-color: #99CCFF; /*Light blue background*/
	border-spacing: 0px;	
	padding: 0px;
}
.ad_table {
	background-color: #772200;
	margin: 0px;
	border-spacing: 0px;
	padding; 0px;
}
.calendar {
	border: solid #000 1px;
	border-spacing: 0px;

}
.calendar-month {
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-right: solid #000 1px;
	background-image: url(blendBlue.png);
	background-color: #99CCFF;
	font-weight: bold;
}
.toprow {
	background-image: url(blendBlue.png);
	background-color: #99CCFF; /*Light blue background*/
	border: solid #000 1px;
}
.toprow2 {
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	background-image: url(blend.png);
	background-color: #99DD99; /*Light green background*/
	border-spacing: 0px
	padding: 0px;
	margin: 0px;
}
.toprow3 {
	background-color: #772200; /*Dark red background*/
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
}
.score {
	background-color: #EEEEEE;
	border-spacing: 2px;
}
.bottom {
	border-bottom: 1px solid #009900;
	border-top: 1px solid #009900;
	background-image: url(blend.png);
	background-color: #99DD99; /*Light green background*/
}
.padding { padding: 10px; }
.gray { /*Gray background*/
	background-image: url(blendGray.png);
	background-color: #CCCCCC;
	border: solid #000 1px;
}
.gray2 {
	background-color: #CCCCCC;
	border: solid #000 1px;
}
.light { /*Very Light gray background*/
	background-color: #DDDDDD;
	border: 1px solid black;
	border-spacing: 0px;
	margin-top: 0px;
	margin-right: 10px;
	border-collapse: collapse;
	padding: 0px;
	/*border-top: 1px solid #DDDDDD;*/
}
.stubHubAd {
	margin-right: 10px;
}
.header { /*Used in row beneath title*/
	text-align:center;
}
.BIG{
	font-size:1.2em;
}
H1 { /*Used in title*/
	display:inline;
	color:white;
	font-size: 1.5em;
	text-align: center;
}
H2 {
	display: inline;
	font-size: 1em;
	color: black;
	font-weight: bold;
}

H3{
	display:inline;
	font-size: 1em;
	color:red;
}
H4{
	display:inline;
	font-size: 0.6em;
}
.code { /*Used for xml file*/
	color: #A50000;
	font-family: fixed;
}
small {
	font-size: 0.6em;

}
.tiny {
	display: inline;
	font-size: 0.75em;
}
.post {
	background-color: #f3f3f3;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}
.storytitle {
	font-size: 1.2em;

}
.inningScore {
	color: white;
	background-color: #772200;
}