/*

VoxPopuli

Copyright (c) 2009-2011, EldoS Corporation

For licensing and distribution terms visit http://www.eldos.com/

*/

.vox_a {
	color: #036c76;
    text-decoration: none;
}

.vox_text {
	height: 17px; 
	width: 462px;
	font-size: 12px; 
	color: black; 
	border: solid 1px #699;
}

.vox_textarea {
	height: 120px; 
	width: 462px;
	font-size: 12px; 
	color: black; 
	border: solid 1px #699;
}

.vox_button {
	height: 21px;
	margin: 0px 0px 3px 2px;
	padding: 2px;
	background-color: #a8d8dc; 
	border: solid 1px #699;
	font-size: 12px; 
	font-weight: bold;	
	color: black;	
	text-align: center;	
}

.vox_action_button {
	float: right;
	height: 15px;
	margin: 0px 0px 3px 2px;
	padding: 3px;
	background-color: #a8d8dc; 
	border: solid 1px #699;
	font-size: 13px; 
	font-weight: bold;	
	color: black;	
	text-align: center;	
	text-decoration: none;
}

.vox_action_link {
	text-decoration: none;
}

#vox_header {
    background-color: #036E78;
	padding: 2px;
	font: bold 13px Tahoma, Arial, Sans-Serif;
	text-align: center;	
	color: #fff;	
}

#vox_container {
	line-height: 1.5;
	border: 1px solid #dbeff1;
	width: 484px;
	height: 485px;
	background-color: #dbeff1;
	font: 11px Tahoma, Arial, Sans-Serif;
}

#vox_tabs {
	padding: 6px;
	margin: 0px 2px 0px 2px;
	height: 16px;
	background: url("/images/eldos/tab_bg.gif") repeat-x bottom;
}

#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;
	border: none;
	background-color: #EFF8F9;	
}

#vox_tabs a {	
	font: bold 12px Tahoma, Arial, Sans-Serif;
	color: #066;	
	text-decoration: underline;
}

#voxtabs a {
}

#vox_tabs a:hover {
	color: #066;
	text-decoration: none;
}

#vox_tabs .vox_tab_active {
	background-color: #e7f7f7;	
	border-top: 1px solid #a8d8dc;
	border-left: 1px solid #a8d8dc;
	border-right: 1px solid #a8d8dc;
	border-bottom: none;
	margin: 3px 2px 0px 0px;
	padding: 2px;
	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: 282px;
	margin-bottom: 2px;
	padding-right: 2px;	
}

#vox_search_input {
	font: 11px Tahoma, Arial, Sans-Serif;
	color:#666; 
	width: 162px;
	background-color: white; 
	border: solid 1px #699;
}

#vox_sort_box {
	font: 11px Tahoma, Arial, Sans-Serif;
	margin-bottom: 2px;
	padding-left: 2px;
}

#vox_sort_by {
	font: 11px Tahoma, Arial, Sans-Serif;
}

#vox_progress_holder {
	z-index: 2;
	position: absolute;
	background-color: #e7f7f7;
	margin: 0px;
	padding: 0px;	
	padding-top: 186px;
	border: none;
	font: 11px Tahoma, Arial, Sans-Serif;
	text-align: center;
	width: 478px;
	height: 200px;
}

#vox_tab_content {
	background-color: #e7f7f7;
	margin: 0px 2px 2px 2px;
	padding: 3px;
	height: 100%;
	border: 1px solid #a8d8dc;
	border-top: none; 
}

#vox_idea_list {
	height: 342px;
	width: 470px;
	background-color: #fff;
	overflow: auto;
	border: 1px solid #C0DDDD;
}

#vox_content_footer {
	height: 17px;
	padding-top: 3px;
}

#vox_ideas_per_page {
	font: 11px Tahoma, Arial, Sans-Serif;
}

.vox_idea_odd {
	font: 13px  Tahoma, Arial, Sans-Serif;
	color: #666;
	background-color: #fff;
	padding: 4px;
	padding-top: 6px;
	border-bottom: solid 1px #C0DDDD;
}

.vox_idea_even {
	font: 13px  Tahoma, Arial, Sans-Serif;
	color: #666;
	background-color: #DDEEEE;
	padding: 4px;
	padding-top: 6px;
	border-bottom: solid 1px #C0DDDD;
}

.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: #036E78;
}

.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: 414;	
}

.vox_idea_category_info {
	font-size: 10px;
	margin: 2px;
	padding-bottom: 2px;
	height: 11px;	
}

.vox_idea_misc_info {
	display: inline;
	width: 404px;		
}

.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: #0000FF;
	color: white;
	font-size: 12px;	
	margin: 2px;
	padding: 2px;
	height: 12px;
	display: inline;
	font-weight: bold;
}

.vox_idea_status_planned {
	background-color: #00CCCC;
	color: white;
	font-size: 11px;	
	margin: 2px;
	padding: 2px;
	height: 11px;
	display: inline;
	font-weight: bold;
}

.vox_idea_status_complete {
	background-color: #00909E;
	color: white;
	font-size: 12px;	
	margin: 2px;
	padding: 2px;
	height: 12px;
	display: inline;
	font-weight: bold;	
}

.vox_idea_status_pending {
	background-color: #DD9900;
	color: white;
	font-size: 12px;	
	margin: 2px;
	padding: 2px;
	height: 12px;
	display: inline;
	font-weight: bold;	
}

.vox_idea_status_rejected {
	background-color: black;
	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: #036c76;
	text-decoration: none;
}

.vox_idea_title {
	margin: 5px 2px 2px 2px;
	width: 407px;
	font-weight: bold;
}

.vox_idea_more {
	display: inline;
	margin: 5px 2px 2px 2px;
}

.vox_idea_more_link {
	display: none;
	font-size: 10px;
	color: #036c76;
	text-decoration: none;
}

.vox_idea_desc {
    display: block;
	font-size: 12px;
	width: 407px;
	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: #036c76;
	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: #036c76;
    text-decoration: none;
	font-size: 10px;
}

#vox_suggestion_button {
	height: 19px;
	width: 478px;
	margin: 0px 0px 3px 2px;
	padding-top: 3px;
	background-color: #a8d8dc; 
	border: solid 1px #699;
	font-size: 13px; 
	font-weight: bold;	
	color: black;
	text-align: center;	
}

#vox_suggestion_link {
	height: 19px;
	width: 478px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.vox_form_field_title {
	font-weight: bold;
}

#vox_details_caption {
	width: 100%;
	height: 20px;
    background-color: #00909E;
	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: #6DB8BE;
	padding: 2px;
	font: 11px Tahoma, Arial, Sans-Serif;
	text-align: right;
	vertical-align: bottom;
	color: #fff;	
}

#vox_footer a  {
    color: #fff;
    text-decoration: underline;
}

#vox_category_add_line {
	font: 12px Tahoma, Arial, Sans-Serif;
	color: #666;	
	/*margin-bottom: 2px;*/
	padding-left: 2px;
	height: 20px;
	line-height: 20px;
}

#vox_category_add_link {
	color: #036c76;
	font-weight: bold;
	text-decoration: none;
}

#vox_category_list {
	height: 359px;
	background-color: #fff;
	overflow: auto;
	border: 1px solid #C0DDDD;
}

.vox_category_even {
	font: 13px  Tahoma, Arial, Sans-Serif;
	color: #666;
	background-color: #fff;
	padding: 2px 4px 3px 4px;
	border-bottom: solid 1px #C0DDDD;
}

.vox_category_odd {
	font: 13px  Tahoma, Arial, Sans-Serif;
	color: #666;
	background-color: #DDEEEE;
	padding: 2px 4px 3px 4px;
	border-bottom: solid 1px #C0DDDD;
}

.vox_category_title {
	margin: 5px 2px 2px 2px;
	width: 434px;
	font-weight: bold;
}

.vox_category_forum {
	display: inline;
	font-size: 10px;
	padding-left: 2px;
}

.vox_category_forum_link {
	display: inline;
	font-size: 10px;
	color: #036c76;
	text-decoration: none;
}

.vox_item_operations {
	border-top: solid 1px #D0D7D7;
	width: 416px;
	margin: 2px 0px 0px 2px;
}

.vox_item_operation_link {
	font-size: 10px;
	text-decoration: none;
	color: #036c76;
}

.vox_ie_breaker {
}
