
body {
    font-family: 'Times New Roman',Georgia,times,serif;
    font-size: 12pt;
    color: #006699;
    background-color: white;
}

iframe {

    z-index: 99;
}

.tag {
    border: 1px magenta;
}

.tagheader, .tagbody {
    border-bottom: 1px;
}

.tagname {
    background-color: lightgreen;	
}

.attributeheader {
    border: 1px magenta;
}

.tagsection {
    background-color: bisque;
    border-top: 1px;
    border-bottom: 1px;
}

.error {
    background-color: white;
    border-top: 1px chocolate;
    border-bottom: 1px red;
}

div.box { 
    width: 300px; padding: 20px;
    background-color: #ffcccc;
}

h1 {
    color: navy;    
    text-align: center;
}

h2 {
    color: navy;  
    text-align: center;  
    font-size: 18pt;
}

h3 {
    color: navy;    
    text-align: left;
}

#main {
    left: 50px;
    position: relative;

}

p.main {    
    left: 50px;
    position: relative;
}

li {

}

ol {

}

pre {
    color: black;
    font-family: 'Courier';
    font-size: 9pt;
}

p.title {    
    text-align: center;
    vertical-align: text-top;
    line-height: normal;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    background-attachment: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    direction: rtl;
}

.menu {
    top: 4;
    padding: 20px;
    margin-top: 70px;
    margin-left: 20px;
    position: absolute;
    width: 250px;
    text-align: left;
    background-color: #ccffcc;
    /*       filter: alpha(opacity=80);  -moz-opacity:0.8; -khtml-opacity: 0.8;*/
    z-index: 6;
    vertical-align: middle;
}


.topheadline {    
    margin-top:    2px;
    padding: 5px;
    background-color: Crimson;
 background-image: url('../images/s123_09.gif');
    z-index: 1;    
    min-width: 1020px;
    position: absolute;
    color: navy;  
    text-align: center;  
    font-size: 18pt;

}

.leftcolumn {
    float: left;
    width: 35%;
    padding: 10px;
    text-align: right;
}

.rightcolumn {
    float: left;
    margin-top: 40px;
    padding: 2px;
    text-align: left;
    background-color: #ffffcc;
    z-index: 8;
    right: 10px;
    margin-left: 170px;
    min-width: 850px;
    min-height: 635px;
}

#leftblock1 {
    padding: 10px;
    position: absolute;
    margin-top: 38px;
    margin-left: 2px;
    position: absolute;
    width: 160px;
    text-align: left;
    background-image: url('../images/s123_06.gif');
    z-index: 7;
    vertical-align: middle;
    background-attachment: none;
    height: 320px;
}

#leftblock2 {
    padding: 10px;
    margin-top: 360px;
    margin-left: 2px;
    position: absolute;
    width: 160px;
    text-align: left;
    background-image: url('../images/s123_09.gif' );
    z-index: 8;
    vertical-align: middle;
    background-attachment: none;
    height: 300px;
}

#blockimage {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 148px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: gray;
    border-bottom-color: gray;
    border-left-color: gray;
    border-right-color: gray;
}

#wideimage {

    width: 100%;
}


#main {

    width: 600px;
    position: relative;
}

.formContainer {
    width: 600px;
    height: 600px;
}

.label {
    width: 150px;
    float: left;
}

.ui-tabs-hide { display: none; }

.ui-tabs-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-tabs-nav li {
    padding: 0;
    margin: 0 5px 0 0;
}

.uit-tabs-nav a {
    text-decoration: none;
    display: block;
    padding: 5px 15px 3px 15px;
    border: 1px solid #999;
    border-bottom: none;
}

ui-tabs-selected a {
    background-color: #FF36A4;
}

.ui-tabs-panel {
    clear: left;
    border: 1px solid #999;
    padding: 10px;
    background-color: #FFC;
}

