/* ================================
    CSS STYLES FOR Module SportsWare.Core
   ================================
*/

/* text style used for most text rendered by modules */
.SWButton
{ 
	border-right: #C5BBAF 1px solid;
	border-top: #C5BBAF 1px solid;
	border-left: #C5BBAF 1px solid;
	border-bottom: #C5BBAF 1px solid;
	background-color: white;
    font-family:"Verdana";
    font-Size: 0.8em;
    color: #1C5E55;
    height: 22px;
}


.SWSubSubHead
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: darkslategray;
}

.SWNormal, .Normal
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

.NormalHelp
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:Gray;
}

.NormalDisabled
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.NormalSmall
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style:italic;
	color: black;
}



/* Toolbar  */
.SWToolbar, td.SWToolbar, .SWToolbar a
{
	font-family: Verdana, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #006ABC;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.SWHighlightBox
{
	font-family: Verdana, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #006ABC;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Background color for selected row of a table  */
.tblItem {
	background-color:transparent;
}

.tblHighlight
{
	background-color: #ffff66;
}

/* Background color for the alternate rows of a table  */
.tblAlternate {
	/*background-color:#eef2f6;*/
	background-color:Transparent;
}

/* Background color for selected row of a table  */
.tblSelected {
	background-color:SlateGray;
}

/* Background color for the header of a table  */
.tblTitle {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color:white;
	background-color:Gray;
}

/* Section Titles */
.SWHead
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #696969;
	letter-spacing: 2px;
}
.SWSubHead
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	letter-spacing: 1px;
}
.NormalTextBox
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}
input.NormalTextBox, textarea.NormalTextBox, select.NormalTextBox
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: white;
	height: 19px;
}

/* Wizard Control Styles */
.SWSidebar, a.SWSidebar
{
	color: White;
	font-Size: 8pt;
	text-decoration:none;
}

.FreezingTblTitle 
{ 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color:white;
	background-color:Gray;
   position:relative ; 
   top:expression(this.offsetParent.scrollTop); 
   z-index: 10; 
} 


.SWTable
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: transparent;
	table-layout: auto;
	border-collapse: collapse;
}
