html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}html, body, div.page, div.ieonly {
	margin: 0;
	padding: 0;
	height: 100%;
}

#e_content {
	position: relative;
	min-height: 100.0%;
}
* html #e_content {
	height: 100%;
}

#footer {
	position: relative;
	margin-top: -100.0px;
	height: 100.0px;
}

#header {
	height: 100.0px;
}

#e_column_0 {
	padding-bottom: 100.0px;
}

#column1 {
	float: left;
}

#column2 {
	float: left;
}
 /*
BASIC STYLE	
Filename: basic_style.css
Author: Vivian Clark (vclark@i2rd.com)
Company: Restore a muscle car
*/

html {
  font-size: 100%;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f1ecda;
  line-height: 1.5;
  background: black url(/resources/dyn/files/200976/_fn/body_bg.gif) no-repeat center top;
}
div.page {
  width: 960px;
  margin: 0 auto;
}
#e_column_0 {
  padding-bottom: 130px;
}
/* general styles -----------------------------*/

h1 {
  margin: 0;
  padding: 0;
}
h2, h3 {
  font-weight: bold;
}
h2 {
  color: #a33718;
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 1em;
}
h3 {
  font-size: 1em;
  color: #e14219;
}
p {
  margin-bottom: 1em;
}

a {
  color: #11a7c2;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #186b82;
} 
span.price {
  color: red;
}
/* list styles ---------------------*/
.textbean ul,
.article_content ul,
.gallery_details ul {
  list-style-type: disc;
}
.textbean ol,
.article_content ol,
.gallery_details ol {
  list-style-type: decimal;
}
.textbean ul,
.article_content ul,
.textbean ol,
.article_content ol {
  margin: 0 0 1em 2em;
}
.gallery_details ul,
.gallery_details ol {
  margin: 0 0 1em 1em;
}
/* Header ------------------------------ */
#header {
  height: 145px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#header_wc_0 {
  height: 145px;
}
#screen_logo {
  float: left;
  background: url(/resources/dyn/files/200979/_fn/restore_logo.png) no-repeat center;
}
#screen_logo,
#screen_logo h1 a {
  width: 160px;
  height: 145px;
}
#screen_logo h1 a {
  text-indent: -4000em;
  display: block;
}

/* main Menu ------------------------------- */
#topnav {
  float: left;
  margin-top: 82px;
}
#topnav li {
  float: left;
}
#topnav .our_story a {
  width: 72px;
  background-image: url(/resources/dyn/files/205686/_fn/nav_story.gif);
}
#topnav .restore a {
  width: 59px;
  background-image: url(/resources/dyn/files/205683/_fn/nav_restore.gif);
}
#topnav .shop_cars a {
  width: 70px;
  background-image: url(/resources/dyn/files/205685/_fn/nav_shopcars.gif);
}
#topnav .shop a {
  width: 35px;
  background-image: url(/resources/dyn/files/205684/_fn/nav_shop.gif);
}
#topnav .news a {
  width: 99px;
  background-image: url(/resources/dyn/files/205705/_fn/nav_news.gif);
}
#topnav li a {
  text-decoration: none;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9px 15px;
}
#topnav li a span {
  visibility: hidden;
}
/* dropdown styles ----------------------*/

#topnav li li {
  margin: 0;
  width: 100%;
  text-align: left;
  background: #742513;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#topnav li li a {
  display: block;
  padding: 0;
  border-bottom: 1px solid black;
}
#topnav .our_story li a,
#topnav .restore li a,
#topnav .shop_cars li a,
#topnav .shop li a,
#topnav .news li a {
  background-image: none;
  width: 100%;
}
#topnav li li a span {
  visibility: visible;
  padding: 5px 10px;
  display: block;
}
#topnav li li a,
#topnav li li a:hover,
#topnav li.mi_active li a,
#topnav li li.over a,
#topnav li.over li a {
  color: black;
}

#topnav li li a:hover,
#topnav li.mi_active li.over a,
#topnav li.over li.over a {
  background: #e14219;
}
#topnav ul ul {
  width: 120px;
  position: absolute;
  top: 35px;
  left: 5px;
}

/* social media links -------------------------------*/
div.social_media {
  float: right;
  margin-top: 13px;
  width: 108px;
}
.social_media a {
  text-decoration: none;
  background-position: left top;
  background-repeat: no-repeat;
  width: 30px;
  height: 31px;
  overflow: hidden;
  float: left;
  margin: 0 0 6px 6px;
}
.social_media p {
  float: none;
  display: block;
  clear: both;
  height: 31px;
  margin: 0;
}
.social_media a:hover {
  background-position: left bottom;
}
.social_media a span {
  visibility: hidden;
}
.social_media a.facebook {
  background-image: url(/resources/dyn/files/203087/_fn/sociallinks_facebook.gif);
}
.social_media a.twitter {
  background-image: url(/resources/dyn/files/203091/_fn/sociallinks_twitter.gif);
}
.social_media a.ebay {
  background-image: url(/resources/dyn/files/203086/_fn/sociallinks_ebay.gif);
}
.social_media a.flickr {
  background-image: url(/resources/dyn/files/203088/_fn/sociallinks_flickr.gif);
}
.social_media a.hub {
  background-image: url(/resources/dyn/files/203089/_fn/sociallinks_hub.gif);
}
.social_media a.motor {
  background-image: url(/resources/dyn/files/203090/_fn/sociallinks_motorpia.gif);
}
.social_media a.youtube {
  background-image: url(/resources/dyn/files/203092/_fn/sociallinks_youtube.gif);
}


/* columns -----------------------------*/
#e_column_0 {
  width: 100%;
  overflow: hidden;
}
#column1, 
#column2,
#column3 {
  float:left;
}


/* Footer ------------------------------ */
div.footer {
  clear: both;
  border-top: 1px solid #262626;
  padding-top: 3px;
}
#footer_wc_0 {
  border-top: 1px solid #262626;
  overflow: hidden;
  padding: 1em 0;
}
#footer a:hover {
  color: #e4e4e4;
}
div.copyright_logos {
  float: right;
  text-align: right;
  width: 300px;
}
div.menu_contact {
  float: left;
}
/* footer menu -----------*/
#footer_menu,
#footer_contactline {
  float: none;
  clear: both;
}
#footer_menu {
  margin-bottom: 3em;
  overflow: hidden;
}
#footer_menu ul {
  display: block;
  width: 100%;
}
#footer_menu li {
  padding-right: 1em;
  font-size: 10px;
}
#footer_menu li a {
  color: #505050;
}
/* footer contact line ---------------*/
#footer_contactline a {
  color: #837f76;
  padding-left: 88px;
  font-size: 11px;
  background: url(/resources/dyn/files/200977/_fn/contact_label.gif) no-repeat left center;
  line-height: 1.5;
}
#footer_contactline span {
  padding-right: 20px;
}
/* copyright -----------*/
#copyright {
  margin-bottom: 1em;
  color: #505050;
  font-size: 10px;
}
#copyright a {
  color: #505050;
}

/* footer logos -------------*/
.footer_logos a {
  display: block;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 40px;
  float: right;
  margin-left: 23px;
}
.footer_logos a span {
  visibility: hidden;
}
div.footer_logos a:hover {
  background-position: left 3px;
}
.footer_logos a.detroit {
  background-image: url(/resources/dyn/files/202679/_fn/logo_detroit.gif);
  width: 87px;
}
.footer_logos a.spieshecker {
  width: 46px;
  background-image: url(/resources/dyn/files/202680/_fn/logo_spieshecker.gif);
}
.footer_logos a.yearone {
  width: 86px;
  background-image: url(/resources/dyn/files/202681/_fn/logo_yearone.gif);
}
/* interior pages --------------*/


/* 2 Columns layout ------------------------------ */

#column1,
#search_fields {
  width: 300px;
  padding: 0 8px 8px;
  margin: 0; 
}
#column2,
#search_results {
  width: 600px;
  overflow: hidden;
  padding:0 0 8px 15px;
  margin: 0;
}
#column3 {
  width:0;
}
/* column1 pictures ------------------------*/
#column1_pictures img {
  float: left;
  margin: 0 .75em .75em 0;
  
}
/* submenu column1 -------------------------------*/
#submenu {
  margin-bottom: 5em;
}
#submenu li {
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 0 1em;
}
#submenu li a {
  color: #e14219;
}
#submenu li a:hover {
  color: #a33718;
}

/* article styles -------------------------------*/

/* the team ---------------*/
#team {
  background: url(/resources/dyn/files/202767/_fn/acheading_team.gif) no-repeat left top;
}
#team div.ac_heading {
  text-indent: -400em;
  width: 100%;
  overflow: hidden;
  height: 28px;
  margin-bottom: 10px;
  background: url(/resources/dyn/files/201206/_fn/title_bg.gif) repeat-x bottom left;
}

#team div.article_heading {
  font-weight: bold;
}
#team div.article_teaser {
  font-size: 11px;
  line-height: 1.4;
}
#team div.ac_item {
  margin-bottom: 2em;
}
#team .article_teaser a {
  color: #11a7c2;
}
#team p {
  margin-bottom: .5em;
} 

/* the scoop and spotlight --------------------------------*/
#scoop div.ac_heading,
#scoop .article_post_time span.label,
#spotlight div.ac_heading,
#spotlight .article_post_time span.label {
  display: none;
}
#scoop .article_post_time,
#spotlight .article_post_time {
  font-size: 10px;
  color: #999;
}
#scoop div.article_heading a,
#spotlight div.article_heading a,
.articleview div.article_heading {
  color: #e4e4e4;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0 .5em;
  display: block;
}
#scoop div.article_teaser,
#spotlight div.article_teaser {
  margin-bottom: 2px;
  border-bottom: 1px solid #262626;
  padding-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
#scoop .last div.article_teaser,
#spotlight .last div.article_teaser {
  border-bottom: none; 
}

#spotlight .ac_item {
  padding-bottom: 3em;
}
/* previous posts -------------------------*/
div.previous_posts {
  margin-bottom: 2em;
}
.previous_posts,
.return_link a {
  font-size: 11px;
}
.previous_posts div.ac_heading {
  color: #444;
  font-weight: bold;
}
/* article view page -------------------*/
.articleview div.article_content {
  width: 100%;
  overflow: hidden;
}
div.articleview {
  margin-bottom: 1em;
}

/* Content Color / Decoration
* @author Ben Barber (bbarber@i2rd.com)
* @author Muhlin Chen (muhlin@i2rd.com)
* @author Vivian Clark (vclark@i2rd.com)
 */
/* For required fields ----------------------------------- */
.user_entry_required span.email_form_element_label, 
.user_entry_required .email_form_element span.label,
.user_entry_required .email_form_element label, 
.user_entry_required span.extra_value_name, 
.user_entry_required span.label, 
.user_entry_required label, 
.user_entry_required span.phone_number_form_label, 
.user_entry_required span.gender_form_element_label, 
.user_entry_required span.name_form_element_label, 
.user_entry_required .name_form_element span.label, 
.user_entry_required .name_form_element label, 
.user_entry_required span.contact_organization_form_element_label {
  background: transparent url(/resources/all/docroot/cms/icons/x16/icon_required.png) no-repeat left center;
  padding-left: 6px;
}
.user_entry_required span.address_line_last, 
.user_entry_required span.extension_label {
  background: 0;
  padding: 0 2px;
}

/* Content Layout ---------------------------------------- */
textarea {
  height: 8em;
  width: 98%;
}
.heading {
  font-size: 1.5em;
  margin: 10px 0 5px 0;
}
div.title {
  width: 100%;  
}
div.title,
div.subheading {
  clear: both;
  font-weight: bold; 
  font-size: 1.2em;
  padding: 10px 0 5px 0;
}
div.question {
  clear: both;
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}

/* For horizontally aligned groups ----------------------- */
/* Class names: hli_first, hli, hli_last ----------------- */
div.hli_first {
  clear: left;
}
div.hli_first, 
div.hli {
  float: left;
  margin-right: .5em;
}
div.hli_last {
  float: left;
  clear: right;
}
input.given_name {
  margin-right: .5em;
}
/* For nested elements ----------------------------------- */
/* Class name: level2 ------------------------------------ */
div.level2 {
  padding-left: 2em;
}

/* Event Selector ---------------------------------------- */
table.registerable_selector td.registerable_name {
  padding: 0 1em;
}
table.registerable_selector td.registerable_group {
  padding: .35em 0 0 0;
  font-weight: bold;
  font-size: 1.1em;
}

/* Layout-specific data classes -------------------------- */

table.address_form_visitable {
  width: 100%;
  clear: both;
}
div.address_form, div.address {
  overflow: hidden;
  width: 100%;
}
span.name_form_element_label, 
.name_form_element span.label,
.name_form_element label,
span.label, span.email_form_element_label, 
.email_form_element span.label,
.email_form_element label,
span.extra_value_name {
  display: block;
}
/* Bold the labels --------------------------------------- */
.extra_value_name, 
.name_form_element_label, 
.name_form_element span.label,
.name_form_element label,
.label, .email_form_element_label, 
.email_form_element span.label
.email_form_element label,
.extra_value_name {
  font-weight: bold;
}

/* Addresses -------------------------------------------- */
.address_lines input  {
  margin: 0 0 1em;
}
div.city_container,
div.region_container {
  margin-right: .5em;
}
.address_form label {
  display: block;
  font-weight: bold;
}

/* Align the City-State-Zip ------------------------------ */
.address_form div.city_container,
.address_form div.country_container_con {
  clear: left;
  float: left;
}
.address_form div.region_container,
.address_form div.postal_code_container {
  float: left;
}

/* Phone Number ------------------------------------------ */
.phone_number_nanp, 
.format_nanp_button, 
.format_international_button, 
.extension_label {
  color: #333;
  font-weight: normal;
}
.nanp_example, 
.international_example {
  color: #555;
  font-style: italic;
  font-weight: normal;
}

/* Navigation Tabs --------------------------------------- */
div.wizard_category_navigator {
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px #555 solid;
}
div.wizard_category_navigator_node {
  float: left;
  border-right: 1px #555 solid;
  padding: 0 1em 0 0;
  margin: .5em;
}
span.wizard_category_navigator_node_step {
  color: #666;
  font-size: .9em;
  font-weight: bold;
}
span.wizard_category_navigator_node_name {
  font-size: 1em;
  font-weight: bold;
  display: block;
}
.wizard_category_navigator_node_selected span.wizard_category_navigator_node_name {
  color: #C00;
}
/* Wizard Step Container - Content of Step --------------- */
div.wizard_procedure {
  float: left;
  clear: both;
  width: 100%;
}
div.wizard_procedure_step_header {
  font-weight: bold;
  padding: 1em 0;
  font-size: 1.3em;
}
div.content {
  clear: both;
  float: none;
}
table.wizard_procedure {
  padding: 0;
  margin: 0;
  width: 100%;
}
.wizard_procedure_step_name_con {
  clear: both;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
}
/* Wizard Summary step -----------------------*/
div.wizard_category_summary {
  padding: 1em 0;
  margin-top: 1em;
  border-top: 1px solid #555;
  width: 100%;
  overflow: hidden;
}
span.wizard_category_summary_name {
  font-weight: bold;
  font-size: 1.2em;
  font-style: italic;
}
/* Step Help --------------------------------------------- */
.wizard_help {
  display: none;
}

/* Navigation Bar ---------------------------------------- */
td.procedure_navigation_bottom {
  padding: 1em .25em;
  text-align: left;
}
.procedure_navigation_con button {
  cursor: hand;
  cursor: pointer;
  font-size: .8em;
  margin: 0 .05em 0 0;
  padding: .25em .75em .2em .75em;
}
span.submit_registration_button {
  display: block;
  padding: 1em 0;
}
table.procedure_navigation_bottom {
  float: right;
}
.procedure_navigation_bottom .miwt_button_disabled button {
  display: none;
}
/* Messages ---------------------------------------------- */
div.messages {
  background: #FFC;
  border: 1px #C00 solid;
  margin: .5em 0;
  width: 100%;
  float: left;
  padding: .25em;
}
div.error_message {
  color: #C00;
  font-weight: bold;
  padding: 0 0 4px 20px;
  background: transparent url(/resources/all/docroot/cms/icons/x16/message_error.png) no-repeat 0% 0%;
}
div.wizard_component {
  float: none;
  clear: both;
}

/* Misc colors */
div.instruction {
  color: #092063;
}
.section {
  border-bottom: 1px solid #AAA;
}/* form styles --------------*/

span.extra_value_name {
  display: block;
  float: left;
  width: 15em;
  padding-left: 6px; /* alignment with required fields*/
}
div.personal,
div.contact {
  clear: both;
  float: none;
  width: 100%;
  overflow:hidden;
}
.personal input {
  width: 35em;
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
div.menu_component {
 position: relative;
 display: inline-block;
}
* html div.menu_component {
 display:inline; zoom:1.0;
}
*+html div.menu_component {
 display:inline; zoom:1.0;
} 
.menu_component ul.menu_items {
 position: absolute;
 top: 1.5em;
 left: 0;
 background-color: #ddd; /* Required for phantom padding bug in IE. Seriously. */
 list-style: none;
 margin: 0;
 padding: 0;
 z-index: 1;
}
.menu_component li.menu {
 position: relative;
 margin: 0;
 padding: 0;
 width: 11em;  /* Override if necessary based on length of menu labels. */ 	
}
.menu_component li.menu ul.menu_items {
 top: 0;
 left: 100%;   /* Override if necessary based on position on page */
}
.menu_component .menu a.menu_item,
.menu_component .menu span.menu_item {
 display: block;
 width: 10em;
 color: #000;
 text-decoration: none;
 padding: 4px .5em;
 margin: 0;
}
.menu_component li.menu a.menu_item:hover {
 background-color: #aaa;
}
.menu_component li.menu span.menu_item {
 color: #666;
}
.menu_component .parent_menu > a.menu_item {
 background-image: url(/resources/all/docroot/miwt/component/images/menu-expand.gif) ;
 background-position: right center;
 background-repeat: no-repeat;
}
/** Support up to 5 levels for IE6 */
.menu_component ul,
div.menu_component.active ul ul,
div.menu_component.active .active ul ul,
div.menu_component.active li .active ul ul,
div.menu_component.active li li .active ul ul,
div.menu_component.active li li li .active ul ul  {
 display: none;
}
div.menu_component.active ul,
div.menu_component.active .active ul,
div.menu_component.active li .active ul,
div.menu_component.active li li .active ul,
div.menu_component.active li li li .active ul,
div.menu_component.active li li li li .active ul {
 display: block;
}
div.menu_component.active li:hover > ul {
 display: block;
}    div.window {
		background-color: #eee;
		border-style: ridge;
		border-color: ThreeDLightShadow ThreeDDarkShadow ThreeDDarkShadow ThreeDLightShadow;
		border-width:1px 2px 2px 1px;
		padding: 2px;
    }
	.titlebar_row td {
		height: 1.2em;
	}
	td.activewindowtitle {
	    font-weight: bold;
	    display: compact;
		text-align: center;
		vertical-align: middle;
		padding: 0px;
		margin: 0px;
	    border: 0px none;
		overflow: hidden;
		cursor: pointer;
		cursor: hand;
	}
    td.windowbuttons {
		color: ButtonText;
		margin: 0;
		font-size: .8em;
		text-align: right;
	}	
	td.inactivewindowtitle {
	    background-color: InactiveCaption;
	    font-weight: bold;
		color: InactiveCaptionText;
		text-align: center;
		vertical-align: middle;
		overflow: hidden;
		cursor: pointer;
		cursor: hand;
	}
	div.windowcontent {
	  	color: WindowText;
		background-color: #fafcff;
		border: 1px outset #777;
	    overflow: auto;
	    position: absolute;
	    top: 1.75em; /* Needs to be >= titlebar height + padding, etc */
	    bottom: 2px;
	    left: 2px;
	    right: 2px;
	}
	.windowresize_sw,
	.windowresize_se,
	.windowresize_nw,
	.windowresize_ne {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 5px;
		height: 5px;
		cursor: ne-resize;
	}
	.windowresize_sw {
		cursor: sw-resize;
	}

	.windowresize_se {
		cursor: se-resize;
	}

	.windowresize_nw {
		cursor: nw-resize;
	}				
    /* OptionDialog. */
    table.OptionDialogButtons,
    table.OptionDialog {
        margin: 0 auto;
    }

/* Progress Dialog. */
div.miwt_ajax_progress {
  padding: 1.5em; 
  width: 200px; 
  vertical-align: middle; 
  text-align: center; 
  background-color: #f5f5f5;
  z-index: 10001; 
  border: 1px solid #330000; 
}
span.miwt_ajax_progress span {
  background-color: lightsteelblue;
  border-top: thin solid black; 
  border-bottom: thin solid black;
}
#miwt_ajax_progress_0 {
  border-left: thin solid black;
}
#miwt_ajax_progress_4 {
  border-right: thin solid black;
}.miwt_dnd_feedback
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
 
.miwt_dnd_dropactive
{

}

div.dropoptions
{
  background-color: white;
  padding: 2px;
  border: thin gray solid;
}
div.column_visibility {
  position: relative;
  display: inline;
}
#ie6only div.column_visibility {
  position: static;
}
div.column_visibility_selector {
  position: absolute;
  top: 2.5em;
  right: 0;
  z-index: 1;
  min-width: 10em;
  visibility: hidden;
  border: 1px solid black;
  text-align: left;
  background: white;
  color: black;
  padding: .25em;
}
div.column_visibility button {
  width: 18px;
  height: 16px;
  text-indent: -1000em;
  overflow: hidden; 
  border: none;
  background: transparent url(/resources/all/docroot/miwt/component/images/view.gif) no-repeat center;
}
