/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 Apr, 2015, 7:04:19 PM
    Author     : Sutapa
*/

/*---------------------------------FONT STSRT-----------------------------------*/
body {
    font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
    //color: #404040;
    //background: #0ca3d2;
}

/*---------------------------------FONT END-----------------------------------*/



/*----------------------------Search   START---------------------------------*/

.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}


.search {
    width: 350px;
    //padding: 4px;
    float: right;

    //background: rgba(0,0,0,.2);

    border-radius: 2px;
  // padding: 2px;
    
    border-radius: 10px;
    
}

.search input {
    width: 230px;
    height: 10px;
    padding: 11px 5px;
    float: left;    
    //font: bold 13px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    //background: #eee;

    border-radius: 3px 0 0 3px;      
}

.search input:focus {
    outline: 0;

}


.search button {
    position: relative;
    /*                padding: 0 0 0 0;*/
    float: right;
    border: 0;
    //text-align: top;
    vertical-align: top;
    cursor: pointer;
    height: 33px;
    width: 110px;
    // font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    //margin-top: -2px;
    color: #fff;
    text-transform: uppercase;
    background: #489B1F;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   

.search button:hover{		
    background: #e54040;
}	


.search button:focus{   
    background: #c42f2f;    
}

.search button:before {
    content: '';
    position: absolute;
    border-width: 7px 8px 8px 8px;
    border-style: solid solid solid none;
    border-color: transparent #489B1F transparent;
    top: 10px;
    left: -6px;
}

.search button:hover:before{
    border-right-color: #e54040;
}

.search button:focus:before{
    border-right-color: #c42f2f;
}    






/*----------------------------Search   END here ---------------------------------*/



/*----------------------------MENU   START---------------------------------*/
/*html
{ height: 100%;}*/

/**
{ margin: 0;
  padding: 0;}*/



#menubar
{ width: 99%;
  height: 34px;
  //margin-top:1px;
  //padding-top: 2px;
  text-align: center; 
  font-size:12px; 
  float: left;
  //margin: 0 auto;
  background-color:  #E8E8E8 ;
  //margin-left: 117px;
  border-radius: 3px;
}  

#nav{
    padding: 0;
    margin: 0;

}

#nav ul
{ margin:0;
  padding: 0;
  //padding: 1px 0 0 0px;
  list-style: none;
  z-index: 10;


  //display: inline;
  background: transparent;
}

#nav ul li.current a, #nav ul li:hover a
{ color: #FFF;
  background: #87CEFA ;
  border-radius: 5px 5px 5px 5px;
  //background: -moz-linear-gradient(#43A9FF, #0043A8);
  //background: -o-linear-gradient(#43A9FF, #0043A8);
  //background: -webkit-linear-gradient(#43A9FF, #0043A8);
  //text-shadow: none;

}
#nav li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    // top: 30px;
    //margin-bottom: 10px
}

#nav ul li a{

    text-align: center;
    font: bold 130% 'News Cycle', Arial, sans-serif;
    //text-shadow: 0px 1px 0px #000;
    text-decoration: none;
    height: 22px;
    width: 140px;
    display: block;
    color: black;
    vertical-align:central; 
    //margin-top: 22px;
    margin: 1px 2px 2px 0px;
    //text-shadow: 0px 10px 0px 11px;
    padding: 5px 0px 5px 0px;
    background: transparent; 
    border-radius: 5px 5px 5px 5px;
    font-weight: normal;
    float: left;
    // z-index: 80;
}
#nav  ul ul 
{
    position: absolute;
    visibility: hidden;

    // padding: 2px 2px 2px 2px;
    //margin: 5px 5px 5px 5px;
}

#nav ul li:hover ul{
    visibility: visible;
    top: 33px;
    //width: 280px !important;
    //font-size: 10px;
    //padding-left: -2px;
    margin-left: 0px;

    //margin: 2px 0px 2px 2px;
    //margin-bottom: 15px;
    // padding: 5px 5px 0px 0px;

}
#nav ul li ul li a{
    width: 220px;
}

/* #nav ul li
{ //padding: 21px 0 0 0px;
  list-style: none;
  //margin: 2px 0 0 0;
  //display: inline;
  background: transparent;
}

#nav ul li a
{ float: left;
  //font: bold 130% 'News Cycle', Arial, sans-serif;
  //height: 20px;
  //position: absolute;
  //vertical-align:  top; 
  //margin-top: 12px;
  //margin: 0px 0px 0px 10px;
  //text-shadow: 0px 1px 0px #000;
  //padding: 2px 5px 5px 5px;
  background: transparent; 
  //border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border: 7px 7px 7px 7px;
  text-align:left;
  // margin-bottom: 15px;
  //color: #FFF;
  text-decoration:none;
  }


#nav ul li.current a, #nav ul li:hover a
{ color: #FFF;
  background: #87CEFA ;
  //background: -moz-linear-gradient(#43A9FF, #0043A8);
  //background: -o-linear-gradient(#43A9FF, #0043A8);
  //background: -webkit-linear-gradient(#43A9FF, #0043A8);
  //text-shadow: none;}
span
{ //color: #B1521A;
  text-shadow: none;}

a, a:hover
{ color: #000;
  background: transparent;
  font-weight: bold;
  outline: none;
  text-decoration: underline;}

a:hover
{ text-decoration: none;}

ul
{ margin: 0px 0 2px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 0px 0 22px 20px;}



#nav ul li li 
{
    visibility: hidden;
    position: absolute;
    //top: 30px;
    //float: bottom;
}
#nav ul li:hover li
{
    visibility: visible;
}*/

























/*#main, header, #menubar, #site_content, footer, nav
{ margin-left: auto; 
  margin-right: auto;}*/

header
{ height: 60px;
  width: 99%;
  background: #ADD8E6;
  border-radius: 5px;
  color: #191970;
  margin-top: -5px;
  //background: -moz-linear-gradient(#535353, #000);
  //background: -o-linear-gradient(#535353, #000);
  //background: -webkit-linear-gradient(#535353, #000);}
}
/*nav
{ height: 80px;}  */
/*#nav{
    //  width: 1000px;
    //  margin-left: 150px;
    height: 70px;

}*/

#top
{ 
    //  width: 850px;
    //margin-left: 550px;
    //  height: 50px;

} 

#top_img img {
    width: 130px;
    margin-top: 3px;

}

#top_img
{ 
    //position:  relative;
    //margin-right: 30px;
    float:left;
    //margin-bottom: 220px;
    //padding-bottom: 100px;
    width: 250px; 
    margin-left: 20px;
    // height: 100px;  

}

#top_text{
    //width: 270px;    
    margin-top: 20px;
    float: left;
    //margin-right:320px;
    font-size:42px;
    margin-left: 220px;
}
#top_msg{
    // margin-top: 20px;
    float:left;
    //margin-right:-40px;
    margin-top: -25px;
    margin-left: 620px;
    //width: 283.33px; 
    // margin-top: -22px;
    //padding-bottom: 10px;
    //margin-bottom: 20px;
    font-weight: bold;
    color: black;
    // position: absolute;
}
#logout{
    float: right;
    margin-top: -33px;
    margin-right: -35px;
    //margin-left: 620px;
}
/*#top_text>img{
    width: 200px;
    height: 120px;
    //text-align: left;
    position:  absolute;
}*/





/*#slideshow_container
{ height: 270px;
  background: #0043A8;
  padding-top: 20px;}
  
.slideshow
{ width: 940px;
  height: 250px;
  margin: 0 auto;}  
  
 styling for the slideshow on the homepage 
ul.slideshow {
  list-style: none;
  width: 940px;
  height: 250px;
  overflow: hidden;
  position: relative;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}*/



/*----------------------------MENU END---------------------------------*/



/*----------------------------BODY START---------------------------------*/
#site_content
{ width: auto;
  //overflow: hidden;
  height: auto;
  // background-color:  #FAEBD7;
  margin-top: 52px;
  margin-right: 880px;
} 



/*----------------------------BODY END---------------------------------*/





/*----------------------------footer START---------------------------------*/
footer 
{width: 99%;
 height: 12px;
 // padding-top: 5px;
 padding-bottom: 10px;  
 font-weight: bold;
 text-align: center; 
 //text-shadow: 1px 1px #000;
 color: black;
 //box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
 bottom:0;
 background: #ADD8E6;
 //background: -moz-linear-gradient(#43A9FF, #0043A8);
 //background: -o-linear-gradient(#43A9FF, #0043A8);
 //background: -webkit-linear-gradient(#43A9FF, #0043A8);
 border-radius: 5px 5px 5px 5px;

 /*  -moz-border-radius: 15px 15px 15px 15px;
   -webkit-border: 15px 15px 15px 15px;
   -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
   -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;*/
 //box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}

 footer a, footer a:hover
     { 
     /*text-shadow: 1px 1px #FFF;*/
     color: #1D1D1D;
     text-decoration: none;
     padding-bottom: 20px;}

 footer a:hover
     { text-decoration: underline;}

 footer a, footer a:hover
     { text-shadow: 1px 1px #000;
   color: #FFF;
   text-decoration: none;}

 footer a:hover
     { text-decoration: underline;
 }



 /*----------------------------footer END---------------------------------*/


 /*----------------------------Table Start ---------------------------------*/
 #wrapper {
     display: block;

     //height: 900px;
     background: #fff;
     margin: 0 auto;
     padding: 30px 57px;
     margin-top: 7px;
     height: 430px;
     //border: 2px solid black;

 }
 table, th, td {
     border: 0.55px solid black;
     width: 1000px;
 }

 #keywords {
     margin: 0 auto;
     font-size: 1.2em;
     margin-bottom: 15px;
 }


 #keywords thead {
     cursor: pointer;
     background: #c9dff0;
 }
 #keywords thead tr th { 
     font-weight: bold;
     padding: 3px 5px;
     //padding-left: 30px;
 }
 #keywords thead tr th span { 
     padding-right: 20px;
     background-repeat: no-repeat;
     background-position: 100% 100%;
     font-size: small;
 }

 #keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
     background: #acc8dd;
 }

 #keywords thead tr th.headerSortUp span {
     background-image: url("../images/up-arrow.png");
     //float:  right;
 }
 #keywords thead tr th.headerSortDown span {
     background-image: url('../images/down-arrow.png');
 }
 /* url{
      float: right;
      margin-right: -50px;
  }*/

 #keywords tbody tr { 
     color: #555;
 }
 #keywords tbody tr td {
     text-align: center;
     padding: 3px 5px;
 }
 #keywords tbody tr td.lalign {
     text-align: center;
 }

 #keywords tr:nth-child(even) 
     {
     background-color:#F2F2F2;
 }
 /*----------------------------Table End ---------------------------------*/

 /*----------------------------Pagination Start ---------------------------------*/
 #pageNavPosition{
     float:right;
     //border:  #000 double;
     //margin-right: 160px;
     //margin-left: 810px;
     //height: 55px;
     width:99%;
     //position: absolute;
     //border:2px solid black;
     //margin-bottom: 32px;
     text-align: right;
     margin-right: 120px;
     //text-align:  justify;
     // position: relative;
 }
 .pg-normal {
     color: black;
     font-weight: normal;
     text-decoration: none;    
     cursor: pointer;  
     /*                float: right;
                     margin-right: 120px;*/
 }
 .pg-selected {
     color: black;
     font-weight: bold;        
     text-decoration: underline;
     cursor: pointer;
 }
 /*----------------------------Pagination End ---------------------------------*/

 /*----------------------------Asset Submission Start ---------------------------------*/



 #asset_submission
 {
     /*       display: block;
            width: auto;
            background: #fff;
            //margin: 0 auto;
            padding: 28px 28px;
            margin-top: 9px;
            height: 430px;
            width: auto;
            margin-left: 80px;
           // z-index: 90;*/

     background: none repeat scroll 0 0 #fff;
     display: block;
     height: 430px;
     margin: 5px auto 0;
     padding: 30px 57px;

 }


 .red{
     color:  red;
     vertical-align: super;
     font-size: smaller;
 }


 #asset_submission div.text { 
     //margin: 0; 
     //padding: 0; 
     height: 15px;
     padding-bottom: 1.25em;
     padding-top: .50em;
     margin-left: 50px;
     margin-right: 153px;
     margin-top: 1px;
     //background-color: #4E7AC7;
     //margin-top: -10px;

     //position:relative;
     width: auto;
 } 

#asset_submission div.text label { 
     //margin: 5px; 
     padding: 0; 
     display: block; 
     font-size: 100%; 
     //padding-top: .1em; 
     padding-right: .25em; 
     width: 250px; 
     text-align: right; 
     float: left; 
     margin-left: 50px;}

#asset_submission .ast_submit_input_1{
     background-color:   #3276B1;
     -moz-border-radius:20px;
     -webkit-border-radius:18px;
     border-radius:15px;
     border: #18ab29;
     display:inline-block;
     cursor:pointer;
     color:#ffffff;
     font-family:arial;
     font-size:15px;
     padding:6px 20px;
     text-decoration:none;
     text-shadow:0px 1px 0px #2f6627;
 }
#asset_submission .ast_submit_input_1:hover{
     background-color:#5cbf2a;
 }
#asset_submission .ast_submit_input:active{
     position:relative;
     top:1px;
 }
#asset_submission .ast_submit_reset{

     background-color:   #3276B1;
     -moz-border-radius:20px;
     -webkit-border-radius:18px;
     border-radius:15px;
     border: #18ab29;
     display:inline-block;
     cursor:pointer;
     color:#ffffff;
     font-family:arial;
     font-size:15px;
     padding:6px 20px;
     text-decoration:none;
     text-shadow:0px 1px 0px #2f6627;
 }
#asset_submission .ast_submit_reset:hover {
     background-color:#5cbf2a;
 }
#asset_submission .ast_submit_reset:active {
     position:relative;
     top:1px;
 }

#asset_submission div.asset_submit{
     margin: 0; 
     padding: 0; 
     //padding-bottom: 1.25em;
     //margin-left:  300px;
     float: right;
     margin-right: 135px;
     width: 200px;
 }
 #asset,#technologyarea,#asset_file,#last_update,#created_on{ 

     height: 15px;
     background-color: #F2F2F2  ;
     position:relative;
    // margin-bottom: 5px;
     ///padding: 0;
     //margin-top:-5px;
 }
 #desc,#effort,#doc,#created_by{ 

     height: 15px;
     background-color:#E6E6E6 ;
     position:relative;
     //margin-bottom: 3px;
     ///padding: 0;
     //margin-top:-2px;
 }

#asset_submission div.text input, 
 div.text textarea { 
     margin: 0; 
     padding: 0; 
     display: block; 
     font-size: 100%; 
     height: 25px;
 }
 #Err1, #Err2, #Err4, #Err5{
     position: absolute;
     margin-left: 580px; 
     margin-top: -20px; 
     float: right;
 }
 #required_fields{
     color: red;
     margin-left: 50px;
 }
 /*----------------------------Asset Submission End ---------------------------------*/



 /*::-webkit-input-placeholder {
    color:darkcyan !important;
     font-size: 13px;
 }
 :-moz-placeholder {  Firefox 18- 
    color: darkcyan !important;
     font-size: 13px;  
 }
 ::-moz-placeholder {   Firefox 19+ 
    color: darkcyan !important;
     font-size: 13px;
    
 }*/

 /*input[placeholder] {
    font-weight: bold;
    //border-color: blue;
 }
 textarea[placeholder] {
    font-weight: bold;}*/

 /*------------------------------- Asset Details Start --------------------------*/

 #asset_details
 {

     display: block;
     width: auto;
     //background: #fff;
     margin: 0 auto;
     padding: 30px 30px;
     margin-top: 5px;
     height: 432px;
     width: auto;
     margin-left: 80px;

 }



 .ast_det { 
     //margin: 0; 
     //padding: 0; 
     padding-bottom: 1.25em;
     padding-top: .55em;
     margin-left: 50px;
     margin-right: 154px;
     margin-top: 5px;
     //background-color: #4E7AC7;
     //margin-top: -10px;

     //position:relative;
     width: auto;
 } 

 .ast_det label { 
     //margin: 5px; 
     width: 190px;
     display: block; 
     font-size: 100%; 
     //padding-top: .1em; 
     //padding-right: .25em;
     padding: 5px 4px 0px 0px;
     //width: 250px; 
     //text-align: right; 
     float: left; 
     height: 22px;
     margin-left:12px;
     text-align:  right;
     //margin-left: 50px;
     background-color:  #E6E6E6;
     margin-top: -12px;
 }

 .ast_det_data label { 
     //margin: 5px; 
     width: 720px;
     display: block; 
     font-size: 100%; 
     //padding-top: .1em; 
     //padding-right: .25em;
     padding: 5px 3px 0px 0px;
     height: 22px;
     margin-right: 229px;
     background-color: #F2F2F2 ;
     float: right;
     margin-top: -28px;
 }
 /* div .ast_det .col{
      // margin-bottom: 22px;
      position: absolute;
      margin-left: 110px;
      //float: left;
  }*/

 /* .ast_det_btn {
      background-color:   #3276B1;
      -moz-border-radius:20px;
      -webkit-border-radius:18px;
      border-radius:15px;
      border: #18ab29;
      display:inline-block;
      cursor:pointer;
      color:#ffffff;
      font-family:arial;
      font-size:15px;
      padding:6px 20px;
      text-decoration:none;
      text-shadow:0px 1px 0px #2f6627;
  }
  .ast_det_btn:hover {
      background-color:#5cbf2a;
  }
  .ast_det_btn:active {
      position:relative;
      top:1px;
  }*/

 /* .col{
       //margin-left: 150px;
      //margin-right: 300px;
      float: right;
     // position: absolute;
  }*/

 /*------------------------------- Asset Details End --------------------------*/

 /*------------------------------- Register Details Start --------------------------*/

 #registration
 {

     display: block;
     width: auto;
     background: #fff;
     margin: 0 auto;
     padding: 30px 30px;
     margin-top: 15px;
     height: 430px;
     width: auto;
     //margin-left: 20px;

 }

 .container {
     margin-top: 50px;
     margin-left: 200px;
     //margin: 80px auto;
     //float: right;
     width: 640px;
     //height: 700px;
     position: absolute;
 }

 .register_class {
     position: relative;
     margin: 0 auto;
     padding: 20px 20px 20px;
     width: 340px;
     background: white;
     border-radius: 3px;

     /*-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);*/
     box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
 }
 .register_class:before {
     content: '';
     position: absolute;
     top: -8px;
     right: -8px;
     bottom: -8px;
     left: -8px;
     z-index: -1;
     background: rgba(0, 0, 0, 0.08);
     border-radius: 4px;
 }
 .register_class h1 {
     margin: -20px -20px 21px ;
     line-height: 40px;
     font-size: 15px;
     font-weight: bold;
     color: #555;
     text-align: center;
     text-shadow: 0 1px white;
     background: #f3f3f3;
     border-bottom: 1px solid #cfcfcf;
     border-radius: 3px 3px 0 0;
     /*    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
         background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
         background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
         background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
         -webkit-box-shadow: 0 1px whitesmoke;*/
     box-shadow: 0 1px whitesmoke;
 }
 .register_class p {
     margin: 20px 0 0;
 }
 .register_class p:first-child {
     margin-top: 0;
 }
 .register_class input[type=text], .login input[type=password] {

 }
 .register_class p.remember_me {
     float: left;
     line-height: 31px;
 }
 /*.login p.remember_me label {
     font-size: 12px;
     color: #777;
     cursor: pointer;
 }
 .login p.remember_me input {
     position: relative;
     bottom: 1px;
     margin-right: 4px;
     vertical-align: middle;
 }*/
 .register_class p.submit {
     text-align: right;
 }

 .login-help {
     margin: 20px 0;
     font-size: 11px;
     color:black;
     text-align: center;
     text-shadow: 0 1px #2a85a1;
 }
 .login-help a {
     //color: #cce7fa;
     text-decoration: none;
 }
 .login-help a:hover {
     text-decoration: underline;
 }

 :-moz-placeholder {
     color: #c9c9c9 !important;
     font-size: 13px;
 }

 ::-webkit-input-placeholder {
     color: #ccc;
     font-size: 13px;
 }

 div .register_class input {
     font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
     font-size: 14px;
 }

 div .register_class input[type=text], input[type=password] {
     margin: 5px;
     padding: 0 10px;
     width: 200px;
     height: 34px;
     color: #404040;
     background: white;
     border: 1px solid;
     border-color: #c4c4c4 #d1d1d1 #d4d4d4;
     border-radius: 2px;
     outline: 5px solid #eff4f7;
     -moz-outline-radius: 3px;
     -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
     box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
 }
 div.register_class input[type=text]:focus, input[type=password]:focus {
     border-color: #7dc9e2;
     outline-color: #dceefc;
     outline-offset: 0;
 }

 div.register_class input[type=submit] {
     padding: 0 18px;
     height: 29px;
     font-size: 12px;
     font-weight: bold;
     color: #527881;
     text-shadow: 0 1px #e3f1f1;
     background: #cde5ef;
     border: 1px solid;
     border-color: #b4ccce #b3c0c8 #9eb9c2;
     border-radius: 16px;
     outline: 0;
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
     background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
     background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
     background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
     // background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
     -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
     box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
 }
 div.register_class input[type=submit]:active {
     background: #cde5ef;
     border-color: #9eb9c2 #b3c0c8 #b4ccce;
     -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
     box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
 }

 /*------------------------------- Register Details End --------------------------*/




 /*------------------------------- Popup Starts Here  --------------------------*/    

 #abc {
     width:100%;
     height:100%;
     opacity:.95;
     top:0;
     left:0;
     display:none;
     position:fixed;
     background-color:#313131;
     overflow:auto
 }
 img#close {
     position:absolute;
     right:-14px;
     top:-14px;
     cursor:pointer
 }
 div#popupContact {
     position:absolute;
     left:50%;
     top:17%;
     margin-left:-202px;
     font-family:'Raleway',sans-serif
 }
 #form {
     max-width:200px;
     min-width:180px;
     padding:20px 50px;
     border:2px solid gray;
     border-radius:10px;
     font-family:raleway;
     background-color:#fff
 }
 p {
     margin-top:30px
 }
 /* h2 {
  background-color:#FEFFED;
  padding:10px 25px;
  margin:-10px -50px;
  text-align:center;
  border-radius:10px 10px 0 0
 }*/
 /* hr {
      margin:10px -50px;
      border:0;
      border-top:1px solid #ccc
  }*/
 /* input[type=text] {
      width:82%;
      padding:10px;
      margin-top:30px;
      border:1px solid #ccc;
      padding-left:40px;
      font-size:16px;
      font-family:raleway
  }
 */
 #submit1{
     text-decoration:none;
     width:40%;
     text-align:center;
     display:block;
     background-color:#7E8FA0;
     color:#fff;
     //border:1px solid #FFCB00;
     margin-top: 20px;
     margin-left: 40px;
     padding:8px;
     font-size:20px;
     cursor:pointer;
     border-radius:5px;
 }
 /* span {
      color:red;
      font-weight:700
  }*/
 /*button {
     width:10%;
     height:45px;
     border-radius:3px;
     background-color:#cd853f;
     color:#fff;
     font-family:'Raleway',sans-serif;
     font-size:18px;
     cursor:pointer
 }*/

 /*------------------------------- Popup END Here  --------------------------*/



 /*------------------------------- asset_details_review Start Here  --------------------------*/    



 #asset_review
 {

     display: block;
     width: auto;
     //background: #fff;
     margin: 0 auto;
     padding: 30px 30px;
     margin-top: 2px;
     height: 435px;
     width: auto;
     margin-left: 80px;

 }



 .ast_review { 
     //margin: 0; 
     //padding: 0; 
     padding-bottom: 1.25em;
     padding-top: .55em;
     margin-left: 40px;
     margin-right: 20px;
     margin-top: 5px;
     //background-color: #4E7AC7;
     //margin-top: -10px;

     //position:relative;
     width: auto;
 } 

 .ast_review label { 
     //margin: 5px; 
     width: 190px;
     display: block; 
     font-size: 100%; 
     //padding-top: .1em; 
     //padding-right: .25em;
     padding: 5px 8px 0px 0px;
     //width: 250px; 
     //text-align: right; 
     float: left; 
     height: 22px;
     margin-left:12px;
     text-align:  right;
     //margin-left: 50px;
     background-color:  #E6E6E6;
     margin-top: -8px;
 }

 .ast_review_data label { 
     //margin: 5px; 
     width: 720px;
     display: block; 
     font-size: 100%; 
     //padding-top: .1em; 
     //padding-right: .25em;
     padding: 5px 2px 0px 8px;
     height: 22.2px;
     margin-right: 229px;
     background-color: #F2F2F2 ;
     float: right;
     margin-top: -24.5px;
 }

 .ast_review_data a:link{
     color:#000000;
     background-color:transparent;
     text-decoration:none;

 }

 #review_update{
     width:920px;
     display: block; 
     font-size: 100%; 
     //padding-top: .1em; 
     //padding-right: .25em;
     padding: 8px 8px 0px 0px;
     //width: 250px; 
     //text-align: right; 
     margin-top: 1px;
     float: left; 
     height: 22px;
     margin-left:52px;
     background-color:  #E6E6E6;

 }
 #review_update_select{
     float: left;
     margin-top: -4px;
     margin-left: 330px;
 }
 #review_update_submit
 {
     float: right;
     margin-top: -4px;
     margin-right: 330px;
 }

 /*   #asset_details_review .ast_det #review_approve_reques_comment label{
        height: 300px;
        border: 2px solid black;
    }*/

 /*------------------------------- asset_details_review End Here  --------------------------*/    
 
 
 #advance_search{
     height: 430px;
     margin-top: 40px;
     margin-left: 105px;
 }
 
 
#advance_search .text { 
     //margin: 0; 
     //padding: 0; 
    // padding-bottom:;
     //padding-top: .55em;
     margin-left: 80px;
    // margin-right: 153px;
     //margin-top: 5px;
     //background-color: #4E7AC7;
     //margin-top: -10px;

     //position:relative;
     width: 460px;
 } 
 
 
 #advance_search .text label { 
     //margin: 5px; 
     padding: 0; 
     display: block; 
     font-size: 100%; 
     //padding-top: .1em; 
     padding-right: .25em; 
     //padding-bottom: 2px;
     //width: 150px; 
     //text-align: right; 
     float: left; 
     //background-color: blueviolet;
     //margin-left: 50px;
 //border: 2px solid blue;
 }

 
 #advance_search .text input, 
 .text textarea { 
     margin: 0; 
     padding: 0; 
     display: block; 
     font-size: 100%; 
     height: 25px;
     //border: 2px solid green;
 }

/* .ast_submit_input_1{
     background-color:   #3276B1;
     -moz-border-radius:20px;
     -webkit-border-radius:18px;
     border-radius:15px;
     border: #18ab29;
     display:inline-block;
     cursor:pointer;
     color:#ffffff;
     font-family:arial;
     font-size:15px;
     padding:6px 20px;
     text-decoration:none;
     text-shadow:0px 1px 0px #2f6627;
 }
 .ast_submit_input_1:hover{
     background-color:#5cbf2a;
 }
 .ast_submit_input:active{
     position:relative;
     top:1px;
 }
 .ast_submit_reset{

     background-color:   #3276B1;
     -moz-border-radius:20px;
     -webkit-border-radius:18px;
     border-radius:15px;
     border: #18ab29;
     display:inline-block;
     cursor:pointer;
     color:#ffffff;
     font-family:arial;
     font-size:15px;
     padding:6px 20px;
     text-decoration:none;
     text-shadow:0px 1px 0px #2f6627;
 }
 .ast_submit_reset:hover {
     background-color:#5cbf2a;
 }
 .ast_submit_reset:active {
     position:relative;
     top:1px;
 }*/



 
#advance_search_wrapper1, #advance_search_wrapper3 {
    width: 90%;
    height: 30px;
    //border: 2px solid black;
     //height: 15px;
     background-color: #F2F2F2  ;
     //position:relative;
    padding-bottom:    .25em;
    padding-top: .25em;
    margin: 1px 0px 1px 0px;
}

#advance_search_wrapper2{
    background-color: #E6E6E6;
    width: 90%;
    height: 30px;
     padding-bottom:    .25em;
    padding-top: .25em;
    margin: 1px 0px 1px 0px;
    
}
#advance_search_asset,#advance_search_technologyarea,#advance_search_created_by{
    float: left;
    //width: 500px;
   // border: 2px solid black;
    margin-left: 20px;
     padding-bottom:    .25em;
    padding-top: .25em;
    margin: 1px 0px 1px 0px;
   
}
#advance_search_desc,#advance_search_effort,#advance_search_reviewed_by{
    float: left;
    //margin-left: -120px;
    //padding: 5px;
    //width: 400px;
    //border: 2px solid green;
     //padding-bottom:    .25em;
    padding-top: .25em;
    margin: 1px 0px 1px 0px;
    // margin-right: 80px;
}
#advance_search_document_version {
    width: 82%;
    height: 30px;
    //border: 2px solid black;
     //height: 15px;
     background-color: #F2F2F2;
     position:absolute;
    padding-bottom:    .25em;
    padding-top: .5em;
    margin: 1px 0px 1px 0px;
    text-align: center;
}

.advance_search_submit .ast_submit_input_1{
     background-color:   #3276B1;
     -moz-border-radius:20px;
     -webkit-border-radius:18px;
     border-radius:15px;
     border: #18ab29;
     display:inline-block;
     cursor:pointer;
     color:#ffffff;
     font-family:arial;
     font-size:15px;
     padding:6px 20px;
     text-decoration:none;
     text-shadow:0px 1px 0px #2f6627;
     margin-left: 500px;
     margin-top: 20px;
 }
.advance_search_submit .ast_submit_input_1:hover{
     background-color:#5cbf2a;
 }
.advance_search_submit .ast_submit_input:active{
     position:relative;
     top:1px;
 }
.advance_search_submit .ast_submit_reset{

     background-color:   #3276B1;
     -moz-border-radius:20px;
     -webkit-border-radius:18px;
     border-radius:15px;
     border: #18ab29;
     display:inline-block;
     cursor:pointer;
     color:#ffffff;
     font-family:arial;
     font-size:15px;
     padding:6px 20px;
     text-decoration:none;
     text-shadow:0px 1px 0px #2f6627;
 }
.advance_search_submit.ast_submit_reset:hover {
     background-color:#5cbf2a;
 }
.advance_search_submit .ast_submit_reset:active {
     position:relative;
     top:1px;
 }

.advance_search_submit div.asset_submit{
     margin: 0; 
     padding: 0; 
     //padding-bottom: 1.25em;
     //margin-left:  300px;
     float: right;
     margin-right: 135px;
     width: 200px;
 }