/* Copyright (C) Rocket Software, Inc. 1993-2013. All Rights Reserved. */
body
{
margin-left: 		1px;
margin-right: 		0px;
margin-top: 		1px;
font-size: 			10px;
}

#menu {
    font-size: 12px;
    font-family: Arial;
}

ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.menu * {
    margin: 0px;
    padding: 0px;
}

ul.menu a {
    display: block;
    color: #000000;
    text-decoration: none
}

ul.menu li {
    position: relative;
    float: left;
    margin-right: 2px
}

ul.menu ul {
    position: absolute;
    left: 0;
    display: none;
    list-style: none;
}

ul.menu ul li {
    position: relative;
    border-top: none;
    width: 148px;
    margin: 0;
}

ul.menu ul li a {
    display: block;
    padding: 3px 7px 5px;
    background-color:	rgb(131,153,177);
}

ul.menu ul li a:hover {
    background-color: rgb(74,101,123);
}

ul.menu ul ul {
    left: 148px;
    top: -1px;
}

ul.menu .menulink {
    border: 1px solid rgb(220, 220, 220);
    background-color: rgb(220, 220, 220);
}
ul .menulink:hover {
    background-color: rgb(200, 200, 200);
}

ul.menu .sub {
    background: rgb(131,153,177) url(v_arrow.gif) 136px 8px no-repeat;
    background-position: center right;
}

ul.menu .separator {
    border-top: 1px solid #aaa;
    font-size:0pt;
    line-height:0px;
}

.ListboxBorder
{
border-left: 		#000000 1px solid;
border-bottom: 		#000000 1px solid;
}

.ListboxBorderHeader
{
border-left: 		#000000 1px solid;
border-top: 		#000000 1px solid;
border-right: 		#000000 1px solid;
}

.ListboxBorderHeaderVertScroll
{
border-top: 		#000000 1px solid;
border-right: 		#000000 1px solid;
}

.ListboxBorderBody
{
border-left: 		#000000 1px solid;
border-bottom: 		#000000 1px solid;
border-right: 		#000000 1px solid;
}

.ListboxBorderBodyRight
{
border-right: 		#000000 1px solid;
}

.GroupboxBorder
{
border-right: 		#000000 1px solid;
border-top: 		#000000 1px solid;
border-left: 		#000000 1px solid;
border-bottom: 		#000000 1px solid;
}

.FrameBorder
{
border-right: 		1px solid;
border-top: 		1px solid;
border-left: 		1px solid;
border-bottom: 		1px solid;
}

.ButtonNoBorder
{
border-style: 		none none none none;
}

.ButtonNormal
{
border-style: 		outset;
}

.NotebookBorder
{
border-bottom: 		1px solid rgb(255,255,255);
border-left:		1px solid rgb(255,255,255);
border-right: 		1px solid rgb(255,255,255);
border-top:			1px solid rgb(255,255,255);
}

.NotebookTabBorder
{
border-bottom: 		1px solid rgb(128,128,128);
border-left:		1px solid rgb(128,128,128);
border-right: 		1px solid rgb(128,128,128);
border-top:			1px solid rgb(128,128,128);
}

.HoverHelp
{
background-color: 	rgb(255,255,225);
border-left: 		#000000 1px solid;
border-top: 		#000000 1px solid;
border-right: 		#000000 1px solid;
border-bottom: 		#000000 1px solid;
}

.HoverHelpText
{
font-size:			11px;
font-family: 		Arial, Helvetica, sans-serif;
text-decoration: 	none;
margin:				2px;
}

.block_opacity
{
opacity: 			0.5;
}
