/*
 * ApogeeInvent default.css
 * j0zf -- 2005.11.9
 */

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
background:#888795;
margin:0;
}

p{font-size:13px}

table{
font-size:13px;
}
a:link {
	color: #829518;
}
a:visited {
	color: #888795;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #B7CC2C;
}
/*
a:link{ text-decoration:underline; color:#000080; }
a:visited{ text-decoration:underline; color:#000080; }
a:hover{ text-decoration:none; color:#800000; }
a:active{ text-decoration:none; color:#800000; }
*/


/** General Stuff ******************************************************************/

.error {
font-size:15px;
font-weight:bold;
color:#CC0033;
}

/** TABLES ( depricated - old stuff ) **************************************/
.headerCell{
/*border: 1px solid #D2D2D6;*/
background-color:#605E6D;
color : #fdfdfd;
font-size:14px;
}
.headerCell a:link { text-decoration:none;}
.headerCell a:visited { text-decoration:none;}
.headerCell a:hover { text-decoration:underline;}

.footerCell{
border:2px double #DDDDDD;
background-color:#e0e0e0;
font-size:14px;
}
.footerCell a:link {text-decoration:none;}
.footerCell a:visited {text-decoration:none;}
.footerCell a:hover {text-decoration:underline;}

.nameCell{
border:1px solid #cccccc;
background-color:#dddddd;
}
.nameCell a:link {text-decoration:none;}
.nameCell a:visited {text-decoration:none;}
.nameCell a:hover {text-decoration:underline;}

.valueCell{
border:1px solid #E0E0E0;
}
.valueCell a:link {text-decoration:none;}
.valueCell a:visited {text-decoration:none;}
.valueCell a:hover {text-decoration:underline;}
.valueCell input{width:100%; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; }
.valueCell textarea{width:100%; height:200px; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; }

.contentCell{
/*border:1px solid #E0E0E0;*/
}
.contentCell a:link {text-decoration:none;}
.contentCell a:visited {text-decoration:none;}
.contentCell a:hover {text-decoration:underline;}


.buttonCell{
border:1px solid #E0E0E0;
}
.buttonCell a:link {text-decoration:underline;}
.buttonCell a:visited {text-decoration:underline;}
.buttonCell a:hover {text-decoration:none;}

/** CONTROL PANEL ***************************************************/

fieldset.website_development_system {}
fieldset.website_development_system legend {
font-size:17px;
margin:0 15px 0 15px;
padding:0 15px 0 15px; 
}
fieldset.website_development_system ul { margin:0 0 0 0; padding:5px 5px 5px 5px; }
fieldset.website_development_system ul li { list-style-type:none; float:left; }

a.website_development_system:link { margin:1px 10px 1px 10px; text-decoration:none; white-space:nowrap; }
a.website_development_system:visited { margin:1px 10px 1px 10px; text-decoration:none; white-space:nowrap; }
a.website_development_system:hover { margin:1px 10px 1px 10px; text-decoration:underline; white-space:nowrap; }
a.website_development_system:active { margin:1px 10px 1px 10px; text-decoration:underline; white-space:nowrap; }


/** PERMISSIONS SYSTEM ***************************************************/

#perm_admin_main_container {
width:750px;
}

#perm_admin_main_fieldset {
width:650px;
}

fieldset.perm_admin {
text-align:left;
vertical-align:top;
margin:5px 5px 5px 5px;
}

fieldset.perm_groups_and_users {
overflow:visible;
}

fieldset.perm_search_results {
overflow:visible;
}

fieldset.perm_permissions_list {
overflow:visible;
}

legend.perm_admin {
font-weight:bold;
}

div.perm_admin {
font-size:12px;
}

div.perm_groups_and_users {
width:340px;
height:150px;
white-space:nowrap;
border:1px solid #DDDDDD;
overflow:auto;
white-space:nowrap;
}

div.perm_permissions_list {
width:340px;
height:200px;
border:1px solid #DDDDDD;
overflow:auto;
white-space:nowrap;
}

div.perm_search_results {
width:250px;
height:415px;
border:1px solid #DDDDDD;
overflow:auto;
white-space:nowrap;
}

div.perm_buttons {
text-align:right;
vertical-align:middle;
white-space:nowrap;
}

div#perm_top_input_group {
text-align:center;
padding-top:10px;
margin-bottom:2px;
}

div#perm_status_line {
width:100%;
border:1px solid #AAAAAA;
background-color:#EEEEEE;
color:#000099;
margin:5px 25px 2px 25px;
font-style:italic;
height:16px;
text-align:left;
vertical-align:middle;
padding-left:5px;
overflow:hidden;
white-space:nowrap;
}

table.perm_main_table {
width:95%;
margin:2px 2px 2px 2px;
}

td.perm_main_table_left {
width:60%;
text-align:left;
vertical-align:top;
white-space:nowrap;
}

td.perm_main_table_right {
width:40%;
text-align:left;
vertical-align:top;
white-space:nowrap;
}

label.perm_admin {
}

label#perm_class_name_label {
margin-right:30px;
}

input.perm_admin {
font-size:11px;
}

input#perm_type_name {
width:200px;
}

div.perm_admin_requested_link {
text-align:right;
}

a#perm_admin_requested_link:link { text-decoration:none; color:#000099; font-style:italic; font-size:9px; }
a#perm_admin_requested_link:visited { text-decoration:none; color:#000099; font-style:italic; font-size:9px; }
a#perm_admin_requested_link:active { text-decoration:underline; color:#990000; font-style:normal; font-size:9px; }
a#perm_admin_requested_link:hover { text-decoration:underline; color:#990000; font-style:normal; font-size:9px; }

/** perm icons **/

span.perm_icon_text {
display:none;
}

div.perm_grant_icon {
background-color:#00FF00;
height:8px;
width:8px;
margin:2px 2px 2px 2px;
padding:0 0 0 0;
overflow:hidden;
float:left;
}

div.perm_deny_icon {
background-color:#FF0000;
height:8px;
width:8px;
margin:2px 2px 2px 2px;
padding:0 0 0 0;
overflow:hidden;
float:left;
}

/** perm lists **/

ul.perm_admin {
padding-top:0;
padding-left:0;
margin-top:0;
margin-left:0;	
}

li.perm_admin {
list-style-type:none;
font-size:12px;
}

li.perm_list_header { color:#000000; font-weight:bold; }
li.perm_list_subheader { color:#444444; background-color:#CCCCCC; font-weight:bold; border-top:1px dashed gray; }
li.perm_list_msg { font-style:italic; background-color:#FFFF99;  }
li.perm_list_item {}
a.perm_list_item:link { text-decoration:none; color:#000099; }
a.perm_list_item:visited { text-decoration:none; color:#000099; }
a.perm_list_item:active { text-decoration:underline; color:#990000; }
a.perm_list_item:hover { text-decoration:underline; color:#990000; }

/** PERMISSION GROUP MANAGER ***************************************/

div#groupmgr_container {}

td.groupmgr_container {
text-align:center;
}

a#groupmgr_start_link:link { text-decoration:none; color:#000099; font-style:italic; font-size:11px; }
a#groupmgr_start_link:visited { text-decoration:none; color:#000099; font-style:italic; font-size:11px; }
a#groupmgr_start_link:active { text-decoration:underline; color:#990000; font-style:normal; font-size:11px; }
a#groupmgr_start_link:hover { text-decoration:underline; color:#990000; font-style:normal; font-size:11px; }

fieldset#groupmgr_main_fieldset {
width:650px;
}

table#groupmgr_main_table {
width:625px;
}

td.groupmgr_name_cell {
font-weight:bold;
}

td.groupmgr_list_container {
overflow:auto;
width:50%;
height:250px;
border:1px solid #CCCCCC;
padding:2px 10px 2px 10px;
vertical-align:top;
text-align:left;
}

td.groupmgr_button_cell {
text-align:center;
white-space:nowrap;
}

/** CLEANUP **************************************************************/
div.cleanup {
padding-top:5px;
padding-bottom:5px;
}

p.cleanup {
color:#666666; 
font-size:10px; 
text-align:center; 
}

a.cleanup:link{ color:#666666; text-decoration:none; margin:2px 5px 2px 5px; }
a.cleanup:visited{ color:#666666; text-decoration:none; margin:2px 5px 2px 5px; }
a.cleanup:hover{ color:#666666; text-decoration:none; margin:2px 5px 2px 5px; }
a.cleanup:active{ color:#666666; text-decoration:none; margin:2px 5px 2px 5px; }

input.cleanup {
font-size:10px;
border:0 none transparent;
border-bottom:1px dashed gray;
text-align:left;
font-style:italic;
font-weight:bold;
width:80px;
padding-left:10px;
margin:2px 5px 2px 5px;
}

.counter {
text-align:center;
color:#666666;
font-size:9px;
padding-top:0px;
padding-bottom:0px;
}


/** te view mode -- TABLE-EDITS *************************************************/

div.te_view {}

div.te_view fieldset { 
margin-top:15px; 
margin-bottom: 15px; 
padding-top:0;
padding-bottom:15px;
}

div.te_view fieldset legend { 
font-size:17px;
margin:0 15px 0 15px;
padding:0 15px 0 15px; 
}

div.te_view fieldset legend a:link { font-size:17px; text-decoration:none; }
div.te_view fieldset legend a:visited { font-size:17px; text-decoration:none; }
div.te_view fieldset legend a:hover { font-size:17px; text-decoration:underline; }
div.te_view fieldset legend a:active {font-size:17px; text-decoration:underline; }

div.te_view fieldset dl dt {
font-weight:bold;
}

div.te_view fieldset dl dd {
background-color:#EEEEEE;
}

/** te view navigation -- TABLE-EDITS *************************************************/

div.te_viewnav_top {}
div.te_viewnav_bottom {}

div.te_viewnav {
text-align:right;
margin-right: 15px;
}

div.te_viewnav a:link {}
div.te_viewnav a:visited {}
div.te_viewnav a:hover {}
div.te_viewnav a:active {}

/** te view navigation links -- TABLE-EDITS *************************************************/

div.te_viewnav a.back:link { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.back:visited { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.back:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.back:active { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.back span {}

div.te_viewnav a.edit:link { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.edit:visited { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.edit:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.edit:active { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.edit span {}

div.te_viewnav a.copy:link { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.copy:visited { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.copy:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.copy:active { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.copy span {}

div.te_viewnav a.new:link { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.new:visited { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.new:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.new:active { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.new span {}

div.te_viewnav a.delete:link { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.delete:visited { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.delete:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.delete:active { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.delete span {}

div.te_viewnav a.prev:link { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.prev:visited { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.prev:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.prev:active { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.prev span {}

div.te_viewnav a.next:link { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.next:visited { margin:1px 3px 1px 3px; text-decoration:none; }
div.te_viewnav a.next:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.next:active { margin:1px 3px 1px 3px; text-decoration:underline; }
div.te_viewnav a.next span {}

/** te delete form -- TABLE-EDITS *************************************************/

div.te_delete_form {
text-align:right;
}

form.te_delete_form {
padding:0 0 0 0;
margin:0 0 0 0;
display:inline;
}

form.te_delete_form input.confirm_button {}
form.te_delete_form input.cancel_button {}

/** te edit modes -- TABLE-EDITS *************************************************/

div.te_edit {}
div.te_edit form {}

div.te_edit form fieldset { margin-top:15px; margin-bottom: 15px; }

div.te_edit form fieldset legend { 
font-size:17px;
margin:0 15px 0 15px;
padding:0 15px 0 15px; 
}

div.te_edit form fieldset legend a:link { font-size:17px; text-decoration:none; }
div.te_edit form fieldset legend a:visited { font-size:17px; text-decoration:none; }
div.te_edit form fieldset legend a:hover { font-size:17px; text-decoration:underline; }
div.te_edit form fieldset legend a:active {font-size:17px; text-decoration:underline; }

div.te_edit form fieldset dl dt {
font-weight:bold;
}

div.te_edit form fieldset dl dd {
background-color:#EEEEEE;
}

div.te_edit form fieldset div.te_buttons {
text-align:right;
}

div.te_edit form fieldset div.te_buttons input.save_button {}
div.te_edit form fieldset div.te_buttons input.cancel_button {}

/** table mode -- TABLE-EDITS *************************************************/

div.te_table {}
div.te_table fieldset {}
div.te_table fieldset legend {
font-size:17px;
margin:0 15px 0 15px;
padding:0 15px 0 15px; 
}

div.te_table fieldset form {}

table.te_main_table { width:100%; }

table.te_main_table tr.te_data_row {}
table.te_main_table tr.te_data_row td.te_button_cell { white-space:nowrap; }
table.te_main_table tr.te_data_row td.te_data_cell {}

table.te_main_table tr.te_odd_row { background-color:#DDDDDD; }
table.te_main_table tr.te_even_row { background-color:#EEEEEE; }
table.te_main_table tr.te_data_row td.te_odd_cell {}
table.te_main_table tr.te_data_row td.te_even_cell {}

/** table mode buttons -- TABLE-EDITS *************************************************/

a.te_new_button:link { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_new_button:visited { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_new_button:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_new_button:active { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_new_button span.te_new_button {}

a.te_multidelete_button:link { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_multidelete_button:visited { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_multidelete_button:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_multidelete_button:active { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_multidelete_button span.te_multidelete_button {}

te_button_cell input.te_selectall_checkbox {}

a.te_view_button:link { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_view_button:visited { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_view_button:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_view_button:active { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_view_button span.te_view_button {}

a.te_change_button:link { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_change_button:visited { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_change_button:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_change_button:active { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_change_button span.te_change_button {}

a.te_edit_button:link { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_edit_button:visited { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_edit_button:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_edit_button:active { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_edit_button span.te_edit_button {}

a.te_copy_button:link { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_copy_button:visited { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_copy_button:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_copy_button:active { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_copy_button span.te_copy_button {}

a.te_delete_button:link { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_delete_button:visited { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_delete_button:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_delete_button:active { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_delete_button span.te_delete_button {}

te_button_cell input.te_multiselect_checkbox {}

/** table fieldnames -- TABLE-EDITS ******************************/

table.te_main_table tr.te_fieldname_row { background-color:#605E6D; }
table.te_main_table tr.te_fieldname_row a { color : #ffffff; }
table.te_main_table tr.te_fieldname_row td.te_button_cell { white-space:nowrap; padding:2px 3px 2px 3px; }
table.te_main_table tr.te_fieldname_row td.te_fieldname_cell { white-space:nowrap; padding:2px 3px 2px 3px; }

td.te_fieldname_cell div.te_fieldname_cell { white-space:nowrap; }

a.te_fieldname {
margin-right:2px;
vertical-align:middle;
}

a.te_fieldname:link { text-decoration:none; }
a.te_fieldname:visited { text-decoration:none; }
a.te_fieldname:hover { text-decoration:underline; }
a.te_fieldname:active { text-decoration:underline; }

a.te_fieldname_asc:link { text-decoration:none; font-weight:bold; }
a.te_fieldname_asc:visited { text-decoration:none; font-weight:bold; }
a.te_fieldname_asc:hover { text-decoration:underline; font-weight:bold; }
a.te_fieldname_asc:active { text-decoration:underline; font-weight:bold; }

a.te_fieldname_desc:link { text-decoration:none; font-weight:bold; }
a.te_fieldname_desc:visited { text-decoration:none; font-weight:bold; }
a.te_fieldname_desc:hover { text-decoration:underline; font-weight:bold; }
a.te_fieldname_desc:active { text-decoration:underline; font-weight:bold; }

img.orderby_field_asc_icon {
background-image:url(images/icon_tri_down.gif);
height:8px;
width:8px;
margin-right:2px;
}

img.orderby_field_desc_icon {
background-image:url(images/icon_tri_up.gif);
height:8px;
width:8px;
margin-right:2px;
vertical-align:middle;
}

/** table no results -- TABLE-EDITS *************************************************/
div.te_noresults {
text-align:center;
}

div.te_noresults div {}

div.te_noresults img.spacer_top {
width:1px;
height:75px;
}

div.te_noresults img.spacer_bottom {
width:1px;
height:75px;
}

div.te_noresults div a.te_new_button:link {}
div.te_noresults div a.te_new_button:visited {}
div.te_noresults div a.te_new_button:hover {}
div.te_noresults div a.te_new_button:active {}

div.te_noresults p {}

/** paging -- TABLE-EDITS *************************************************/

table.te_paging {
margin:0 0 0 0;
padding:0 0 0 0;
width:100%;
}

td.te_paging_left_cell {
text-align:left;
white-space:nowrap;
}

td.te_paging_middle_cell {
text-align:center;
white-space:nowrap;
width:100%;
}

td.te_paging_right_cell {
text-align:right;
white-space:nowrap;
}

select.te_paging {
margin:0 0 0 0;
padding:0 0 0 0;
font-size:9px;
}

/** enabled paging icons **/
td.te_paging a.te_first_icon:link { margin:1px 3px 1px 3px; text-decoration:none; }
td.te_paging a.te_first_icon:visited { margin:1px 3px 1px 3px; text-decoration:none; }
td.te_paging a.te_first_icon:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
td.te_paging a.te_first_icon:active { margin:1px 3px 1px 3px; text-decoration:underline; }
td.te_paging span.te_first_icon {}

td.te_paging a.te_next_icon:link { margin:1px 3px 1px 3px; text-decoration:none; }
td.te_paging a.te_next_icon:visited { margin:1px 3px 1px 3px; text-decoration:none; }
td.te_paging a.te_next_icon:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
td.te_paging a.te_next_icon:active { margin:1px 3px 1px 3px; text-decoration:underline; }
td.te_paging span.te_next_icon {}

td.te_paging a.te_prev_icon:link { margin:1px 3px 1px 3px; text-decoration:none; }
td.te_paging a.te_prev_icon:visited { margin:1px 3px 1px 3px; text-decoration:none; }
td.te_paging a.te_prev_icon:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
td.te_paging a.te_prev_icon:active { margin:1px 3px 1px 3px; text-decoration:underline; }
td.te_paging span.te_prev_icon {}

td.te_paging a.te_last_icon:link { margin:1px 3px 1px 3px; text-decoration:none; }
td.te_paging a.te_last_icon:visited { margin:1px 3px 1px 3px; text-decoration:none; }
td.te_paging a.te_last_icon:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
td.te_paging a.te_last_icon:active { margin:1px 3px 1px 3px; text-decoration:underline; }
td.te_paging span.te_last_icon {}

/** disabled paging icons **/
td.te_paging div { display:inline; }

td.te_paging div.te_first_icon_disabled { margin:1px 3px 1px 3px; }
td.te_paging div.te_first_icon_disabled span.te_paging {}

td.te_paging div.te_next_icon_disabled { margin:1px 3px 1px 3px; }
td.te_paging div.te_next_icon_disabled span.te_paging {}

td.te_paging div.te_prev_icon_disabled { margin:1px 3px 1px 3px; }
td.te_paging div.te_prev_icon_disabled span.te_paging {}

td.te_paging div.te_last_icon_disabled { margin:1px 3px 1px 3px; }
td.te_paging div.te_last_icon_disabled span.te_paging {}

/** SEARCHES -- TABLE EDIT ************************************************************/
input.te_qkewords { width:300px; }

div.te_asearch {}
div.te_asearch form {}

div.te_asearch form fieldset { margin-top:15px; margin-bottom: 15px; }

div.te_asearch form fieldset legend { 
font-size:17px;
margin:0 15px 0 15px;
padding:0 15px 0 15px; 
}

div.te_asearch form fieldset div.te_caption {
text-align:right;
font-style:italic;
font-size:11px;
}

div.te_asearch form fieldset legend a:link { font-size:17px; text-decoration:none; }
div.te_asearch form fieldset legend a:visited { font-size:17px; text-decoration:none; }
div.te_asearch form fieldset legend a:hover { font-size:17px; text-decoration:underline; }
div.te_asearch form fieldset legend a:active {font-size:17px; text-decoration:underline; }

div.te_asearch form fieldset dl dt {
font-weight:bold;
}


div.te_asearch form fieldset dl dd {
background-color:#EEEEEE;
}

div.te_asearch form fieldset div.te_buttons {
text-align:right;
}

div.te_asearch form fieldset div.te_buttons input.search_button {}
div.te_asearch form fieldset div.te_buttons input.show_all_button {}

div.te_qsearch {
text-align:center;
}

div.te_qsearch form {
padding:0 0 0 0;
margin:0 0 0 0;
}

a.te_asearch_link:link { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_asearch_link:visited { margin:1px 3px 1px 3px; text-decoration:none; }
a.te_asearch_link:hover { margin:1px 3px 1px 3px; text-decoration:underline; }
a.te_asearch_link:active { margin:1px 3px 1px 3px; text-decoration:underline; }

/** AJAX INLINE -- TABLE-EDITS *************************************************/

div.te_inline_edit_cell { 
width:100%;
height:100%;
background-image:url(images/inline_edit_icon.gif);
background-position:center right;
background-repeat:no-repeat;
cursor:crosshair;
}

div.te_inline_edit_box {
position:absolute;
white-space:nowrap;
background-color:#CCCCCC; 
padding: 3px 3px 3px 3px;
margin:2px 2px 2px 2px;

border-width:3px;
border-style:double;
border-color:black;
}

div.te_inline_edit_box textarea {
width:250px;
height:100px;
}

div.te_inline_edit_buttons { 
margin:3px 3px 1px 1px;
text-align:right;
}

a.te_inline_edit_buttons { 
text-decoration:none; 
border:1px solid black; 
background-color:white; 
color:black; 
padding:1px 3px 1px 3px;
}

a.te_inline_edit_buttons:link { text-decoration:none; border:1px solid black; background-color:white; color:black; }
a.te_inline_edit_buttons:visited { text-decoration:none; border:1px solid black; background-color:white; color:black; }
a.te_inline_edit_buttons:hover { text-decoration:none; border:1px solid blue; background-color:white; color:black; }
a.te_inline_edit_buttons:active { text-decoration:none; border:1px solid blue; background-color:white; color:black; }

span.te_inline_edit_buttons {}

a.te_inline_save_button {}
span.te_inline_save_button {}

a.te_inline_cancel_button {}
span.te_inline_cancel_button {}


/** Ajax Lookup Substitute User *****************************************************/

fieldset.lookup_substitute_user {
text-align:left;
width:600px;
padding:5px 5px 5px 30px;
}

dl.lookup_substitute_user {}
dt.lookup_substitute_user {}
dd.lookup_substitute_user {}

a.lookup_substitute_user:link { font-weight:bold; text-decoration:none; }
a.lookup_substitute_user:visited { font-weight:bold; text-decoration:none; }
a.lookup_substitute_user:hover { font-weight:bold; text-decoration:underline; }
a.lookup_substitute_user:active { font-weight:bold; text-decoration:underline; }

/** AJAX *****************************************************/
div.ajax_loading_icon {
background-image:url(images/loading.gif);
background-repeat:no-repeat;
height:16px;
width:16px;
display:block;
}

span.ajax_loading_icon {
display:none;
}

/** DYNAMIC PAGES SPECIFIC ****************************************/
a.ai_dynamicpages_openpage:link { text-decoration:none; font-style:italic; }
a.ai_dynamicpages_openpage:visited { text-decoration:none; font-style:italic; }
a.ai_dynamicpages_openpage:hover { text-decoration:underline; font-style:italic; }
a.ai_dynamicpages_openpage:active { text-decoration:underline; font-style:italic; }



/*** BLOG ***/
div.small_msg
{
	font-size : 10px;
	margin : 1em;
}
button.blog_button
{
	border : 1px solid #808080;
	width : 150px;
	height : 25px;
	margin-right : .5em;
}
button.blog_button:hover
{
	background : #ffff99;
}
button.button_hilite
{
	border : 2px solid #808000;
	background : #fffff0;
}



/*  AUTO VIEW */

.auto_header{
	color: white;
	background: #605E6D;/* url('images/grad_1.gif') repeat-x 0 0;*/
	padding: 3px;
	font-weight:bold;
} 
.auto_header_prem{
	color: white;
	background: #A6BA27;/* url('images/grad_1.gif') repeat-x 0 0;*/
	padding: 3px;
	font-weight:bold;
} 

.auto_header h1{
  font-size:14px;
  font-size:inherit;
  margin: 0;
  font-weight:bold;
}

.auto_header_prem h1{
  font-size:14px;
  font-size:inherit;
  margin: 0;
  font-weight:bold;
}

td.auto_td_button_out{
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color:#EEEEEE;
	text-align:center;
}
td.auto_td_button_over{
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: ridge;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: ridge;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color:#CCCCCC;
	text-align:center;
}

a.auto_td_button_a:link{ color:black; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; } 
a.auto_td_button_a:visited{ color:black; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;  } 
a.auto_td_button_a:hover{ color:black; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;  } 
a.auto_td_button_a:active{ color:black; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;  }

.dimmer
{
	display : none;
	position : absolute;
	background : transparent url(../images/dim.png) repeat 0 0;
	left : 0;
	top : 0;
	width : 100%;
	height : 100%;
	text-align : center;
	z-index : 1000;
}
.calculator
{
	margin : 200px auto;
	width : 640px;
	background : #ffffff;
	padding : 15px;
	border : 1px solid #000000;
}
 
.symbol
{
	text-align : right;
}
.readonly
{
	color : #000000;
}
.notable
{
	font-weight : bold;
}
.auto_view_button
{
	width: 350px;
	height: 60px;
	border: 1px solid #DDDDDD; 
	background-color: #EEEEEE;
	text-align: left;
	padding: 3px;
	vertical-align: middle;
	margin: 2px;
	cursor: pointer;
	background-image:url(../images/button_grad_grey2.gif);
	background-repeat:repeat-x;
}
.auto_view_button_over
{
	width: 350px;
	height: 60px;
	border: 1px solid #6FDF7E; 
	background-color: #CFFFD5;
	text-align: left;
	padding: 3px;
	vertical-align: middle;
	margin: 2px;
	cursor: pointer;
}
.auto_view_button_text
{
	padding-left: 40px;
	font-size: 16pt;
	text-align: center;
	line-height:50px;
	color: #000000;
	margin: 0;
}
#auto_icon_payment_calc
{
	background-image: url(../images/calculator_write_48.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#auto_icon_interest_calc
{
	background-image: url(../images/calculator_reload_48.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#auto_icon_mpg_calc
{
	background-image: url(../images/calculator_clock_48.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#auto_icon_ask_about
{
	background-image: url(../images/chat_help_48.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#auto_icon_apply_online
{
	background-image: url(../images/copy_write_48.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#auto_icon_print
{
	background-image: url(../images/printer_48.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#auto_icon_send
{
	background-image: url(../images/group_back_48.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#auto_icon_carfax
{
	background-image: url(../images/carfax2.gif);
	background-repeat: no-repeat;
	background-position: 13px 8px;
}
#auto_icon_kbb
{
	/*background-image: url(../images/file_info_48.gif);*/
	background-image: url(../images/kbb.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#sell_icon_dealership
{
	background-image: url(../images/group_48.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
#sell_icon_consumer
{
	background-image: url(../images/user_48.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
/* IMAGE FADER */
#photoholder {
 /* width:450px;
  height:338px;*/
  background:#fff /*url(../images/loading.gif) 50% 50% no-repeat*/;
}
#main_image {
  /*width:450px;
  height:338px;*/
}
#features_right, #features_left{
	width:355px;
}

#feature_multiselect, #feature_multiselect_left{
}


/*** MAIN page: ***/
.style1, .style3
{
	font-family: Arial, Helvetica, sans-serif, "Franklin Gothic Medium Cond", "Franklin Gothic Medium";
}
.style1 { font-size : 12px; }
.style3 { font-size : 10px; }

.autosearch_title
{
	font-size : 16px;
	font-weight : bold;
}
.autosearch_title a { text-decoration : none; }
.autosearch_fieldname_row td { text-align : left; }

.video_info_table { border : 1px solid #605E6D; }

.copyright-blurb { text-align: center; padding: 10px; }
.copyright-blurb p { margin: 0; font-size: 90%; }

/** j0menu **********************************/
table.j0menu_out {
	width:100%;
	border:1px solid #FFFFFF;
}

table.j0menu_over {
	width:100%;
	border:1px solid #FFFFFF;
}

td.j0menu_text_out {
	font:13px 	Verdana,Arial,Helvetica,sans-serif;
	white-space:nowrap;
	padding:0px;
	padding-left:3px;
	margin:0;
	border:0 none transparent;
	font-weight:normal;
	color:white;
	background-image: url(../images/nav_back_off.gif);
	background-repeat: repeat-x;
	border-left:1px solid #FFFFFF;

}

td.j0menu_arrow_out
{
	font:13px 	Verdana,Arial,Helvetica,sans-serif;
	white-space:nowrap;
	padding:0px;
	padding-right:3px;
	margin:0;
	border:0 none transparent;
	font-weight:normal;
	color:white;
	background-image: url(../images/nav_back_off.gif);
	background-repeat: repeat-x;
	border-right:1px solid #FFFFFF;
	
}
td.j0menu_arrow_out { width:8px; }

td.j0menu_text_over {
	font:13px 	Verdana,Arial,Helvetica,sans-serif;
	white-space:nowrap;
	padding:0px;
	padding-left:3px;
	margin:0;
	border:0 none transparent;
	font-weight:normal;
	color:white;
	background-image: url(../images/nav_back_on.gif);
	background-repeat: repeat-x;
	border-left:1px solid #FFFFFF;

}

td.j0menu_arrow_over
{
	font:13px 	Verdana,Arial,Helvetica,sans-serif;
	white-space:nowrap;
	padding:0px;
	padding-left:3px;
	margin:0;
	border:0 none transparent;
	font-weight:normal;
	color:white;
	background-image: url(../images/nav_back_on.gif);
	background-repeat: repeat-x;	
	border-right:1px solid #FFFFFF;

}

td.j0menu_arrow_over { width:8px; }

/* ADVERTISING PAGE ***************************/
#advertising_main
{
	padding: 5px;
}
#advertising_main h1
{
	font-size: large;
	text-align: center;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

.JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

.JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}


#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}


/***** STORE *****/
/**** TAB ****/

.tabberlive .tabbertabhide {
 display:none;
}


.tabber {
}

.tabberlive {
 margin:2em 2em 0 116px;
}

ul.tabbernav
{
 margin:0;
 padding:3px 0 3px 10px;
 border-bottom: 1px solid #ccc;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #615F6D;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #FFF; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
 color: #444;
 background: #eee;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
 color:#000;
 cursor:text;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #fff;
}

.tabberlive .tabbertab {
 padding:10px 14px 0 14px;
 border:0;
 border-top:0;
 background:#fff;
}

.tabberlive .tabbertab h4 {
 display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
.addcart { margin:20px 0 20px 300px; }
.addcart .form_item { margin:6px 0; }
.addcart .form_item .field { width:8em; text-align:right; display:block; float:left; padding-right:10px; font-weight:bold }
.addcart .quantity { margin-top:12px; }
.addcart .quantity .field { position:relative; top:3px; }
.addcart .form_item input.textbox { background:#fff; width:50px; height:15px; padding:3px 8px; text-align:right; font-size:11px;  }
.addcart .form_item input.button { background:#67a621 url(../images/add_to_cart.jpg) no-repeat; border:none; width:110px; height:20px; font-weight:bold; color:#fff; font-size:12px; margin-left:110px; padding-left:26px;cursor:pointer; }
.category_button { background:#67a621 url(../images/add_to_cart.jpg) no-repeat; border:none; width:120px; height:20px; font-weight:bold; color:#fff; font-size:12px; margin-left:330px; margin-bottom:10px;padding-left:26px;cursor:pointer; }
/* Bad IE */
* html  .addcart .form_item input.button { position:relative; top:-2px; }
*:first-child+html .addcart .form_item input.button { position:relative; top:-2px; }

#store_left{
	margin:0px;
	float:left;	
	width:560px;
}
#store_right{
	float:right;
	width:200px;
	margin:0 0 0 0;
}
.float_left { float:left; margin: 0 10px 0 0; }
.float_right { float:right; margin: 0 0 0 10px; }

h3.store_title {
	height:30px;
	background:url(../images/store_title_bg.gif) repeat-x;
	color:#FFF;
	padding:15px 0px 0px 10px;
	margin:1px;
	font-weight:900;
	font-size:larger;
}


#product_wrapper
{
	 background:#ffffff url('../images/homepage1_27.gif') no-repeat right center;
}
.cart ul { padding:0; margin:0 0 0 -10px }
.cart ul li { padding:10px 0 10px 26px; list-style:none; background-position:0 14px }
.cart ul li h3 { font-size:100%; font-weight:bold; margin:0; }
.cart ul li .remove { color:#FF0000; font-size:90%; font-weight:normal }

#total { text-align:center; }
#total .subtotal { font-size:120%; font-weight:bold; }
#total form { padding:0; margin:10px 0}
#total form .button { background: #888795 url(../images/checkout_button.jpg) top left no-repeat; width:188px; height:29px; color:#fff; border:none; font-weight:bold; font-size:110%; padding-left:38px;cursor:pointer; }
.notice { color:#575757; font-size:90%; padding:0; margin:10px 0 0 0; }

.continue_as_button { background: #888795 url(../images/checkout_button.jpg) top left no-repeat; width:188px; height:29px; color:#fff; border:none; font-weight:bold; font-size:110%; padding-left:30px;margin-top:5px;cursor:pointer; }

.carfax_availability
{
  float:right;
  padding:6px 10px 0 0;
}
#auto_icon_carfax_report
{
	background-image: url(images/carfax2.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
.carfax_highlights ul li
{
  padding:2px 0 4px 18px;
  list-style: none;
  background: url(images/blue_check.gif) center left no-repeat;
}
.carfax_instr_img
{
  text-align:center;
  padding:8px;
}
