﻿body
{
}

.RMP_LHSMainFilterArea
{
    padding: 5px;
    background-color: white;
    width: 200px;
}

.RMP_RHS
{
    padding: 5px;
    height: 600px;
}

#RMP_subContainer
{
    border: solid 1px gray;
    padding: 1px;
    margin-bottom: 2px;
}

.ImageButtonStyle
{
    padding-left: 2px;
    padding-top: 2px;
    width: 14px;
    height: 14px;
    cursor:pointer;
}

.ChartManagerDiv
{
    text-align: left;
    color: Gray;
}

.InResHelp_HelpSection
{
    border-bottom: solid silver 1px;
    padding: 5px;
    margin-bottom:40px;
    
}

.InResHelp_TOC
{
    margin: 15px;
    background: gainsboro;
    border: solid 1px gray;
    width: 200px;
    padding: 10px;
}

.HelpContent
{
    padding: 10px;
}
/*Form controls*/


/*tabbed menu*/

#tabmain {
	border: 1px solid silver;
	clear: both;
	width: 100%;
	background: white;
	padding-top: 2em;
}


#tabcontents {
	
	min-height: 300px;
}

#tabheader {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabheader ul#tabprimary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabheader ul#tabprimary li  {
	display: inline;
	list-style: none;
}

#tabheader ul#tabprimary a,#tabheader ul#tabprimary span,#tabheader ul#tabprimary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#tabheader ul#tabprimary span,#tabheader ul#tabprimary a.current,#tabheader ul#tabprimary a.current:hover {
	border: 1px solid silver;
	border-bottom: none;
	background: white;
	padding-bottom: 6px;
	margin-top: 0;
}

#tabheader ul#tabprimary a {
	background: #FFFAE1;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabheader ul#tabprimary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}

#tabheader ul#tabsecondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabheader ul#tabsecondary li a,#tabheader ul#tabsecondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#tabheader ul#tabsecondary li a {
	color: #06C;
	text-decoration: underline;
}

#tabheader ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#tabheader ul#tabsecondary li a:active {
	color: #000;
	background: transparent;
}

#tabheader ul#tabsecondary li:last-child a { border: none; }