/* CSS SPECIFIC TO iMHS INTERFACE */


/* baseline configuration */

body {
 	font-size: 130%;
	background: #444444;
}

#backbar {	background: #111144; color: #ffffff; }
#backbar a:link, #backbar a:visited {color: #ffffff}

#cms_masthead {
	background: #e7e7e7 url(../images/jbanner.jpg) no-repeat;
	margin: 0em 1em 0em 1em;
	padding: 90px 1em 0 1em;
	height: 20px;
	text-align: right;
}

#cms_masthead h1 {
	
}


#mastercontainer, #content {
	margin: 0em 1em 1em 1em;
	padding: 0 1em 1em 1em;
	background: #f2f2f2;
	
}


/* layout / positioning */

#cms_masthead .top_nav {display: inline; margin-top: 2px; list-style-type: none;}
#cms_masthead .top_nav li {display: inline; margin: 2px; padding: 0;}
#cms_masthead .top_nav li a:link,
#cms_masthead .top_nav li a:visited,
#cms_masthead .top_nav li a:active,
#cms_masthead .top_nav li a:hover
{padding: 2px 8px 2px 8px; background: #eeeeff;}

#cms_masthead .top_nav li a:hover {background: black; color: white;}



a {cursor: pointer;}


p {
	margin: 1em;	
}

table tr {background: #ffffff}
table tr:hover {background: #dddde0;}	

/* IMHS GENERAL INTERFACE */

.message {margin: 14px; background: #e5cccc; border: 1px solid #aa7777;
		padding: .3em; font-size: 14px;}
.message ul {margin: 7px 7px 7px 21px;}
.message li {margin-bottom: 11px;}
.message .error {font-weight: bold; font-size: 16px;}
		
		
/*	GENERAL : FORMS */
input, textarea, select, option,
input[type='text'], input[type='password'] {background: white;}

input[readonly], input[readonly]:focus {background: #dddddd; color: #444444; border: 1px solid #666666 !important;}

input[type='submit']:hover {border: 1px solid #0000ff;}




/* CMS STYLE */

#content h1 {background: white; color: #0f660f; margin-left: -2em; padding-left: 2em; width: 70%;}

#content h1 small {font-size: 80%; font-weight: normal; font-style: italic;}

#content .section {margin-left: .5em; margin-top: .5em; padding: .25em}

#content .section .section {border: 1px solid #555555; background: #f0f0f0;}

#content .section h2 {margin: 0;}

/* entry list on home page */
.entries .field_names {font-weight: bold}
.entries .title .title_link {
	font-size: 120%; font-weight: bold;
}


.entries {border-collapse: separate}
.entries .pubrow {border-left: 8px solid #33ff33}
.entries .workrow {border-left: solid 8px #ff3333}

.entries navLink {color: black;}


iframe.framedProcess {
	width: 100%;
	height: 97%;
}