* {
margin: 0;
padding: 0;
}

body {
font: 95% Verdana, Arial, Helvetica, sans-serif;
color: #2D2D2D;
background-color: #C4C4C4;
background: url(../../guiwidgets/icons/Frame_Main_OMi_01.png) 0 0 repeat;
background-attachment:fixed;
}

#header_left {
    position:absolute;
    top:0; left:0;
    width: 10px;
    margin:0;
}

#header_right {
    position:absolute;
    top:0; right:0;
    width: 10px;
    margin:0;
}

#header_logoleft {
    position:absolute;
    top:0; left:10;
    width: 230px;
    margin:0;
}

#header_logoright {
    position:absolute;
    top:0; right:10;
    width: 230px;
    margin:0;
}

#search {
    position:absolute;
    top:15; right:20;
    min-height: 35px;
    background-color:transparent;
}

#pageupdown {
    position:absolute;
    top:15; left:320;
    min-height: 35px;
    background-color:transparent;
}

#nojavascript {
    position:absolute;
    top:0; left:0;
    padding: 5px;
    width: 100%;
    height: 50px;
    background-color:white;
    z-index:5;
    color: #2D2D2D;
    font-size: 85%;
}

.bt_padding {
    padding-right: 5px;
}

.myButton {
background-color:#FCFCFC;
border-color:#333333;
border-style:solid;
border-width:0.3mm;
height:20px;
width:120px;
vertical-align:middle;
font-weight:bold;
font-family: Arial, Helvetica, Verdana, Georgia, sans-serif;
font-size: 11px;
color: #444444;
-moz-border-radius:4px; /* Firefox */
-webkit-border-radius:4px; /* Safari, Chrome */
-khtml-border-radius:4px; /* Konqueror */
border-radius:4px; /* CSS3 */

background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#DDDDDD));   
background: -moz-linear-gradient(top,  #FCFCFC,  #DDDDDD);    
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='#DDDDDD'); 
}

.myButton:hover {
background-color:#FCFCFC;
border-color:#333333;
border-style:solid;
border-width:0.3mm;
height:20px;
width:120px;
vertical-align:middle;
font-weight:bold;
font-family: Arial, Helvetica, Verdana, Georgia, sans-serif;
font-size: 11px;
color: #111111;
-moz-border-radius:4px; /* Firefox */
-webkit-border-radius:4px; /* Safari, Chrome */
-khtml-border-radius:4px; /* Konqueror */
border-radius:4px; /* CSS3 */

background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#BBBBBB));   
background: -moz-linear-gradient(top,  #EBEBEB,  #BBBBBB);    
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEBEB', endColorstr='#BBBBBB'); 
}

.string {
background-color:#FCFCFC;
border-color:#333333;
border-style:solid;
border-width:0.3mm;
height:20px;
width:150px;
padding-top:1px;
padding-left: 2px;
vertical-align:middle;
font-family: Arial, Helvetica, Verdana, Georgia, sans-serif;
font-size: 11px;
color: #444444;
-moz-border-radius:4px; /* Firefox */
-webkit-border-radius:4px; /* Safari, Chrome */
-khtml-border-radius:4px; /* Konqueror */
border-radius:4px; /* CSS3 */
}

