body{
    background:#fff;
    font-size:11px;
    text-align:center;
    color:#1e1e1e;
    font-family: Helvetica Nueue, Verdana, Arial, sans-serif;
    margin:0 auto;
    position:relative;
    top:0;
}
img{ 
    border:0px solid #000;
}
li{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
input, textarea{
    border:1px solid #efefef;
    background:white;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
input:hover, textarea:hover{
    -moz-box-shadow:0 0 4px rgba(90, 245, 236, 0.5);
    -webkit-box-shadow:0 0 4px rgba(90, 245, 236, 0.5);
    border-color:rgba(90, 245, 236, 0.75) !important;
}

input:focus, textarea:focus{
    -moz-box-shadow:0 0 8px rgba(90, 245, 236, 0.5);
    -webkit-box-shadow:0 0 4px rgba(90, 245, 236, 0.5);
    border-color:rgba(90, 245, 236, 0.75) !important;
}
.noborder{
    border:0 !important;
}
.display_none{
    display: none;
}
/*added header_top for the notice div */
.content, .header_top_content, .header_medium_content,  .navigation_link, .footer_content,.header_top{
    width: 960px;
    margin: 0px auto;
    padding: 0px;
    font-family:Helvetica Nueue, Helvetica, Arial,sans-serif;
    text-align:left;
    clear:both;
}
.notification-container{
    background-color:#ff9c5a;
    float:left;
    font-size:18px;
    font-weight:bold;
    height:40px;
    opacity:0.83;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=83);
    position:fixed;
    top:0;
    width:100%;
    z-index:1;
}
.notification-message{
    text-align:center;
    margin-top:4px;
    color:#fff;
}
.content{
    padding-top:25px;
}
.header_top{
    background-color:#fff;
    border-bottom:1px solid #efefef;
    border-left:1px solid #efefef;
    border-right:1px solid #efefef;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft:  10px;
    -webkit-border-radius-bottomleft:10px;
    padding:2px;
}
.header_medium{
    /*width:100%;*/
    height:85px;
}
.main_content{
    float:left;
    overflow:hidden;
    width:715px;
}
.full_screen_width{
    width:100% !important;
}
.sidebar{
    float:right;
    width:238px;

}
.footer{
    padding-top:20px;
    margin-top:20px;
    /*width:100%;*/
    border-top:1px solid #25b1ea;
}
.footer_content ul{
    padding-top:15px;
}
.footer_content li{
    float:left;
    padding:5px 10px 0 0;
}
/*.footer_info{
float:left;
padding-bottom:5px;
margin-top:10px;
}*/
.newsfeed{
    margin-bottom:35px;
    background-color:#fff;
    border:3px solid #fdf277;
    padding:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-radius-top-left:5px;
    -webkit-border-radius-top-right:5px;
}
.category{
    margin-bottom:0px;
    background-color:#fff;
    border:3px solid #fdf277;
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-radius-top-left:5px;
    -webkit-border-radius-top-right:5px;
}
.status{
    margin-top:35px;
    margin-bottom:0px;
    background-color:#fff;
    border-top:3px solid #fdf277;
    border-right:3px solid #fdf277;
    border-left:3px solid #fdf277;
    -moz-border-radius-topright:5px;
    -moz-border-radius-topleft:5px;
    -webkit-border-radius-top-left:5px;
    -webkit-border-radius-top-right:5px;
}
.top_moderator{
    width:232px;
    height:13px;
}
.bottom_moderator{
    width:232px;
    height:13px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-radius-bottom-left:5px;
    -webkit-border-radius-bottom-right:5px;
}
.top_category{
    width:238px;
    height:13px;
}
.top_status{
    background:#FDFDCD;
    width:232px;
    height:20px;
}
.bottom_category{
    /*background:url(/images/bottom_category.gif) no-repeat;*/
    width:238px;
    height:13px;
}
.bottom_status{
    background:#FDFDCD;
    width:232px;
    height:13px;
}
.category ul, .status ul{
    /*padding-left:40px;*/
}
.status h4, .moderator h4{
    padding-left:20px;
    font-weight:bold;
    font-size:13px;
}
.category h4{
    padding-left:20px;
    font-weight:bold;
    font-size:13px;
    margin-top:5px;
}
.category ul li , .status ul li {
    padding:5px;
    padding-left:40px;
}
.category ul li:hover , .status ul li:hover , .status ul li:hover a, .category ul li:hover a {
    background-color:#79C8FB;
    color:white;
}
.category ul li a, .status ul li a{
    padding-left:15px;
}
.ys_link{
    float:left;
    top:6px;
    margin-left:10px;
    position:relative;
    font-size:12px;
}
.lp_link{
    float:right;
    font-size:12px;
    margin-right:10px;
    position:relative;
    vertical-align:middle;
}
.logo{
    top:0px;
    position:relative;
    float:left;
    margin-left:5px;
}
.searchbox{
    float:right;
    width:280px;
    padding-top:37px;
    padding-right:5px;
}
.search{
    float:right;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:13px;
    height:20px;
    width:190px;
}
.search_button{
    float:right;
    font-size:13px;
    height:22px;
    cursor:pointer;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding:2px;
    background: #eee none repeat-x scroll 0 0;
}
.search_button:hover{
    background:#A9F55A;
}

.infobox{
    padding-top:20px;
    width:100px;
    float:right;
    color:#999;
    font-size:10px;
}
/*navigation   */
ul.menu{
    font-size:12px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
    height:40px;
    float:right;

}
.menu li{
    float:left;
    width:118px;
    height:40px;
    border-right:0px solid #fff;
    border-left:1px solid #fff;
}
.navigation_link{
    height:40px;
}
.navigation_link > ul li a {
    height:auto;
    width:auto;
}
ul.menu li a:hover, ul.menu li#active a:hover {
    background-color:#f9f9f9;
    color:#333;
}
ul.menu li.selected a, ul.menu li#active a:hover {
    background-color:#FDFDCD;
    color:#333;
}
ul.menu li a {
    color:#555;
    display:block;
    padding:9px 5px 13px 7px;
    text-decoration:none;
}
.navigation{
    /*width:100%;*/
    background-color:#B3E1F4;
    height:40px;
}
.signup_link{
    border:0 solid !important;
    width:auto !important;
}
.signup_link span{
    display:block;
    font-size:20px;
    margin:2px 5px;
}
.signup_link a{
    color:#ff3333;
}
.signup_metadata span{
    display:block;
    font-size:9px;
    margin:10px 5px;
}
.login_link{
    border:0 solid !important;
    width:auto !important;
}
.login_link a{
    color:#777;
    display:block;
}
.login_popup{
    background-color:#B3E1F4;
    border:0px solid #BBCCDD;
    margin-top:0px;
    padding:7px 9px;
    position:absolute;
    z-index:2;
}
.login_popup a {
    color:#5599BB;
}
.log_pass{
    border:1px solid #CCCCCC;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:12px;
    height:19px;
    margin:2px 0;
    padding:0 5px;
    width:170px;
}
.log_submit{
    cursor:pointer;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:10px;
    margin-right:10px;
    padding:0 8px;
}
/*navigation  ends */
/*links ... */
a, a visited {
    color:#999;
    text-decoration:none;
}
a:hover{
    color:#666;
    text-decoration:none;
}
a.nohover:hover {
    background: transparent;
    border: none;
    display:block;
}
/*global */
.clear {
    content: ".";
    height: 0;
    clear: both;
    line-height: 0px;
    margin:0px !important;
}
.float_left{
    float:left;
}
.float_right{
    float:right;
}
.float_right .label{
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:11px;
    padding:3px 0;
}
.float_right label{
    cursor:pointer;
}
h1 {
    font-weight:bold;
    font-size:21px;
}
h3{
    font-weight:bold;
    font-size:13px;
}
h3 a{
    color:#000;
}
h4{
    font-weight:bold;
    font-size:13px;
}
/* idea */
.idea_filters h2{
    color:#777;
}
.idea_filters li{
    background-color:#F9F9F9;
    border-bottom:1px solid #BCBCBC;
    display:block;
    float:left;
    font-size:14px;
    text-align:center;
    width:176px;
}
.idea_filters li.selected{
    -moz-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
    background-color:#FFFFFF;
    border-color:#BCBCBC;
    border-style:solid solid none;
    border-width:1px 1px 0;
}
.idea_filters li:hover{
    background-color:#FFF;
}
.single_idea{
    width:100%;
}
.single_idea_preview{
    width:100%;
}
div.single_idea_preview:hover{
    background-color:#FDFDCD;
}
div.single_idea_preview:hover .admin_controls, div.single_idea_preview:hover .idea_categories{
    visibility:visible;
}
div.single_idea_preview .admin_controls, div.single_idea_preview .idea_categories{
    visibility:hidden;
}
.idea_separator{
    -moz-box-shadow:0 0 1px rgba(245, 245, 245, 0.5);
    -webkit-box-shadow:0 0 1px rgba(245, 245, 245, 0.5);
    border-bottom:1px solid #FFFFFF;
    margin:15px 0;
    width:100%;
}
.left_column{
    float:left;
    width:64px;
}
.idea_meta{
    border-top:1px dotted;
    color:#999999;
    float:left;
    font-size:10px;
    margin-top:2px;
    padding-top:1px;
    text-align:center;
    width:64px;
}
.vote{
    float:left;
    width:62px;
}
.vote_area{
    background:transparent url(/images/vote_area.gif) no-repeat scroll 0 0;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:17px;
    font-weight:bold;
    height:45px;
    margin-bottom:5px;
    padding-top:10px;
    text-align:center;
    width:62px;
}
.voted{
    color:#666666;
    text-align:center;
}
.vote_content{
    border-bottom:1px dotted #000000;
    padding-bottom:5px;
    width:710px;
}
.vote_content .idea_data{
    padding-top:4px;
}
.elongated{
    -webkit-border-radius:4px;
    -moz-border-radius:9px;
    background-color:yellow;
    float:none;
    margin:0 auto;
    padding:5px 40px;
    width:135px;
}
.elongated a{
    display:block;
    height:24px;
}
.elongated .voted{
    font-weight:bold;
    padding-top:8px;
    width:150px;
}
.elongated .vote_area{
    float:left;
    height:22px;
    margin:0 11px 0 0;
    padding:4px 0;
}
.idea_text_preview{
    color:#1E1E1E;
    cursor:n-resize;
}
.preview_idea{
    height:50px;
    overflow-y:hidden;
    cursor:s-resize;
}
.idea_content{
    float:right;
    font-family:Helvetica Nueue,Verdana,Arial,sans-serif;
    padding:3px;
    width:88%;
}
.idea_status{
    float:right;
    width:630px;
    background-color:#f2f2f2;
    margin-top:10px;
    margin-bottom:10px;
    padding:5px;
}
.idea_data{
    font-size:10px;
    padding-top:8px;
    color:#aaa;
}
.idea_content h3{
    float:left;
    font-size:17px;
    font-weight:bold;
    color:#555;
}
.idea_content h3 a{
    color: #25B1EA;
}
.idea_content h3 a:hover{
    color: #555555;
}
.idea_content h3 span a{
    padding: 2px 1px;
    color: #FB9A14;
    font-size:10px;
}
.idea_content h3 span a:hover{
    color: #fff;
    background-color: #FB9A14;
}
.ideas_text a{
    float:right;
}
/* idea  end*/

/*submit idea page*/
.title_form{
    border:1px solid #DDD;
    font-size:20px;
    margin:6px;
    padding:3px;
    width:695px;
}
.text_editor textarea{
    border:1px solid #DDD;
    font-family:Helvetica Nueue,Verdana,Arial,sans-serif;
    font-size:14px;
    height:150px;
    margin:6px;
    padding:3px;
    width:695px;
}
li.category_item{
    background-color:#EFEFEF;
    border-bottom:1px dotted #DEDEDE;
    float:left;
    font-size:13px;
    height:18px;
    margin:2px;
    overflow:hidden;
    width:110px;
}
.categories_label {
    cursor:pointer;
    display:block;
    float:right;
    width:93px;
}
h2.title, h2.categories{
    background-color:#EFEFEF;
    font-size:13px;
    font-weight:bold;
    margin:6px;
    padding:3px;
}
.category_submit ul{
    margin:6px;
    padding:3px;
}
.ideasubmit{
    -webkit-border-radius:4px;
    -moz-border-radius:4px 4px 4px 4px;
    background-color:#FE7E00;
    color:#FFFFFF;
    float:left;
    font-size:20px;
    font-weight:bold;
    margin:6px auto;
    padding:5px 30px;
    text-align:center;
}
.ideasubmit:hover{
    -moz-box-shadow:0 0 4px rgba(90, 245, 236, 0.5);
    -webkit-box-shadow:0 0 4px rgba(90, 245, 236, 0.5);

}
/*submit idea page ends*/
/*individual ideas page*/
h2.comments{
    font-size:14px;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:10px;
}
.comment{
    border-bottom:1px dotted #000000;
    margin-bottom:15px;
}
/*individual ideas page ends*/
hr {
    color:#dfdfdf;
}
.moderator_icon{
    float:left;
    width:62px;
    text-align:center;
    width:60px;
    height:45px;
    background:url(/images/vote_area.gif) no-repeat;
    padding-top:10px;
    margin-bottom:5px;
}
.more_button{
    text-align:center;
    width:70px;
    height:15px;
    float:right;
    padding:5px;
    background-color:#86B101;
}
.more_button a{
    color:#fff;
}
.more_button a:hover{
    text-decoration:underline;
}
.dashboard {
    background-color:#f9f9f9;
    padding:15px 20px 20px 20px;
}
.dashboard hr{
    margin:15px 0;
}
ul.dashboard_tabs{
    /*
    height:40px;
    margin:0px;
    padding:0;
    */
}
.dashboard_tabs li{
    -moz-border-radius:14px 14px 0 0;
    -webkit-border-radius::14px 14px 0 0;
    display:inline;
    list-style:none outside none;
    width:20%;
}
.dashboard_tabs li.selected {
    float:left;
    height:40px;
    background:#f9f9f9;
}
.dashboard_tabs li.selected div{
    font-size:16px;
    font-weight:bold;
    margin-top:10px;
    text-align:center;
}
.dashboard_tabs li.link {
    float:left;
    height:40px;
    background:#efefef;
}
.dashboard_tabs li.link a{
    display:block;
    font-size:16px;
    font-weight:bold;
    margin-top:10px;
    text-align:center;
}
h3{
    font-size:13px;
    font-weight:bold;
}
.dashboard_row, .signup_row{
    margin-bottom:10px;
}
.dashboard_row .dashboard_left, .signup_left{
    float:left;
    height:auto;
    padding-right:10px;
    text-align:right;
    width:30%;
}
.dashboard_row .dashboard_right, .signup_right{
    float:right;
    padding-left:10px;
    text-align:left;
    width:67%;
}
.submit_button{
    background:#333;
    color:white;
    padding-left:20px;
    padding-right:20px;
    height:36px;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    cursor:pointer;
    margin:10px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #EFEFEF;

}

.submit_button:hover{
    -moz-box-shadow:0 0 4px rgba(90, 245, 236, 0.5);
    -webkit-box-shadow:0 0 4px rgba(90, 245, 236, 0.5);
}

.info{
    color:grey;
    font-size:11px;
}
/*.indi_tab{
padding-top:10px;
text-align:center;
}*/
.footer_content ul{
    padding-top:15px;
}
/*Praveen added these styles*/
.warning {
    background-color: red;
    color: white !important;
}
/*Independent styles*/
.single_line_heading {
    height:27px;
    overflow:hidden;
}
.signup_right textarea {
    width: 410px;
}
.dashboard_right textarea {
    width: 100%;
}
.submit_normal{
    background: transparent url(/images/save_button.GIF) repeat scroll 0% 0%;
    color: #555555;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-weight:bold;
    height: 21px;
    text-align: center;
    cursor:pointer;
}
.submit{
    background: #FE7E00;
    border:0 none;
    color:#fff;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-weight:bold;
    height:38px;
    text-align:center;
    cursor:pointer;
    padding-bottom:4px;
    padding-left:30px;
    padding-right:30px;
    font-size:22px;
}
.submit:hover{
    background:#79C8FB;
}
.cancel_link{
    color:red;
    float:left;
    padding:18px 10px;
}
.dashboard_right .default_css, .signup_right .default_css {
    background-color:#FB9A14;
    border-color:#999999 #000000 #000000 #999999;
    border-style:solid;
    border-width:1px;
    color:#333333;
    display:block;
    float:left;
    margin-right:5px;
    padding:4px 20px;
}
/*for user details section*/
.idea_tabs{
    margin:10px auto 30px;
    text-align:center;
}
.idea_tabs a:hover h2{
    background-color: #97C212;
    color: #fff;
}
.idea_tabs a h2{
    border-right:1px solid #999;
    float:left;
    font-size:14px;
    font-weight:bold;
    padding:0 10px;
    width:210px;
}
.idea_tabs a h2.last_idea_tab{
    border:0;
}
.idea_status h4{
    font-weight:bold;
}
.invite_idea{
    float:right;
}
.invite_friends_dialog{
    background-color: transparent;
}
.user_profile{
}
.user_profile textarea{
    width:400px;
}
.user_profile .float_right{
    width: 490px;
}
.user_profile_pic{
    float:left;
    /*width:200px;*/
    margin-right:10px;
    border:1px solid #efefef;
}
.user_profile_pic img{
    border:1px solid #DDDDDD;
    margin-bottom:2px;
    padding:2px;
}
.user_profile_details{
    float:left;
}
.user_details_left{
    float:left;
    font-weight:bold;
    padding-top:10px;
    text-align:right;
    width:275px;
}
.user_details_right{
    float:right;
    padding-left:10px;
    padding-top:10px;
    width:200px;
}
.idea_data_indi{
    margin-right:10px;
}
.idea_categories{
    color:#ccc;
}
.moderator {
    background-color:#FDFDCD;
    margin-bottom:10px;
    border-bottom:3px solid #FDF277;
    border-right:3px solid #FDF277;
    border-left:3px solid #FDF277;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-radius-bottom-left:5px;
    -webkit-border-radius-bottom-right:5px;

}
.top_moderator {
    height:13px;
    width:238px;
}
.bottom_moderator {
    height:13px;
    width:232px;
}
.moderator h4 {
    font-size:13px;
    font-weight:bold;
    padding-left:20px;
}
/*Styles added by praveen */
.user_caption{
    -moz-border-radius:7px 7px 0 7px;
    -webkit-border-radius:7px 7px 0 7px;
    background-color:#F9F9F9;
    font-family:Helvetica Nueue,Verdana,Arial,sans-serif;
    font-size:13px;
    padding:2px 5px;
    width:140px;
}
.user_field{
    border:1px solid #DDDDDD;
    color:#666666;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:18px;
    margin:-1px auto 3px 50px;
}
.user_field_chkbox{
    margin:5px;
}
.image_edit {
    font-size:12px;
    margin:2px;
    text-align:center;
}
.border_zero {
    border: 0px solid;
}
.heading {
    margin-bottom:12px;
}
.password {
    margin-top:30px;
    padding-top:2px;
}
.dotted_seprator{
    border-top:1px dotted #999999;
}
.honored {
    background-color:#7FCA60;
    border-color:#529636 #C4FFAC #C4FFAC #529636;
    border-style:solid;
    border-width:1px;
    color:#333333;
    display:block;
    margin-right:5px;
    padding:4px 20px;
    width:200px;
    cursor:pointer;
}
.insulted {
    background-color:#B1F794;
    border-color:#C4FFAC #529636 #529636 #C4FFAC;
    border-style:solid;
    border-width:1px;
    color:#333333;
    display:block;
    margin-right:5px;
    padding:4px 20px;
    width:200px;
    cursor:pointer;
}
.idea_filters {
    margin-bottom:40px;
}
.homescreen_row{
    color:#555555;
    font-size:16px;
    margin-bottom:2px;
}
.homescreen_row label{
    cursor:pointer;
    margin-left:5px;
}
.category_plate{
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:13px;
}
.category_plate .catbun_item{
    background-color:#DBFFB2;
    border:1px solid #75A000;
    float:left;
    margin:1px 2px 2px 1px;
    padding:0;
    width:190px;
}
.category_plate .catbun_item div{
    margin:0 1px;
}
.category_plate .catbun_item a{
    display:block;
    margin:2px 0 0;
}
.category_plate li span{
    background-color:#86B101;
    color:#FFFFFF;
    display:block;
    padding:0 2px;
}
.category_plate li span .cate_item{
    background-color:#86B101 !important;
}
.category_plate li span .cate_name{
    width:165px !important;
    cursor:auto;
}
.category_plate .cate_item{
    background-color:#DBFFB2;
    float:left;
}
.cate_row{
    width: 190px;
}
.new_cat{
    height:22px;
    margin-top:3px !important;
}
.cate_item .submit_btn{
    font-size:11px;
    font-weight:bold;
    height:18px;
    margin:0 0 0 1px;
    width:34px;
}
.category_plate .cate_name{
    cursor:move;
    overflow:hidden;
    width:131px;
}
.category_plate .drag_hover{
    background-color: lime;
}
.category_plate .add_cat {
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:12px;
    height:16px;
    width:140px;
}
.invite{
    border:1px solid #E1E1E1;
    color:#309030;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:15px;
    padding-left:12px;
}
.user_row_one{
    height:105px;
}
.user_row_two{
    height:210px;
}
.moderator_panel{
    overflow-y:hidden !important;
    padding:0 4px;
}
.moderator_panel .label{
    color:#888888;
    font-weight:bold;
}
.user_list{
    overflow-y:scroll;
    margin-top:3px;
}
.user_list li{
    border:1px solid #cacaca;
    width:70px;
    text-align:center;
    float:left;
    margin:2px;
    overflow:hidden;
}
.user_list .label{
    border-top: 1px solid #cacaca;
}
.user_list .img_container{
    padding:3px;
}
.user_list img{
    padding: 2px;
}
.moderator_display{
    border:0px !important;
}
.owner_color{
    background-color: #B9D7F2;
}
.manager_color{
    background-color: #D5F2B9;
}
.user_color{
    background-color: #EDEDED;
}
.account-settings{
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:13px;
    padding:1px;
    width:275px;
}
.dashboard_right select{
    border:1px solid #AAAAAA;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:13px;
    padding:1px 0;
    width:275px;
}
.textarea_comment{
    width:708px;
    margin-bottom: 5px;
}
.extra_info{
    color:#949494;
    display:block;
    font-size:9px;
    margin-top:3px;
    text-align:right;
}
.default{
    color:#888888;
    display:block;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:14px;
    text-align:center;
}
/*For reports*/
.textalignleft{
    text-align:left;
}
.textalignright{
    text-align:right;
}
.right_margin{
    margin-right:5px;
}
.idea_tips{
    color:#aaa;

}
.idea_tips ul{
    margin-left:25px;
}
.idea_tips ul li{
    list-style-type:lower-roman;
}
.admin_controls{
    float:right;
}
.admin_controls input{
    border-color:#FEFEFE #DEDEDE #DEDEDE #FEFEFE;
    border-style:solid;
    border-width:1px;
    color:#666666;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:9px;
    cursor:pointer;
    margin:1px;
}
.admin_controls input:hover{
    color:#1E1E1E;
}
.paginator{
    font-size:13px;
    text-align:center;
}
.paginator a{
    color:#86B101;
    margin:0 20px;
    padding:1px 8px;
}
.paginator a:hover{
    background-color: #86B101;
    color: #ffffff;
}
.paginator span{
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
}
.highlighted{
    background-color:#DDEEAA;
}
.permalink{
    background-color:#f9f9f9;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:5px;
}
.permalink label{
    color:#666;
}
.permalink input{
    color:#acacac;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:10px;
    height:16px;
    margin-bottom:3px;
    width:205px;
}
.embeds input{
    color:#777ED9;
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:10px;
    height:16px;
    width:410px;
}
.submit_buttons{
}
.submit_buttons .right{
    float: right;
    width: 180px;
}
.submit_buttons .right .reset{
    color:red;
    float:left;
    padding:18px;
}
.fullwidth{
    text-align:center;
    width:63px;
}
.nodisplay{
    display:none !important;
}
.blank_list{
    font-size:25px;
    margin:175px 70px;
    text-align:center;
}
/*Simple cpatcha style*/
#simple_captcha{width:279px;}
#simple_captcha .simple_captcha_field,
#simple_captcha .simple_captcha_image{
    margin:0 auto 3px 0;
}
#simple_captcha .simple_captcha_image img{
    margin: 0px !important;
    padding: 0px !important;
    width: 110px !important;
}
#simple_captcha .simple_captcha_label{font-size: 12px;}
#simple_captcha .simple_captcha_field input{
    font-family:Helvetica Nueue, Verdana, Arial, sans-serif;
    font-size:13px;
    padding:1px;
    width:275px;
}
.current_category{
    border:1px solid #CCDD00;
    background-color: #DDEEAA;
}
.universal_notice{
    left:0;
    bottom:0;
    position:fixed;
    width:100%;
}
.universal_notice .text{
    -moz-border-radius-bottomleft:0px;
    -webkit-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-radius-bottomright:0px;
    -moz-border-radius-topleft:12px;
    -webkit-border-radius-topleft:12px;
    -moz-border-radius-topright:12px;
    -webkit-border-radius-topright:12px;
    background-color:#222;
    color:#fff;
    font-weight:bold;
    margin:0 auto;
    opacity:0.53;
    filter: Alpha(Opacity=53);
    padding:2px;
    width:80%;
}
.sortable_element{
    cursor:move;
}
.sortable_element:hover{
    color:#FFFFFF;
    background-color:#86B101;
}
.api_row{
    margin:5px 0;
}
.api_row:hover{
    background-color: #fff;
}
.api_row .dashboard_left{
    height:auto;
    width:150px;
    text-align:right;
    float:left;
    padding-right:10px;
}
.api_row .dashboard_right{
    float:left;
    padding-left:10px;
    text-align:left;
    width:495px;
}
.api_row p, .api_row ul li{
    font-family:'courier new';
}
.api_row ul li{
    list-style-position:inside;
    list-style-type:square;
}
.border_bottom_dotted{
    border-bottom:1px dotted #BBBBBB;
}
.sprite_image{
    border:1px solid #BBBBBB;
    height:150px;
    overflow:scroll;
}
.report_spam_container{
    float: right;
}
.signup_request_row{
    border-bottom:1px dotted #DEDEDE;
    margin:2px 0;
}
.signup_request_row .data{
    height:60px;
    overflow-y:scroll;
    width:400px;
}
.signup_request_row .options{
    text-align:right;
}
.submit_idea_field{
    -moz-border-radius:1em 1em 1em 1em;
    -webkit-border-radius:1em;
    -moz-box-shadow:0 5px 10px #757575;
    -webkit-box-shadow:0 5px 10px #757575;
    background-color:#EFEFEF;
    padding:5px;
    position:relative;
    width:98%;
}
.submit_idea_field span h1{
    margin-left:75px;
}
.submit_idea_field .text_editor textarea {
    margin:5px;
    width:686px;
}

submit_idea_field .text_editor input:hover, textarea:hover{
    -moz-box-shadow:0 0 4px rgba(90, 245, 236, 0.5) !important;
    -webkit-box-shadow:0 0 4px rgba(90, 245, 236, 0.5) !important;
    border-color:rgba(90, 245, 236, 0.75) !important;
}
.submit_idea_field  li.category_item {
    width:131px;
}
.submit_idea_field .submit{
    float:right;
    margin:5px;
}
.sentiment_filters{
    margin-top:20px;
    margin-bottom:20px;
}
.community_sentiment{
    background:#f9f9f9;
    border-top:5px solid #f8f8f8;
    border-left:5px solid #f8f8f8;
    border-right:5px solid #f8f8f8;
    border-bottom:1px solid #fff;
    float:left;
    overflow:hidden;
    padding:5px;
    height:80px;
    width:940px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-topleft:10px;
    -webkit-border-radius-top-left:5px;
    -webkit-border-radius-top-right:5px;
}
.default_settings{
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    background:none repeat scroll 0 0 #FFFFFF;
    border:5px solid #EFEFEF;
    float:left;
    font-size:19px;
    height: 144px;
    margin-left:15px;
    margin-top:0;
    padding:5px;
    width:660px;
}
/* idea */
.conversation_filters h2{
    color:#444;
}
.conversation_filters li{
    background-color:transparent;
    display:block;
    float:left;
    font-size:14px;
    text-align:center;
    width:150px;
    height:20px;
    margin-right:10px;
}
.conversation_filters li.selected{
    background-color:#fff;
    border-color:none;
    border-style:none;
    border-width:0px;
    height:100%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.conversation_filters li:hover{
    background-color:#FFF;
    height:20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.vote_icon{
    background:transparent url(/images/vote.png) no-repeat;
    padding:56px;
    margin-left:60px;
    float:left;
}
.vote_icon:hover{
    cursor:pointer;
}
.write_icon{
    background:transparent url(/images/write.png) no-repeat;
    padding:58px;
    margin-left:85px;
    float:left;
}
.write_icon:hover{
    cursor:pointer;
}

.comments_icon{
    background:transparent url(/images/comments.png) no-repeat;
    padding:59px;
    margin-left:89px;
    float:left;
}
.comments_icon:hover{
    cursor:pointer;
}


.vote_text{
    font-size:20px;
    width:210px;
    text-align:center;
    float:left;
    color:#757575;
}
.invite_idea{
    font-size:20px;
    width:210px;
    text-align:center;
    float:left;
    color:#757575;
}
.discussion_text{
    font-size:20px;
    width:210px;
    color:#757575;
    text-align:center;
    float:left;
}

.ideas_list{
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-radius-top-left:10px;
    -webkit-border-radius-top-right:10px;
    background:none repeat scroll 0 0 #F9F9F9;
    padding:10px;
}
.arrow{
    background:transparent url(/images/arr2.gif) no-repeat;
    height:21px;
    width:10px;
    float:left;
    margin-top:14px;
    margin-left:6px;
}
.userImage{
    background:transparent url(/images/default.png) no-repeat;
    height:60px;
    width:60px;
    float:left;
    margin-top:5px;
    margin-left:4px;
}
.userImage img{
    background-color:#EFEFEF;
    border:4px solid #EFEFEF;
}

submit_idea_field input, textarea{
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #F0F0F0;
    float:left;
    font-size:16px;
    height:65px;
    margin-top:5px;
    width:88%;
}
.gipp.home_page_tabs{
    background-position: 0 0;
    margin-right:95px;
    margin-left:70px;
}

.home_page_tabs{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(/images/main_page_tabs.png) no-repeat scroll 0 0;
    float:left;
    height:73px;
    margin-top:4px;
    text-indent:-9999px;
    width:70px;
}

#comment:hover{
    background-position: -79px 0;
    cursor:pointer;
}

#vote{
    background-position:-158px;
}
#vote:hover{
    background-position:-235px;
    cursor:pointer;
}

#popular{
    background-position:-313px;
}
#popular:hover{
    background-position:-392px;
    cursor:pointer;
}

#new{
    background-position:-471px;
    cursor:pointer;
}
#new:hover{
    background-position:-550px;
}
.sort_intro{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -x-system-font:none;
    background-color:#F9f9f9;
    border:medium none;
    color:#666666;
    font-family:"Helvetica Neue",Arial,Sans-serif;
    font-size:15px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;
    margin:0 0 15px;
    padding:15px 25px;
}

.signed_in_profile{
    margin-top:5px;
    text-align: center;
}

.signed_in_profile h4 a{
    color:#aaa;
}

.signed_in_profile h4 a:hover{
    color:#888;
}


.signed_in_profile h4.left{
    float:left;
    margin-left:20px;
}
.signed_in_profile h4.right{
    float:right;
    margin-right:20px;
}
.private_category{
    background-color:#fdf277;
    border-left:3px solid #fdf277;
    border-right:3px solid #fdf277;
    border-bottom:3px solid #fdf277;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-radius-left-bottom:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-radius-right-bottom:5px;
    padding:5px;
}
#submit_idea_form{
    background: #efefef;
    padding:0px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}
.inference{
    border: 1px solid #f9f9f9;
    background-color:#ffaaaa;
    padding-left:70px;
    margin-bottom: 10px;
    margin-top:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}
.preview_idea_link{
    float:left;
    margin:6px;
    padding-top:10px;
}
.footer_idea_container .idea_content {
    width:91%;
}
.login_with_anonymous{
}
.login_with_anonymous .login_left, .login_with_anonymous .login_right{
    overflow:hidden;
    width:46%;
}
.login_with_anonymous .login_left{
    float:left;
}
.login_with_anonymous .login_right{
    float:right;
}
.login_with_anonymous .login_center{
    float:left;
    width:6%;
    height:100px;
    border:0px solid #000;
    margin-top:30px;
    padding:3px;
    font-size:26px;
    color: #999;
}
.login_with_anonymous .login_right span{
    font-size: 14px;
}
.login_with_anonymous .simple_captcha_field input, .login_with_anonymous .simple_captcha_image{
    width:355px !important;
    border:1px solid #DDDDDD;
    color:#666666;
    font-family:Helvetica Nueue,Verdana,Arial,sans-serif !important;
    font-size:18px !important;
    margin:-1px auto 3px 50px !important;
}

.submitted{ /* blue */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background:none repeat scroll 0 0 #79C8FB;
    color:#fff;
}

.under_review{ /* orange */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background:none repeat scroll 0 0 #ff9c5a;
    color:#fff;
}
.reviewed{ /* red */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background:none repeat scroll 0 0 #ff9999;
    color:#fff;
}
.in_progress{ /* green */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background:none repeat scroll 0 0 #6FBC22;
    color:#fff;
}
.implemented{ /* violet */
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background:none repeat scroll 0 0 #db9ad0;
    color: #fff;
}