﻿a:active
{
	color: #2A5F00;
}

a:link
{
	color: #2A5F00;
}

a:visited
{
	color: #2A5F00;
}

a:hover
{
	color: #2A5F00;
}

div.Menu
{
	clear: left;
	float: left;
	margin-top: 10px;
}
div.Menu table
{
	margin-left: 0px;
	width: 140px;
}
div.Menu table tr td table
{
	margin-bottom: 4px;
	margin-left: 6px;
	margin-top: 0px;
}
div.Menu tr td
{
	background-image: url(../../Images/tabcorner.png);
	background-position: right top !important;
	background-repeat: no-repeat !important;
}
div.Menu td
{
	width: 135px;
}
.noteText
{
	font-size: 0.9em; 
	color: Gray; 
	line-height: 1em
}
.sideNoteText
{
	font-size: 0.9em; 
	color: Gray; 
	line-height: 1em;
	vertical-align: middle;
	color: Red;
}


a.Menu:active
{
	background-color: #f0f0f0;
	color: #2A5F00;
}

a.Menu:link
{
	background-color: #f0f0f0;
	color: #2A5F00;
}

a.Menu:visited
{
	background-color: #f0f0f0;
	color: #2A5F00;
}

a.Menu:hover
{
	background-color: #e0e0e0;
	color: #2A5F00;
}

a.MenuItem
{
	padding-left: 5px;
	color: #2A5F00 !important;
	width: 135px !important;
	width: 135px;
}

a.SelectedMenu
{
	padding-left: 5px;
}

body
{
	font: 12px/170% Verdana;
	color: #303030;
	background-color: #e0e0e0;
}
div
{
	padding: 0px;
}
div.AddGridTitle
{
	background-color: #062658;
	color: White;
	font-size: 14pt;
	width: 100%;
}
div.AddGridTitleLeft
{
	background-color: #062658;
	color: White;
	float: left;
	padding: 4px 0px 4px 12px;
	text-align: left;
	width: auto;
}
div.AddGridTitleRight
{
	background-color: #062658;
	color: White;
	float: right;
	padding: 4px 0px 4px 12px;
	text-align: left;
	width: 50%;
}
div.AddRole
{
	text-align: right;
	padding: 2px 0px 2px 0px;
	width: 100%;
}
div.CompleteButtonContainer
{
	background-color: White;
	min-height: 64px;	
	height: 64px;
	width: 100%;
}
div.ViewReportButtonContainer
{
	float: right;
}
div.ReportContainer
{
	border-style:solid;
	border-width:1px;
	border-color:Black;
	width:100%;
}
div.CompleteButtonContainer input
{
	background-color: White;
	float: right;
	right: 40px;
	position: relative;
	top: 12px;
}
div.VerifyButtonContainer
{
	background-color: White;
	min-height: 32px;
	height: 32px;
}
div.VerifyButtonContainer input
{
	background-color: White;
	top: 6px;
}
div.PersonSaveChangesButtonContainer
{
	background-color: White;
	min-height: 32px;
	height: 32px;
}
div.PersonSaveChangesButtonContainer input
{
	background-color: White;
	float: right;
	right: 20px;
	position: relative;
	top: 6px;
}
div.CenterAligned
{
	text-align: center;
}
div#ContentBody
{
	background-color: white;
}
div#ContentContainer
{
	padding-top: 10px;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 500px;
	width: 875px;
	margin: 0 auto;
}
div#Content
{
	background-color: white;
	display: block;
	margin-left: 170px;
	width: 700px;
}
div#ContentFooter
{
	clear: both;
	background-color: #FAFAFA;
	/*position: relative;*/
	text-align: center;
	margin-top: 24px;
	margin-bottom: 15px;
}
div#ContentFooterSeperator
{
	border-top: solid 1px #D8D8D8;
	padding-top: 10px;
}
div.PageDivider
{
	border-right: solid 2px inherit;
	border-bottom: solid 2px #303030;
	clear: both;
	color: #303030;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
	text-decoration: none;
	width: 250px;
}
div.FloatLeft
{
	float: left;
}
div.FloatRight
{
	float: right;
}
div.LeftAligned
{
	text-align: left;
}
div.RightAligned
{
	text-align: right;
}
div#HeaderLogo
{
	left: 1.7em;
	height: 110px;
	top: 2.5em;
}
div#HeaderText
{	
	float: left;
	font-size: x-large;
	padding-top: 20px;
	padding-bottom: 20px;
}
div#HeaderLogo a, div#HeaderLogo a:link, div#HeaderLogo a:visited
{
	color: #303030;
}
div#HeaderLogo a img
{
	padding-right: 12px;
}
div#HeaderLogo a span
{
	display: inline;
	position: relative;
	top: -40px;
	font-size: 200%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
div.NGBMembershipControl
{
	width: 100%;
	margin: 0% 3% 0% 3%;
	padding: 3px 0px 3px 0px;
}
div.NGBMembershipDetailsContainer
{
	width: 90%; 
	padding: 0px;
}
div#Page
{
	min-height: 280px;
	height: 280px;
	background: #ffc;		/*yellow for testing*/
	width: 810px;
}
div.Panel
{
	border: solid 2px #a39a4b;
	background-color: #fdfdfd;
	padding: 0px;
	text-align: center;
	border-style: none;
	width: 100%;
}
div.PanelLeft
{
	border-right: solid 1px #3399cc;
	float: left;
	text-align: right;
	width: 49%;
}
div.PanelRight
{
	float: right;
	text-align: right;
	width: 49%;
}
div.SectionTitle
{
	border-top: 1px solid black;/*#edebda;*/
	border-bottom: 1px solid black;/*#edebda;*/
	color: #303030;
	font-weight: bold;
	height: 23px;
	margin-top: 4px;
	margin-bottom: 12px;
	padding: 2px 0px 2px 0px;
	width: 100%;
}
div.TitlePanel
{
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #303030;
	padding: 4px;
	vertical-align: middle;
	min-height: 22px;
	height: 22px;
	width: 100%;
}
div.TitlePanelLeft
{
	float: left;
}
div.TitlePanelLeft img
{
	padding-right: 8px;
}
div.TitlePanelRight
{
	float: right;
	padding-top: 2px;
	padding-right: 8px;
}
div#Top
{
	background-color: #ecead9;
	background-image: url(./Images/bg-navigation.png);
	background-repeat: repeat-x;
	min-height: 1em;
	height: 1em;
}
input.TabMenuButton
{
	background-image: url("../../Images/TabCorner.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #F0F0F0;
	border: none;
	width: auto;
	padding-right: 5px;
}
input.TabMenuButton:hover
{
	background-color: #D8D8D8;
}
div.TabContents
{
	background-color: white;
	border: solid 1px #F0F0F0;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

h1
{
	color: #fdfdfd;
	font-size: 170%;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
}

h2,.header2
{
	background-color: transparent;
	clear: right;
	font-size: 160%;
	margin: 0px;
	line-height: 130%;
	text-align: left;
}

h3
{
	font-size: 140%;
}

h4
{
	font-size: 130%;
}

h5
{
	font-size: 120%;
}

h6
{
	font-size: 110%;
}

hr
{
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #303030;
}

input
{
	font: 12px/100% "Verdana";
	color: #303030;
}

select
{
	font: 12px/160% "Verdana";
	color: #303030;
}

div#UserName
{
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-top: 35px;
}
div#Navigation
{
	padding-left: 396px;
}

span.ControlTitle
{
	font-weight: bold;
	color: #303030;
}

span.PageTitle
{
	font-size: large;
}

span.EmptyData
{
	background-color: Transparent;
	font-weight: bold;
}

span.SearchBox
{
	float: right;
}

table
{
	margin: 0px;
	padding: 0px;
}

table tbody tr th
{
	text-align: left;
}

table.EntityDetails
{
	width: 100%;
}
table.NGBMembershipDetails
{
	width: 100%;
	text-align:left;
}

table.AccountInformation
{
	width: 80%;
	text-align: left;	
}
table.Heading
{
	clear: right;
	width: 100%;
}

td.AccountInformationTitle
{
	width: 30%;
}

td
{
	padding: 0px;
}
td.CenterAligned
{
	text-align: center;
}
td.MemberID
{
	padding-right: 144px;
	text-align: right;
}
td.RightAligned
{
	text-align: right;
}

td.LeftAlignNGBMembership
{
	width: 150px;
	text-align: left;
}

td.RightAlignNGBMembership
{
	width: 150px;
	text-align: right;
}

textarea
{
	font: 12px/160% "Verdana";
	color: #303030;
}

/***** Classes used by Themes *****/

.ajax__calendar_container
{
	z-index:9000;
}

.AutoComplete
{
	border-top: 0px solid #7F9DB9;
	border-left: 1px solid #7F9DB9;
	border-bottom: 1px solid #7F9DB9;
	border-right: 1px solid #7F9DB9;
	margin: 0px;
	list-style-type: none;
	text-align: left;
	background-color: #FFFFFF;
	z-index: 9000;
}

.AutoCompleteItem
{
	padding: 2px;
	background-color: white;
	color: #303030;
}

.AutoCompleteHilightedItem
{
	padding: 2px;
	background-color: #303030;
	color: white;
}

.CollapsiblePanel
{
	overflow: hidden;
	color: #303030;
}

.Error
{
	color: #FF0000;
}

.fieldLabel
{
	text-align: left;
}

.PopupPanel
{
    border-style: solid;
    border-width: 2px;
    border-color: #303030;
    background: white;
    padding: 2px;
    z-index: 5000;
}

.PopupControl
{
	background-color: #AAD4FF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
}

.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ModalPopup
{
	background-color: #FFE;	/* off-white (slightly yellow). White cannot be used as this
							   is 'transparent' and the popup is not rendered correctly */
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.Watermarked
{
	background-color: #F0F0F0;
	color: gray;
}

.logo16
{
	background-image: url(ActionPoint_Logo_General_Cropped_16xHeight.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	height: 16px;
	width: 85px;
}
.logo16:hover
{
	background-image: url(ActionPoint_Logo_General_Cropped_16xHeight_Bright.png);
}

