﻿/*--------------------------------------------------------------------------------------------------------
*	General
*---------------------------------------------------------------------------------------------------------*/
body
{
    margin: 0;
    padding: 0; /*marginwidth: 0 ;     marginheight: 0 ;*/
    font-style: normal;
    font-family: Arial (Hebrew);
    font-size: 12px;
    text-align: center; /*direction:rtl;*/
}

.fullLength
{
    width: 98%;
}

.None
{
    display: none;
}

.textRight
{
    text-align: right;
    direction: rtl;
}
.textLeft
{
    text-align: left;
}

.fontText
{
    font-size: 12px;
}
.autoPadding
{
    padding-right: auto;
}
.pixelPadding
{
    padding-right: 17px;
}

table.border, table.border td, table.border th
{
    border: solid 1px;
    border-color: transparent;
}

.InsFldXP
{
    background-color: White;
    border: 1px solid #4682B4;
    font-size: 12px;
}

.RightBox
{
    text-align: right;
}

.LeftBox
{
    text-align: left;
}

.BorderBlueBottom
{
    background-color: #F0F8FF;
    border-bottom: 2px solid #69B9FF;
}

.mc-OneArticleTitle
{
    color: #802C2A;
    font: bold 1.3em arial;
    height: 27px;
    padding-left: 3px;
    padding-right: 3px;
}

/*xpFieldLook gives the fields it is aplied on the same look they get when opened on XP (blue border, white background)*/
.xpFieldLook
{
    background-color: White;
    border: 1px solid #4682B4;
}

/*--------------------------------------------------------------------------------------------------------
*	header
*---------------------------------------------------------------------------------------------------------*/
.header
{
    width: 993px;
    height: 75px;
    background: url(../Images/header_bg.png) left top no-repeat;
}
.header img.hashavimLogo
{
    float: left;
    margin: 12px 0px 0px 20px;
    background-image: url(../Images/hashavim_logo.gif);
    background-repeat: no-repeat;
    width: 140px;
    height: 37px;
}
.header img.clientLogo
{
    float: left;
    margin-top:12px;
    margin-left:25px;
    padding-top:12px;
    background-image: url(../Images/McK-Logo.jpg);
    background-repeat: no-repeat;
    width:201px;
    height: 50px;
}
.header img.kolDinLogo
{
    /*margin: 3px 0px 0px 650px;*/
    float: right;
    margin-top: 5px;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    width: 158px;
    height: 45px;
}

.header img.Flags
{
    float: right;
    margin-top: 15px;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    width: 70px;
    height: 45px;
}

/*--------------------------------------------------------------------------------------------------------
*	modal opening of grids
*---------------------------------------------------------------------------------------------------------*/
.transparentPage
{
    /*background-color:Transparent; 	filter:alpha(opacity=50); 	-moz-opacity:0.5; 	-khtml-opacity: 0.5; 	opacity: 0.5;*/
}

.maskDiv
{
    background-color: gray; /*filter:alpha(opacity=50); 	-moz-opacity:0.5; 	-khtml-opacity: 0.5; 	opacity: 0.5;*/
    position: absolute; /*	width:100%; 	height:100%;*/
    display: none; /*z-index:2999; top:0px; 	left:0px;*/
}

/*--------------------------------------------------------------------------------------------------------
*	grid related 
*---------------------------------------------------------------------------------------------------------*/
.rowTemplate
{
    /*display: none;*/
}
.containerDiv
{
    /*width:1277px;*/
}

.defaultGridHeight
{
    height: -1;
}
.gridHeight
{
    height: 300px;
}

.defaultGridContainer
{
    direction: ltr;
    text-align: right;
}


/*--------------------------------------------------------------------------------------------------------
*	general detail panel
*---------------------------------------------------------------------------------------------------------*/
.utilityWidth
{
    width: 363px;
}

/*--------------------------------------------------------------------------------------------------------
*	date picker (correction for vertical alignment in grid)
*---------------------------------------------------------------------------------------------------------*/
.ui-datepicker-trigger
{
    margin-bottom: -4px;
    margin-top: -4px;
}

.hasDatepicker
{
    margin-top: -1px;
}
/*--------------------------------------------------------------------------------------------------------
*	Sending Form
*---------------------------------------------------------------------------------------------------------*/
.lblHodaa
{
    display: block;
    font-weight: lighter;
    font-size: large;
    width: 384px;
    color: red;
    direction: rtl;
    font-family: Arial;
    height: 144px;
    background-color: transparent;
    text-align: right;
    text-decoration: none;
}

.alignment
{
    text-align: right;
}

.direction
{
    direction: rtl;
}
/*--------------------------------------------------------------------------------------------------------
*	NEXT SECTION NAME
*---------------------------------------------------------------------------------------------------------*/