
/* *************************************************************

NAME: inmage.css
DATE: June 2006
DESCRIPTION:

general styles for InMage website

************************************************************* */

/* ~~~~~~ Basic Styles ~~~~~~ */

body {
	background: #FFFFFF;
	}

body, div, h1, h2, h3, td, ul, li {
	margin: 0px;
	padding: 0px;
	font: 11px/16px Arial,Verdana,Helvetica,sans-serif;
	color: #000000;
}

a {
	color: #b80213;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}


hr {
	border: 0;
	height:1px;
	background: #DBD9EA;
	color: #DBD9EA;
}

li {
	margin-top:10px;
	margin-left:20px;
	list-style : url(images/img_bullet1.gif);
}

li ul {
	margin-top:10px;
}

li li {
	margin-top:5px;
	margin-left:20px;
	list-style : url(images/img_bullet2.gif);
}

div#nostyle li {
	color: #000000;
	padding-bottom:0px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	list-style : none;
}

div#tight li {
	color: #000000;
	padding-bottom:5px;
	margin-left:25px;
	list-style : url(images/img_bullet1.gif);
}

div#tight li a {
	font-weight: bold;
}


img {
	border:0
	}
	
/* ~~~~~~~~~ NAVIGATION BUTTON STYLES ~~~~~~~~~ */

#nav {	
	height:28px;
	}

		
#nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#nav a {
	float: left;
	text-decoration: none;
	height: 28px;
	color:#3B4D6D;
	text-align:center;
	display:block;
	padding-top:8px;
	height:20px;
}

#nav a:hover {
	background-position: 0 -28px;
}

#nav a.selected {
	background-position: 0 28px;
}

#subnav_line {
	background: #ffffff url(images/nav_line_separator_hor.gif) center left no-repeat;
}

#subnav1 {
	font: 11px/11px Arial,Verdana,Helvetica,sans-serif;
	color: #999999;
	background: #ffffff url(images/nav_arrow1.gif) top left no-repeat;
	padding-left: 10px;
}
#subnav1 a {
	color:#666666; 
	text-decoration: none;
}
#subnav1 a:hover {
	color:#cc9900; 
	text-decoration: none;
}

#subnav1_ac {
	font: 11px/11px Arial,Verdana,Helvetica,sans-serif;
	color: #b80213;
	background: #ffffff url(images/nav_arrow_sel.gif) top left no-repeat;
	padding-left: 10px;
}
#subnav1_ac a {
	color:#b80213; 
	text-decoration: none;
}
#subnav1_ac a:hover {
	color:#cc9900; 
	text-decoration: none;
}

#subnav1_nolink {
	font: 11px/18px Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	color: #666666;
	background: #cccccc;
	padding: 3px 3px 3px 8px;
}

#subnav2 {
	font: 11px/11px Arial,Verdana,Helvetica,sans-serif;
	color: #999999;
	background: #ffffff url(images/nav_arrow2.gif) top left no-repeat;
	margin: 10px;
	padding-left: 10px;
}
#subnav2 a {
	color:#666666; 
	text-decoration: none;
}
#subnav2 a:hover {
	color:#cc9900; 
	text-decoration: none;
}

#subnav2_ac {
	font: 11px/11px Arial,Verdana,Helvetica,sans-serif;
	color: #b80213;
	background: #ffffff url(images/nav_arrow_sel.gif) top left no-repeat;
	margin: 10px;
	padding-left: 10px;
}
#subnav2_ac a {
	color:#b80213; 
	text-decoration: none;
}
#subnav2_ac a:hover {
	color:#cc9900; 
	text-decoration: none;
}


#login a:hover {
	color:#3B4D6D
}


/* ~~~~~~ ID Container Styles ~~~~~~ */

#alignright {
  display:block;
  width:200px;
  height:350px;
  position:relative;
  padding: 10px;
  margin: 10px;
  float:right;
  text-align:center;
  }

#breadcrumb {
	font: 14px/18px Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#copyright {
	font: 11px/18px Arial,Verdana,Helvetica,sans-serif;
	color: #FFFFFF;
	float:right;
}

#footer {
	width: 720px;
	float:left;
	background:#626A99;
	padding: 3px 20px;
	margin-top:10px;
}

#footer_popup {
	width: 640px;
	float:left;
	background:#626A99;
	padding: 3px 20px;
	margin-top:10px;
}

#footerlinks {
	font: 11px/18px Arial,Verdana,Helvetica,sans-serif;
	color: #FFFFFF;
	float:left;
	width:450px;
}

#footerlinks a {
	font: 11px/18px Arial,Verdana,Helvetica,sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#footerlinks a:hover {
	color: #003366;
}

#globalsearchbox {
	position: absolute;
	left:520px;
	top:25px;
	font: 11px/18px Arial,Verdana,Helvetica,sans-serif;
	padding-right:0px;
	padding-top:0px;
	float:right;
	color:#999999
	}
	
#hdr_text {
	text-align: bottom;
	padding-top:2px;
	}

#header {
	float:left;
	width:760px;
	height:56px;
	background: #DFE5FB url(images/header_bg.jpg) top no-repeat;
	}

#header_popup {
	float:left;
	width:640px;
	height:56px;
	margin: 12px 8px;
	background: #DFE5FB url(images/header_popup_bg.jpg) no-repeat;
	}

div#hm-callout {
	background: url(images/hm_callout_bg.gif) repeat;
	float:left;
	}
	
div#hm-calloutbottom {
	clear: left;
	background: url(images/hm_callout_bottom.gif) top left no-repeat;
	}

#hm-col1 {
	font: bold 12px/18px Arial,Verdana,Helvetica,sans-serif;
	color: #b80213;
	text-align:left;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
#hm-col1-headhl {
	font: bold 12px/18px Arial,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	background: #8e001c;
	text-align:left;
	padding: 15px;
	}

#hm-col1-boxhl {
	background: #eeeeee;
	border: 1px dotted #8e001c;
	text-align:left;
	padding: 15px;
	}


	
div#image {
   text-align:center;
   display:block;
   padding-top: 10px;
   padding-bottom: 20px;
}

#logo {
	margin-top:20px;
	margin-bottom:10px;
	}
	
#news {
	font: 11px/16px Arial,Verdana,Helvetica,sans-serif;
	color: #003366;
}

#news a {
	color: #003366;
	text-decoration: none;
}

#news a:hover {
	color: #006699;
	text-decoration: underline;
}

#more {
	font: 11px/11px Arial,Verdana,Helvetica,sans-serif;
	color: #000000;
	background: #ffffff url(images/nav_arrow_sel.gif) center left no-repeat;
	padding-left: 10px;
	margin-top: 5px;
}

#more a {
	color:#b80213; 
	text-decoration: none;
}
#more a:hover {
	color:#cc9900; 
	text-decoration: underline;
}

#tagline {
	padding-left:20px;
	float:left;
	color:#3F5C8B
	}
	
#quotes {
	padding:10px;
	color: #993300;
	font-style: italic;
}

#quotesby {
	padding:10px;
	color: #666666;
	font-style: italic;
}

#tagline {
	padding-left:20px;
	float:left;
	color:#3F5C8B
	}
	
#wrapper {
	width: 762px;
	padding-top: 8px;
	float:middle;
}

#wrapper_popup {
	width: 640px;
	margin: 12px 8px;
}


/* ~~~~~~ Class Styles ~~~~~~ */
	
.arrow {
	padding: 0 6px 0 0;
	float:left;
	}

.bio_name{
	color: #000000;
	font: 14px/20px Arial,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	padding-top:10px;
	}

.bio_title{
 	color: #993300;
	font: italic 11px/20px Arial,Verdana,Helvetica,sans-serif;
	padding-bottom: 10px;
	}

.line-separator-vertical{
	background: #ffffff url(./images/img_line_vert.gif) top no-repeat;
}

.boxborder {
	border: 1px solid #666666;
	background-color: #eeeeee;
}

.button {
	border: 1px solid #ddbb54;
	background-color: #ffffff;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.center {
	text-align:center;
	}
	
.clearer {
	clear:both;
	}
	
.element{ 
	color: #000000;
	text-align:left;
	font-size:11px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}
a.element:link { color: #333333; text-decoration: underline }				
a.element:active { color: #333333; text-decoration: underline }			
a.element:visited {color: #333333; text-decoration: underline }			
a.element:hover { color: #cc9900; text-decoration: underline }	

.elementtitle{ 
	color: #003366;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px 
}
a.elementtitle:link { color: #003366; text-decoration: underline }				
a.elementtitle:active { color: #003366; text-decoration: underline }			
a.elementtitle:visited {color: #003366; text-decoration: underline }			
a.elementtitle:hover { color: #cc9900; text-decoration: underline }	

.elementbold1{ 
	color: #003366;
	text-align:left;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold
}
a.elementbold1:link { color: #003366; text-decoration: underline }				
a.elementbold1:active { color: #003366; text-decoration: underline }			
a.elementbold1:visited {color: #003366; text-decoration: underline }			
a.elementbold1:hover { color: #cc9900; text-decoration: underline }	

.elementbold2{ 
	color: #9a320f;
	text-align:left;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold
}
a.elementbold2:link { color: #9a320f; text-decoration: underline }				
a.elementbold2:active { color: #9a320f; text-decoration: underline }			
a.elementbold2:visited {color: #9a320f; text-decoration: underline }			
a.elementbold2:hover { color: #cc9900; text-decoration: underline }	

.fieldtitle{ 
	color: #000000;
	text-align: right;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px 
}
a.fieldtitle:link { color: #000000; text-decoration: underline }				
a.fieldtitle:active { color: #000000; text-decoration: underline }			
a.fieldtitle:visited {color: #000000; text-decoration: underline }			
a.fieldtitle:hover { color: #000000; text-decoration: underline }	

.footer {
	color: #666666;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-repeat: repeat-x;
	background-position: top;
}
a.footer:link { color: #666666; text-decoration: none }				
a.footer:active { color: #666666; text-decoration: none }			
a.footer:visited {color: #666666; text-decoration: none }			
a.footer:hover { color: #999999; text-decoration: none }	

.hm-colcontent {
	padding:16px 20px 10px 20px;
}

.hm-colcontent-highlight {
	padding:16px 20px 10px 20px;
	color: #cc6600;
}

.instructions {
	color: #003366;
	background: #eeeeee;
	padding:10px;
}
	
.introText {
	font: 12px/20px Arial,Verdana,Helvetica,sans-serif;
	color: #003366;
}
	
.introText a {
	color: #003366;
	font-weight:bold;
}

.landing {
	font: 12px/16px Arial,Verdana,Helvetica,sans-serif;
}

.linebox1 {
	height:2px;
	background-image: url(../images/linebox1.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.linebox2 {
	height:2px;
	background-image: url(../images/linebox2.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.lineshadow {
	border: 0;
	height:1px;
	background: #cccccc;
	margin: 0px;
	padding: 0px;
	color: #cccccc;
}

.linewhite {
	border: 0;
	height:1px;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}


.navigationbar{
	background-color: #b80213;
	background-repeat: repeat-x;
	background-position: top;
}

.navigationelement{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 5px; 
	padding-right: 5px; 
}

.navigationelement_ac{
	background-color: #eeeeee;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-image: url(../images/topnav_tabbg_ac.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 2px; 
	padding-right: 5px; 
}

.navigationelement2{
	background-color: #00477f;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	background-image: url(../images/topnav_tabbg2.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 2px; 
	padding-right: 5px; 
}

.navigationelement2_ac{
	background-color: #eeeeee;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	background-image: url(../images/topnav_tabbg2_ac.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 2px; 
	padding-right: 5px; 
}

a.navigationlink:link { color: #ffffff; text-decoration: none }				
a.navigationlink:active { color: #ffffff; text-decoration: none }			
a.navigationlink:visited {color: #ffffff; text-decoration: none }			
a.navigationlink:hover { color: #cccccc; text-decoration: none }	

a.navigationlink_ac:link { color: #333333; text-decoration: none }				
a.navigationlink_ac:active { color: #333333; text-decoration: none }			
a.navigationlink_ac:visited {color: #333333; text-decoration: none }			
a.navigationlink_ac:hover { color: #333333; text-decoration: none }	

.newsAbstract {
	color: #003366;
	font: 11px/18px Arial,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	}

.newsSubAbstract {
	color: #333333;
	font: 11px/16px Arial,Verdana,Helvetica,sans-serif;
	font-style: italic;
	}

.page_title {
	color: #b80213;
	font: bold 16px/14px Arial,Verdana,Helvetica,sans-serif;
	margin-bottom: 10px;
	}

.page_title_pop {
	font: bold 16px/18px Arial,Verdana,Helvetica,sans-serif;
	padding:15px;
	text-align:center;
	font-style:italic;
	color:#cc6600
	}
	
.pipe{ 
	color: #999999;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px 
}

.required {
	color: #FF0000;
	}

.rightcol_title {
	color: #003366;
	font: 12px/20px Arial,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	}

.sectiontitle {
	color: #000000;
	font: 14px/20px Arial,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
	}
	
.subsectiontitle {
	color: #cc6600;
	font: 11px/14px Arial,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	}
	
.subsectiontitle-highlight {
	color: #cc6600;
	font: 12px/18px Arial,Verdana,Helvetica,sans-serif;
	font-weight:bold;
	padding-top:15px;
	padding-bottom:15px;
	}
	
.subtitle {
	color: #000000;
	font: bold 13px/14px Arial,Verdana,Helvetica,sans-serif;
	padding-top:10px;
	padding-bottom: 10px;
	}

.subtitle2 {
	color: #cc6600;
	font: bold 13px/14px Arial,Verdana,Helvetica,sans-serif;
	margin-bottom: 10px;
	}
		
.textindent {
	padding:10px;
	}
	
.timestamp {
	color: #9a320f;
	}

.tips{ 
	color: #9a320f;
	text-align:left;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal
}
a.tips:link { color: #003366; text-decoration: none }				
a.tips:active { color: #003366; text-decoration: none }			
a.tips:visited {color: #003366; text-decoration: none }			
a.tips:hover { color: #cc9900; text-decoration: underline }	


/* ~~~~~~ Trial Subpage Styles ~~~~~~~~ */

#main {
	padding-top:6px;
	background: #EAF0FD url(images/nav_shadow.gif) top left no-repeat;
	float:left;
	}
	
#lcol {
	width:217px;
	float:left;
	padding-right:18px;
	padding-left:10px;
	}
	
div#bodytext {
	font: 11px/20px Arial,Verdana,Helvetica,sans-serif;
	padding:10px;
	}
	
div#callout {
	float:left;
	width:183px;
	padding:10px 16px;
	border-left:1px solid #DBD9EA;
	border-right:1px solid #DBD9EA;
	background:#FFF;
	}
	
div#calloutbottom {
	clear: left;
	background: url(images/callout_bottom.gif) top left no-repeat;
	}

#rcol {
	width:500px;
	float:left;
	background: url(images/rcol_top.gif) top left no-repeat;
	padding:9px 0 20px 0;
	}
	
div#rcolbottom {
	clear: left;
	background: url(images/rcol_bottom.gif) top left no-repeat;
	height:20px;
}
	
div#rcol-content {
	float:left;
	width:458px;
	border-left:1px solid #DBD9EA;
	border-right:1px solid #DBD9EA;
	background: #FFF;
	padding: 10px 20px 10px 20px;
	margin:0;
  }
	
div#calloutbox2 {
	float:left;
	padding:10px 16px;
	}

#process {
	position: absolute;
	left:20px;
	top:158px;
	}
	
#man {
	position: absolute;
	left:587px;
	top:171px;
	}
	
/* ~~~~~~ Form Styles ~~~~~~~~ */

H2.form {
	background:#E2E2E8;
	font: bold 11px/20px Arial,Verdana,Helvetica,sans-serif;
	color: #003366;
	padding-left:10px;
	}

.box2 {
	background:#E2E2E8;
	font: bold 11px/20px Arial,Verdana,Helvetica,sans-serif;
	white-space: nowrap;
	color: #003366;
	padding-left:10px;
	}

label {
	clear:both;
	width: 66px;
	float: left;
	margin-bottom: 6px;
	text-align:right;
	padding-right:3px;
}

input, select {
	margin-bottom: 6px;
	font: 11px/20px Arial,Verdana,Helvetica,sans-serif;
	
}

#formcol {
	width:228px;
	float:left;
	margin: 12px 0 0 0;
}

input.submitbutton {
	background: url(images/btn_submit.jpg) top left no-repeat;
	height:29px;
	width:152px;
	margin:0;
	border:0;
	font: 10px/14px Arial,Verdana,Helvetica,sans-serif;
}
