/* Elements */
html
{
  margin: 0;
  padding: 0;
  height: 100%;
}
body
{
  margin: 0;
  padding: 0;
  height: 100%;
	font-size: 10pt;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

table
{
  margin: 0;
  padding: 0;
}

  table.spacedborder {
    border-spacing: 15px 5px;
  }

.paddedlr {
  padding-left: 20px;
  padding-right: 20px;
  /*border: thin solid #000000;*/
}

td
{
	/*	border: thin solid #000000; */
}
th
{
	/* background: #d5d8dc; */
	background: white;
	font-weight: bold;
    border-top:none;
	border-bottom-width: 2px;
	border-bottom-color: #efa438;
	border-bottom-style: solid;
	
}

  .cornbluehead {
    /* background: #d5d8dc; */
    background: white;
    font-weight: bold;
    border-top: none;
    border-bottom-width: 3px;
    border-bottom-color: #233e93;
    border-bottom-style: solid;
  }

  .cornbluepad {
    /* background: #d5d8dc; */
    background: white;
    font-weight: bold;
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-color: #233e93;
    border-bottom-style: solid;
    padding-right: 5px;
    padding-bottom: 2px;
  }


th.thalignright
{
	/* background: #d5d8dc; */
	background: white;
	font-weight: bold;
	text-align: right;
}
td.padright
{
	 padding-right:5px;
}
td.separator
{
	background: #dfdfdf;
}

p {
  margin-top: 0em;
  margin-bottom: 0.5em;
  text-align:left;
}

a
{
	color: #EDA437;
	font-weight: normal;
	text-decoration: none; 
}

a.blue
{
	color: #85a2bd;
	font-weight: normal;
	text-decoration: none; 
}

a, img {
  border-style: none;
  outline: none;
}


.centered_on_screen_box {
    width:300px;
    height:300px;
    background-color:#d9d9d9;
    position:fixed;
    margin-left:-150px; /* half of width */
    margin-top:-150px;  /* half of height */
    top:50%;
    left:50%;
}


/* Classes*/
.disclaimertable
{
	padding: 20px;
	width: 990px;
	height: 680px;
	background-color: white;
	position: fixed;
	margin-left: -470px; /* half of width */
	margin-top: -340px; /* half of height */
	top: 50%;
	left: 50%;
}
.agreetable
{
	padding: 0px;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	width: 76px;
	height: 142px;
	position: fixed;
	margin-left: 520px;
	margin-top: 160px;
	top: 50%;
	left: 50%;
}
.centered
{
	 text-align:center
}

.centeredbigger
{
	 text-align:center;
	 font-size: 12pt;  
}
.centered14pt
{
	 text-align:center;
	 font-size: 14pt;  
}
.normal
{
	font-size: 10pt;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

.bold
{
	font-weight: bold;
}

.buttonNormal {
  font-weight: bold;
  color: #767676;
  background-color: #D4D4D4;
}

.buttonHighlight {
  font-weight: bold;
  color: White;
  background-color: #233e93;
}

.colorCornBlue {
  color: #233e93;
}

hr.CornBlueHr {
  border: 1px solid #233e93;
}

.CornBlueLabel {
  font-weight: bold;
  color: #233e93;
}



.logout {
  margin: 0;
  padding: 0px;
  border: none;
  border-spacing: 0px;
  outline: none;
  vertical-align: top;
  text-align: right;
}
.changepwd
{
	vertical-align: bottom;
	text-align: left;
}
.biggerlogout
{
	font-size: 12pt;
	color: #bc0000;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.bigheader
{
	font-size: 20pt;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	color: #85a2bd;
	font-weight: bold;
}
.bigheaderorange
{
	font-size: 20pt;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	color: #efa438;
	font-weight: bold;
}

.header
{
	font-size: 12pt;
	font-weight: bold;
}
.tablehead {
  background: #d5d8dc; /* font-weight: bold; */
  font-size: 8pt;
  border-top: none;
  border-bottom-width: 2px;
  border-bottom-color: #efa438;
  border-bottom-style: solid;
}
.tableheadbold
{
	/* background: #d5d8dc; */
	font-weight: bold;
	font-size: 8pt;
}

.oddrow {
  background: #f1f2f4;
  font-weight: normal;
  font-size: 8pt;
  border: none;
  border-bottom-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
}
.evenrow {
  /* background: #f1f2f4; */
  background: white;
  font-weight: normal;
  font-size: 8pt;
  border: none;
  border-bottom-width: 1px;
  border-bottom-color: #dfdfdf;
  border-bottom-style: solid;
}

.formattedtable
{
border-color:#FFFFFF;
border-width:0px;
border-style:none;
/* border-collapse:collapse	*/
}

.selectedtext
{
	color: #efa438;
}
.normaltext
{
	color: black;
}
.whitetext
{
	color: white;
}
.tabstyleTD
{
	background: white;
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	text-align: center;
	vertical-align: top;
}

.tabstyle
{
	background: white;
	color: black;
	font-weight: bold;
	text-decoration: none; 
	text-align: center;
	vertical-align: top;
}

.tabselectedstyle
{
	background: white;
	font-weight: bold;
	text-decoration: none; 
	text-align: center;
	vertical-align: top;
}

.tabselectedstyleTD
{
	background: white;
	font-weight: bold;
	text-decoration: none; 
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right:0px;
	padding-top:5px;
	text-align: center;
	vertical-align: top;
}


.greybcg
{
	background: #dfdfdf;
}

.ochrebcg
{
	/*background: #eee5dc;*/
	background: #ffe3b9;
}

.orangebcg
{
	background: #efa438;
}

.whitebcg
{
	background: white;
}

.redbold
{
	font-size: 10pt;
	color: #bc0000;
	font-weight: bold;
}

.biggerfont
{
	font-size: 12pt;
}

h3 {
  font-size: 12pt;
  color: black;
  font-weight: bold;
}

.h3 {
  font-size: 12pt;
  color: black;
  font-weight: bold;
}

.biggerfontbold
{
	font-size: 14pt;
	font-weight: bold;
}

.biggerfontboldorange
{
	color: #efa438;
	font-size: 13pt;
	font-weight: bold;
}

.biggerfontboldblue {
  color: #233e93;
  font-size: 13pt;
  font-weight: bold;
}



.error {
  color: #bc0000;
  font-weight: bold
}

.orange
{
		color: #efa438;
}

.orangebold
{
		color: #efa438;
        font-weight:bold
}


.green
{
	font-size: 10pt;
	color: #406100;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

.biggergreen
{
	font-size: 12pt;
	color: #406100;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.disclaimer
{

	font-size: 8pt;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

.tablefont
{
	font-weight: normal;
	font-size: 8pt;
}

.tablefontbold
{
	font-weight: bold;
	font-size: 8pt;
}

.vertical-align_middle
{
    vertical-align: middle;
}

.search_box
{
    vertical-align: middle;
    padding-left:10px;
}

.left-right-padding
{
	padding-left: 12px;
	padding-right: 0px;
}	


.menuitem
{
	background: #494847;
	padding-left: 0px;
	font-weight: bold;
	font-size: 9pt;
}

.worldfundsmenubcg
{
	background: #494847;
	padding-left: 0px;
	font-weight: bold;
	font-size: 9pt;
}

.flexmaxmenubcg
{
	/*background: #63615f;*/
	background: #494847; 
	padding-left: 0px;
	font-weight: bold;
	font-size: 9pt;
}
 
.selectedmenubcg
{
	/*	background: #777573;  */
	padding-left: 0px;
	font-weight: bold;
	font-size: 9pt;
	background-image: url('../Graphics/menu_selected_bcg.gif');
}

.selectedmenubcg_amalgamate
{
	/*	background: #777573;  */
	padding-left: 0px;
	font-weight: bold;
	font-size: 9pt;
	background-image: url('../Graphics/menu_selected_bcg_amalgamate.gif');
}
.menubcg
{
	background: #323232;
	padding-left: 0px;
}

/* Styles for JQuery progress bar */
        .modal
        {
            position: fixed;
            top: 0;
            left: 0;
            background-color: black;
            z-index: 99;
            opacity: 0.8;
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
            min-height: 100%;
            width: 100%;
        }
        .loading
        {
            font-family: Arial;
            font-size: 10pt;
            border: 5px solid #67CFF5;
            width: 200px;
            height: 100px;
            display: none;
            position: fixed;
            background-color: White;
            z-index: 999;
        }
 

/* Element IDs */

