﻿/* Menu */
.menu_wrapper { background: url('../Images/menu_background.png') no-repeat right; padding: 0px; }
.menu_wrapper div.left { background: url('../Images/menu_background.png') no-repeat left; float: left; height: 44px; margin: 0px; padding: 0px; width: 16px;  }
.menu_wrapper div.body { background-color: #356AA0; border-top: 2px solid #356AA0; border-bottom: 2px solid #204061; height: 40px; margin: 0px 16px 0px 16px; padding: 0px; }

.menu_wrapper .body img { display: none; }

/*
.menu { font-size: 16px; font-weight: bold; height: 40px; margin: -1px 0px; padding: 0px 6px 0px 6px; }
.menu_hover { background-color: #5D9DDF; }
*/
.static { cursor: hand !important; font-size: 16px; font-weight: bold; height: 40px; margin: 0px; padding: 0px; }
.dynamic { margin: 0px; z-index: 1000; }
.dynamic-item { border: solid 1px white; font-size: 10pt; font-weight: bold; line-height: 16pt; min-width: 200px; }
.dynamic-item a { display: block; padding: 2px 5px 2px 5px; }
#ul-menu { list-style-type: none; font-size: 8pt; margin: 5px 0px; }
#ul-menu li { display: inline; padding: 0px; vertical-align: text-bottom; }
#ul-menu li a { text-decoration: none; }
#ul-menu li.inline { background-color: Gray; display: inline; padding: 0px; }
#ul-menu .lb { background-color: White; color: #808080; font-size: 8pt; padding: 0px 8px 0px 8px; text-decoration: none; }

/* Right Panel */
#right_panel { width: 290px; }
/*#right_panel div.menu_right { background-image: url('../Images/title.png'); color: White; font-size: 12pt; font-weight: bold; line-height: 16pt; margin: 2px; padding: 3px 5px 3px 5px; width: 272px; }*/
#right_panel div.top { background-repeat: no-repeat; height: 35px; margin: 0px; padding: 0px; width: inherit; }
#right_panel div.body { background-image: url('../Images/right_frame_body_fill.png'); background-repeat: repeat-y; margin: 0px; padding: 2px; }
#right_panel div.bottom { background-image: url('../Images/right_frame_bottom_fill.png'); background-repeat: no-repeat; height: 8px; margin: 0px; padding: 0px; width: inherit; }
#right_panel .menu_right { color: White; display: block; font-size: 12pt; font-weight: bold; line-height: 16pt; margin: 0px; padding: 8px; }
#right_panel p { font-size: 9pt; line-height: 12pt; margin: 0px; }
#right_panel #message_board { font: menu; }
#right_panel a { color: #008A8A; font-size: 9pt; font-weight: bold; line-height: 12pt; margin: 0px; text-decoration: none; vertical-align: text-bottom }
#right_panel a.KB { color: #454545; display: block; font-size: 9pt; font-weight: bold; line-height: 24px; text-decoration: none; text-indent: 10px; }
#right_panel ul { margin: 5px 2px; }
#right_panel li { color: #454545; font-size: 9pt; margin-left: -25px; }

/* Footer */
#footer { color: #290066; font-size: 8pt; font-weight: bold; line-height: 10pt; margin-top: 10px; }

/* Other */
body { font-family: Tahoma, Arial, Helvetica, sans-serif; margin-top: 0px; margin-left: auto; margin-right: auto; overflow: auto; text-align: center; width: 900px; }
.main { text-align: left; }
img { border-style: none; vertical-align: text-bottom; }