 
	  /*****************/
	 /*Page Properties*/
	/*****************/

		body								{
			 
			font-size:13px;
			padding:4px 0px;
			color:#000000;
			margin:0px;
			background:#FFFFFF;
            font-family:Arial,Helvetica,Geneva,sans-serif;
            min-height: 200px;
			overflow: hidden;
		}
         /****************
 a {
color:#032542;
}

a:visited {
color:#0000CC;
}

a:hover {
color:#111d3b;
}
        ****************************/
    	.radio-inline-label {
			display: inline-block;
			max-width: calc(100% - 30px);
			vertical-align: top;
			padding-top: 5px;
		}
	  /************************/
	 /*Page Layout Properties*/
	/************************/


		table.layout						{
		
			width:100%;
			border-collapse:collapse;
			margin:auto;
		
		}
		
		td.layout_ColumnLeft				{
		
			width:75%;
			padding:0px;
		}
		
		.layout_ContentWrapper				{
		
			padding:10px;
			background-color:#EAEAEA;	
		
		}
		
		.layout_Content						{
			
			padding:10px;
			background:#FFFFFF;
			border-radius:4px;
            font-size:12px;
		
		}
		
		td.layout_ColumnRight				{
		
			width:25%;
			padding:10px;
		
		}
		
		.layout_HelpContent					{
		
			margin:8px;
			padding:4px 0px 4px 0px;
			border-top:2px solid #D6E8F2;
			border-bottom:2px solid #D6E8F2;
			
		}
		
		.layout_HelpHeader					{
			
			font-weight:bold;
			color:#666666;
			font-size:13px;
			margin-bottom:4px;
			
		}

	  /***********************/
	 /*Navigation Properties*/
	/***********************/
	
		.navDisplay							{
		
			height:28px;
			background-color:#A2B0C4;	/*Brandable 'Button Off' background color*/
			padding:0px 5px 0px 10px;
		}
		
		.navDisplay > ul					{
		
			margin:0px;
			padding:0px;
		
		}
		
		.navDisplay > ul > li				{
		
			margin:0px;
			padding:0px;
			display:inline;
			list-style:none;
			float:left;
		
		}
		
		.navDisplay > ul > li > a			{
		
			font-size:12px;
			text-decoration:none;
			padding:7px 15px 0px;
			height:21px;
			float:left;
			color:#FFFFFF; /*Brandable 'Button Off' text color*/
         
		
		}
		
        .navDisplay > ul > li > a.selected,
		.navDisplay > ul > li > a:hover		{
		
			color:#929FB8; /*Brandable 'Button On' text color*/
			background-color:#FFFFFF; /*Brandable 'Button On' background color*/
		
		}
		
		.subNav								{
		
			padding:10px;
			display:none;
			
		}
		
		.subNavSpacer						{
		
			padding:0px 5px 0px 5px;
		
		}
		
		a.subNavItem						{
		
			text-decoration:none;
			color:#0000CC;
		
		}
		
		.subNavSelect						{
			
			color:#000000;
			font-weight:bold;
			
		}
        
        .float-right-nav {
        	float: right !important;
        }

	  /********************/
	 /*Section Properties*/
	/********************/	

		.section							{
		
			margin:4px;
			border-bottom:1px dotted #000000;
		
		}
		
		.sectionHeader						{
		
			color:#42597B;
			font-size:16px;
			font-weight:bold;
		}
		
		.sectionLink						{
		
			text-decoration:none;
			color:#0000CC;
			font-size:14px;
		}
	
	  /*********/
	 /*Buttons*/	
	/*********/

		a.button, a.button:hover			{
	
			padding:1px 16px 2px 11px;
			font-size:13px;
			font-weight:bold;
			text-decoration:none;
			color:#666666;			  	/* brandable 'Grayed Button Off' text color */
			background-color:#FFFFFF; 	/*brandable 'Grayed Button Off' background color */
			border:1px solid #000000; 
            cursor:hand;
            cursor:pointer;
	
		}
	
		a.button:hover						{
	
			background-color:#FFFFFF;	/* brandable 'Grayed Button On' text color */
            color:#162636;			/*brandable 'Grayed Button On' background color */
	
		}
		
		a.suggestedButton					{
			
			padding:1px 16px 2px 11px;
			font-size:13px;
			font-weight:bold;
			text-decoration:none;
			color:#FFFFFF;		 		/*brandable suggested button text color */
			background-color:#A2B0C4;		/*brandable Suggested button background color */
			border:1px solid #000000;  
			cursor:hand;
            cursor:pointer;
		}
		
		
	
	 /************/	
	/*Components*/
   /************/
   	
		.customSelect						{
			
			border:1px inset #CCCCCC;
			width:310px;
			height:16px;
			padding-left:4px;
			
		}
		
		.customDropdownWrapper				{
		
			position:absolute;
			margin-top:-1px;
			display:none;
			max-height:200px;
			overflow:auto;
			border: 1px inset #CCCCCC;
			z-index:1;
		
		}
		
		ul.customDropdown, 
		ul.contactsDropdown					{
			
			background: #FFFFFF;
			width: 314px;
			padding: 0px;
			margin: 0px;
			
		}
		
		ul.customDropdown > li,
		ul.contactsDropdown > li			{
			
			list-style:none;
			padding:2px;
		
		}
		
		ul.customDropdown > li:hover		{
			
			background:#0979ba;
			color:#FFFFFF;
			font-weight:bold;	
		
		}
		
		.selectedItem						{
			
			background:#94D5FA;
			color:#000000;
		
		}
		
		ul.contactsDropdown	> li:hover,				
		.addContactItem						{
		
			background: #E9E9E9;
			
		}
		
		.addContactItem						{
		
			text-align:center;
			font-weight:bold;
			border-top:1px solid #000000;
		
		}
		
		.popmoneyLink
        {
        	color:#0000CC;
            text-decoration:none;
        }
        
        
		
 		a > img {
        	border:0px;
        }
        
       
