@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;
	}
	
	
#setup_hlms img {
	width: 100%;
	height: auto;
	}
	
#setup_hlms #primary {
	float: left;
	width: 300px;
	}
	
#setup_hlms #secondary {
	width: 380px;
	float: right;
	}
	
#setup_hlms #primary li {
    background: url(/res/shared/img/bullets/bullet.gif) no-repeat scroll 0 3px transparent;
    line-height: 1;
    padding-left: 12px;
		margin-bottom: 10px;
}
	
#setup_hlms #promo_start h2 {
	margin-bottom: 20px;
	}
	
#setup_hlms #promo_start a:link, #promo_start a:visited {
	background: #787878; /* Old browsers */
	background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, -moz-linear-gradient(top, #787878 0%, #828282 100%) no-repeat; /* FF3.6+ */
	background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, -o-linear-gradient(top, #787878 0%,#828282 100%); /* Opera11.10+ */
	background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, -ms-linear-gradient(top, #787878 0%,#828282 100%); /* IE10+ */
	background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, linear-gradient(top, #787878 0%,#828282 100%); /* W3C */
	background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, -webkit-linear-gradient(top, #787878 0%,#828282 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	-pie-background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, linear-gradient(#787878, #828282); /*PIE*/
	behavior: url(/res/shared/js/PIE.htc);
	border-radius: 4px;
	border: 1px solid #4b94db;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	color: #ebebeb;
	line-height: 1.3;
	padding: 10px 30px;
	text-decoration: none;
	display: block;
	font-size: 15px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

#setup_hlms #promo_start a:hover {
	background: #484848; /* Old browsers */
	background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, -moz-linear-gradient(top, #484848 0%, #6f6f6f 100%) no-repeat; /* FF3.6+ */
	background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, -o-linear-gradient(top, #484848 0%,#6f6f6f 100%); /* Opera11.10+ */
	background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, -ms-linear-gradient(top, #484848 0%,#6f6f6f 100%); /* IE10+ */
	background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, linear-gradient(top, #484848 0%,#6f6f6f 100%); /* W3C */
	background: url(/res/shared/img/bullets/aro_ldr.png) no-repeat 20px 14px, -webkit-linear-gradient(top, #484848 0%,#6f6f6f 100%) no-repeat; /* Chrome10+,Safari5.1+ */
	-pie-background: url(/res/shared/img/icons/dload.png) no-repeat 20px 14px, linear-gradient(#484848, #6f6f6f); /*PIE*/
	behavior: url(/res/shared/js/PIE.htc);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	}
	
/* 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;
}



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: url(/res/shared/img/icons/sysreq2.png) no-repeat 0 3px;
	}

#sup_downloads h3 {
/* 	background: rgb(231,231,231) url(/res/shared/img/icons/dload.png) no-repeat 6px 6px; ie8 no rgba */
	background: url(/res/shared/img/icons/dload2.png) no-repeat 0 3px;
	}
	
#get_help h3 {
/* 	background: rgb(231,231,231) url(/res/shared/img/icons/get_help.png) no-repeat 6px 6px; ie8 no rgba */
	background: url(/res/shared/img/icons/get_help2.png) no-repeat 0 3px;
	}


	
#contact_sup h3:first-child, #get_help h3:first-child {
	margin-top: 0;
	}
	
		
#sysreq h3, #sup_downloads h3, #get_help h3 {
	font-size: 16px;
	margin: 30px 0 10px;
	padding: 3px 0 6px 30px;
	line-height: 1;
	}	
	
/* Contact Us page */

#contact_info {
  color: #666;
}

#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;
	}



#partner h1 {
    background: url(/res/shared/img/icons/partner.png) no-repeat;
    padding-left: 30px;
}

#advantage h1 {
    background: url(/res/shared/img/icons/advantage.png) no-repeat;
    padding-left: 30px;
}

#vod h1 {
    background: url(/res/shared/img/icons/vod.png) no-repeat;
    padding-left: 30px;
}
	
.modules {
    margin-bottom: 20px;
    overflow: hidden;
}

.box {
	float: left;
	}
	
/* Prodline Compare */

#prodline_compare th, #prodline_compare td {
	vertical-align: top;
	}
	
#prodline_compare	table {
	border-right: 1px solid #d5d6da;
	/* width: 660px; */
	}
	
#prodline_compare	caption {
  background: #525252;
  color: #DFDFDF;
	padding: 8px;
	text-transform: uppercase;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	}
	
#prodline_compare	th {
	color: #666;
	background: #525252;
	padding: 7px;
	border-right: 1px solid #777;
	}

#prodline_compare table div {
	font-weight: bold;
	}	
	
#prodline_compare td {
	padding: 20px 20px 20px 7px;
	border-bottom: 1px solid #d5d6da;
	font-size: 11px;
	}

#prodline_compare th a:link, #prodline_compare th a:visited {
    color: #FFFFFF;
		text-decoration: none;
} 

#prodline_compare th a:link, #prodline_compare th a:visited {	
	color: #fff;
	}
	

#prodline_compare .row_head, #licensing .row_head {
	background-color: #f4f5fa;
	color: #405380;
	}
	
/* News Room */

#news_room .modules {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 20px;
	}