
root { 
    display: block;
}

.ocpmenu_table{
    margin: 0 auto;
    width:100%;
    text-align: center;
    font-size:12px;
    line-height:normal;
    font-family:sans-serif;
    font-weight: bold;
    padding: 0;
    height: auto;
}

.ocpmenu_table a{
    text-decoration: none;
    color: #000;
}

.ocpmenu_table td{
    width: 33%;
    vertical-align: top;
    border-right: .2em solid transparent;
}

.ocpmenu_options{
    clear: both;
    float:left;
    width: 100%;
    display: none;
}

.ocpmenu_options ul{
    list-style:none;
    margin: 0;
    padding: 0;
}

.ocpmenu_options ul li{
    text-align: left;
    padding-left: .5em;
}

.ocpmenu_options ul li a:hover{
    color: blue;
}

.ocpmenu_optionfirst{
    background-color: #ccc !important;
}

.ocpmenu_optionsecond{
    background-color: #ddd !important;
}

#ocpmenu{
    float:none;
    margin:0 auto;
    width: 750px;
    height: 260px;
    clear:both;
}

#ocpmenu_header{
    height: 20px;
    background-color: #C3C3C3;
    font-weight: bold;
    font-family:sans-serif;
}

#ocpmenu_cornerleft, #ocpmenu_cornerright{
    height: 20px;
    width: 20px;
    background-color:blue;
}

#ocpmenu_cornerleft{
    float:left;
    /*background:url(images/ocpmenu_cornerleft.png) no-repeat;*/
}

#ocpmenu_cornerright{
    float:right;
    /*background:url(images/ocpmenu_cornerright.png) no-repeat;*/
}

#ocpmenu_headercontent{
    float:left;
    color:#000;
}

#ocpmenu_toolbar{
    width: 100%;
    border-bottom: 1px solid gray;
    background-color:#C3C3C3;
}

#ocpmenu_toolbar td{
    width: 33%;
    text-align: center;
}

#ocpmenu_searchcell{
    text-align: right;
    padding-right: 5px;
}

#ocpmenu_searchcell input {
    width: 115px;
    height: 12px;
    border-style:none;
    background-image: url(images/search.png);
    background-color:transparent;
    background-repeat:no-repeat;
    text-align: center;
    font-style: italic;
    color: gray;
    padding:5px;
    margin: 3px;
}

#ocpmenu_searchcell input{
    text-align: right;
    padding-right: 5px;

}

#ocpmenu_wincontent{
    width: 100%;
    border: 1px solid gray;
    border-width: 0 1px 1px 1px;
}

#ocpmenu_shortcuts{
    width: 25%;
    vertical-align: top;
    border-right: 1px solid gray;
    background-color:silver;
}

#ocpmenu_shortcuts ul{
    list-style: none;
    margin: 0;
    padding: 0 0 .3em .5em;
    width:90%;
}

#ocpmenu_shortcuts ul li{
    font-weight: bold;
    font-family:sans-serif;
    font-variant: small-caps;
    font-size: 11pt;
    padding-left: .5em;
}

#ocpmenu_shortcuts ul li a{
    text-decoration:none;
    color: gray;
}

#ocpmenu_shortcuts ul ul li{
    font-style: italic;
    font-variant: normal;
    font-size: small;
}

#ocpmenu_shortcutsbox{
    background-color:#D6DDE5;
    padding-top:1em;
    height:150px;
    overflow:auto;
    border-bottom:1px solid gray;
}

#ocpmenu_maincontent{
    width: auto;
    vertical-align: top;
    text-align:center;
    padding: .5em;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

/**/

.ocpmenu_buttonbox{
    margin: 0 auto;
    text-align: center;
    margin-top: 8px;
}

 .ocpmenu_buttonbox a{
    display:block !important;
    padding-bottom: 7px !important;
    /*font-weight:bold !important;*/
    font-size:13px !important;
    color:#ffffff !important;
    height:14px !important;
    text-align:center !important;
}

.ocpmenu_leftside {
    background-image: url(images/button_i.png);
    height: 20px;
    width: 9px;
    float: left;
}

.ocpmenu_content {
    background-image: url(images/button_m.png);
    background-repeat:repeat-x;
    height: 20px;
    float: left;
    font-family: sans-serif;
    padding-top:3px;
    font-size: 10pt;
    color: black;
    width: 150px;
    overflow: hidden;
}

.ocpmenu_content a{
    color: #fff;
    font-size: 8pt;
}

.ocpmenu_content:hover {
    color:orange;
    text-decoration: none;
}

.ocpmenu_rightside {
    background-image: url(images/button_f.png);
    float: left;
    height: 20px;
    width: 9px;
}

#ocpmenu_bottombar{
    width:100%;
    height: 20px;
    background-color: #C3C3C3;
}

#ocpmenu_bottombar_leftcorner{
    float: left;
    width: 20px;
    height: 20px;
    /*background-image: url(images/ocpmenu_cornerbottomleft.png);*/
}

#ocpmenu_bottombar_rightcorner{
    float: right;
    width: 20px;
    height: 20px;
    /*background-image: url(images/ocpmenu_cornerbottomright.png);*/
}
