  @charset "utf-8";

@font-face {
    font-family: 'Trebuchet MS';
    src: local('☺'),
         url('trebuc.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

  
  

   a{
         text-decoration: none;
   }

   a img {
        border: 0;
        text-decoration: none;
   }

    body{
       background-color: #ffffff;
       margin: 0px;
       padding: 0px;
       font-family: myriadwebpro;
    }

    .top_table{
        width:1003px;
        height:266px;
        background-color:#ffffff;
        margin-top: 10px;
    }
    
    .hr{
        background: url(../images/hr.png) 0 0 repeat-x;
        width: 931px;
        height: 3px;
        margin: 10px 0px;
    }
    
    .link_block{
        width:292px;
        height: 150px;
        margin: 10px 10px;
        border-bottom-color: #F4F4F4;
        border-left-color: #F4F4F4;
        border-right-color: #F4F4F4;
        border-width: 2px 1px 1px 1px;
        border-style: solid;
        font-family:  Arial,Helvetica,sans-serif;
        font-size: 11px;
        color:#454545;
        text-align: left;
    }
    
    .username{
        float: left;
        margin-top: 66px;
         font-family: 'Trebuchet MS';
          font-size: 12px;
          color:#545454;
        
    }
    
    .home_link{
        background: url("../images/marker") no-repeat scroll 100% 4px transparent;
        color: #013E77;
        display: block;
        float: left;
        font-weight: bold;
        margin-left: 10px;
        padding-right: 8px;
        text-transform:uppercase;
        font-size: 12px;
    }
    
     .home_link:hover{
         color:#c24716;
     }
     
     #notice_list{
        list-style: none outside none;
        margin-left: 0;
        padding-left: 24px;
     }
     
      ul#notice_list li{
          background: url(../images/right_next.png) no-repeat 0 4px;
          font-family: 'Trebuchet MS';
          font-size: 12px;
          color:#545454;
          text-align: left;
          padding-left: 10px;
          height: 14px;
      }
      
      ul#notice_list li a{
          text-decoration: underline;
          font-size: 12px;
          font-family: 'Trebuchet MS'; 
          color:#545454;
      }
    
    #left_div{
       background: url(../images/left_top_bg.png) no-repeat 0 0;
       width: 17px;
       height: 120px; 
    }
    
    .right_top{
       background: url(../images/right_top_bg.png) no-repeat 0 0;
       
       height: 120px; 
    }
    
    .notice{
        background: url("../images/sign.png") no-repeat scroll 0 10px transparent;
        height: 65px;
        margin-bottom: 8px;
        margin-top: 10px;
        width: 350px;
    }
    
    .menus{
        width:660px;
        height: 26px;
        float: right;
    }
    
    #nav{
       list-style: none outside none;
       margin: 0px;
       padding: 0px; 
       background-color: #1572A9;
    }
    
    #nav li{
         background-color: #1572A9;
        
        display: inline;
        float: left;
        
        height: 26px;
        line-height: 26px;
        list-style: none outside none;
        padding: 0 11px;
    }
    
     #nav li a{
        font-family: 'Trebuchet MS';
        font-size: 13px;
        color: #FFFFFF;
        height: 26px;
        display: block; 
        border: 0 none;
     }
    
    #left_menu{
        background: url(../images/left_side_menu.png) 0 0 no-repeat;
        width: 4px;
        height: 26px;
        float:left;
    }
    
    #right_menu{
        background: url(../images/right_side_menu.jpg) 0 0 no-repeat;
        width: 4px;
        height: 26px;
        float:left;
    }
    
    .current_menu{
        background: url(../images/menu_mark.png) 50% 22px no-repeat;
    }
    
    .link_block span{
       float: left;
       padding: 10px;
       text-align: justify;
       width: 270px;
    }
    
    .home_images{
        border-color:#E8E8E8;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        margin-top: 0px;
        width: 951px;
    }
    
    .content_image{
        background: url(../images/home_image1.png) no-repeat 0 0;
        width: 787px;
        height: 262px;  
    }
    
    .member_block{
        border-top-color : #40768E;       
    }
    
    .guest_block{
        border-top-color : #9D8E55;       
    }
    
    .ideas_block{
        border-top-color :#2479B9;
    }

    .top_header_table{
        width:980px;
        height:566px;
        background-color:white;
        margin-top: 35px;
    }

    .footer_table{
        font-family: myriadwebpro;
        font-size: 10px;
        color: #9B9B9B;
        width:981px;
        background-image: url(../images/bg_foot.gif);
        background-repeat: repeat-x;
    }

    .bg_logo{
        background-image:url(../images/bg_top.png);
        background-repeat: repeat-x;
        background-position: 0 0;
        height: 120px;
    }

    .bg_logo img{

        margin-left: 0px;
        margin-top: 39px;
    }

    .menu{
        height: 35px;
    }

    .top_menu{
        height: 39px;
    }

    .menu_block{
        border-bottom: 1px solid #BA9D4D;
        color: #FFFFFF;
        display: block;
        font-size: 15px;
        font-weight: bold;
        line-height: 23px;
        margin-left: 10px;
        width: 125px;
    }

    #home_menu:hover{
        background-position: 0 -35px;
    }

    #user_menu{
        background: url(../images/user_profile_menu_bg.gif) 0 0 no-repeat;
        width: 245px;
        height: 35px;
        display:block;
    }

    #user_menu:hover{
        background-position: 0 -35px;
    }

    #faq_menu{
        background: url(../images/faq_menu_bg.gif) 0 0 no-repeat;
        width: 245px;
        height: 35px;
        display: block;
    }

    #faq_top_menu{
        background: url(../images/forum_menu.gif) 0 0 no-repeat;
        width: 245px;
        height: 35px;
        display: block;
    }

    #faq_menu:hover{
        background-position: 0 -35px;
    }

    #faq_top_menu:hover{
        background-position: 0 -35px;
    }

   #more_info_menu{
        background: url(../images/more_info_bg.gif) 0 0 no-repeat;
        width: 245px;
        height: 35px;
        display: block;
   }

   #more_info_menu:hover{
        background-position: 0 -35px;
   }
   
   #more_info{
       background: url(../images/more.png) no-repeat 0 0;
       width: 126px;
       height: 34px;
       float: left;
       margin: 20px 0px 0px 50px;
   }
   
   .mem_text{
       padding: 0 20px 0 0;
       margin: 0px;
       font-family: Arial;
       font-size: 12px;
   }
   .mem_text li{
       padding-bottom:10px;
   }
   
   
   .homeBanner {
    margin: auto 0;
    width: 951px;
   }
   
   .bannerTxt {
    color: #FFFFFF;
    font: 37px myriadwebpro;
    margin-left: 3px;
    padding: 25px 18px 25px 28px;
    position: absolute;
    top: 60px;
    width: 750px;
    left:0px;
    text-align: left;
}

#slider ul {
    list-style-type: none;
}

   #submit_idea_button{
        background: url(../images/submit_idea2.png) no-repeat 0 0;
        display: block;
        height: 26px;
        width: 122px;
        
   }
   
    #become_member_button{
        background: url(../images/becomemember.png) no-repeat 0 0;
        display: block;
        height: 26px;
        width: 122px;
        
   }

  

   #cancel_button{
        background: url(../images/cancel_button.gif) 0 0 no-repeat;
        display: block;
        width: 100px;
        height: 27px;
   }

   #cancel_button:hover{
        background-position: 0 -27px;

   }

   #login_button{
        background: url(../images/login_button.gif) 0 0 no-repeat;
        display: block;
        width: 145px;
        height: 37px;
   }

   #login_button:hover{
        background-position: 0 -37px;
   }

   #apply_button{
        background: url(../images/apply_join.gif) 0 0 no-repeat;
        display: block;
        width: 143px;
        height: 37px;
   }

   #apply_button:hover{
        background-position: 0 -39px;
   }

   #sign_in_button{
        background: url(../images/go.png) 0 0 no-repeat;
        display: block;
        width: 31px;
        height: 22px;
        cursor: pointer;
   }
   
   #btn_go{
        background: url(../images/go_btn.jpg) 0 0 no-repeat transparent;
        display: block;
        width: 36px;
        height: 26px;
        cursor: pointer;
        border: 0px;
   }
   
   
   .left_top{
       vertical-align: top;
   }

   #sign_block{
       float: right;       
       margin-top: 90px;
   }
   
   .sign_field{
       float: left;
        margin-right: 5px;
   }
   *:first-child+html .sign_field {
        margin-right: 3px;
    }
   
   .sign_input{
       background-color: #FFF;
       border: 1px solid #C6C6C4;
       color: #013E77;
       height: 21px;
   }
   
   #sign_link_block{
       float: right;
       color: #013E77;
       margin-right: 28px;
       font: 11px Arial;
   }
   
   #sign_link_block a{
      color: #013E77;   
   }
   
   #sign_link_block a:visited{
        color: #013E77;
   }

   #submit_button{
        background: url(../images/submit_button.gif) 0 0 no-repeat;
        display: block;
        width: 100px;
        height: 27px;
   }

   #submit_button:hover{
        background-position: 0 -27px;

   }

   #cancel_reply{
        background: url(../images/cancel_reply.gif) 0 0 no-repeat;
        display: block;
        width: 100px;
        height: 26px;
   }

   #cancel_reply:hover{
        background-position: 0 -26px;
   }

   #agree_button{
        background: url(../images/agree_button.gif) 0 0 no-repeat;
        display: block;
        width: 100px;
        height: 27px;
        float: left;
   }

   #agree_button:hover{
        background-position: 0 -27px;
   }

   #vote_button{
        background: url(../images/vote_button.gif) 0 0 no-repeat;
        display: block;
        width: 100px;
        height: 27px;
        float: left;
   }

   #vote_button:hover{
        background-position: 0 -27px;
   }

   #back_button{
        background: url(../images/back_button.gif) 0 0 no-repeat;
        display: block;
        width: 100px;
        height: 27px;

   }

   #back_button:hover{
        background-position: 0 -27px;
   }

   #update_button{
        background: url(../images/update_button.gif) 0 0 no-repeat;
        display: block;
        width: 100px;
        height: 27px;
        float: left;
   }

   #update_button:hover{
        background-position: 0 -27px;
   }
   
   #search_btn{
    background: url("../images/search_btn.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 23px;
    margin-left: 2px;
    margin-top: 4px;
    width: 74px;
    border: 0px;
   
   }
   
   #search_btn:hover{
      background-position: 0px -23px;  
   }

   #search_button{
        background: url("../images/search_button.png") no-repeat scroll 0 0 transparent;
        display: block;
        float: left;
        height: 18px;
        margin-left: 2px;
        margin-top: 7px;
        width: 52px;
   }
   #search_box{
       background-color: #F4F6F8;
       width: 308px;
   }

   .links_tr{
       background-color: #DFBC6B;
       text-align: left;
   }
   
   .links_tr td a:hover{
       color:#191919;
   }
  
   #search_adv_button{
        background: url(../images/search_adv_button.gif) 0 0 no-repeat;
        display: block;
        width: 99px;
        height: 27px;
        float: left;
   }

   #search_adv_button:hover{
        background-position: 0 -27px;

   }

   #not_agree_button{
        background: url(../images/not_agree_button.gif) 0 0 no-repeat;
        display: block;
        width: 100px;
        height: 27px;
        margin-left: 30px;
        float: left;
   }

   #not_agree_button:hover{
        background-position: 0 -27px;

   }

   #preview_button{
        background: url(../images/preview_button.gif) 0 0 no-repeat;
        display: block;
        width: 100px;
        height: 27px;
        float: left;
   }

   #preview_button:hover{
        background-position: 0 -27px;

   }

   #edit_button{
        background: url(../images/edit_profile_button.gif) 0 0 no-repeat;
        display: block;
        width: 144px;
        height: 37px;
        float: left;
   }

     #edit_button:hover{
        background-position: 0 -37px;

    }

    #change_password{
        background: url(../images/change_pass_button.gif) 0 0 no-repeat;
        display: block;
        width: 144px;
        height: 37px;
        float: left;
    }

    #change_password:hover{
        background-position: 0 -37px;

    }

    .more_button{
       font-family:'Trebuchet MS';
       font-size: 13px;
       width: 76px;
       display: block;
       font-size: 12px; 
       color: #1572A9;
    }

    .more_button:hover{
        background-position: 0 -20px;
    }


    #bg_line{
        background-image: url(../images/bg_line.gif);
        background-repeat: no-repeat;
        width: 472px;
        height: 21px;
    }

    .content{
        
    }

    .content_ideas
    {
        background-color:#ffffff;
        height: 100%;
    }

    .content_search{
        font-family: 'Trebuchet MS';
        font-size: 14px;
        color:#545454;
       
    }

    .footer{
       
    }

    .content_text{
        color: #545454;
        float: none;
        font-family: 'Trebuchet MS';
        font-size: 14px;
        padding: 10px;
        line-height: 1.5em;
        width: 931px;
    }
    
    .content_term{
        font-family: 'Trebuchet MS';
        font-size: 13px;
        color:#585858;
        width: 878px;
        height: 380px;
        overflow: auto;
        float:none;
        text-align: left;
    }

    .content_bottom_text{
        color: #545454;

        font-family: 'Trebuchet MS';
        font-size: 13px;
        padding: 10px;
       
       
    }

    .bg_button{
        width: 472px;
    }

    .main_text{
        font-family: 'Trebuchet MS';
        font-size: 12px;
        color:#000000;
    }

    #footer_links {
       color: #5B5B5B;
       font: 11px Arial,Helvetica,sans-serif;        
       width: 493px;
       
    }
    
   
    
    #search_panel{
       margin-bottom: 10px;
      
        margin-top: 5px;
      
    }
    
    .title_label{
        font-size: 14px;
        font-weight: bold;
    }

    #footer_links a{
       color: #5B5B5B;
       font: 11px Arial,Helvetica,sans-serif;        
    }

    .ErrorMessage{
        font-family: myriadwebpro;
        font-size: 12px;
        color: #ff0000;
        text-align: left;
        top: 80px;
    }

    .button
    {
        background-color: transparent;
        border: 0 none;
        cursor: pointer;
        font-size: 1px;
        height: 27px;
        width: 100%;
    }

    .top_search{
        height: 26px;
        margin-top:32px;
        float: left;
    }

    .left_box{
        background-image: url(../images/box_left.gif);
        background-repeat: no-repeat;
        width: 9px;
        height: 26px;
        float: left;
    }
    .search_box{      
         border: 0 none;
        float: left;
        height: 22px;
        padding: 5px;
        width: 180px;
    }

    #select_search{
        font-family: "Trebuchet MS, Verdana, Geneva, Arial, Helvetica, myriadwebpro";
        font-size: 11px;
        color: #000000;
        background-color: #ffffff;
        border: 0 none;
        margin-top:6px;
    }
    
    .visit_forum{
        background: url("../images/visit_png.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 23px;
        margin-left: 0px;
        margin-top: 6px;
        width: 97px;
        margin-bottom: 5px;
        float: left;
    }
    
    .visit_forum:hover{
         background-position: 0px -23px;
    }
    
    .forum_inbox{
        background: url("../images/forum_inbox.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 23px;
        margin-left: 2px;
        margin-top: 6px;
        width: 97px;
        margin-bottom: 5px;
        float: left;
    }
    .forum_inbox:hover{
         background-position: 0px -23px;
    }
    
    .send_pm{
        background: url("../images/sendpm.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 23px;
        margin-left: 2px;
        margin-top: 6px;
        width: 97px;
        margin-bottom: 5px;
         float: left;
    }
    .send_pm:hover{
         background-position: 0px -23px;
    }
    
    
    
    .visit{
        border-top: 2px solid #DF8F23;
        width: 308px;
        text-align: left;
        margin-top:5px;
    }
    
    #forum_text{
        font-family: 'Trebuchet MS';
        font-size: 12px;
        color:#545454;
        margin-left: 10px;
    }
    
    .top_rated{
        border-top: 2px solid #DF8F23;
        width: 308px; 
        text-align: left;
        margin-top:5px; 
    }
    
    .side_title{
        color: #1F6690;
        font-family: 'Trebuchet MS';
        font-size: 14px;
        padding-left: 10px;
        font-weight: bold;
        margin-top: 5px;
    }
    .side_list{
        margin: 0;
        padding: 0 0 10px 10px; 
    }
    
    .side_list li{
       background: url("../images/marker.png") no-repeat scroll 0 3px transparent;
        font-family: arial;
        font-size: 12px;
        height: 20px;
        list-style: none outside none;
        padding-left: 10px;
        width: 220px;
        color:#585858; 
        text-align: left;
        
    }
    .side_list li a{
        color:#585858;
    }
   

#slides {
    height: 332px;
    list-style: none outside none !important;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    z-index: 5;
}

    #text_search{
        font-family: "Trebuchet MS, Verdana, Geneva, Arial, Helvetica, myriadwebpro";
        font-size: 11px;
        color: #000000;
        border:0 none;
        margin-top:6px;
        width:310px;
    }

    .content_left{
        width:703px;
        float:left
    }

    .content_right{
        width:235px;
        float:left
     }

    .title_box{
        background-image: url(../images/bg_title_ideas.gif);
        background-repeat: repeat-x;
        height: 36px;
        width: 690px;
     }

    .title_criteria{
        background-image: url(../images/bg_title_ideas.gif);
        background-repeat: repeat-x;
        height: 36px;
        width: 938px;
     }

    .title_box_rating{
        background-image: url(../images/rated_bg.gif);
        background-repeat: repeat-x;
        height: 36px;
        width: 220px
     }

    .title_box_message{
        background-image: url(../images/bg_message.gif);
        background-repeat: repeat-x;
        height: 36px;
        width: 220px
     }

    .ideas
     {
        color: #013E77;
        font-family: myriadwebpro;
        font-size: 12px;
        margin-left: 30px;
     }

    #count_page
     {
        margin-left: 25px;
        margin-top: 5px;
        font-family:myriadwebpro;
        font-size:10px;
        color:#E2E2E2;
        width:35px;
        height:18px;
        float:left;
     }

    #title_ideas
     {
        background-image:url(../images/title_list_ideas.gif);
        background-repeat:no-repeat;
        width:147px;
        height: 18px;
        margin-top: 3px;
        border:0;
        float:left;

    }

    #title_criteria{
        background-image:url(../images/criteria.gif);
        background-repeat:no-repeat;
        width:167px;
        height: 18px;
        border:0;
        float:left;
    }

    #sort_date_links
     {

        border-bottom: 2px solid #1572A9;
        float: left;
        height: 38px;
        margin-left: 0;
        width: 609px;
     }
    

    .last_links
     {
       
        background-repeat: no-repeat;
        float: left;
        height: 31px;
       
     }

    .last_links_select
     {

         background: url("../images/sel_menu.png") no-repeat scroll 50% 38px transparent;
       
        float: left;
        height: 45px;
       

     }

    .links{
        float: left;
        height: 24px;
        margin-left: 4px;
        width: 115px;
      }

    .last_links_select a{
        font-family:'Trebuchet MS';
        font-size:16px;
        color:#1F6690;
        display: block;
        margin-top: 12px;   
    }

    .last_links a{
        font-family:'Trebuchet MS';
        font-size:16px;
        color:#DF8F23;
        display: block;
        margin-top: 12px;
        
        
    }
    
    .recent{
       width: 55px;
    }
    

    .company_name{
        font-family:'Trebuchet MS';
        font-size: 13px;
        color: #585858;
        font-weight: bold;

     }
     
     .title_idea{
          color: #1F6690;
          font-size: 14px;
       
     }
     .author{
         color:#1F6690;
         font-size: 14px;
     }

    .rating{
        font-family:'Trebuchet MS';
        font-size: 12px;
        color:#585858;   
        margin-top: 2px;

      }

    .synopsis{
        color: #545454;
        font-family: 'Trebuchet MS';
        font-size: 13px;
        margin-top: 2px;
        padding: 10px 0px;
        width: 600px;
      }

    .separator {
        background-color:#ffffff;
        border-top:1px solid #E8E8E8;
        font-size:1px;
        height:1px;
        overflow:hidden;
   }

    .separator_message {
        background-color:transparent;
        border-top:1px solid #82a659;
        font-size:1px;
        height:1px;
        overflow:hidden;
   }

    .separator_rated{
        background-color:transparent;
        border-top:1px solid #ffffff;
        font-size:2px;
        height:2px;
        overflow:hidden;

    }



    .rated_list{
        background-image: url(../images/bg_right_box.gif);
        background-repeat:repeat-y;
        width: 234px;
        height: 43px;

    }
    .message_list{
        background-image:url(../images/bg_message_list.gif);
        background-repeat: repeat-x;

    }

    .message_body{
         color: #585858;
        font-family: arial;
        font-size: 11px;
        padding-left: 10px;
    }
    .read{
        text-align: right;
    }

    .rated_text{
        font-family: "Trebuchet MS";
        font-size: 14px;
        color: #085a98;
        margin-left:20px;
    }

   .message_text{
        color: #585858;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
        margin-left: 10px;
        margin-top: 6px;
   }
   
   .read{
       
       text-align: right;
       width: 234px;
   }
   
    .footer_message{
        background-image: url(../images/footer_message.gif);
        background-repeat: repeat-x;
        height: 6px;
    }

    .footer_rated{
        background-image: url(../images/footer_rated.gif);
        background-repeat: repeat-x;
        height: 6px;
    }

    .footer_ideas{
       
    }

    .cur_link{
      
        font-family:'Trebuchet MS';
        color:#1572A9;
        width: 27px;
        height: 12px;
        float: left;
        font-weight: normal;
        text-decoration: underline;
        font-size: 12px;

    }

    .num_link{
        background-color: #ffffff;
        font-family:'Trebuchet MS';
        color:#1572A9;
        width: 27px;
        height: 12px;
        float: left;
        font-weight: bold;
        font-size: 12px;
    }
    
    .num_link a:visited{
       color:#1572A9; 
    }
    .num_link a{
        color:#1572A9;  
    }
    
    .num_link a img{
        margin-top: 3px;
    }

    .txtarea{
        background-color :#FFFFFF;
        background-image:url(../images/textfield.gif);
        background-repeat:  repeat-x;
        background-attachment:  scroll;
        background-position:  center top;
        border:1px solid #A6A6A6;
        padding:2px 1px;
    }
    .date_comment{
       font-style: italic;
    }

    #foot_link{
       color:#9B9B9B;
       font-family:Georgia;
       font-size:10px;
       text-decoration: none;    
    }
    
    #copy{
      background:url("../images/copy.png") no-repeat scroll 60px 100% transparent;
    
      width:288px;
    }
    
    .top_text{
        font-family:  Arial,Helvetica,sans-serif;
        font-size: 12px;
        color:#454545;
        text-align: left;
    }
    
    .lbl_form{
        font-size: 14px;
    }
    
    *:first-child+html #slides li {
        margin-left:-50%;
    }
    
    *:first-child+html #sign_block {
        margin-top:-20px;
        width:355px;
        float:right;
        
    }

