body
{
 font-family:Arial,Tahoma,sans-serif;
 
}
input, select, p
{
	 font-size:0.85em;
}

input.shortwidth
{
	 width:80px;
}
input.mediumwidth
{
	 width:100px;
}
input.longwidth
{
	 width:180px;
}	 

h1,h2,h3,h4
{
	  font-family:Arial,Tahoma,sans-serif;
}
h1
{
	 font-size:13pt;
	 color:Navy;
}
h2
{
	 font-size:11pt;
	 color:Navy;
}
h3
{
	 font-size:10pt;
	 color:Navy;
}
h4
{
	 font-size:9pt;
	 color:Navy;
}
table
{
	 font-size:0.85em;
}
td
{
	 vertical-align:text-top;
}	 
td.padded
{
	 padding:1px;
}
td.shortwidth
{
	 width:80px;
}
td.mediumwidth
{
	 width:100px;
}
td.longwidth
{
	 width:180px;
}	 
td.command
{
	text-align:right;
	vertical-align:middle;
}
.box
{
	  border:solid 1 navy;
}
.largetext
{
	 font-size:x-large;
}
.MeetLayoutMain
{
	 width:950px;
}
.MeetLayoutInfo
{
	 width:850px;
	 font-size:0.85em;
}
#MeetAthleteSummary
{
	 margin:0 0 0 100px
}
.MeetLayoutAthleteSummary
{
	 width:750px;
	 font-size:0.75em;
	 border:solid 1 navy;
}
#MeetInfo
{

}
#MeetPayment
{	 width:750px;
	 border:solid 1 navy;
	 background-color:Yellow;
	 margin:0 0 0 100px;
}
.MeetDataLabel
{
	 font-weight:bold;
}
.MeetDataValue
{
	 font-weight:normal;
	 color:Blue;
	 font-size:0.85em;
}
.MeetGridTable
{
	 width:950px;
	 font-size:.9em;
}

.MeetGridColumnTitle
{
	 background-color:White;
	 color:Navy;
	 font-weight:bold;
	 text-align:left;
}
.MeetGridColumnTitleSmall
{
	 background-color:White;
	 color:Navy;
	 font-weight:bold;
	 font-size:smaller;
	 text-align:left;
}
.MeetGridRowTitle
{
	 background-color:White;
	 color:Navy;
	 font-weight:bold;
	 text-align:right;
	 border:none;
}

.MeetGridCell
{	 text-align:left;
	 padding:2px;
}
.MeetDataEntryInput
{
	 width:100%;
}
.MeetDataEntryInputDate
{
width:70px;
}
.MeetInstruction
{
	 font-style:italic;
}

.MeetImageHeader
{
	 width:950px;
}

.MeetAthleteLevel
{
	 width:50px;
}
#crumb
{
	 text-align:left;
}

.crumbStep
{
	 color:Blue;
}
.crumbStepOn
{
	 color:Red;
}
.MeetDataEntryError
{
	 color:Red;
	 font-size:smaller;
}
div.MeetDataEntryError
{
	 padding-left:50px;
	 border:solid 1;
	 width:350px;
	 z-index:10000;
	 text-align:left;
}

/*set to print on 8.5*11 */
.MeetPrintLayoutMain
{
	 width:700px;
	 font-size:0.85em;
}
.MeetPrintSubTable
{
	 width:680px;
	 font-size:0.8em;
	 padding-right:3px;

}
.MeetPrintGridTable
{
	 width:680px;
	 font-size:.8em;
	 border:solid 1 navy;
}

.MeetPrintGridColumnTitle
{
	 background-color:White;
	 color:Navy;
	 font-weight:bold;
	 text-align:left;
}
.MeetPrintGridColumnTitleSmall
{
	 background-color:White;
	 color:Navy;
	 font-weight:bold;
	 font-size:0.9em;
	 text-align:left;
}
.MeetPrintGridRowTitle
{
	 background-color:White;
	 color:Navy;
	 font-weight:bold;
	 text-align:right;
	 border:none;
}

.MeetPrintGridCell
{	 text-align:left;
	 padding:0px;
	 border-bottom:solid 1 Navy;
}
.MeetPrintLayoutAthleteSummary
{
	 width:680px;
	 font-size:0.80em;
	 border:solid 1 navy;
}
#MeetPrintPayment
{	 width:450px;
}
/*DATE PICKER */
body {
	font-family:Arial,Tahoma,sans-serif;
	font-size: .8em;
	}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family:Arial,Tahoma,sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color:#4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background:#d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

