/*

VoxPopuli

Copyright (c) 2009, EldoS Corporation

For licensing and distribution terms visit http://www.eldos.com/

*/


input[type="text"], textarea {
	display: inline;
        color: #ffffff;
        background: #0C1D0B;
        border: solid 1px #99CC66;
}

.vox_a {
    color: #CCFF99;
    text-decoration: none;
}

.vox_text {
    height: 17px; 
    width: 502px;
    font-size: 12px; 
    color: white; 
    border: solid 1px #669933;
}

.vox_textarea {
    height: 120px; 
    width: 502px;
    font-size: 12px; 
    color: white; 
    border: solid 1px #669933;
}

.vox_button {
    height: 21px;
    margin: 0px 0px 3px 2px;
    padding: 2px;
    background-color: #336633; 
    border: solid 1px #669933;
    font-size: 12px; 
    font-weight: bold;  
    color: black;   
    text-align: center; 
    text-decoration: none;
}

.vox_action_button {
    float: right;
    height: 18px;
    padding: 0px;
    margin: 0px 2px 3px 2px;
    background-color: #00AA00; 
    border: solid 1px #99CC66;
    font-size: 13px; 
    font-weight: bold;  
    color: white;   
    text-align: center; 
    text-decoration: none;
}

.vox_action_button:hover {
    background: #33CC33;
    color: #003300;
    text-decoration: none;
}

.vox_action_link {
    text-decoration: none;
    text-align: center; 
    margin: 0px;
    padding: 0 50px;
}

a.vox_action_link {
    color: #003300;
    text-decoration: none;
}

a.vox_action_link:hover {
    color: #003300;
}

#vox_header {
    background-color: #003300;
    padding: 2px;
    font: bold 13px Tahoma, Arial, Sans-Serif;
    text-align: center; 
    color: #CCFF99;
}

#vox_container {
    line-height: 1.5;
    border: 1px solid #003300;
    width: 524px;
    height: 485px;
    background-color: #003300;
    font: 11px Tahoma, Arial, Sans-Serif;
}

#vox_tabs {
    padding: 6px;
    margin: 0px 2px 0px 2px;
    height: 16px;
    background-color: #004000;
    border-bottom: 1px solid #669933;
}

#vox_tabs ul {
    font: 10px Arial, Verdana, sans-serif;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

#vox_tabs li {
    float: left;
    display: inline;    
    margin: 3px 2px 0px 0px;
    padding: 2px 10px;
    border: none;
    background-color: #003300;  
    border-top: 1px solid #669933;
    border-left: 1px solid #669933;
    border-right: 1px solid #669933;

}

#vox_tabs a {   
    font: bold 12px Tahoma, Arial, Sans-Serif;
    color: #99CC66;
    text-decoration: none;
}

#voxtabs a {
}

#vox_tabs a:hover {
    color: #CCFF99;
    text-decoration: none;
}

#vox_tabs .vox_tab_active {
    background-color: #006000;  
    border-top: 1px solid #99CC66;
    border-left: 1px solid #99CC66;
    border-right: 1px solid #99CC66;
    border-bottom: none;
    margin: 3px 2px 0px 0px;
    padding: 2px 10px;
    padding-bottom: 3px;    
}

#vox_tabs .vox_tab_active a {
/*    color: #066;     */
    text-decoration: none;
}


#vox_content {
    font: 12px Tahoma, Arial, Sans-Serif;
    vertical-align: top;      
    height: 381px;
}

#vox_top_line {     
    height: 20px;
}

#vox_search {
    font: 11px Tahoma, Arial, Sans-Serif;
    float: right;
    text-align: right;
    width: 250px;
    margin-bottom: 2px;
    padding-right: 2px; 
}

#vox_search_input {
    font: 11px Tahoma, Arial, Sans-Serif;
    color: white; 
    width: 200px;
    background-color: #003300; 
    border: solid 1px #99CC66;
}

#vox_sort_box {
    font: 11px Tahoma, Arial, Sans-Serif;
    margin-bottom: 2px;
    padding-left: 2px;
}

#vox_sort_by {
    font: 11px Tahoma, Arial, Sans-Serif;
     color: #A1D66B;
     background: #0C1D0B;

}

#vox_progress_holder {
    z-index: 2;
    position: absolute;
    background-color: #003300;
    margin: 0px;
    padding: 0px;   
    padding-top: 186px;
    border: none;
    font: 11px Tahoma, Arial, Sans-Serif;
    text-align: center;
    width: 518px;
    height: 200px;
}

#vox_tab_content {
    background-color: #003300;
    margin: 0px 2px 2px 2px;
    padding: 3px;
    height: 100%;
    border: none;
}

#vox_idea_list {
    height: 342px;
    width: 510px;
    background-color: #003300; //#0C1D0B;
    overflow: auto;
    border: 1px solid #99CC66;
}

#vox_content_footer {
    height: 17px;
    padding-top: 3px;
}

#vox_ideas_per_page {
    font: 11px Tahoma, Arial, Sans-Serif;
    color: #A1D66B;
    background: #0C1D0B;
}

.vox_idea_odd {
    font: 13px  Tahoma, Arial, Sans-Serif;
    color: #A1D66B;
    background-color: #004000;
    padding: 4px;
    padding-top: 6px;
    border-bottom: solid 1px #99CC66;
}

.vox_idea_even {
    font: 13px  Tahoma, Arial, Sans-Serif;
    color: #A1D66B;
    background-color: #0C1D0B;
    padding: 4px;
    padding-top: 6px;
    border-bottom: solid 1px #99CC66;
}

.vox_idea_vote_counter {
    float: right;
    margin: 4px;
    width: 35px;
    text-align: center;
}

.vox_idea_vote_counter a {
    text-decoration: none;
}

.vox_idea_vote_count {
    width: 30px;
    padding: 3px;
    font-size: 11pt;
    font-weight: bold;
    color: #003300;
}

.vox_idea_vote_signs {
    text-align: center;
}

.vox_idea_vote_glyph {
    display: inline;
    margin-left: 1px;
    margin-right: 1px;
}

.vox_idea_info {
    display: inline;
    width: 454; 
}

.vox_idea_category_info {
    font-size: 10px;
    margin: 2px;
    padding-bottom: 2px;
    height: 11px;   
}

.vox_idea_misc_info {
    display: inline;
    width: 444px;       
}

.vox_idea_status_in_progress {
    background-color: #00BB00;
    color: white;
    font-size: 12px;    
    margin: 2px;
    padding: 2px;
    height: 12px;
    display: inline;
    font-weight: bold;  
}

.vox_idea_status_new {
    background-color: #009900;
    color: #003300;
    font-size: 12px;    
    margin: 2px;
    padding: 2px;
    height: 12px;
    display: inline;
    font-weight: bold;
}

.vox_idea_status_planned {
    background-color: #009900;
    color: #003300;
    font-size: 11px;    
    margin: 2px;
    padding: 2px;
    height: 11px;
    display: inline;
    font-weight: bold;
}

.vox_idea_status_complete {
    background-color: #009900;
    color: #003300;
    font-size: 12px;    
    margin: 2px;
    padding: 2px;
    height: 12px;
    display: inline;
    font-weight: bold;  
}

.vox_idea_status_pending {
    background-color: #009900;
    color: #003300;
    font-size: 12px;    
    margin: 2px;
    padding: 2px;
    height: 12px;
    display: inline;
    font-weight: bold;  
}

.vox_idea_status_rejected {
    background-color: #990000;
    color: white;
    font-size: 12px;    
    margin: 2px;
    padding: 2px;
    height: 12px;
    display: inline;
    font-weight: bold;
}

.vox_idea_date {
    font-size: 11px;
    display: inline;
    margin: 2px;
    padding-bottom: 2px;
    height: 12px;
    display: inline;
}

.vox_idea_by {
    font-size: 11px;
    display: inline;
}

.vox_idea_by_link {
    display: inline;
    font-size: 11px;
    color: #CCFF99;
    text-decoration: none;
}

.vox_idea_title {
    margin: 5px 2px 2px 2px;
    width: 447px;
    font-weight: bold;
}

.vox_idea_more {
    display: inline;
    margin: 5px 2px 2px 2px;
}

.vox_idea_more_link {
    display: none;
    font-size: 10px;
    color: #CCFF99;
    text-decoration: none;
}

.vox_idea_desc {
    display: block;
    font-size: 12px;
    width: 447px;
    margin: 5px 2px 5px 2px;
    padding: 2px;
    border: none; /* solid 1px #DDDDDD;*/
}

.vox_idea_forum_ref {
    display: inline;
    font-size: 11px;
    margin-left: 2px;
}

.vox_idea_forum_ref_link {
    display: inline;
    font-size: 11px;
    color: #CCFF99;
    text-decoration: none;
}

.vox_cleaner {
    clear: both;
}

#vox_page_num {
    font: 11px Tahoma, Arial, Sans-Serif;
}

#vox_ipp_select {
}

#vox_nav_bar {
    float: right;
    width: 85px;
    height: 16px;
    text-align: right;  
}

.page_nav_link {
    color: #CCFF99;
    text-decoration: none;
    font-size: 10px;
}

#vox_suggestion_button {
    height: 19px;
    width: 518px;
    margin: 0px 0px 3px 2px;
    padding-top: 3px;
    background-color: #006600; 
    border: solid 1px #99CC66;
    font-size: 13px; 
    font-weight: bold;  
    color: #99CC66;
    text-align: center; 
}


#vox_suggestion_link {
    height: 19px;
    width: 518px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

#vox_suggestion_button:hover {
    color: #003300;
    background: #339933;
    text-decoration: none;
}


.vox_form_field_title {
    font-weight: bold;
}

#vox_details_caption {
    width: 100%;
    height: 20px;
    background-color: #004000;
    font: bold 13px Tahoma, Arial, Sans-Serif;
    text-align: center; 
    color: #fff;    
}

#vox_details_caption_close_button {
    float: right;
    padding: 2px;
}

#vox_details_caption_close_button a{
    text-decoration: none;
    color: #fff;
}

#vox_details_caption_text {
    padding: 2px;
}

#vox_details_content {
    clear: both;
    margin: 0px 2px 2px 2px;
    padding: 3px;   
    border: none;
    font: 11px Tahoma, Arial, Sans-Serif;
}

#vox_footer {
    height: 15px;
    background-color: none; /* #6DB8BE; */
    padding: 2px;
    font: 9px Tahoma, Arial, Sans-Serif;
    text-align: right;
    vertical-align: bottom;
}

#vox_footer a  {
    color: #fff;
    text-decoration: underline;
}

#vox_category_add_line {
    font: 12px Tahoma, Arial, Sans-Serif;
    color: #006600;    
    /*margin-bottom: 2px;*/
    padding-left: 2px;
    height: 20px;
    line-height: 20px;
}

#vox_category_add_link {
    color: #CCFF99;
    font-weight: bold;
    text-decoration: none;
}

#vox_category_list {
    height: 359px;
    background-color: #003300;
    overflow: auto;
    border: 1px solid #99CC66;
}

.vox_category_even {
    font: 13px  Tahoma, Arial, Sans-Serif;
    color: #A1D66B;
    background-color: #0C1D0B;
    padding: 2px 4px 3px 4px;
    border-bottom: solid 1px #99CC66;
}

.vox_category_odd {
    font: 13px  Tahoma, Arial, Sans-Serif;
    color: #A1D66B;
    background-color: #004000;
    padding: 2px 4px 3px 4px;
    border-bottom: solid 1px #99CC66;
}

.vox_category_title {
    margin: 5px 2px 2px 2px;
    width: 474px;
    font-weight: bold;
}

.vox_category_forum {
    display: inline;
    font-size: 10px;
    padding-left: 2px;
}

.vox_category_forum_link {
    display: inline;
    font-size: 10px;
    color: #CCFF99;
    text-decoration: none;
}

.vox_item_operations {
    border-top: solid 1px #D0D7D7;
    width: 456px;
    margin: 2px 0px 0px 2px;
}

.vox_item_operation_link {
    font-size: 10px;
    text-decoration: none;
    color: #CCFF99;
}

.vox_ie_breaker {
}