﻿
/********** General styles **********/

BODY 
{
	font-family: Arial; 
	font-size: 12px;
	background-color: White;
	margin: 0px 0px 0px 0px;
	background-image: url(Img/background_repeat.png);
}

INPUT
{
	font-family: Arial; 
	font-size: 12px;
}

TEXTAREA
{
	font-family: Arial; 
	font-size: 12px;
}

SELECT
{
	font-family: Arial; 
	font-size: 12px;
}

TABLE
{
	font-family: Arial; 
	font-size: 12px;
}

A
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

.MenuLink
{
	font-weight: bold;
	font-size: 12px;
	color: Black;
}

DIV .MainArea
{
	padding: 5px 5px 5px 5px;
}

DIV .DataArea
{
	background-color: Transparent; /** old value #F0F0F0; **/
	padding:5px 5px 5px 5px;
	border: 1px solid silver;
}


/********** TableData **********/

.TableData
{
	background-color: White;
	border: solid 1px white;
}

.TableHeaderRow
{
	font-weight: bold;
	background-color: #CACACA;
}

.TableDataRow
{
	background-color: White;
	vertical-align: top; 
}

.TableDataRow:Hover
{
	cursor: pointer;
}

.TableDataAltRow
{
	background-color: #F0F0F0;
	vertical-align: top; 
}

.TableDataAltRow:Hover
{
	cursor: pointer;
}

.TableDataRowUnderline
{
	font-weight: bolder;
	text-decoration: underline;
}


.TableData .UnderlineDashed TD
{
	border-bottom: dashed 1px black;
}

.TableData .Underline TD
{
	border-bottom: solid 1px black;
}


.Overline
{
	text-decoration: overline;
}


.TableDataSelRow
{
	background-color: red;
	vertical-align: top; 
}

.TableDataSelFirstTeam
{
	/*background-color: #ED1B2F;*/
	background-color:#FFE22B;
	vertical-align: top; 
	font-weight:bold;     
}

.TableDataSelSecondTeam
{
	background-color: #00AC6C;
	vertical-align: top; 
	font-weight:bold;     
}



.TableData TH
{
	padding-left: 3px;
	padding-right: 3px;
}

.TableData TH A
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}


.TableData TH A:Hover
{
	text-decoration: underline;
}


.TableData TH.ThinLine
{
	border-right: solid 1px silver;
}

.TableData TH.NormalLine
{
	border-right: solid 2px silver;
}

.TableData TD
{
	padding-left: 5px;
	padding-right: 5px;
}


.TableData TD.ThinLine
{
	border-right: solid 1px silver; 
}

.TableData TD.NormalLine
{
	border-right: solid 2px silver
}


.TabLink
{
	font-weight: bold;
}


/********** CrossTable **********/

.CrossTable
{
	border: none;
	table-layout:fixed; 
	/*background-color: White;*/
}

.CrossTable A
{
	color: Black;
	text-decoration: none;
}

.CrossTable A:Hover
{
	color: Black;
	text-decoration: underline;
}

.CrossTable TH
{
	width: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	vertical-align:top; 
	position: relative;
	border-bottom: solid 1px silver;
}

.CrossTable TH.TeamName
{
	width: 120px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align:top; 
	position: relative;
	border-right: solid 1px silver;
	background-color:#CACACA;
}

.CrossTable DIV.TeamName
{
	width: 116px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align:top; 
	position: relative;
	padding-left: 5px;

}

.CrossTable TD
{
	width: 50px;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	margin: 0px 0px 0px 0px;
	position: relative;
	vertical-align:top;
	background-color: White; 
}

.CrossTable .TeamNamePicture
{
	width: 50px;
	height: 140px;
	position: relative;
}

.CrossTable .TeamNamePictureLast
{
	width: 140px;
	height: 140px;
	position: relative;
}

.CrossTable .Cell
{
	width: 50px;
	text-align: center;
}

.CrossTable .CellSelected
{
	width: 50px;
	background-color: #F0F0F0; 
	text-align: center;
}

.CrossTable .CellHasFocus
{
	width: 50px;
	background-color: #CACACA;	
	text-align: center;
	font-weight: bold;
}

.CrossTable IMG
{
	border-style:None;
	border-width:0px;
	top:0px;
	left:0px;
	position:absolute;
	float:left;
}




/********** Sections **********/

.Section1
{
	width: 130px;
	height: 140px;
	padding: 10px 10px 10px 10px;
	background-image: url(Img/Section_Bak.gif);	
}

.Section1 A
{
	color: Black;
	text-decoration: underline;
}

.Section1 A.Selected
{
	color: Navy;
	text-decoration: underline;
}

.Section1 A.Disabled
{
	color: Silver;
	text-decoration: none;
}



/**********   Search ******************/

.InfoTextString
{
	font-size: 14px;
	color:Black ;
	font-family: Arial;
}


.PageHeader
{
	top: 0px;
	background-color: Blue;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px 0px 0px 0px;
}

/* Top header */

.TopHeader
{
	background-image: url(Img/Bak_Blue.gif);
	Height: 64px;
	top: 0px;
	BORDER-LEFT: 1px solid #7BC7FF;
	BORDER-RIGHT: 1px solid #7BC7FF;
	BORDER-BOTTOM: 1px solid #7BC7FF;
	BORDER-TOP: 1px solid blue;
	margin-bottom: 2px;
}

.NT_Logo
{
	position: relative;
	top: 5px;
	left: 5px;
}

.MainMenuStrip
{
	width: 100%;
	background-color: White;
	padding-top: 5px;
	white-space: nowrap;
}

.SubMenuStrip
{
	margin-bottom: 5px;
	background-color:#CACACA;
}


/* Menu 1 */

.M1_Unselected {
	background-image: url(Img/global_bar.png);
	height: 28px;
	BORDER-TOP: 1px solid #7BC7FF;
	BORDER-LEFT: 1px solid #7BC7FF;
	BORDER-RIGHT: 1px solid #7BC7FF;
	BORDER-BOTTOM: 1px solid #7BC7FF;
	BACKGROUND-COLOR: transparent;
	color: White;
	font-weight: bold;
}
.M1_Selected, .M2_Unselected {
	height: 28px;
	display: inline;
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px;
	TEXT-DECORATION: none;
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana, arial, sans-serif;
	PADDING-BOTTOM: 5px; PADDING-TOP: 5px; LINE-HEIGHT: 26px;
	color: White;
}


/* Menu 2 */

.M2_Unselected {
	background-image: url(Img/M2_Item_Bak.gif);
	height: 28px;
	BORDER-TOP: 1px solid #29649E;
	BORDER-LEFT: 1px solid #29649E;
	BORDER-RIGHT: 1px solid #29649E;
	border-bottom: none;
	BACKGROUND-COLOR: transparent;
	color: Black;
	font-weight: bold;
}
.M2_Selected {
	background-image: url(Img/M2_Selected_Bak.gif);
	height: 28px;
	BORDER-TOP: 1px solid #29649E;
	BORDER-LEFT: 1px solid #29649E;
	BORDER-RIGHT: 1px solid #29649E;
	border-bottom: none;
	BACKGROUND-COLOR: #29649E;
	color: Black;
	font-weight: bold;
}
.M2_Selected, .M2_Unselected {
	height: 28px;
	display: inline;
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px;
	TEXT-DECORATION: none;
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana, arial, sans-serif;
	PADDING-BOTTOM: 5px; PADDING-TOP: 5px; LINE-HEIGHT: 26px;
	color: Black;
}


/* Menu 3 */

.M3_Unselected {
	background-image: url(Img/M4_Item_Bak.gif);
	height: 17px;
	BORDER-TOP: 1px solid black;
	BORDER-LEFT: 1px solid black;
	BORDER-RIGHT: 1px solid black;
	border-bottom: 1px solid black;
	BACKGROUND-COLOR: transparent;
	color: Black;
	font-weight: normal;
	TEXT-DECORATION: none;
}
.M3_Selected, .M3_Unselected {
	height: 17px;
	display: inline;
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px;
	TEXT-DECORATION: none;
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana, arial, sans-serif;
	PADDING-BOTTOM: 2px; PADDING-TOP: 2px; LINE-HEIGHT: 19px;
	color: Black;
}

.M3_Button
{
	background-image: url(Img/M4_Item_Bak.gif);
	TEXT-DECORATION: none;
	display: inline;
	BACKGROUND-COLOR: transparent;
	border: 1px solid black;
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana, arial, sans-serif;
	height: 18px;
}
