﻿BODY {
 background: url("images/background.jpg");
 background-repeat: no-repeat;
 background-color:"#FFFFFF";
 color: #000000;
 border-width: 0px;
 margin: 0px;
 scrollbar-arrow-color: #000066;
 scrollbar-base-color: #CCFFFF;
 scrollbar-darkshadow-color: #CCCCFF;
 scrollbar-face-color: #CCCCCC;
 scrollbar-highlight-color: #CCFFFF;
 scrollbar-shadow-color: #FFFFFF;
 scrollbar-track-color: #CCFFFF;
 scrollbar-3dlight-color: #CCFFFF;
}

#editortemplates,
#editordocuments,
#editormenus,
#editorassets,
#editorprocesses,
#editorsettings {
        clear:left;
        background-color:#ccffff;
        width:100%;
        float:left;
        margin-top:5px;
        padding:3px;
}

#editor-message {
        top:0px;
        left:0px;
        width:100%;
    font: bold 10pt Arial, Helvetica, sans-serif;
    color:blue;
}

#editor-body {
 clear:left;
}

.editorlabel {
        float:left;
        width:150px;
        font: bold 10pt Arial, Helvetica, sans-serif ;
}

.editorselect {
        float:left;
}

.editorbuttons {
        float:right;
        text-align:left;
        width:350px;
}

#rights {
        margin-top:15px;
        clear:left;
        float:left;
        width:100%;
        font: 7pt Arial, Helvetica, sans-serif;
}

#header        {
        position:absolute;
        top:0px;
        left:200px;
        color:#000;
        padding:5px;
        margin:0;
        width:500px;
        font: bold 10pt Arial, Helvetica, sans-serif;
        text-align: center;
}

#content-left {
        position:absolute;
        top:0px;
        left:0px;
        width:27px;
        background-image: url(images/backgroundcontinued.jpg);
        background-repeat: repeat-y;
}


#content-main        {
        color:#000;
        float:left;
        margin-top:103px;
        margin-left:33px;
        width:765px;
        padding-right:2px;
}

p,body,td,th,dt,dd,dl,li,ul,ol,blockquote { font: 11pt Arial, Helvetica, sans-serif }
.c_norm { font: 10pt Arial, Helvetica, sans-serif }
.c_normb { font: bold 10pt Arial, Helvetica, sans-serif }
.c_small { font: 8pt Arial, Helvetica, sans-serif }
.c_smallb { font: bold 8pt Arial, Helvetica, sans-serif }
.c_head1 { font: bold 12pt Arial, Helvetica, sans-serif }
.c_head2 { font: bold 10pt Arial, Helvetica, sans-serif }
.c_head3 { font: bold 8pt Arial, Helvetica, sans-serif }

a {color:blue}
a:link  {color: blue}
a:visited {color: darkblue}
a:active {color:#000066;text-decoration:none}
a:hover {color:#000066;text-decoration:none}

form        {margin:0; padding:0;}
select, input, object {
  font: 8pt Arial, Helvetica, sans-serif;
  background-color: #CCFFFF;
  margin-bottom:1px;
  border:1px solid;
  border-top-color:#6666CC;
  border-left-color:#6666CC;
  border-right-color:#3300CC;
  border-bottom-color:#3300CC;
}

input {
  filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffff'
  ,EndColorStr='#ccccff');
}

.button {
  font-weight: bold;
  color: #000033;
  filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffff'
  ,EndColorStr='#ccccff');
}

.radio {
  filter:'';
  border:0px;
  background-color: #FFFFFF;
}

.checkbox {
  filter:'';
  border:0px;
  background-color: #FFFFFF;
}

select        {
 padding:0;
 margin-top:2px;
 margin-bottom:4px;
}

textarea {
  border:1px solid;
  border-top-color:#6666CC;
  border-left-color:#6666CC;
  border-right-color:#3300CC;
  border-bottom-color:#3300CC;
  scrollbar-arrow-color: #000066;
  scrollbar-base-color: #CCFFFF;
  scrollbar-darkshadow-color: #CCCCFF;
  scrollbar-face-color: #CCCCFF;
  scrollbar-highlight-color: #CCFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-track-color: #CCFFFF;
  scrollbar-3dlight-color: #CCFFFF;
}

.basictable table {
 border:0;
}

.basictable td {
 border:0px solid #000000;
 margin:0px;
 padding:0px
}


