.tablebanner { background-image: URL(images/logo.gif);
               background-repeat: no-repeat;
               background-position: left top;
               color: #990033;
               font-size: 46px;
               font-family: Times; }

body { color: #000045;
       cursor: default;
       background-color: #f3cad0;
       font-size: 13px;
       font-family: tahoma;
       font-style: normal;
       text-align: justify; }

br { clear: all;
     clear: both; }

img { border: 0px;
      max-width: 600px; }

embed { max-width: 600px; }

iframe { max-width: 600px;
	 max-height: 855px;
	 border: 0px; }

a:visited,a:link,a:active { text-decoration: none;
                            color: #003399; }

a:hover { text-decoration: none;
          color: #FF9900; }

.back-arrow { width: 35px;
	      height: 20px; }

.icon { width: 15px;
	height: 15px; }

.hidden { font-size: 0px;
          filter: alpha(opacity=00);
          -moz-opacity: .00;
          opacity: .00; }

.hide { display: none; }

.view { background-color: none;
        border-style: solid;
        border-width: 0px;
        border-color: #984B4F;
        border-color: transparent;
        padding: 6px;
        cursor: default;
        position: relative; }

.view_hover { background: #FFDFDF;
              border-style: solid;
              border-width: 1px;
              border-color: #984B4F;
              cursor: default;
              padding: 5px;
              filter: alpha(opacity=50);
              -moz-opacity: .50;
              opacity: .50; }

.left { background-color: none;
        color: #003399;
        cursor: default; }

.left_hover { background: #FFDFDF;
              color: #4070AE;
              cursor: pointer;
              cursor: hand; }

.border_l { border: 1px solid #984b4f;
	    border-right: none;
	    cursor: move;
	    margin-right: -2px; }

.border_tb { border-top: 1px solid #984b4f;
	     border-bottom: 1px solid #984b4f; }

.border_r { border: 1px solid #984b4f;
	    border-left: none;
	    cursor: move;
	    margin-left: -2px; }

.list { background-color: #f3cad0;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100); }

.drag { background-color: #f3cad0;
	position: absolute;
	opacity: .50;
	filter: alpha(opacity=50);
	z-index: 100; }

.pageedit { background-color: #FFEAEA;
            border-style: solid;
            border-width: 1px;
            border-color: #984B4F;
            padding: 5px;
            filter: alpha(opacity=75);
            -moz-opacity: .75;
            opacity: .75;
            min-height: 300px;
            max-height: 500px; }

.textedit { background-color: #FFEAEA;
            border-style: solid;
            border-width: 1px;
            border-color: #984B4F;
            padding: 5px;
            filter: alpha(opacity=75);
            -moz-opacity: .75;
            opacity: .75;
            min-height: 300px;
            max-height: 500px; }
