﻿.Match
{
	text-align:right;
}
.Match .Subject
{
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:11px;
	color:#707070;
	font-weight:bold;
}
.Match .Items
{
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:11px;
	color:#707070;
}
.Match .Detail
{
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:11px;
	color:rgb(30,120,142);
}
.Match .row1
{
	text-align:right;
	padding:5px 5px 0px 0px;
}
.Match .row2
{
	float:right;
}
.Match .MatchText
{
	font-family : Tahoma , Arial,Sans-Serif;
	font-size : 11px;
	color : #6C0B0B;
	font-weight:bold;
}	
.Match .progress
{
	margin-top:10px;
	width: 200px;
	background-color:#EAEAEA; 
	height: 8px;
	overflow: hidden
}
.Match .btns
{
	text-align:right;
	clear: both;
	padding-right:20px;
}
.Match .splitter
{
	clear:both;
	height:20px;
	background-image:url(../imgs/splitter.JPG);
	background-repeat:no-repeat;
	background-position: center center;
}
.Match .rtlTextBox
{
	font-family:Tahoma,Arial,Sans-Serif;
	font-size:11px;
	text-align:right;
	width: 190px;
	border: solid 1px #707070
}
.Match .tbml
{
	direction:rtl;
	width:200px;
	overflow-y:scroll;
	height:40px;
	border:solid 1px #707070;
}
.Match .rtlLabel
{
	font-family : Tahoma , Arial,Sans-Serif;
	font-size : 11px;
	font-weight:bold;
	color:rgb(91, 158, 19);
	direction:rtl;
	text-align:justify;
	padding:5px 0px 0px 5px;
}
.Match .btnArchive
{
	font-family : Tahoma , Arial,Sans-Serif;
	font-size : 12px;
	color:rgb(91, 158, 19);
	text-align:center;
	clear:both;
}
.Match .itemsArchive 
{
	font-family : Tahoma , Arial,Sans-Serif;
	font-size : 11px;
	color:rgb(91, 158, 19);
	text-align:center;
}
.Match .btnArchive a
{
	text-decoration:none;
	color:rgb(91, 158, 19);
}
.Match .pageDivision_link2
{
	color:#5A5A5A;
	font-family:tahoma;
	font-size:7pt;
	text-decoration:none;
	width:15px;
	height:10px;
	border:0px;
}
.Match .pageDivision_link2:hover
{
	color:#5A5A5A;
	font-family:tahoma;
	font-size:7pt;
	text-decoration:none;
	width:15px;
	height:10px;
	border:0px;
}
.Match .pageDivision_table2
{
	float:left;
	text-align:center;
	width:15px;
	height:10px;
	margin-right:2px;
	margin-left:2px;
	border:solid 1px #5A5A5A;
	background-color:#FFFFFF;
}
.Match .pageDivision_table_selected2
{
	float:left;
	text-align:center;
	width:15px;
	height:10px;
	margin-right:2px;
	margin-left:2px;
	border:solid 1px #5A5A5A;
	background-color:#A3A3A3;
}

/*-------------------------------------------------*/
hr {
	border-top:1px solid #CCCCCC;
	height:0px;
	margin-bottom:25px;
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: medium;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: medium;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}
	
#tabs {
	float:right;
	width:100%;
	background:#F4F7FB;
	font-size:larger;
	font-family:Tahoma;
	line-height:normal;
	border-bottom:1px solid #BCD2E6;
	}
#tabs ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:right;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	text-align:center;
	}
#tabs a span {
	float:right;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#627EB7;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;
	width: 106px;
}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#627EB7;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	} 
