

	.bbcode_menu_bar {
		text-align: center; 
		height: auto;
		padding: 1em;
		vertical-align: middle;
		position: relative;
  }

  .bbcode_menu_item {
		margin-left: 1em;
		margin-right: 1em;
		position: relative;
  }

	.bbcode_warning {
		border: 2px solid red;
		font-size: 1.2em;
		padding: 1em;
  }

	.bbcode_warning LEGEND {
		color: red;
		font-weight: bold;
	}

	.bbcode_warning IMG, SPAN {
		vertical-align: middle;
  }
	
	
	.bbcode_toolbar_button {
    height: 26px;
    width: 26px;
    text-align: center;
    vertical-align: middle;
    float: left;
  }

  .bbcode_toolbar_button a {
    text-decoration: none;
  }

  .bbcode_toolbar_dropdown {
    text-align: center;
    vertical-align: top;
		line-height: 26px;
		padding-left: 0.5em;
		padding-right: 0.5em;
  }

  .bbcode_toolbar_separator {
    height: 26px;
    width: 4px;
		float: left;
  }

  .bbcode_clear {
    clear: left;
		height: 0;
		overflow: hidden;
  }

  .bbcode_colorpalette_table {
		border: 2px solid #808080;
		border-collapse: collapse;
		margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
		margin-bottom: 1em;
  }

  .bbcode_colorpalette_table A {
     text-decoration: none;
   }

  .bbcode_colorpalette_cell {
		border-top: 1px solid #A9A9A9;
		border-left: 1px solid #A9A9A9;
		border-right: 1px solid #A9A9A9;
		border-bottom: 1px solid #A9A9A9;
		
		display: block;
    width: 20px;
    height: 20px;

  }

  #sample1 {
		text-align: center;
		color: black;
		font-weight: bold;
  }
	
  #sample2 {
		text-align: center;
		color: white;
		font-weight: bold;
  }

	.bbcode_code {
    font-family: 'courier new', courier, monospace;
		font-size: 1em;
  }
