﻿.headerStart
{
	font-family:Arial;
	font-size:28px;
	color:#365f9d;
}

.headerEnd
{
	font-family:Arial;
	font-size:28px;
	color:#979797;
}

.mlbDescriptionText
{
	font-family:Arial;
	font-size:12px;
	color:#426381;
}

.mlbDescriptionText a
{
	font-family:Arial;
	font-size:12px;
	color:#426381;
	text-decoration: none;
}

.mlbDescriptionText a:hover
{
	font-family:Arial;
	font-size:12px;
	color:#426381;
	text-decoration: underline;
}

.descriptionText
{
	font-family:Arial;
	font-size:11px;
	color:#979797;
}


.cityLabel
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.dateLabel
{
	font-family:Arial;
	font-size:11px;
}

.selectedRow {   
    background-color: #dee0e9;   
    cursor: pointer;   
}   

.innerDiv
{
	margin-left:10px;
}

.outerTD
{
    border-bottom:1px solid #8c8f9e;            
}

.outerTR
{
	height:38px;
}


.jScrollPaneTrack {
	background: url(../images/osx_track.gif) repeat-y;
}
.jScrollPaneDrag {
	background: url(../images/osx_drag_middle.gif) repeat-y;
}
.jScrollPaneDragTop {
	background: url(../images/osx_drag_top.gif) no-repeat;
	height: 6px;
}
.jScrollPaneDragBottom {
	background: url(../images/osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
a.jScrollArrowUp {
	height: 24px;
	background: url(../images/osx_arrow_up.png) no-repeat 0 -30px;
}
a.jScrollArrowUp:hover {
	background-position: 0 0;
}
a.jScrollArrowDown {
	height: 24px;
	background: url(../images/osx_arrow_down.png) no-repeat 0 -30px;
}
a.jScrollArrowDown:hover {
	background-position: 0 0;
}

.dynamicInput
{
	width:150px;
}
.dynamicFormCopy
{
    font-family:'Lucida Grande',Geneva,Arial,Verdana,Helvetica,sans-serif;
    font-size:10px;
    font-weight:normal;
    width:150px;
}