*, *:before, *:after {
	box-sizing: inherit;
}

html, body {
	background-color: #e7e7e7 !important;
}

#content span[class^="ion-"]:before {
	content: '';
}

body {
	margin: 0;
	padding: 0;
	color: #111;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	position: relative;
	min-width:700px;  /* was 600 - changed by ht 08/06/2009 */
	width:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

* html .minwidthH {
	padding-left:700px;
}

* html .holderH {
	margin-left:-700px;
	position:relative;
	text-align:center;
}

* html .minwidthH, * html .holderH, * html .layoutH {
	height: 1px;
}

* html .minwidthS {
	padding-left:120px;
}

* html .holderS {
	margin-left:-120px;
	position:relative;
	text-align:center;
}

/*\*/
* html .minwidthS, * html .holderS, * html .layoutS {
	height: 1px;
}
/**/

* html .minwidthM {
	padding-left:710px;
}

* html .holderM {
	margin-left:-710px;
	position:relative;
	text-align:center;
}

/*\*/
* html .minwidthM, * html .holderM, * html .layoutM {
	height: 1px;
}
/**/

html>body #sidebar {
	max-width: 150px;
	min-width: 150px; /* was 120px - changed by Brandon 04/09/2013 */
 	margin-top: 1.4em;
}

/***** end of add *****/

div {
	line-height: 140%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 14px;
}

form {
	margin: 0;
}

/** commented out by GE 31/05/2007
a {
	text-decoration: underline;
}
*/


a:link {
	font-family: 'Roboto', sans-serif !important;
	font-size: 14px !important;
	line-height: 20px;
	color: #375;
		text-decoration: underline;
}

a:active {
	color: #253;
		text-decoration: underline;
}

a:visited {
	color: #375;
		text-decoration: underline;
}

a:hover {
	color: #253;
	background: #CDC;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}

.main-color__bg.jmir {
	background-color: #247CB3;
}

#navigation .close-submenu {
	top: 5px !important;
}

/**
 * Main layout elements
 */

#container {
	line-height: 125%;
	text-align: center;
}

#header {
	padding: 0;
	margin: 0 auto;
	/* background-color: #ffffff; */
/* changed by ge, was:
background-color: #093852;
*/


	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 700px; /* was 600 - changed by ht 08/06/2009 */
	width: 100%;
	height: 150px;
}

#headerTitle {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.5em 0;
	font-family: Arial;
	font-weight: normal;
}

#body {
	background: #e7e7e7;
	margin-left: 80px;
}

#footer-container {
	width: 85.5%;
	margin: auto;
	padding: 10px 0 0;
}

#footer {
	clear: both;
	color: white;
	text-align: center;
}


#footerContent {
	width: 800px;
	margin: 0 auto;
}

#sidebar {
	font-size: .8em;
	color: #FBFBF3;
	position: absolute;
	top:225px; /* was 200 - corrected by ge 14/01/2008 */
	left: 0;
	width: 15%;/* was 20% - corrected by ge 17/01/2008 */
	max-width: 150px;
	min-width: 120px; /* added by ht 08/06/2009 */
	margin: 1% 1% 0 0;
}

#main {
	font-size: 100%;
	min-width: 710px; /* was 500 - changed by ht 08/06/2009 */
	width: 80%; /* was 60% - changed by Brandon 04/09/2013*/
	margin: auto;
	padding: 0px 35px 35px;
	background: #ffffff;
	border: 1px solid #d2d2d2;
	min-height: 768px;
}

#main h2 {
	margin: 1em 1em 0.5em 0em; /* PC May 07 / 2012 - increased top and bottom margins */
	font-family: Arial;
	font-weight: normal;
	padding-top: 0.5em;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Arial;
	font-weight: normal;
}

#topbar {
	height: 50px;
	//min-width: 1100px; /* added by Brandon on 04/09/2013 */
	margin-left: 1em; /* added by g.e. 14/1/2008 */
	margin-right: 1em; /* added by g.e. 14/1/2008 */
}


/* HR styles needed for IE/Win. */

HR.holder { width:600px; visibility: hidden; } /* Equal to 'top' */

HR.left, HR.right { width: 120px; visibility: hidden; }

HR.middle { width: 360px; visibility: hidden; }


/* These HR styles replace the above, and are need for Netscape 4.x.
Left and right margins are half the relevant




 width */

HR.holder { width:0; margin: 0 300px; } /* Equal to 'top' */

HR.left, HR.right { width: 0; margin: 0 60px; }

HR.middle { width: 0; margin: 0 180px; }


/* DIVs must have a border value set in Netscape 4.x */

DIV { border: none; }

#navbar {
	margin-right: 0;
	padding-left: 0em;
	background-color: #52839A;
	color: #093852;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;

}

#breadcrumb {
	padding-bottom: 12px;
	font-size: .8em; /* was 1em, changed by ge 17/01/08 */
	color: #093852 !important;
	background-color: transparent !important;


}
#userinfo {
	padding-bottom: 0em;
	padding-left: 2em;
	font-size: 1em;
	color: #093852;
	background-color: #52839A;
	width: 100%;
	margin-bottom: 0em;
}


#content {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
}

#content p {
	font-size: 14px !important;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Arial;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Arial;

	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * Navigation bar
 */

#navbar a {
	letter-spacing: 0.05em;
	color: #FBFBF3;
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover {
	color: #093852;
	background-color: #52839A;
}

#breadcrumb a {
	color: #247CB3;
	font-family: 'Roboto', sans-serif;
	font-size: 12px !important;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#breadcrumb .ion-arrow-right-c {
	width: 20px;
	height: 13px;
	position: relative;
	display: inline-block;
}

#breadcrumb .ion-arrow-right-c:before {
	color: #999;
	margin: 0 5px;
	font-size: 16px;
	position: absolute;
}

#breadcrumb a:link {
}

#breadcrumb a:active {
}

#breadcrumb a:visited {
}

#breadcrumb a:hover {
	color: #093852 !important;
	background-color: transparent !important;
}


/**
 * Sidebar
 */

#developedBy {
	text-transform: uppercase;
	font-size: 0.6em;
}

#sidebar div.block {
	font-size: .8em;
	/*margin-top: .5em;*/
	margin-left: 1em; /* added by g.e. 14/1/2008 */

	margin-top: 1em; /* added by g.e. 14/1/2008 */
	background: #52839A;
	font-weight: bold;
}

#sidebar div.block span.blockTitle {
	display: block;
	color: #FFFF66;
	padding: 0.5em 0 0.5em 0;
	font-size: .9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}

#sidebar a {
	font-size: .9em;
	letter-spacing: 0.05em;
	color: #FBFBF3;
}

#sidebar a:link {
}

#sidebar a:active {
}

#sidebar a:visited {
}

#sidebar a:hover {
	color: #093852;
	background-color: #52839A;
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	color: #207eb4;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 1em;
	/*Gunther didn't want article titles in all caps so I commented this out. Josh Sept 3/2015*/
	/*text-transform: uppercase;*/
}

a.icon {
	text-decoration: none;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
	width: 100%;
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

.lastsubdate{
     color: #ff0000;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

div.separator {
	/*width: 100%;*/
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}

.bigarthyplink:link {
	font-size: 12px;
	text-transform: uppercase;
}

.bigarthyplink:visited {
	font-size: 12px;
	text-transform: uppercase;
}

.bigarthyplink:hover {
	font-size: 12px;
	text-transform: uppercase;
}

.hidden {
	display: none;
}

label.error {
    display: block;
    font-weight: bold;
}

.thumbnails{margin-left:-20px;list-style:none;*zoom:1;}.thumbnails:before,.thumbnails:after{display:table;content:"";line-height:0;}
.thumbnails:after{clear:both;}
.row-fluid .thumbnails{margin-left:0;}
.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px;}
.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);box-shadow:0 1px 3px rgba(0, 0, 0, 0.055);-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
a.thumbnail:hover{border-color:#0088cc;-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);}
.thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto;}
.thumbnail .caption{padding:9px;color:#555555;}
.thumbnail { width: 200px; }

.text--help{
	font-style: italic;
    background: #f1f1f1;
    padding: 12px;
    border: 1px solid orange;
}
