﻿body
{
    background-color:#BCBCBC;
    margin:0;
    padding:2px;
    font-family:Arial;
}
#container 
{
    width:1020px;
    margin:0 auto;
    padding:2px;
    min-height:900px;
    height:auto;
    overflow:hidden;
    background-color: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
    background: -webkit-linear-gradient(top, #ebebeb, #ebebeb);
    background: -moz-linear-gradient(top, #ebebeb, #ebebeb);
    background: -ms-linear-gradient(top, #ebebeb, #ebebeb);
    background: -o-linear-gradient(top, #ebebeb, #ebebeb);
    background: linear-gradient(top, #ebebeb, #ebebeb);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ebebeb', endColorstr='#ebebeb');/*For IE7-8-9*/ 
    -webkit-box-shadow: 10px 0px 40px 40px rgba(0,0,0,0.2),  -10px 0px 40px 40px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 0px 40px 40px rgba(0,0,0,0.2),  -10px 0px 40px 40px rgba(0,0,0,0.2);
    box-shadow: 10px 0px 40px 40px rgba(0,0,0,0.2),  -10px 0px 40px 40px rgba(0,0,0,0.2);
}
#h_menu
{
    position:relative;
    z-index:1000;
	float: right;
	width: 1010px;
    height:28px;  
}
.ticker {
            overflow: hidden;
            list-style: none;
            float: right;
            width: 100%;
            height: 36px;
            margin-left: 0%;
            margin-top: 1.3%;
            margin-bottom: 0.5%;
            background-color: #BCBCBC;
            background: -webkit-gradient(linear, left top, left bottom, from(#BCBCBC), to(#274356));
            background: -webkit-linear-gradient(top, #BCBCBC, #274356);
            background: -moz-linear-gradient(top, #BCBCBC, #274356);
            background: -ms-linear-gradient(top, #BCBCBC, #274356);
            background: -o-linear-gradient(top, #BCBCBC, #274356);
            background: linear-gradient(top, #BCBCBC, #274356);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BCBCBC', endColorstr='#274356')"; /*For IE7-8-9*/
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BCBCBC', endColorstr='#274356'); /*For IE7-8-9*/
            -webkit-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
            -moz-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
            box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
            border-radius: 15px;
            padding: 5px;
            font-weight: bolder;
            color: #faed12;
            font-size: large;
            direction: rtl;
            text-align:center;
}

.ticker li {
  height: 36px;
}
.attachment_label
{
    float:right;
    margin-right:5%;
    margin-top:3%;
     font-weight: 700;
     color: #000099;
     font-size: large; 
     direction:rtl;
     text-align:right;
     width:90%;
     display:block;
     box-shadow:5px;
}
.attachments 
{
    float:right;
    margin-right:5%;
    margin-top:1%;
     font-weight: 700;
     color: #000099;
     font-size: large; 
     direction:rtl;
     text-align:right;
     width:90%;
     display:block;
     box-shadow:5px;
     background-color:#93AFD6;
     
}
#company_album
{
    float:left;
    width:75%;
    margin-bottom:3%;
    margin-top:1%;
    margin-left:6%;
    min-height:400px;
}
#mycarousel 
{
    float:left;
    width:78%;
    margin-bottom:3%;
    margin-top:-2%;
    margin-left:6%;
}
.contacts_txt
{
    float:left;
    width:100%;
    text-align:right;
    font-size:18px;
    direction:rtl;
    margin-top:0.5%;
    background-color:#ffffe8;
    border:solid;
    border-radius:10px;
    border-width:1px;
    border-color:black;
    font-family:Arial;
}
.job_app_blks
{
    float:left;
    width:98%;
    text-align:right;
    font-size:18px;
    direction:rtl;
    margin-top:0.5%;
    background-color:#ffffe8;
    border:solid;
    border-radius:10px;
    border-width:1px;
    border-color:black;
    font-family:Arial;
    color: blue;
    padding:1%
}
.job_app_blks_tit 
{
    text-align: center; 
    float: right; 
    width: 100%; 
    margin-top: 2%;
}
.contacts_txt_sub
{
    float:left;
    width:49%;
    text-align:right;
    font-size:18px;
    direction:rtl;
    margin-top:2%;
    background-color:#ffffe8;
    border:solid;
    border-radius:10px;
    border-width:1px;
    border-color:black;
}
.buttons
{
    background: #ffffe8;
    border: solid 1px grey;
    font-family: Arial, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #001563;    
    height: 25px;  
    margin-left:21%;
    border-radius:1px;
}


.buttons:hover
{
    background: #ebebeb;
    border: solid 1px grey;
    border-radius:1px;
    font-family: Arial, sans-serif;
    font-size: large;
    font-weight: bold;
    color: #b40505;   
    height: 25px;
    margin-left:21%;
    cursor:pointer;

}
.required 
{
    color: red;
    margin-right: 2%;
    float:left;
    width:28%;
    text-align:right;
    margin-top:1%;
}
#main_pic
{
	float: left;
	width: 62%;
    height:325px;
	margin-left: 2%;
    margin-top:0.2%;
}
#main_news
{
	float: left;
	width: 93%;
	margin-left: 0%;
    margin-top:0.2%;
}
#other_titles
{
	float: left;
	width: 98%;
	margin-left: 0%;
    margin-top:1%;
    box-shadow: 0 0 5px #BBB;
    border:1px solid #CCC; 
    background-color:rgba(5,9,8,0.3);
    direction:rtl;
    text-align:right;
    font-size:x-large;
    color:black; 
    height:40px;
}
#more_titles
{
	float: left;
	width: 100%;
	margin:1% 0;
    padding:8px 0;
    box-shadow: 0 0 5px #BBB;
    border:1px solid #CCC; 
    direction:rtl;
    text-align:center;
    font-size:large;
    color:blue; 
    height:20px;
}
.title_txt 
{
    margin-right:2%;
    margin-top:1%;
}
#other_news
{
	float: left;
	width: 98%;
	margin-left: 0%;
    margin-top:1%;
    box-shadow: 0 0 5px #BBB;
    border:1px solid #CCC; 
    background-color:#FFF;
}
#other_news1
{
	float: right;
	width: 90%;
	margin-right: 5%;
    margin-top:1%;
    box-shadow: 0 0 5px #BBB;
    border:1px solid #CCC; 
    background-color:#FFF;
}
.line_imgs 
{
    width:100%;
    float:left;
    margin-top:1%;
    margin-left:0%;
}
.thumb_imgs img
{
    width:100%;
    height:19%;
}
.thumb_imgs 
{
    float:left;
    margin-left:1%;
    width:18%;
    height:19%;
    direction:rtl;
    text-align:right;
}
.thumb_news_date 
{
    width:100%;
    font-size:medium;
    color:#959595;
    
}
#v_menu
{
	float: right;
	width: 19.5%;
    margin-top:0.2%;
    z-index:1500;
}
#lower_block
{
	float: left;
	width: 100%;
    margin-top:1%;
    margin-left:0%;
}
#lower_block2
{
	float: left;
	width: 100%;
    margin-top:1%;
    margin-left:0%;
}
#lower_div
{
	float: left;
	width: 15%;
	margin-left: 1.9%;
    margin-top:7.5%;
}
#max_wave
{
	float: left;
	width: 95%;
    margin-top:10%;
    margin-bottom:5%;
    border:solid;
    border-width:1px;
    border-color:black;
}
    #max_wave div {
        width: 97%; 
        padding: 2%;
        margin-top:2%; 
        text-align: center; 
        font-size: large; 
        font-weight: bold;
        height:25px;
        direction:rtl;
    }
#conn
{
	float: left;
	width: 30%;
    height:318px;
	margin-left: 1.9%;
    margin-top:0%;
    border:groove;
    border-width:thin;
}
#projects
{
	float: left;
	width: 35.8%;
    height:318px;
	margin-left: 0%;
    margin-top:0%;
    border:groove;
    border-width:thin;
}
#conn_label 
{
    color:#0066FF;
    font-size:x-large;
    text-align:center;
    background-color:#ebebeb;
}

.main_projects 
{
    float:none;
    width:100%;
    height:158px;
    text-align:right;
    color:black;
    direction:rtl;
    font-size:medium;
}
#insulator_img 
{
    width:100%;
    float:left;
    height:60%;
}
#insulator_tit 
{
    width:49%;
    float:left;
    height:10%;
    color:#0066FF;
    font-size:large;
    text-align:right;
    margin-top:2%;
    margin-bottom:5%;
}
#insulator_link
{
    width:25%;
    float:left;
    height:10%;
    margin-top:5%;
}
#opgw_img 
{
    width:50%;
    float:left;
    height:60%;
}
#opgw_tit 
{
    width:49%;
    float:left;
    height:10%;
    color:#FF6600;
    font-size:large;
    text-align:right;
    margin-top:1%;
    margin-bottom:5%;
}
#mission_vision
{
	float: left;
	width: 30%;
    height:318px;
	margin-left: 1.5%;
    margin-top:0%;
    border:groove;
    border-width:thin;
}
.vission_mission_txt 
{
        text-align:right;
    color:black;
    direction:rtl;
    font-size:medium;
}
#vission_label 
{
    color:#0066FF;
    direction:rtl;
    font-size:large;
     margin-top:2%;
}
#mission_label 
{
    color:#FF6600;
    direction:rtl;
    font-size:large;
    margin-top:3%;
}
._more 
{
    float:left;
    margin-top:5px;
    margin-left:3%;
    direction:rtl;
}

#adobe_icons ,#corona
{
    float:right;
    width:100%;
    margin-top:7%;
    text-align:center;
}
#adobe_icons div
{
	float: left;
	width: 49%;
    margin-right:1%;
    margin-top:2%;
    text-align:right;
    direction:rtl;
    color:#000;
    font-size:medium;
    font-weight:bold;
}

#footer
{
    width:1015px;
    margin:0 auto;
    color: white;
    font-size: medium;
    background-color:black;
    min-height:23px;
    height:auto;
    padding:5px;
}
#copyright 
{
    float:left;
    margin-left:0%;
    width:42%;
    text-align:start;
    direction:ltr;
    font-family:Arial;
    font-size:15px;
}
#links 
{
    float:right;
    margin-right:0%;
    width:58%;
    text-align:start;
    direction:rtl;
    font-family:Arial;
    font-size:15px;
}
#links > a
{
   color: white;
}
#outer_div 
{
    float: left;
    width:101%;
    height:110px;
}
#header
{
	float: left;
	width: 74%;
    height:100%;
	margin-left: 0%;
    background-color:#BCBCBC;
}
#header_print
{
	float: left;
	width: 100%;
    height:100%;
	margin-left: 0%;
    background-color:#BCBCBC;
}
#shorcuts
{
    float: left;
    width:25%;
    height:100%;
    margin-left:0%;
    background-color:#959595;
}
#logo_banner
{
                  width:85%;
                  height:110px;
                  margin-right:1%;
                  background-color:#BCBCBC;
}
#nepco_logo
{
                  width:14%;
                  height:106px;
                  margin-left:-1%;
                  background-color:#BCBCBC;
                  padding-top:2px;
                  padding-bottom:2px;
}
a Image
{
    border :none;
}
#search_image
{
    float:right;
    width:13% ;
    height:35px;
    margin-left:5%;
    margin-top:0%
}
#search_label
{
    float:right;
    width:15%;
    direction:rtl;
    margin-top:2%;
    font-size:large; 
}
#search_text
{
    float:right;
    width:50%;
    height:25px;
    margin-top:0%;
}
#search_items 
{
    float:left;
    width:100%;
    height:35px;
    margin-top:15%;
}
#icons
{
    width:70%;
    float:left;
    margin-left:33%;
    margin-top:0%;
  
}
.shortcut_icons {
    width: 15%;
    height: 25px;
    margin-top: 0%;
    border:none;
}
#main_cont 
{
    float:left;
    margin-left:0%;
    margin-top:0.2%;
    width:80%;
    height:100%;
}
#page_body
{
    float:none;
    width:100%;
    height:100%;
}
#page_toolbar 
{
    float:left;
    width:25%;
    margin-left:5%;
    margin-top:2%;
}
#page_title 
{
    float:right;
    width:90%;
    font-family: 'Mudir MT',Arial,Verdana;
    color: #331A00;
    background-color: #93AFD6;
    text-align:center;
    height:65px;
    margin-top:2%;
    margin-bottom:2%;
    margin-right:1%;
    direction:rtl;
}
#page_title_bm 
{
    float:left;
    width:97.5%;
    font-family: 'Mudir MT',Arial,Verdana;
    color: #331A00;
    text-align:center;
    height:50px;
    margin-top:0.5%;
    margin-bottom:1%;
    margin-left:2%;
}
#header_subscribers
{
	float: right;
	width: 100%;
    height :100%;
	margin-right: 0%;
    background-color:#BCBCBC;

}
#subscriber_banner
{
                  padding-right:0%;
                  background-color:#BCBCBC;
                  width : 91%;
                  height :110px;
}
#subscriber_logo
{
                  padding-right: 0%;
                  background-color:#BCBCBC;
                  padding-top:2px;
                  padding-bottom:2px;
                  Height:110px;
                  Width: 8%;
}
.err_block
{
    width:90%;
    font-family: 'Mudir MT',Arial,Verdana;
    color: #331A00;
    background-color: #93AFD6;
    margin:0 auto;
    direction:rtl;
    border:solid;
    border-width:1px;
    border-color: #331A00;
    border-radius:8px;
    padding:5px;
}
#err_image 
{
    float: left;
    text-align: left; 
    direction: ltr; 
    margin-left: 5%; 
    width: 15%;
}
#err_image img 
{
    width:100px;
    height:100px;
}
#err_title 
{
    float: left; 
    text-align: right; 
    direction: rtl; 
    width: 75%; 
    font-size: large; 
    font-family: 'Mudir MT',Arial,Verdana; 
    color: #331A00;
}

.page_image_small 
{
    float:left;
    width:35%;
    margin-bottom:3%;
    margin-left:32.5%;
    border-style:solid;
    border-width:medium;
    border-color:#959595;
}
#page_image_comp_brief 
{
    float:left;
    width:25%;
    margin-top:1%;
    margin-right:1%;
    height:100%;
    margin-right:0%;
}
#header_project_txt 
{
    float:left;
    width:70%;
    margin-left:2%;
    margin-right:1%;
    margin-top:1%;
    margin-bottom:1%;
    font-size:large;
    font-family:Arial;
    direction:rtl;
    text-align:justify;
}
.faqs{
    width: 98%; 
    padding : 0.5%;
    float: right;
    border:solid;
    border-width:1px;
    background-color:#ffffe8;
}

#header_projects 
{
    float:left;
    width:91%;
    margin-left:4%;
    margin-bottom:1%;
    border-style:solid;
    border-width:medium;
    border-color:#006666;
    background-color:#ffffe8;
}
#proj_menu
{
    float: right;
    direction: rtl;
    width: 100%;
    margin-right: 0%;
    text-align: right;
    margin-top:0%;
}
.page_image_medium
{
    float:left;
    width:50%;
    margin-bottom:3%;
    margin-left:25%;
    border-style:solid;
    border-width:medium;
    border-color:#959595;
}
.page_image_long
{
    float:left;
    width:70%;
    margin-bottom:3%;
    margin-left:15%;
    border-style:solid;
    border-width:medium;
    border-color:#959595;
}
#news_date 
{
        float:right;
    width:100%;
}
#page_day 
{
    float:right;
    width:4%;
    direction:rtl;
    margin-right:3%;
}
#page_date 
{
    float:right;
    width:50%;
    direction:rtl;
    text-align:right;
}
#page_txt
{
    float:right;
    width:85%;
    margin-right:5%;
    text-align:right;
    font-size:18px;
    direction:rtl;
    margin-top:2%;
}
#page_txt_other_sites
{
    float:right;
    width:85%;
    margin-right:5%;
    text-align:right;
    font-size:18px;
    direction:rtl;
    margin-top:2%;
}
#page_txt_reports
{
    float:left;
    width:85%;
    margin-left:6%;
    /*height:800px;*/
    text-align:left;
    direction:ltr;
    padding-bottom:4%;
    padding-right:3%;
    background-color:#DBCDC2;
}
#page_txt_stat
{
    float:left;
    width:100%;
}
#page_txt_bm
 {
    float:left;
    /*background-image: url(../images/board_members.jpg);*/
    background-repeat: no-repeat;
    /*height: 900px;*/
    width: 99%;
    margin-left: 0%;
    margin-top: 0.2%;
}
#page_txt_projects
{
    float:left;
    width:90%;
    margin-left:5%;
    text-align:right;
    font-size:18px;
    direction:rtl;
    margin-top:2%;
}

.tabpage 
{
    border: solid 2px #006666;
    background-color: #ffffe8;
    margin-top:4%;
}
.tabs 
{
    
    margin:1%;
}
#page_footer 
{
    float:left;
    width:100%;
    text-align:center;
    direction:rtl;
    margin-top:4%;
}
#flights_frame 
{
    float:left;
border-style: none;
border-width: 0px; 
margin-left: 2%; 
margin-top: 0.5%; 
width: 0px; 
height: 0px; 
}

.shareEgg{position:relative;height:25px;clear:both;display:block;}
.shareEggContent{top:22px;height:0px;border:0 solid #aba8b7;position:relative;z-index:0;float:left}
.shareEggChiclet{height:32px;width:32px;position:absolute;top:0;left:-10px;background-repeat:no-repeat;top:-50px}
.shareEggChiclet:hover{opacity:.7;top:-54px;cursor:pointer;padding-top:4px}
.shareEggLeftOval{position:absolute;width:0;height:0px;left:54px;top:1px;z-index:100}
.shareEggRightOval{position:absolute;width:0;height:0px;left:54px;top:1px;z-index:100}
.heartOval{top:5px}
.stpatricksOval{top:5px}


/****ETC ***/
.etc_blocks_label 
{
    float:right;
    width:96%;
    float:none;
    color:#0066FF;
    direction:rtl;
    text-align:center;
    font-size:large;
    background-color:white;
    height:10%;
    margin-top:2%;
    margin-right:4%;
}
.main_projects_etc 
{
    float:left;
    width:94%;
    height:45%;
    text-align:right;
    color:black;
    direction:rtl;
    font-size:large;
    margin-top:5%;
    margin-right:3%;
    margin-left:3%;
    text-align:justify;
}
._more_etc 
{
    float:left;
    margin-top:2%;
    margin-left:3%;
    direction:rtl;
}
.etc_blocks
{
	float: left;
	width: 32%;
    height:318px;
	margin-left: 1%;
    margin-top:0%;
    border:groove;
    border-width:thin;
    background-color:white;
}
#etc_news_grid_div 
{
	float: left;
	width: 28%;
    margin-top:1.5%;
    background-color:#ebebeb;

}
#jan_course_title HyperLink 
{
    text-decoration:none;
}
#page_add_this 
{
    float:left;
    width:49%;
    margin-top:3%;
        z-index:900;
    position:relative;
}

#read_also 
{
    float:left;
    width:109%;
    font-family: 'Mudir MT';
    color: #331A00;
    background-color: #93AFD6;
    text-align:center;
    height:50px;
    margin-top:0%;
    margin-left:1.5%;
}
#etc_album
{
    float:left;
    width:75%;
    margin-bottom:3%;
    margin-top:1%;
    margin-left:6%;
    min-height:400px;
}

.etc_contacts_txt
{
    float:left;
    width:100%;
    /*margin-right:5%;*/
    text-align:right;
    font-size:18px;
    direction:rtl;
    margin-top:2%;
    background-color:#ffffe8;
    border:solid;
    border-radius:10px;
    border-width:1px;
    border-color:black;
}
.etc_contacts_txt_sub
{
    float:left;
    width:49%;
    background-color:red;
    text-align:right;
    font-size:18px;
    direction:rtl;
    margin-top:2%;
    background-color:#ffffe8;
    border:solid;
    border-radius:10px;
    border-width:1px;
    border-color:black;
}
#page_txt_courses
{
    float:left;
    width:90%;
    margin-left:5%;
    text-align:right;
    font-size:18px;
    direction:rtl;
    margin-top:2%;
}
/*#page_txt_projects
{
    float:left;
    width:93%;
    margin-left:3.5%;
    text-align:right;
    font-size:18px;
    direction:rtl;
}*/

/**intel*/
.intel_blocks_label 
{
    float:right;
    width:100%;
    float:none;
    color:#000099;
    direction:rtl;
    text-align:center;
    font-size:x-large;
    background-color:white;
    height:20%;
    margin-right:4%;
}
.intel_blocks
{
	float: left;
	width: 61%;
    height:318px;
	margin-left: 2%;
    margin-top:0%;
    border:groove;
    border-width:thin;
    background-color:white;
}
.intel_blocks_short 
{
    float: left;
	width: 32%;
    height:318px;
	margin-left: 1%;
    margin-top:0%;
    border:groove;
    border-width:thin;
    background-color:white;
}


#intel_news_grid_div 
{
	float: left;
	width: 28%;
    margin-top:1.5%;
    background-color:#ebebeb;

}

#clients
{
	float: left;
	width: 100%;
    height:235px;
    margin-top:4%;
	margin-left: 0%;
    overflow: auto;
}
/*#clients > a > Image*/
.clients_image
{
    Width:30%; 
        Height:75px;
        border-color:black; 
        border-style:solid; 
        border-width:1px;
        margin-bottom:2px;
        margin-left:2px;
        border-radius:5px;
}

#intel_album
{
    float:left;
    width:75%;
    margin-bottom:3%;
    margin-top:1%;
    margin-left:6%;
    min-height:400px;
}
.intel_contacts_txt
{
    float:left;
    width:100%;
    /*margin-right:5%;*/
    text-align:left;
    font-size:18px;
    direction:ltr;
    margin-top:2%;
    background-color:#ffffe8;
    border:solid;
    border-radius:10px;
    border-width:1px;
    border-color:black;
}
.intel_contacts_txt_sub
{
    float:left;
    width:49%;
    background-color:red;
    text-align:left;
    font-size:18px;
    direction:ltr;
    margin-top:2%;
    background-color:#ffffe8;
    border:solid;
    border-radius:10px;
    border-width:1px;
    border-color:black;
}
#page_txt_acheivments
{
    float:left;
    width:90%;
    margin-left:5%;
    text-align:left;
    font-size:18px;
    direction:ltr;
    margin-top:2%;
}
#page_txt_projects
{
    float:left;
    width:93%;
    margin-left:3.5%;
    text-align:left;
    font-size:18px;
    direction:ltr;
}
.main_projects_intel 
{
    float:left;
    width:94%;
    height:45%;
    color:black;
    direction:rtl;
    font-size:medium;
    margin-top:1%;
    margin-right:3%;
    margin-left:3%;
    text-align:justify;
}
._more_intel 
{
    float:left;
    margin-top:1%;
    margin-left:3%;
    direction:rtl;
}

.required_app 
{
    color:red;
}
.login_button {
    margin-right:100px;
    margin-top:4px;
}
.login_checkbox {
     text-align:center;
}

.my_account_blks
{
    float:right;
    width:97%;
    text-align:right;
    font-size:18px;
    direction:rtl;
    margin-bottom:1%;
    margin-right:0.5%;
    border:solid;
    border-radius:10px;
    border-width:1px;
    border-color:black;
    font-family:Arial;
    color: blue;
    padding:1%;
}