body {
	text-align: center;
    background-color: #75c6ff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:13px;
	position:relative;
	margin-top:0;
	padding:0;
}
#full_page_container {
	width:1150px;
	margin:auto;
	position:relative;
}
#main_content {
	position:relative;
	width:100%;
	margin:auto;
	margin-top:1px;
	padding-top:5px;
	background-color:white;
}
#left_column {
	display:inline-block;
	position:relative;
	left:1px;
	width:79%
}
#right_column, #right_column_holder {
	position:relative; 
	display:inline-block;
	float:right;
	background-color:white;
	width:20%;	
	border:1px solid white; /* without this it overlap left column */
}
#ad_frame {
	margin:0;
	overflow:hidden;
	border:0;
}
#top_opaque_bar {
	position:fixed;
	z-index:10;
	background-color:lightgray;
	background: linear-gradient(dimgray, lightgray); /* Standard syntax (must be last) */
	opacity:0.4;
	width:100%;
	height:5px;
	margin:0;
	top:0;
	left:0;
}
#top_page {
	margin:auto;
	margin-top:0;
	background-color:white;
	top:0;
	border-top: 2px solid rgb(122, 158, 30);
}
#logos {
	position:relative;
	width:100%;
	white-space: nowrap;
    border-bottom: 2px solid #5873ff;
}

a:visited, a:link {
    color: #2d2bcd;
}
a:hover, a:active {
    color: #5873ff;
}


#menu {
	width:100%;
	font-size: 125%;
/*    letter-spacing: 1px; */
}
#page_body {
	background-color:white;
	width:100%;
    border-top: 1px solid #5873ff; /* ??? TODO check*/
}
/*
.font_dark_green {
    color: #2d2bcd;
}
*/
/*******  navigation bar *******/

nav {
	position:relative;
	margin: 0;
	padding: 0;
	z-index: 1000;
	text-align:left;
	height:46px; /* changed from 100% */
}

nav ul {	
	width: 100%;
	margin: 0;
	padding: 0;
    color: #2d2bcd;
	list-style: none;
	position: relative;
	display: inline-table;
}

nav ul li {
	display:inline; 
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
} 

nav ul li a {
	text-decoration: none; 
	font-weight : bold; 
	white-space:nowrap;
/*	padding: 3px 16px 10px 17px; */
	border-right: 1px solid #D9ECC6;
	display:block;
	height:46px;
	padding-top: 2px;
}
nav ul li a:hover {
    background-color: #3733ff;
    color: #e8f5ff;
}

nav ul li:hover > ul {
    display: block;
}

nav ul li a.current {
    background-color: #3733ff;
    color: #e8f5ff;
/*    border-right: 1px solid #3733ff; */
	display:block;
}

nav ul ul {
    display: none;
    background: #bbc0ff;
	padding: 0;
	position: absolute; 
/*	top: 100%; */
}	
nav ul ul li {
	float: none; 
	position: relative;
}
nav ul li ul li {
	text-align: left; 
}
nav ul li ul {
	width: initial; 
}
nav ul ul li a {
    border-top: 1px solid #ffffff;
	padding: 10px 20px;
	color: #fff;
	height:14px;
}	
nav ul ul li a:hover {
    background: #3733ff;
}
	
nav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}
/****** end navigation bar *****/
/*
a:link {color: #3B7600; text-decoration: none;}
a:visited {color: #3B7600; text-decoration: none;}
a:hover {color: #64C207; text-decoration: none;}
a:active {color: #64C207; text-decoration: none;}
*/
nav a {
	text-decoration: none;
}

#tab_container {
	display: inline-block;
}

nav .icon_expand_menu {
	display:inline-block !important;
	width: 12px;
    height: 12px;
}

.emptyrecord {
	color:red;
	font-weight: bold;
}

#error_msg_div {
	color:red;
	font-size:150%;
    margin-bottom: 30px;
	margin-top: 30px;
}

.button_tab {
    margin-bottom: -1px;
    height: 26px;
    display: inline-block;
    float: right;
	margin-left:3px;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

form.bmcbasicform fieldset legend {
    font-size: 120%;
	font-weight: bold;
}


.explanation {
	text-align: left;
	background-color: #ffffa6 !important;
	border-radius: 6px;
}
	
/* tooltip replacement for touching / mobile devices  */
label[title] span {
	border-bottom: 1px dotted;
	position: relative;
}
.ui-tooltip {
	text-align:left;
	background: yellow !important;
}


.user_cell {
    background-color: rgb(208, 226, 176) !important;
}

#ad_blocker_alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 30px;
    padding: 20px 10px;
    border-radius: 15px;
    background: #1e268b;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    z-index: 2000;
}


@media	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 15/10),
	only screen and (min-resolution: 150dpi)    
	{
		body {
			width:1050px;
		}
		#logo_text h2 {
			margin-top:2%;
		}
		#menu {
			font-size: 135%;
		}
		
	}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

