/* CSS Document */
body {
background-image:url(images/bg.jpg);
font-family: tahoma;
	font-size: 12px;
	color: #838383;
}

.head_links{
font-family:arial;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
.head_links:hover{
text-decoration:underline;
}

.login_blk {
font-family:tahoma;
font-size:11px;
color:#236A98;
}
input{
font-size:12px;
}
.content_title{
font-family:tahoma;
font-size:12px;
font-weight:500;
color:#2783BF;
padding-right:10px;
}

.content_inside{
font-family:tahoma;
font-size:11px;
/*font-weight:500;*/
color:#554F4F;
padding-right:10px;
direction:rtl;
}

.content_inside_en{
font-family:tahoma;
font-size:11px;
/*font-weight:500;*/
color:#554F4F;
padding-right:10px;
direction:ltr;
}

.news_titles{
font-family:tahoma;
font-size:12px;
/*font-weight:500;*/
color:#3080b0;
padding-right:10px;
text-decoration:none;
}
.news_titles:hover{
color:#006699;
}
.content_links {
font-family:tahoma;
font-size:12px;
/*font-weight:500;*/
color:#3080b0;
padding-right:10px;
text-decoration:none;
}

.content_links:hover {
color:#006699;
}

.block_title{
padding-right:5px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
font-size:13px;
}
.orange_list{

list-style-image:url('images/bullet3.jpg');
}

.blue_list{

list-style-image:url('images/bullet.jpg');
}


.ajaxify{
font-family:tahoma;
font-size:12px;
/*font-weight:500;*/
color:#3080b0;
padding-right:10px;
text-decoration:none;
}
.ajaxify:hover{
color:#006699;
}

  .lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 421px;
            background: url("bg.gif") no-repeat top;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

        .lavaLampNoImage {
            position: relative;
            height: 29px;
            width: 421px;
            background-color: white;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        border: 1px solid #000;
                        background-color: #e6e8ea;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }                    

        .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 421px;
            background-color: white;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            border: 1px solid gray;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid blue;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                     

.section {
    border-top: 1px solid #BBB;
    margin-top: 15px;
    margin-left: 2px;
    margin-right: 3px;
    padding: 1px;
    padding-bottom: 0px;
    background-color: white;
}

.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 1px 1px 1px;
    display: block;
    float: left;
    margin: 5px;
}

.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 1px dotted #999999;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 1px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top:2px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}

.news_head{	
font-family:tahoma;
font-size:11px;
/*font-weight:500;*/
color:#554F4F;
padding-right:10px;
vertical-align:middle;

}

.news_head2{
	
font-family:tahoma;
font-size:11px;
/*font-weight:500;*/
color:#554F4F;
padding-right:3px;
direction:ltr;
}

.news_titles_head{
font-family:tahoma;
font-size:12px;
color:#777777;
text-decoration:none;
}
.news_titles_head:hover{
color:#006699;
}

.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 300px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: lightyellow;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}
.even{
background-color:#f1f1f1;		
}

.odd{
	
background-color:#ffffff;			
}

#head_tr{
	
/*background-color:#87B1DC;*/		
background-image:url('admin_images/thead_bar.jpg');
}

.pagenumber{
color:#308090;
text-decoration:none;	
}

.pagenumber:hover{
color:#197FA5;
text-decoration:none;	
}

.inside_box{
font-family:tahoma;
font-size:11px;
/*font-weight:500;*/
color:#554F4F;
direction:rtl;
text-align:right;
}

.content_links {
font-family:tahoma;
font-size:12px;
color:#666666;
text-decoration:none;

}

.content_links:hover{	
text-decoration:underline;
color:#3080b0;	
	
}