@charset "utf-8";
/* CSS Document */

/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	}

fieldset, img {
	border: 0;
	}

address, caption, cite, code, em, th {
	font-style:normal;
	font-weight:normal;
	} 

ul {
	list-style:none;
	}

caption, th {
	text-align:left;
	font-weight: bold;
	}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	}

q:before, q:after {
	content:'';
	}

abbr, acronym {
	border:0;
	}


/* typography */

body	{
	font-size: 75%;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	}
	
table   { margin-bottom: 1.4em; }

th      { border-bottom: 2px solid #ccc; }
td      { border-bottom: 1px solid #e5e5e5; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }
	

	
h1 { font-size: 1.8em; line-height: 1; margin-bottom: 1.25em; }
h2 { font-size: 1.5em; line-height: 1; margin-bottom: 0.3em; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: .2em; }
h4 { font-size: 1.2em; line-height: 1; margin-bottom: .25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

p           { margin: 0 0 1em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }

ul      { margin:0 1.5em 1.5em 0; }
ol 					{ padding-left: .5em; margin: 0 1.5em 1.5em 1.5em }

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

 
a:link  {
	color:#002680;
	}
	
a:visited {
	color:#666;
	}
	
a:hover {
	color:#000;
	}
 
fieldset   {
	padding: 1em;
	border: 1px solid #E2E2E2;
  }
	
legend {
  color: #333;
  font-weight: bold;
  padding: 0 .5em 0 .5em
  }
	
fieldset table {
	margin-top: 2em;
	}
	
dt {
	margin-bottom: .25em;
	}
	
/* login existing user link */

h4 {
	margin: 2em 0 2em;
	}

h4 a {
	background: #333;
	background-image: url(/res/shared/img/aro_grey2.gif);
	background-position: 5px 0.75em;
  background-repeat: no-repeat;
	color: #E8E8E8;
	font-weight: bold;
	padding: 5px 8px 5px 16px;
	text-decoration: none;
	}
	
h4 a:link {
	color: #e8e8e8;
	}	
	 	
h4 a:visited {
	color: #e8e8e8;
	}	 
	
h4 a:hover {
	background: #666;
	background-image: url(/res/shared/img/aro_grey2.gif);
	background-position: 5px 0.75em;
  background-repeat: no-repeat;
	
	color: #fff;
	}
	
#promo_start {
	border: 1px solid #333;
	padding: 1em;
	}
	
/* message styles */

.infobox,
.warnbox,
.errbox {
  background-color: #F8F8F8;
  border-top: 1px solid #DDDDDD;
  text-align: left;
}

.infomsg {
  background: url(../img/info.gif) no-repeat .5em;
  border-bottom: 1px solid #EEEEEE;
  color: #00A800;
  padding: .5em .5em .5em 28px;
}

.warnmsg {
  background: url(../img/warn.gif) no-repeat .5em;
  border-bottom: 1px solid #EEEEEE;
  color: #CC8C00;
  padding: .5em .5em .5em 28px;
}

.errmsg {
  background: url(../img/error.gif) no-repeat .5em;
  border-bottom: 1px solid #EEEEEE;
  color: #CC0000;
  padding: .5em .5em .5em 28px;
}

/* hacks */

html { /* force vertical scrollbar on centered sites in ff on short pages to prevent horizontal shift */
	min-height: 100%; 
	margin-bottom: 1px; 
	}

.subdue {
	color: #999;
	}
	
/* #contact_sup #phone h3 {
	background: rgba(231,231,231) url(/res/shared/img/icons/phone.png) no-repeat 6px 6px; ie8 no rgba 
	background: rgba(231,231,231,0.4) url(/res/shared/img/icons/phone.png) no-repeat 6px 6px;
	}*/
	
/* #contact_sup #email h3 {
	background: rgb(231,231,231) url(/res/shared/img/icons/email.png) no-repeat 6px 9px; ie8 no rgba 
	background: rgba(231,231,231,0.4) url(/res/shared/img/icons/email.png) no-repeat 6px 9px;
	}*/
	
#sysreq h3 {
/* 	background: rgb(231,231,231) url(/res/shared/img/icons/sysreq.png) no-repeat 6px 6px; ie8 no rgba */
	background: #ddd url(/res/shared/img/icons/sysreq.png) no-repeat 6px 6px;
	}

#sup_downloads h3 {
/* 	background: rgb(231,231,231) url(/res/shared/img/icons/dload.png) no-repeat 6px 6px; ie8 no rgba */
	background: #ddd url(/res/shared/img/icons/dload.png) no-repeat 6px 6px;
	}
	
#get_help h3 {
/* 	background: rgb(231,231,231) url(/res/shared/img/icons/get_help.png) no-repeat 6px 6px; ie8 no rgba */
	background: #ddd url(/res/shared/img/icons/get_help.png) no-repeat 6px 6px;
	}

	
#sysreq h3, #sup_downloads h3, #get_help h3 {
	font-size: 13px;
	margin: 30px -20px 10px;
	padding: 7px 0 6px 30px;
	line-height: 1;
	}	
	
#contact_sup h3:first-child, #get_help h3:first-child{
	margin-top: 0;
	}
	
/* Contact Us page */

#contact_info {
  color: #969696;
}

#contact_info #company {
  font-size: 1.1em;
  font-weight: bold;
}
  
#contact_info #name {
  font-size: 1.1em;
  margin-bottom: .5em;
  padding-top:10px;
}  
  
#contact_info #name a {
  border-bottom: solid 1px #969696;
  color: #969696;
  padding-bottom: .1em;
  text-decoration: none;
}
  
#contact_info #name a:hover {
  border-bottom: solid 1px #003399;
  color: #003399;
  padding-bottom: .1em;
}

#contact_info #job_title {
  font-size: .85em;
  font-weight: bold;
  margin-bottom: 10px;
}

#ceu_panel {
	width: 160px;
	height: 40px;
	background: url(/res/shared/img/icons/ceu_bg.png);
	overflow: hidden;
	margin-bottom: 20px;
	
	}

#ceu_panel img {	
	margin: 14px 0 0 14px;
	float: left;
	width: 20px;
	height: 16px;
	}


#ceu_panel span {
	padding-right: 12px;
	padding-top: 6px; 
	font-size: 18px;
	font-weight: bold;
	float: right;
	}
