/*
'28-Mar-2007 v212Orli
'14-Mar-2007 v208Orli
9-Sep-2006 v150Orli
16-Aug-2006 v142Orli
6-June-2006 v125Orli
30-Aug-2005 v62Orli 
 24-Aug-2005 v58Orli  */

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.address {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #040074;
}
A
{
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
   A:hover
{
	color: #000099;
	text-decoration: underline;
}

  .title {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.forms
{
	font-size: 13px;
	color: midnightblue;
	font-family: Arial, Helvetica, sans-serif;
}

.button
{
	
	width: 85px;
	color: white;
	background-color: activecaption;
}

.activeButton
{
	width: 85;
	color: red;
	background-color: yellow;
}

.ButtonBlue
{	
	background-color: #8080FF;
	font-weight: bold;
	font-size: small;
	background-image: url(Buttons/ButtonBlue.gif);
	width: 70;
	color: white;
	background-repeat: no-repeat;
	width: 120;
	font-style: italic;
	font-family: Aharoni, 'Guttman Haim';
	height: 25;
	font-variant: normal;
}

.ButtonBlueSmall
{
	font-size: 13px;
	width: 70px;
	color: navy;
	text-decoration: none;
}
.ButtonBlueSmallHideWhenPrinted
{
	font-size: 13px;
	width: 70px;
	color: navy;
	text-decoration: none;
}
.ButtonBlueWide
{
	font-size: 13px;
	width: 140px;
	color: navy;
	text-decoration: none;
}
.ButtonBlueXWide
{
	font-size: 13px;
	width: 250px;
	color: navy;
	text-decoration: none;
}
.ButtonBlueWidth
{	
	background-color: #8080FF;
	font-weight: bold;
	font-size: small;
	background-image: url(Buttons/ButtonBlue.gif);
	color: white;
	background-repeat: no-repeat;
	font-style: italic;
	font-family: Aharoni, 'Guttman Haim';
	height: 25;
	font-variant: normal;
}
.ButtonYellow
{
	font-size: 13px;
	width: 70px;
	color: navy;
	background-color: #ffffcc;
	text-decoration: none;
}
.ButtonYellowold
{
	font-weight: bold;
	font-size: 13px;
	background-image: url(Buttons/ButtonYellow.gif);
	width: 70px;
	color: #7d0000;
	background-repeat: no-repeat;
	font-style: italic;
	font-family: Aharoni, 'Guttman Haim';
	height: 25px;
	background-color: #ffffcc;
	font-variant: normal;
}
 .ButtonRedold
{	
	background-color:  #ffcccc;
	font-weight: bold;
	font-size: 13px;
	background-image: url(Buttons/ButtonRed.gif);
	width: 70;
	color: white;
	background-repeat: no-repeat;
	font-style: italic;
	font-family: Aharoni, 'Guttman Haim';
	height: 25;
	font-variant: normal;
}

.ButtonRed
{
	font-size: 13px;
	width: 70px;
	color: #cc0033;
	text-decoration: none;
	height: 26px;
}


.activeButtonReferee
{	
	border-color:Black;
	width: 140;
	color: red;
	background-color: yellow;
	height:40;
}
.MultyLineText
{
width: 600px;
height:210px;	
}
.notActiveButton
{
	width: 85px;
	color: red;
	background-color: white;
}
.Themessage
{
	color: midnightblue;
	background-color: gainsboro;
}
.FeadbackMessage
{
	width:400;
	height:70;
}
.remarks1
{
	border-right: dimgray 1px solid;
	padding-right: 1px;
	border-top: dimgray 1px solid;
	padding-left: 1px;
	padding-bottom: 1px;
	border-left: dimgray 1px solid;
	color: midnightblue;
	padding-top: 1px;
	border-bottom: dimgray 1px solid;
	background-color: floralwhite;
}
.HeaderRow
{
	font-weight: bold;
	color: midnightblue ;
}
.tdwithborder
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.DataRow
{
	color: black;
	background-color: lightgrey;
}

.headerSection
{
	font-weight: bolder;
	font-size: medium;
	color: #cc0033;
	font-family: Arial, Helvetica, sans-serif;
}

@media screen
{
	.ImgHeaderOfPage
{
	visibility: hidden ;
}
.ImgwithoutBreak
{
	visibility:hidden ;
	
} 	

.HideWhenPrinted
{
	visibility :visible  ;
}
.ShowWhenPrinted
{
	visibility :hidden ;
}
.ButtonBlueSmallHideWhenPrinted
{
	font-size: 13px;
	width: 70px;
	color: navy;
	text-decoration: none;
	visibility :visible  ;
}

}


@media print{
   
 .breakbefore
{ 
	
	PAGE-BREAK-BEFORE : always;
} 
 .breakafter
{ 
	
	page-break-after : always;
} 

 .ImgHeaderOfPage
{
	visibility: visible;
	PAGE-BREAK-BEFORE :always;
}
.ImgwithoutBreak
{
	visibility: visible;
	
} 

.HideWhenPrinted
{
	visibility :hidden ;
}
.ShowWhenPrinted  
{
	visibility :visible ;
}

 .HeaderOfPage
 {
	visibility: hidden;
	PAGE-BREAK-BEFORE: always;
}
.ButtonBlueSmallHideWhenPrinted
{
	font-size: 13px;
	width: 70px;
	color: navy;
	text-decoration: none;
	visibility :hidden  ;
}
}

