﻿/* body */

.body {
    margin: 2px 0px 0px 2px;
    font-size: 12px;
    line-height: 18px;
    font-family: tahoma, arial, sans-serif;
    color: #1B1464;
    background-color: #F1F2F5;
    direction: rtl;
}
/*
a:link
{
	color: #9C2B2F;
	text-decoration: none;
}
a:visited
{
	color: #9C2B2F;
	text-decoration: none;
}
a:hover
{
	color: #A14248;
	text-decoration: underline;
}*/
.myLink {
    padding-right: 30px;
    direction: rtl;
}

.iform {
    font-family: tahoma, arial;
    color: black;
    border: 1px solid #e9e9e9;
    padding: 4px 4px;
    margin-bottom: 6px;
}

.iformleft {
    font-family: tahoma, arial;
    direction: ltr;
    color: black;
    border: 1px solid #e9e9e9;
    padding: 4px 4px;
    margin-bottom: 6px;
}

.iformright {
    font-family: tahoma, arial;
    direction: rtl;
    color: black;
    border: 1px solid #e9e9e9;
    padding: 4px 4px;
    margin-bottom: 6px;
}

.pagenumber {
    direction: ltr;
    text-align: right;
}

.pagenumberleft {
    direction: ltr;
    text-align: left;
}

.menu {
    direction: rtl;
    text-align: right;
}

.pdate {
    font-size: 12px;
    font-family: tahoma, arial;
    direction: ltr;
    text-align: center;
}

/* footer */

table.footer {
    background-image: url(image/background/footer.jpg);
    height: 20px;
}

table.empfooter {
    background-image: url(image/background/empfooter.jpg);
    height: 20px;
}

td.footer2 {
    text-align: center;
    vertical-align: middle;
    height: 5px;
}

/* header */

td.masthead {
    background-image: url(image/background/Header.gif);
    height: 127px;
    vertical-align: top;
}

td.empmasthead {
    background-image: url(image/background/empheader.jpg);
    height: 85px;
    vertical-align: top;
}

.input {
    font-size: 10px;
    font-family: tahoma, arial;
    width: 90px;
    border: solid 1px #344e73;
    background-color: #D7DCE3;
}

/* content */
table.content {
    background-image: url(image/background/BackChip.gif);
    border: solid 1px #1B1464;
}

table.empcontent {
    background-image: url(image/background/empbackchip.JPG);
    border: solid 1px #1B1464;
}

td.content {
    width: 460px;
    height: 370px;
}


td.title1 {
    background-image: url(image/background/title.gif);
    background-repeat: no-repeat;
    background-position: 100% 65%;
    padding-right: 30px;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
}

td.LongTitle {
    background-image: url(image/background/longtitle.gif);
    background-repeat: no-repeat;
    background-position: 100% 65%;
    padding-right: 30px;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
}

td.XLongTitle {
    background-image: url(image/background/xlongtitle.gif);
    background-repeat: no-repeat;
    background-position: 100% 65%;
    padding-right: 30px;
    font-size: 14px;
    font-weight: bold;
    height: 22px;
}

.title2 {
    font-size: 12px;
    font-weight: bold;
}

.title3 {
    font-size: 12px;
    font-weight: bold;
}

.emphasized {
    color: #A1C0FF;
}

.required {
    color: #E35151;
}

td.divider {
    background-image: url(image/background/line.gif);
    background-repeat: repeat-y;
    width: 3px;
}


.grid {
    border: Solid 1px #64789F;
    width: 100%;
   
}

 .gridRed tr:nth-child(2) td{
     color:red; font-weight:bold}
  .gridRed tr:nth-child(2) a{
     color:red; font-weight:bold}

.grid-header {
    background-color: #006699;
    color: White;
    text-decoration: none;
    height: 25px;
}

    .grid-header A:Link {
        color: White;
        text-decoration: none;
        font-weight: bold;
        font-size: 13px;
    }

    .grid-header A:Visited {
        color: White;
        text-decoration: none;
    }

    .grid-header A:HOver {
        color: Orange;
        text-decoration: underline;
    }

.grid-altrow {
    background-color: #D0D5E5;
}


.PopupControl {
    background-color: White;
    position: relative;
    visibility: hidden;
    border: Solid 1px #64789F;
}

.imagecell {
    border: Solid 1px #64789F;
}

.modalBackground {
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: gray;
    padding: 5px 5px 5px 5px;
    width: 700px;
}

.middleTitle {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #000021;
}
