/* from ivy.css */
.display_mobile {
  display: none !important;
}

.ivyjournal {

	display:none;

}
#key_textadd{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	color: #4E4E4E;
	vertical-align: bottom;
line-height: 13px;

}

#ivyjournaladd {
	text-align: right;
	float: right;
}



.iconaccount {
	font-size: 15px;
	text-decoration: none;
	color: #3384AA; 
}

 

img.toc {
	width: 310px;
 border: 0px;
}

img.toc:hover,
img.toc:focus {
		width: auto;
max-width: 100%; 
height:auto;
}

body {

	min-width: 680px;
}

.content {
	color: #2F2F2F;
	font-family: Verdana, Geneva, sans-serif;
	/* prevent very long URL or Gene go out of container */
	overflow-wrap: break-word;
	word-wrap: break-word;
	    padding: 10px 10px 10px 15px;
		box-sizing: border-box;	   

}

.flex-container {
    display: grid;
  grid-template-columns: 1fr 205px;
  grid-column-gap: 10px;
  box-sizing: border-box;
}


#rightcolumn {
min-width: 0 !important;
}

#contentcolumn {
 min-width: 0 !important;
}

#contentleft {

overflow:auto;
}
#contentright {
	float: right;
	width: 210px; /*RightColumnWidth*/
	position: relative;
	padding-left: 5px;
}

/* End from ivy.css */

/* Begin site */

#main_body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
    max-width: 100vw;


}


#header {
    height: 140px;
    padding: 0;
	
}


/* Begin Menu */
/* Begin main_nav */

#main_nav_container {
    background: url(images/main_nav_bg.gif) repeat-x top;
}



/* End main_nav */
#main_nav_container {
    height: 28px;
}

#main_nav_list {
     background: url(images/main_nav_separator.gif) no-repeat top right;
   float: left;
    position: relative;
    height: 28px;
    margin: 0;
    padding: 0;
    padding-right: 3px;
    list-style-type: none;
}

#main_nav_list li {
    background: url(images/main_nav_separator.gif) no-repeat top left;
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 3px;
}

#main_nav_list a,#main_nav_list a.current {
	background: url(images/main_nav.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	color: #2C2C2C;
	float: left;
	margin: 0;
	text-align: center;
	display: block;
	padding: 7px 10px;
}
#main_nav_list a:hover {
	background: url(images/navblue.gif) repeat-x !important;
	text-decoration: none;
	color: #FFFFFF !important;
}


#main_nav_list a.current {
	border-bottom: solid 2px #2699A6;
	border-radius: 3px;

}



#container {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1290px; /* WM: MainWidth   */
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 15px;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #F7F7F7;
	
}
#main_container {
	background-color: #F9F9F9;
  box-sizing: border-box;
    display: grid;
  grid-template-columns: 154px auto;  /* 20fr 80fr MainWidth of #container  980px-154px =  826px */
  grid-template-rows: auto 50px;

}

#sub_container1 {
    background: url(images/sub_nav_top.gif) no-repeat top;
}

#sub_container2 {
	min-width: 0 !important; /* min cannot be auto. This is needed to prevent blow out of width, strange but work! */
	background-color: #FCFCFC;
}

#sub_container1 {
     padding-top: 30px;
    box-sizing: border-box;
	grid-row: 1 / span 2;
}

#sub_container2 {
	color: #141414;
	font-family: Verdana, Geneva, sans-serif;
	/* prevent very long URL or Gene go out of container */
	overflow-wrap: break-word;
	word-wrap: break-word;
	padding: 10px 10px 10px 15px;
	box-sizing: border-box;
}
#sub_container2 a:link {
	color: #315eb5;
}
#sub_container2 a:hover {
	color: #E29536;
}


/* Begin Search */

#search_block {
    width: 350px;
    border: 1px solid;
    padding: 7px 0 0 10px;
}

#search_block .caption {
	font-family: Tahoma, Geneva, sans-serif;
	width: 50px;
	float: left;
	padding-top: 3px;
	font-weight: bold;
}

#search_block input {
    width: 225px;
}

#search_block button {
    margin-left: 5px;
}

/* End Search */



/* Begin Pager */

#pager {
    width: 400px;
    height: 18px;
    border: 1px solid;
    padding: 3px 0 0 0;
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 11px;
}

#pager #current_page {
    margin: 0 80px 0 80px;
}

#pager a {
    text-decoration: none;
}

/* End Pager */

/* --------------------------------------------------- */
/* start style.css */




/* Begin SubMenu */

#sub_nav_container {
    padding: 0;
}

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    padding: 0;
}

.sub_nav_list a,.sub_nav_list a.current {
	overflow: hidden;
	text-align: left;
	padding: 5px 0 5px 20px;
	display: block;
	background: url(images/sub_nav.gif) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #2C2C2C;
}
.sub_nav_list a.current {
		border-right: solid 2px #24929D;
		border-radius: 3px;

}
 
.sub_nav_list a:hover {
	color: #127681;
	background-image: url(images/sub_nav_active.gif);
	background-repeat: no-repeat;
}

#footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
   color: #696969;
   text-align:center;
}
#footer_text a {
	color: #303030;
	text-decoration: none;
	white-space: nowrap;
}
#footer_text a:hover {
	text-decoration: underline;

}
    
/* --------------------------------------------------- */

/* start colorscheme.css */

#main_body {
    background: url(images/bg_main.gif) repeat top;
}

#page_all {
    background: url(images/bg_body.gif) repeat-x top;
}

#container {
    background: url(images/bg_top.gif) repeat-x top;
}







/* Begin Search */

#search_block {
	border-top-color: #D9E0EA;
	border-right-color: #D9E0EA;
	border-bottom-color: #D9E0EA;
	border-left-color: #D9E0EA;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}

#search_block .caption {
	color: #394B62;
}
#search_block div {
	background-image: url(../images/bg_divhead.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	border: 1px solid #FFF;
	margin: 0;
	padding: 0;
	background-position: bottom;
}
/* End Search */




/* Begin Pager */

#pager {
    border-color: #478cba;
    background: #566f92;
}

#pager #current_page {
    color: #cdd5df;
}

#pager a:hover {
    color: #cdd5df;
}

#pager a {
    color: #ffffff;
}

/* End Pager */

.sub_nav_add {
	background-image: url(/ms/images/bg_divhead.gif);
	background-repeat: repeat-x;
	background-position: 2px bottom;
	border-bottom-color: #b5cdd9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	display: block;
	width: 134px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #444444;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.sub_nav_space {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #444444;
	background-image: url(images/sub_nav_top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
}
