﻿.containerGrid
{
    border-top: solid 1px #8e8e8e;
    border-right: solid 1px #8e8e8e;
    border-left: solid 1px #8e8e8e;
}
.siteMap
{
    font-weight: bold;
    margin-left: 15px;
    margin-right: -10px;
    background-image: url( '../images/rtl_arrow_b.gif' );
    background-repeat: no-repeat;
    background-position: right;
}

.siteMap a
{
    color: #000000;
}

.rightfloat
{
float:right;
}

.post_container, .post_container_alt
{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    background-color: #E4EBF8;
}
.alphabetFilterButton
{
    padding-right: 10px;
}

.post_side, .post_side_alt
{
    padding-bottom: 3000px;
    margin-bottom: -3000px;
    padding-top: 10px;
    font-size: 8pt;
    background-color: #BAD5F5;
    height: 100%;
    text-align: center;
    float: right;
    width: 120px;
    border-left: solid 1px #8e8e8e;
}

.post_side_alt
{
    background-color: #F5E3A7;
}

.post_container_alt
{
    background-color: #FFF9DD;
}

.post_body
{
    float: right;
    padding: 10px;
}



.roundcorner
{
    background-color: #F0F0F0;
}

.roundcorner h1
{
    text-align: right;
    font-size: 8pt;
    font-weight: normal;
    margin-right: 10px;
    color: #828282;
}


.ListContainer
{
}

.ListContainer div
{
    width: 400px;
    height: 20px;
    background-color: #E2E2E9;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #9797B9;
    border-right: solid 1px #9797B9;
    border-left: solid 1px #9797B9;
    border-top: solid 1px #9797B9;
    margin-bottom: 2px;
    vertical-align: middle;
    padding-right: 10px;
    padding-top: 10px;
}

.ListContainer a
{
    text-decoration: none;
    color: #3A3A43;
    font-weight: bold;
}
.ListContainer a:hover
{
    color: #949494;
}
body
{
	background: #9BB2CA;
	margin: 0;
	padding: 0;
	font: 11px Tahoma;
	direction: rtl;
}
table
{
    font: 12px Tahoma;
}


/* Style for Data Grid */
.gvAlternatingRowStyle
{
    background-color: #FAFAFE;
    color: Black;
}
.gvEditRowStyle
{
    background-color: #EEF1F9;
}
.gvEmptyDataRowStyle
{
}
.gvFooterStyle
{
    color: white;
    background-color: #5D7B9D;
}
.gvHeaderStyle
{
    background-color: #82A3D5;
    color: #FFF;
    font-size: 8pt;
    height: 20px;
    font-weight: Normal;
}
.gvPagerStyle
{
    background-color: #82A3D5;
    color: #000080;
}
.gvRowStyle
{
    background-color: #E9EEF8;
    border: navy 1px solid;
    color: black;
}
.gvSelectedRowStyle
{
    background-color: #E2DED6;
    color: #333333;
}

.perWidthXX
{
    width: 100%;
    background-color: Red;
}

.perWidth100
{
    width: 100%;
}
.perWidth50
{
    width: 50%;
}
.perWidth15
{
    width: 15%;
}
.perWidth35
{
    width: 35%;
}

.perWidth25
{
    width: 25%;
}
.perWidth5
{
    width: 5%;
}
.pageWrapper
{
    margin: 0 10px;
    min-width: 800px;
    max-width: 800px;
}
.cmbG
{
    font: 11px tahoma;
    width: 100%;
    direction: rtl;
}
.txtG
{
    font: 11px tahoma;
    width: 90%;
    border: 1px solid #929DBC;
    direction: rtl;
}

.txtLTR
{
    font: 11px tahoma;
    direction: ltr;
}

.cmbG1
{
    font: 11px tahoma;
    width: 200px;
}

.cmbGR
{
    font: 11px tahoma;
    width: 140px;
}

.cmbGS
{
    font: 11px tahoma;
    width: 60px;
}

.txtG1
{
    font: 11px tahoma;
    width: 47%;
    direction: rtl;
}
/*Style for Menu*/
.MNU
{
    color: Orange;
    width: 100%;
    background-color: Navy;
    border-color: White;
    border-style: Inset;
    font-family: Tahoma;
    font-size: xx-large;
    width: 100%;
    height: 100px;
}
.StaticMenuItemStyle
{
    background-color: Navy;
    font-family: Tahoma;
    font-size: Medium;
    color: White;
}
.DynamicMenuStyle
{
    background-color: Navy;
    border-color: White;
    border-style: Outset;
    border-width: thin;
    color: White;
    font-family: Tahoma;
    font-size: Medium;
}
.Bold
{
    font-weight: bolder;
}
.c
{
    text-align: center;
}
.btnGeneral
{
    width: 100px;
    background: url(     '../images/BlueButton.jpg' ) no-repeat 100% 100%;
    border-style: none;
    color: Navy;
    font: 12px "Tahoma";
}

.btnSoft
{
    width: 100px;
    background-color: Gray;
    border: solid 1px black;
    color: Navy;
    font: 12px "Tahoma";
}

div.gap
{
    border-top: 2px solid #FFF;
    background: #CDE;
    position: relative;
}
* html div.gap
{
    margin-left: -4px;
}
#footer
{
    text-align: left;
    position: static; /* IE fix */
    padding: 4px 24px;
    color: #249;
    background: url(     'Images/bg5.gif' );
}
div#bodyWrap
{
    background: url(     'Images/back_top.jpg' ) repeat-x;
    width: auto;
    min-width: 147px;
    height: 432px;
}

.lblError
{
    font-family: Tahoma;
    font-size: xx-small;
    font-variant: normal;
    color: Red;
}


