﻿/* GENERAL TAGS & CLASSES */
form, p, div, ul, li, a, img {
  padding: 0;
  margin: 0;
  border: 0;
}

img {
  vertical-align: middle;
}

ul 
{
  margin-left: 0px;
  padding-left: 0px;
  list-style-position: inside;
  list-style-type: square;
  text-align: left;
}

.clear {
  clear: both;
}

.nowrap 
{
  white-space: nowrap;
}

.center, th.center, td.center, div.center
{
  text-align: center;
}

.right, th.right, td.right, div.right
{
  text-align: right;
}

.left, th.left, td.left, div.left
{
  text-align: left;
}

.justify, th.justify, td.justify, div.justify
{
  text-align: justify;
}

.required 
{
  font-weight: bold;
}

.not_required {
  font-weight: normal;
}

.bold 
{
  font-weight: bold;
}

.normal {
  font-weight: normal;
  font-style: normal;
}

.strikeout {
  text-decoration: line-through;
}

em, .message, .warning, .warning2, .warning3, .warning4, .error, .error2 {
  font-weight: bold;
  font-style: normal;
}

.message {
  color: #008000;
}

.error {
  color: #ff0000;
}

.error2 {
  color: #800000;
}

.warning {
  color: #0000ff;
}

.warning2 {
  color: #008080;
}

.warning3 {
  color: #800080;
}

.warning4 {
  color: #000080;
}

.greyed, .greyed a, .greyed td, .greyed td a,
.greyed td .message, .greyed td error2, 
.greyed td .warning2, .greyed td .warning3, .greyed td .warning4 {
  color: #bbb;
}

.smaller {
  font-size: 90%;
}

.smaller1 {
  font-size: 95%;
}

.smaller2 
{
  font-size: 80%;
}

.smaller3 
{
  font-size: 50%;
}

.larger {
  font-size: 110%;
}

.larger1 {
  font-size: 105%;
}

.larger2 
{
  font-size: 120%;
}

.larger3 
{
  font-size: 150%;
}

.left_section 
{
  width: 50%;
  float: left;
}

.right_section
{
  width: 49.5%;
  float: right;
}

.column3-1,
.column3-2,
.column3-3
{
  width: 33%;
  float: left;
}

.column3-3 
{
  float: right;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.padding2 {
  padding: 2px;
}

input.image_button 
{
  padding: 2px;
}

input.image_button:hover
{
  cursor: pointer;
}

a.image_button img 
{
  padding: 2px;
  vertical-align: top;
}

.border {
  border: 1px solid #666;
}

input.puny 
{
  width: 35px;
}

input.tiny {
  width: 60px;
}

input.small {
  width: 90px;
}

input.medium {
  width: 135px;
}

input.medium2 
{
  width: 200px;
}

input.large {
  width: 250px;
}

input.huge {
  width: 400px;
}
/* /GENERAL TAGS & CLASSES */

/* TOOLBOX SETTINGS */
.super_tooltip {
  background: #fff; 
  color: #000;
  position: absolute; 
  visibility: hidden; 
  border: 1px solid #000;
  padding: 0;
  z-index: 1000; 
  font-size: 90%;
}

.super_toolbox {
  background: #fff; 
  position: absolute; 
  top: 10px;
  left: 10px;
  visibility: hidden; 
  border: 1px solid #000;
  padding: 0;
  z-index: 1000;
  display: inline;
  width: 500px;
  font-size: 90%;
}

.toolbox_box {
  text-align: left;
  margin-bottom: 0;
}

.toolbox_header {
  padding: 3px 5px;
  line-height: 1.25em;
  font-size: 120%;
  font-weight: bold;
  color: #000;
  font-family: Trebuchet MS, Tahoma, Arial, Sans-Serif;
  background: #fff;
  text-align: left;
  cursor: move;
  height: 1%;
}

.toolbox_body {
  padding: 4px;
}

/* /TOOLBOX SETTINGS */