/*
 * OptionsBar
 *
 */
DIV.Options {
   background-color: #ee3f36;
   border-top: 1px solid silver;
   border-left: 1px solid silver;
   border-bottom: 1px solid black;
   border-right: 1px solid black;
   color: white;
   margin: 0;
   min-height: 55px; 
   padding: 0.5em;
   white-space: nowrap;
   width: 520px;
}

DIV.Options DIV.Title {
   margin: 0em;
   padding: 0em;
}

DIV.Options DIV.Title P {
   font-size: 1.2em;
   font-weight: bolder;
   margin: 0;
   overflow: visible;
   padding: 0;
}
DIV.Options DIV.Title A {
   font-weight: bold;
}


DIV.Options DIV.Title IMG.Icon {
   display: block;
   float: left;
   margin: 0em;
   padding: 0em;
}


DIV.Options DIV.Controls {
   margin-top: -0em;
   white-space: nowrap;
   text-align: right;
   width: 100%;
}
DIV.Options DIV.Controls SELECT {
   width: 9.6em;
}

DIV.Options Span.Navigation {

}


DIV.Options INPUT {
   border: 1px solid gray;
   margin: 0;
   padding: 0;
   padding-left: 0.5em;
   padding-right: 0.5em;
}
DIV.Options INPUT.Navigate {
}



DIV.Options DIV.Controls INPUT.Apply {
   padding-left: 0.5em;
   padding-right: 0.5em;
   width: 5em;
}

DIV.Options DIV.Close {
}
DIV.Options DIV.Extension {
   position: absolute;
   margin-top: 2.2em;
   right: 0.5em;
}
DIV.Options DIV.Extension DIV.Search INPUT.Submit {
   width: 5em;
}
DIV.Options DIV.Extension DIV.Search INPUT.Text {
   width: 9.2em;
}  
