
/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

body * {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}



/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center !important;
}

.align_justify {
	text-align: justify !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}

.clear {
	clear: both;
}


div.clear {  /* for clearing divs if overflow doesn't work */
	font-size: 0;
	line-height: 0px;
	width: 100%;
}

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}


img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_left_border {
	border: 1px solid #4e67a2;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #4e67a2;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

img.border {
	border: 1px solid #4e67a2;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.invisible {
	visibility: hidden;
} 






/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a {
	color: #004990;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #788bbd;
	text-decoration: none;
}

a:visited {
}

a img {
	border: none;
}

a.anchor {
	background-color: inherit !important;
	border: inherit !important;
	color: inherit !important;
	cursor: text !important;
	display: inline !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-style: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	text-align: inherit !important;
	text-decoration: none !important;
	text-indent: inherit !important;
	text-transform: inherit !important;
	white-space: inherit !important;
	word-spacing: inherit !important;
}

a.izilla, a:hover.izilla, a:focus.izilla {
	color: #00814f;
}

a.cognition, a:hover.cognition, a:focus.cognition {
	color: #237eb8;
}

q {
	quotes: none;
}

q:before, q:after { 
    content: "";
}

html >/**/ body sub, html >/**/ body sup {
  font-size: smaller;
}


/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/


h1, h2, h3, h4, h5 {
	color: #4e67a2;
	font-weight: bold;
	margin-bottom: 0.4em;
}

h1 {
	font-size: 167%;
	font-weight: normal;	
}

h2 {
	color: #404040;
	font-size: 150%;
	font-weight: normal;
}

h3 {
	font-size: 133.5%;
}

h4 {
	color: #404040;
	font-size: 117%;
}

h5 {
	color: #4e67a2;
	font-size: 100%;
}

address {
	font-style: normal;
}

blockquote {
	border-left: 3px solid #4e67a2;
	background-color: #f5f8fb;
	margin-bottom: 1.28em;
	padding: 1em 11px 1px 11px;
	quotes: none;
}

blockquote:before, blockquote:after { 
    content: "";
}

hr {
	background-color: #d5d8e0;
	border: none;
	color: #d5d8e0;
	height: 1px;
	margin: -0.6em 0 0.6em 0;
}

html >/**/ body hr {
	margin-bottom: 1.28em;
	margin-top: 0;
}

p, .content_area {
	margin-bottom: 1.28em;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

ul {
	list-style-type: none;
}

/* - Content Lists ------------------------------- */

#content ol {
	list-style-type: decimal;
	margin-bottom: 1.28em;
	margin-left: 39px;
}

html >/**/ body #content ol {
	margin-left: 34px;
}

#content ol.lower_alpha {list-style-type: lower-alpha;}
#content ol.upper_alpha {list-style-type: upper-alpha;}
#content ol.lower_roman {list-style-type: lower-roman;}
#content ol.upper_roman {list-style-type: upper-roman;}

#content ol li {
	margin-bottom: 0.5em;
	padding-left: 1px;
}

html >/**/ body #content ol li {
	padding-left: 6px;
}

html body #content ul ol li {
	background: none;
	padding-left: 1px;
}

html >/**/ body #content ul ol li {
	padding-left: 6px;
}

#content li ul, #content li ol {
	margin-top: 1.28em;
}

#content ul {
	margin-bottom: 1.28em;
	padding-left: 20px;
}

html body #content ul li {
	background: url(/images/bg_content_ul_li.gif) no-repeat 0 5px;
	margin-bottom: 0.5em;
	padding-left: 20px;
}


#content ul.list_next_to_image {
	height: 1%;
	overflow: hidden;
}


/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/


table.data {
	border: none;
	border-collapse: collapse;
	line-height: 1.3em;
	margin: 0 0 1.28em 0;
}

html >/**/ body table.data {
	margin-left: 1px;
}

table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table.data td, table.data th {
	border: 1px solid #e1e4ed;
	padding: 3px 6px;
	vertical-align: top;
}

table.data th {
	background-color: #788bbd;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
}

table.data tbody th {
	background-color: #a7b2d5;
	text-align: left;
}

table.data td {
	background-color: #fff;
}

table.data tr.even td {
	background-color: #f4f4f4;
}


/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

form {
	height: 100%;
}

fieldset {
	border: none;
	clear: both;
}

legend {
	display: none;
}

input.submit {			/* Ensure buttons behave similar across all browsers */
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;	/* Same as content. IE won't inherit the initial value */
	padding: 0 .25em;
    width: 0;  			/* IE width fix */
   	overflow: visible;
}

input.submit[class] {	/* IE ignores [class] (attribute selectors) */
   	width: auto;  		/* Cancel IE width fix for other browsers */
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: #ffc;
}

input[type=hidden] {
	display: none;
}

input.text {
}

textarea {
	font-family: Arial, Helvetica, sans-serif	/* Same as content. IE won't inherit the initial value */
}

select {
}

option {
	padding-left: 2px;
	padding-right: 1px;
}





/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/

acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

cite {
	display: block;
	font-style: italic;
	margin-bottom: 1.28em;
	margin-top: -1.28em;
	text-align: right;
}



/* --------------------------------------------
	Specific Block-level Elements
----------------------------------------------- */

#wrapper_main {
	background: url(/images/bg_wrapper_main.gif) repeat-y center 0;
	font-size: 120.5%;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	padding: 0 20px;
	width: 858px;
}

html > body #wrapper_main {
	height: auto;
	min-height: 100%;
}

/* ------ Header ---------------------- */

#header {
	overflow: hidden;
	padding-bottom: 20px;
	width: 100%;
}

#header_col_1 {
	display: inline;
	float: left;
	margin: 20px 20px 0 20px;
	width: 125px;
}

#header_col_1 h1 {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#header_col_1 img {
	vertical-align: bottom;
}

#header_col_2 {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 673px;
}

/* ------ Nav Main ---------------------- */

#nav_main {
	font-size: 108.33%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#nav_main ul {
	background: #fff url(/images/bg_nav_main_ul.gif) repeat-x 0 0;
	border-bottom: 1px solid #edf0f7;
	border-top: 1px solid #e5e8f2;
	display: block;
	overflow: hidden;
	width: 100%;
}

#nav_main ul li {
	display: inline;
	float: left;
}

#nav_main ul li a {
	background: url(/images/bg_nav_main_a.gif) no-repeat right center;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 8px 10px 9px 8px;
	text-decoration: none;
}

#nav_main ul li.current a {
	color: #004990;
	text-decoration: underline;
}

#nav_main ul li.contact_us {
	float: right;
	display: none;
}

#nav_main ul li.contact_us a {
	background: url(/images/bg_nav_main_li_contact_us.png) no-repeat 8px 12px;
	color: #b0b3bd;
	padding-left: 28px;
}

#nav_main ul li a:hover, #nav_main ul li a:focus {
	background-color: #fefefe;
	color: #004990;
	text-decoration: underline;
}

#nav_main ul li.contact_us a:hover, #nav_main ul li.contact_us a:focus {
	color: #b4c9df;
}

/* ------ Homepage ---------------------- */

#homepage_content {
	background: url(/images/bg_hpc_row_2_1.png) repeat-x 0 0;
	width: 100%;
}

#hpc_row_1 {
	/*background: url(/images/bg_hpc_row_2_1.png) repeat-x 0 0;*/
	color: #fff;
	overflow: hidden;
	padding: 25px;
	width: 808px;
}

#hpc_row_1 * {
	color: #fff;
}

#hpc_row_1 .panel_1 {
	width: 808px;
}

#hpc_row_1 .panel_1 h2 {
	font-size: 167%;
	font-weight: normal;
	margin-bottom: 0.6em	
}

#hpc_row_1 .panel_2 {
	display: inline;
	float: left;
	width: 525px;
}

#hpc_row_1 .panel_2 p {
	font-size: 108.5%;
}

#hpc_row_1 .panel_2 a.feature_link {
	background: url(/images/bg_hpc_row_1_feature_a.gif) no-repeat 1px 6px;
	font-weight: bold;
	padding-left: 10px;
}

#hpc_row_1 .panel_3 {
	display: inline;
	float: right;
	font-size: 100%;	
	width: 244px;
}

#hpc_row_1 .panel_3 ul {
	margin-bottom: 1.28em;
	padding-left: 5px;
}

#hpc_row_1 .panel_3 ul li {
	background: url(/images/bg_content_ul_li.gif) no-repeat 0 5px;
	margin-bottom: 0.3em;
	padding-left: 20px;
}

#hpc_row_2 {
	background: url(/images/bg_hpc_row_2_1.png) no-repeat 0 0;
	overflow: hidden;
	padding: 0 25px 25px 25px;
	width: 808px;
}

#hpc_row_2 h4 {
	color: #fff;
	font-size: 100%;
	margin-bottom: 0.8em;
}

#hpc_row_2 .panel_1, #hpc_row_2 .panel_2, #hpc_row_2 .panel_3 {
	background-color: #084787;
	color: #fff;
	display: inline;
	float: left;
	margin-right: 38px;
	padding: 10px;
	width: 224px;
}

#hpc_row_2 .panel_3 {
	margin-right: 0;
}

#hpc_row_2 .panel_1 div {
	background: url(/images/bg_hpc_row2_p1.png) no-repeat 0 0;
}

#hpc_row_2 .panel_2 div {
	background: url(/images/bg_hpc_row2_p2.png) no-repeat 0 0;
}

#hpc_row_2 .panel_3 div {
	background: url(/images/bg_hpc_row2_p3.png) no-repeat 0 0;
}

/* ------ Content ---------------------- */

#wrapper_content {
	background: url(/images/bg_wrapper_content.gif) repeat-y 0 0;
	overflow: hidden;
	width: 100%;
}

html >/**/ body #wrapper_content {
	overflow: visible;
}

#wrapper_content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

#nav_sub {
	display: inline;
	float: left;
	height: 400px;
	width: 168px;
}

#nav_sub ul {
	display: block;
	overflow: hidden;
	width: 100%;
}

#nav_sub ul li {
	display: inline;
	float: left;
	width: 100%;
}

#nav_sub ul li a {
	background-color: #fff;
	border-bottom: 1px solid #e1e4ed;
	color: #404040;
	display: block;
	font-size: 91.67%;
	font-weight: bold;
	padding: 7px 16px;
	text-decoration: none;
	width: 138px;
}

#nav_sub li.current a {
	background-color: #f5f8fb;
	color: #004990;
	font-weight: bold;
}

#nav_sub li li.current a {
	background-color: #fafafa;
}

#nav_sub ul a:hover, #nav_sub ul a:focus {
	background-color: #f8fafc;
}

#nav_sub li.current a:hover, #nav_sub li.current a:focus {
	background-color: #f5f8fb;
}

#nav_sub li li.current a:hover, #nav_sub li li.current a:focus {
	background-color: #fafafa;
}

#nav_sub ul li li a, #nav_sub ul li li.current a {
	background-image: url(/images/bg_nav_sub_li_a.gif);
	background-position: 22px 13px;
	background-repeat: no-repeat;
	font-weight: normal;
	padding-left: 32px;
	width: 130px;
}

#content {
	display: inline;
	float: left;	
	overflow: hidden;
	padding: 8px 20px 30px 20px;
	width: 650px;
}

html >/**/ body #content {
	overflow: visible;
}

#content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* ------ Breadcrumbs ---------------------- */

#breadcrumbs {
	clear: both;
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 83.33%;
	margin-bottom: 1.5em;
	position: relative;
	overflow: hidden;
	width: 100%;
}

html >/**/ body #breadcrumbs {
	margin-bottom: 1em;
}

#content #breadcrumbs ul {
	display: inline;
	float: left;
	margin-bottom: 0;
	padding: 0;
}

html body #content #breadcrumbs ul li {
	background: url(/images/bg_breadcrumbs_li.gif) no-repeat 0 3px;
	color: #8f95a7;
	display: inline;
	float: left;
	padding: 0 6px 0 10px;
}

html body #content #breadcrumbs ul li.first_node {
	background: none;
	padding-left: 0;
}

#breadcrumbs li a {
	color: #788bbd;
	display: inline;
	float: left;
	font-weight: normal;
	text-decoration: none;
}

#breadcrumbs li a:hover {
	text-decoration: underline;
}

/* ------ Support ---------------------- */

#content ul#support_options {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#content ul#support_options li {
	background-image: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#content ul#support_options li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 200px;
	overflow: hidden;
	position: relative;
	text-indent: -999em;
}

#content ul#support_options li a:hover {
	background-position: 0 -200px;
}

#content ul#support_options li.support_form a {
	background-image: url(/images/bg_support_options_li_support_form.png);
	width: 158px;
}

#content ul#support_options li.knowledge_base a {
	background-image: url(/images/bg_support_options_li_knowledge_base.png);
	width: 178px;
}

#content ul#support_options li.cpm_glossary a {
	background-image: url(/images/bg_support_options_li_cpm_glossary.png);
	width: 173px;
}

#content ul#support_options li.user_forum a {
	background-image: url(/images/bg_support_options_li_user_forum.png);
	width: 170px;
}

/* --------------------------------------------
	Error / Message Boxes
----------------------------------------------- */

.error, .message {
	background-color: #fcfafa;
	border: 1px solid #811919;
	margin: 0.5em 0 1.28em 0;
	width: 596px;
}

.message {
	background-color: #fbfcfa;
	border-color: #417b2a;
}

.error h3, .message h3 {
	background: #811919 url(/images/bg_error_h.png) no-repeat 0 0;
	color: #fff;
	font-size: 100%;
	margin: -1px -1px 0 -1px;
	padding: 0.45em 10px 0.5em 30px;
	position: relative;
	width: 558px;
	z-index: 1;
}

.message h3 {
	background-color: #417b2a;
	background-image: url(/images/bg_message_h.png);
}

#content .error ul, #content .message ul {
	background: url(/images/bg_error_ul.gif) no-repeat 0 bottom;
	color: #111;
	list-style-type: none;
	margin: 1em -1px -1px -1px;
	padding: 0 20px 0.7em 20px;
	position: relative;
	width: 558px;
}

#content .message ul {
	background-image: url(/images/bg_message_ul.gif);
}



/* ------ Forms ---------------------- */

#form {
	border: 1px solid #e1e4ed;
	border-left: 1px solid #f0f2f6;
	border-top: 1px solid #f0f2f6;
	overflow: hidden;
	padding: 25px;
	width: 598px;
}

#form em {
	color: #4e67a2;
	font-style: normal;
}

#form .form_column_left {
	display: inline;
	float: left;
	width: 289px;
}

#form .form_column_right {
	display: inline;
	float: right;
	width: 289px;
}

#form .required_field {
	background: url(/images/bg_form_submits.png) repeat-x left bottom;
	border: 1px solid #e1e4ed;
	border-left: 1px solid #f0f2f6;
	border-top: 1px solid #f0f2f6;
	margin-bottom: 20px;
	padding: 10px;
}

#form .required_field p {
	margin-bottom: 0;
}

#form .form_submits {
	clear: both;
	overflow: hidden;
	width: 100%;
}

#form label {
	display: block;
	margin: 0 0 0.4em 0;
	width: 289px;
}

#form input.text {
	border: 1px solid #e1e4ed;
	display: block;
	margin: 0 0 1em 0;
	padding: 1px 2px;	
	width: 283px;
}

#form select {
	border: 1px solid #e1e4ed;
	margin: 0 0 1em 0;
	width: 289px;
}

#form textarea {
	border: 1px solid #e1e4ed;
	height: 7em;
	margin: 0 0 1em 0;
	padding: 1px 2px;
	width: 592px;
}

#form input.file {
	display: block;
	margin: 0 0 1em 0;
	padding: 1px 2px;	
	width: 289px;
}

#form input.submit {
	display: inline;
	float: right;
}

/* ------ Product Page ---------------- */

#wrapper_product {
	background: #004990 url(/images/bg_wrapper_product.jpg) no-repeat 0 0;
	overflow: hidden;
	padding: 20px;
	width: 610px;
}

#wrapper_product * {
	color: #fff;
}

a#product_image {
	display: inline;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 215px;
}

a.product_link {
	background-color: #084787;
	display: inline;
	float: left;
	font-weight: bold;
	padding: 6px 10px 9px 10px;
}

.product_feature {
	clear: both;
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 294px;
}

.product_feature.alt {
	clear: none;
	margin-right: 0;
}

.product_feature h4 {
	background-color: #084787;
	font-size: 100%;
	margin-bottom: 1px;
	padding: 9px 12px;
}

.product_feature div {
	background: url(/images/bg_product_feature.png) repeat 0 0;
	behavior: url(/css/iepngfix.htc);
	font-size: 91.67%;
	padding: 12px 12px 1px 12px;
	width: 270px;
}

.product_feature a.feature_link {
	background: url(/images/bg_product_feature_a.gif) no-repeat 0 5px;
	font-weight: bold;
	padding-left: 10px;
}


/* ------ Footer ---------------------- */

#footer {
	clear: both;
	color: #727476;
	overflow: hidden;
	padding: 20px 25px;
	width: 808px;
}

#footer.homepage {
	border-top: none;
}

#footer h5 {
	margin-bottom: 0.4em;
}

#footer.homepage h5 {
	color: #004990;
}

#footer .panel {
	border: solid #d5d8e0;
	border-width: 0 1px;
	display: inline;
	float: left;
	margin-bottom: 20px;
	padding: 0 16px;
	position: relative;
	margin-left: -1px;
}

#footer .panel.alt {
	border-left: none;
	padding-left: 0;
	position: static;
	text-align: center;
}

#footer .panel.alt2 {
	border-right: none;
}

#footer .panel img#logo_version {
	margin: 0 auto 0.3em auto;
}

#footer .panel h6 {
	font-size: 91.67%;
}

#footer .panel p {
	margin-bottom: 0.2em;
}

#footer #logo_panel {
	display: inline;
	float: right;
}

#footer #logo_panel {
	display: block;
}

#footer #copyright {
	clear: both;
	color: #d5d8e0;
	display: inline;
	float: left;
	width: 100%;
}

#footer #copyright p {
	margin: 0;
}

html body #content .firstUL{
			padding:0px 0px 0px 10px;
			margin:0px;
			background-color:#3285ef;
		}

html body #content .firstUL li {
			background:transparent url("/images/link_sprite_img.jpg") no-repeat scroll 0 0;
			display:inline;
			font-family:'Arial',Verdana,Tahoma;
			font-size:16pt;
			font-weight:bold;
			padding:10px 15px 22px;
			line-height:70px;
			cursor:pointer;
		}

html body #content .firstUL li.selected{
			background:transparent url("/images/link_sprite_img.jpg") no-repeat scroll 0px -57px;
			color:#ffffff;
			font-weight:bold;
		}

html body #content #body-container{
			width:615px;
			height:500px;
			margin:0 auto;
			border:1px solid #3285ef;
		}

html body #content #body-container .glossary-container{
			clear:both;
		}

html body #content #body-container .content-container{
			height:330px;
			width:615px;
			overflow:auto;
			font-family:'Arial',Verdana,Tahoma;
			font-size:10pt;
			clear:both;
		}

html body #content #body-container .content-container div{
			padding-left:10px;
			border-bottom:1px #666666 solid;
		}

html body #content #body-container .content-container div h2{
			margin-top:0px;
		}

html body #content #body-container .content-container p.return-to-top{
			color:#0066FF;
			text-decoration:underline;
			text-align:right;
			margin-right:10px;
			cursor:pointer;
		}
