
body{
    background-image:url(images/body_bg1.png);
    background-repeat:repeat-x;
    background-position:top;
    background-color:#b0c7b0;
    font-family: Tahoma;
}
a{
    text-decoration:underline;
    color:#858d45;
    font-size:16px;
}
a:hover{
    color: #eed39e;
}	
img {
    border: 0 ;
}
.header{
    width:900px;
    height:200px;

}
.header .logo{
    background-image:url(images/right.jpg);
    background-repeat:no-repeat;
    background-position:top;
    height:200px;
    width:439px;
    font-family: DecoType Naskh Variants,Arial;
}
.header .left{
    background-image:url(images/left.png);
    background-repeat:no-repeat;
    background-position:top;
    height:200px;
    width:461px;
}
.header .title{
    font-size:36px;
    color:#eaecac;
}
.header a{
    font-size:24px;
    color:#858d45;
}
.header	a:hover {
    color: #eaecac;
}
.top_menu a{
    font-size:14px;
    color:#1a2118;
}
.top_menu_tab{
    background-image:url(images/top_m_bg.png);
    background-repeat:repeat-x;
    height:39px;
}

.top_menu_tab a{
    font-size:16px;
    color:#1a2118;
}
.top_menu_tab a:hover{

    color:#27840d;
}
.top_menu_sep {
    background-image:url(images/top_menu_separater.png);
    height:39px;
    width:2px;
    padding-left:4px;
    padding-right:4px;
    background-repeat:no-repeat;
    background-position:top center;

}

.left_menu a{
    font-size:12px;
    color:#1a2118;
    text-decoration:none;
}
.left_menu a:hover{

    color:#27840d;
}
.div_ico{
    background-color:#eaecac;
    font-size:18px;
    color:#1a2118;
}
.footer{
    font-size:14px;
    height: 25px;
    background-image:url(images/top_m_bg.png);
    background-repeat:repeat-x;
}
.div_ico{
    background-color:#eaecac;
    width:167px;
    height:104px;
    position:relative;
    float:right;
}
.div_ico1_img{
    width:84px;
    height:104px;
    background-image:url(images/std_ico1.png);
}

.div_ico2_img{
    width:84px;
    height:104px;
    background-image:url(images/std_ico2.png);
}
.div_ico3_img{
    width:84px;
    height:104px;
    background-image:url(images/std_ico3.png);
}
.div_ico4_img{
    width:84px;
    height:104px;
    background-image:url(images/std_ico4.png);
}


.menudiv ul{
    margin: 0;
    padding: 0;
    direction:rtl;
    list-style-type: none;
    width: 200px; /* Width of Menu Items */
    border-bottom: 1px solid #ccc;
    line-height:25px;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #dcdd9c ;
}

.menudiv ul li{

    position: relative;
    padding-left:5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;


}

/*Sub level menu items */
.menudiv ul li ul{
    background-color:#FFFFFF;
    position: absolute;
    width:180px; /*sub menu width*/
    top: 0;
}
/* Sub level menu links style */
.menudiv ul li a{
    border-Right: solid 8px #dcdd9c;
    display: block;
    overflow: auto; /*force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    background: #fff;
    padding: 1px 5px;

}
.menudiv ul li a:visited{
    color: black;
}
.menudiv ul li a:hover{

    border-Right: solid 8px #858d41;
    border-bottom: dotted 1pt #435A36;
    color:#858d41;

}

.menudiv .menutitle
{
    color:White;
    font-size:13px;
    font-weight:bold;
    direction:ltr;
    text-align: right;
    height:20px;
    background: #dcdd9c ;
    padding:5px;
    margin:0;
    text-decoration: none;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: Right; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
.display{
    direction: rtl;
    font-size: 9px;
    border-top: none;
    /*	overflow: auto;*/
}
.display caption{
    color: #ffffff;
    vertical-align: middle;
    font-size: 16px;
    font-family:Tahoma;

}
.display caption,
.display caption .title{
    margin: 0.5px;
    color: #003300;
    padding: 1px 5px;
}
.display caption a,
.display caption a:visited,
.display caption a:hover{
    text-decoration: underline
}
.headerTable,
.display .header,
.display .footer,
.display th{
    font-family: Tahoma, Arial, "Times New Roman";
    font-weight: lighter;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #cc6;
    padding-bottom: 3px;
    padding-top: 1px;
    width: auto;
    height: 30px;
    font-size: 10px;
}

.display .header a,
.display .header a:hover,
.display .header a:active,
.display .header a:visited,
.display th a,
.display th a:hover,
.display th a:active,
.display th a:visited{

}
.display a,
.display a:hover,
.display a:active,
.display a:visited{
}
.display .footer{
    font-size: 9pt;
    background-color: #030;
    height: 3px;
}

.display td{
    font-family: Tahoma;
    text-align: center;
    color: #000000;
    height: 30px;
    font-size: 12px;
}
.display td a,
.display td a:visited{

}
.display td a:hover{

    text-decoration: underline;
}

tr.even,
.even,
.display .even{
    background-color: #d5ddcb;
}

tr.odd,
.odd,
.display .odd{
    background-color: #fff;
}

tr.odd:hover,
tr.even:hover{
    background-color: #ffc;
}

tr.even,
tr.odd,
.even,
.display .even,
.odd,
.display .odd{
    height: 20px;
    padding-bottom: 1px;
    padding-top: 1px;
}
.display .sortable,
.display .header{
    color: #030;
    height: 35px;
}

.evenSelected,
.oddSelected{
    background-color: #93b1e3;
}


.display .sortable a{
    text-decoration: underline;
}
#pagesLink,
#export{
    margin-top: 10px;
}
#pagesLink a img,
#export a img{
    border: 0px;
}
#pagesLink{
    width: 400px;
    font-size: 14px;
}
#pagesLink strong{
    text-align: center;
    color: #000000;
}

#export{
    width: auto;
    font-size: 14px;
    background-color: #030;
}
#export a{
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}
#export img{
    background-color: #030;
}


#allItemsFound,
#someItemsFound,
#no_item_found,
#empty_list{
    font-size: 12px;
    color: #030;
    font-family: Tahoma;
    font-weight: bold;
}

#allItemsFound,
#someItemsFound{
    padding: 1px 10px;
    padding: 1px 20px;
}
#no_item_found,
#empty_list{
    text-align: center;
    margin-top: 150px;
}
.fin_table th{
    background-color: #c5c86b;
}
.hidden{
    visibility: hidden ;
}
.unhidden{
    visibility: visible ;
}
#formg  .odd{
    background-color: #c5d3c2 ;
    color: #030 ;
}
#formg  .even{
    background-color: #e6e6cb ;
    color: #660 ;
}
.topmenu_item{
    color:#384b32;
}
.shadow {
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
}
.shadowin {
    -moz-box-shadow:inset 0 0 10px #000000;
    -webkit-box-shadow:inset 0 0 10px #000000;
    box-shadow:inset 0 0 10px #000000;
}
.floatdiv-out-right{
    direction: rtl;
    position:absolute;
    top:10px;
    left:10px;
    z-index:100;

}
.floatdiv{
    position:relative;
    width:150px;
    padding:3px;
    padding-bottom: 20px;
    border:2px solid gold;
    z-index:100;
    background-image:url(images/bkg.png);

}
#hideDiv{
    color:red;
    font-size:12px;
    text-decoration: none;
    position:absolute;
    bottom:1px;
    left:3px;
    z-index:102;
}
.message{
    border:1px solid #CCCCCC;
    position:absolute;
    width:33%;
    border:1px solid #c93;
    background:#ffc;
    padding:5px;
    right: 33%;
    top : -170px;
    z-index: 2000;
}
#outline_eff{ font-family :"Times new roman" }
#shadow_eff{ font-family :"Impact"; color :#5f8354;  }
#gradient_eff{ font-family :"Arial"; color :#000; font-size :3em; }
#mirror_eff{ font-family :"Impact"; margin-bottom:18px; color :#666633; font-size :3em; }
#outline_shadow_eff{ font-family:"Impact"; font-size:3em; color:#fff; }
#gradient_mirror_eff{ font-family:"Impact"; font-size:3em; margin-bottom:30px; color:#9ae; }
#gradient_hover_eff{ font-family :"Impact"; display :block; font-size :3em; } a#gradient_hover_eff{ color:#88f } a:hover#gradient_hover_eff{ color:#f88; }
#outline2_eff{ font-family :"Times new Roman"; color :#000; font-size :3em; }
#block_eff{ font-family :"verdana"; color :#666633; font-size :3em; }
#Blended_eff{ font-family:"Georgia"; font-weight:bold; color:#fdf; letter-spacing:-5px; font-size :3em; }
#ghost_eff{ font-size :18px; font-family:"Comic Sans MS"; font-weight:bold; color:black }
#pizza_eff{ font-family :"verdana"; font-weight :bold; color :#5a7; font-size :3em; }
#firefont_eff{ font-family:"Tahoma"; color:darkolivegreen; font-size :2.5em }
#glowstick_eff{ font-family:"Courier New"; font-weight:bold; color:#5f5; font-size:3em; }
#ripples_eff{ font-family:"Tahoma"; font-weight:bold; margin-bottom:30px; font-size:30px; color:#fff }
#EXAMPLE_eff{ font-family:"Arial"; font-weight:bold; margin-bottom:18px; font-size:18px; color:#fff; }
#evolution_eff{ font-family:"Times new roman"; letter-spacing:-3px; font-weight:bold; font-size:50px; float:left; margin:17px 0px 0px -7px; color:#f00; }
#background_eff{ font-size:2.0em; color:#999933; font-weight:bold; padding:5px 10px 15px 10px; }
#overlap_eff{ font-family:"arial black"; margin-bottom:40px; font-size:35px; color:rgb(199, 15, 86); }
#Example_eff{ font-family:"Arial black"; font-size:3.0em; color:#fff; font-weight:bold; }
#example19{ font-family:"Times new roman"; font-weight:bold; font-size:15px;color:#fff; }
#signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    color:#003300;
    padding:2px 40px 2px 40px;
    font-size:12px;
}

#signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}




.popUp
{
    display: none;
    border: solid 2px #f0c419;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #777;
    position: absolute;
    width: 50%;
    top: 25%;
    left: 25%;
    background-color: #fcf6e7;
}

.closeBtn
{
    position: absolute;
    top: 0px;
    left: 0xp;
    
}

label
{
    color: #fff;
    font-size: 12px;
    
}
