﻿@charset "utf-8";
/* <![CDATA[ */

* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline-color: invert;
	outline-style: none;
	outline-width: 0;
}

body, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #ffffff;
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 150%;
	background-image: url("../graphics/bgs/bg_body_x.gif");
}

b {
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
}
img.sidebarArrow {
	padding: 2px 5px 10px 0;
}
p {
	padding: 6px 0 6px 0;
}
p.first {
	padding-top: 0;
}
p.last {
	padding-bottom: 0;
}
ul, ol {
	margin: 8px 0 8px 8px;
	padding: 0 0 0 14px;
}
li {
	margin: 0 0 8px 14px;
	padding: 0;
}
ul li {
	list-style: disc;
}
ul li li {
	list-style: circle;
}
ol li {
	list-style: decimal;
}
ol li li {
	list-style: lower-latin;
}
h1 {
	color: #566898;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
h2 {
	color: #2f4064;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
h3 {
	color: #ac8510;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;	
	margin-bottom: 5px;
}
h4 {
	color: #ac8510;
	font-size: 14px;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-top:10px;
}
h4, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	color: #ac8510;
}

h5 {
	color: #57699a;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
h6 {
}

h2.pageTitle {
	margin-bottom: 5px;
	color: #6173a4;
}

sup, sub {
	margin: 0;
	line-height: 0;
}
.show {
	display: block;
	visibility: visible;
}
.hide {
	display: none;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #6173a4;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #6173a4;
	text-decoration: underline;
}
a:focus {
	text-decoration: none;
}

/* Sidebar (K) */
#div_yellowBox {
	width:180px;
	background-color:#fbefcd;
	border-bottom: 10px solid #ac8510;
	padding: 8px;	
	color: #ac8510;
	font-size:14px;
	line-height:20px;	
}
#div_yellowBox, #div_yellowBox a:link, #div_yellowBox a:visited, #div_yellowBox a:hover, #div_yellowBox a:active {
	color: #ac8510;
}
#div_blueBox {
	width:180px;
	background-color:#dde6f5;
	border-bottom: 10px solid #546696;
	padding: 8px;	
	color: #546696;
	font-size:14px;
	line-height:20px;	
}
#div_blueBox, #div_blueBox a:link, #div_blueBox a:visited, #div_blueBox a:hover, #div_blueBox a:active {
	color: #546696;
}
#div_grayBox {
	width:200px;
	background-color:#ebebeb;
	border-bottom: 10px solid #cccccc;
	padding: 8px;	
	color: #666666;
	font-size:11px;
	line-height:16px;	
}
#div_grayBox, #div_grayBox a:link, #div_grayBox a:visited, #div_grayBox a:hover, #div_grayBox a:active {
	color: #666666;
}


#div_anchor {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#div_master {
	position: relative;
	min-width: 640px;
	min-height: 480px;
	text-align: left;
	margin: 0 auto;
}

#div_decorLeft {
	background-image:url("../graphics/bgs/bg_decorLeft.gif");
	background-position:left top;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}
#div_decorRight {
	background-image:url("../graphics/bgs/bg_decorRight.gif");
	background-position:right top;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}

#div_padder {
	padding: 0 5px 0 5px;
}

#div_header {
	margin: 0;
	height: 119px;
	background-image: url("../graphics/bgs/bg_header_x.png");
	background-position: left top;
	background-repeat: repeat-x;
}
#div_headerContent {
	width: 100%;
	background-image: url("../graphics/bgs/bg_header_search.png");
	background-position: right top;
	background-repeat: no-repeat;
}

#div_logo {
	float: left;
	width: 174px;
	height: 100px;
}

#div_headerLinks {
	padding-top: 6px;
	float: right;
	width: 400px;
	margin-right: 29px;
	text-align: right;
	color: #e3e2e0;
	font-size: 11px;
	vertical-align: middle;
}
#div_headerLinks a:link, #div_headerLinks a:visited {
	text-decoration: none;
}
#div_headerLinks a:hover, #div_headerLinks a:active {
	text-decoration: underline;
}

#div_search {
	padding-top: 6px;
	color: #ffffff;
	font-size: 11px;
	float: right;
	text-align: left;
	width: 227px;
	vertical-align: middle;
}

#div_jsWarn {
	position: absolute;
	z-index: 1001;
	width: 90%;
	text-align: center;
	color: #566898;
	background-color: #d7e7f7;
	border: 1px solid #566898;
	padding: 8px 5px;
	margin: 0 auto 5px auto;
	font-size: 12px;
	top: 127px;
}

#div_pgContent {
	clear: both;
	float: none;
	background-color: #ffffff;
	padding: 4px 4px 20px 4px;
	margin-bottom: 86px; /* Used to cover footer */
}

#div_breadcrumb {
	background-color: #526493;
	background-image: url("../graphics/bgs/bg_breadcrumb_43_x.gif");
	background-position: left top;
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	text-indent: 12px;
	margin-bottom: 5px;
}
#div_breadcrumb a:link, #div_breadcrumb a:visited {
	color: #ffffff;
	text-decoration: none;
}
#div_breadcrumb a:hover, #div_breadcrumb a:active {
	color: #ffffff;
	text-decoration: underline;
}



/* Tabbed Box Content */
.tabbedBox {
	margin: 16px 0;
}

.tabContentContainer {
	background-color: #c7d3e4;
	padding: 0 3px 8px 3px;
}

.tabContent {
	background-color: #ffffff;
	padding: 14px 0 9px 0;
}
.tabContent b {
	display: block;
	padding-left: 20px;
	padding-right: 16px;
}
.tabContent.tabContentOn {
	display: block;
}
.tabContent.tabContentOff {
	display: none;
}
/* Tabbed Box Content */

h3.callOut {
	margin: 0 auto;
	padding: 8px 16px 8px 20px;
	background-color: #fbefcd;
	line-height: 150%;
}
.tabContent h3.callOut {
	margin-top: 15px;
}

.tbl_data {
	background-color: #eaf2f8;
	border: 1px solid #cedde9;
}
.tbl_data td {
	padding-left: 5px;
	font-size: 10px;
}
.tbl_data th {
	height: 20px;
	padding-left: 8px;
	background-color: #81aac1;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}
.tbl_data th+td {
	height: 100px;
}
/* Stretchy graded bar */
.gradedBar {
	display: block;
	width: 1px;
	height: 100%;
	margin: 0 auto;
	background-color: #d7d6d7;
}
.gradedBar div.barTop {
	background-image: url("../graphics/bgs/bg_gradientGray_tp.gif");
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
}
.gradedBar div.barBottom {
	background-image: url("../graphics/bgs/bg_gradientGray_bt.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 100%;
}
/* Stretchy graded bar */

ul.noBullets li {
	list-style: none;
	line-height: 16px;
	margin-left: 0;
	margin-bottom: 6px;
}

ul.arrowsBlue li {
	list-style-image: url("../graphics/icons/li_arrowsBlue.gif");
	line-height: normal;
	margin-bottom: 6px;
	margin-left:0px;
}
ul.arrowsBlueSmall li {
	list-style-image: url("../graphics/icons/li_arrowsBlueSmall.gif");
	line-height: normal;
	margin-bottom: 3px;
}

#div_footerCell.footerCell { /* Used to refresh footer in IE */
	background-image: url("../graphics/bgs/bg_footercell_x_86.gif");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	height: 86px;
	width: 100%;
	float: none;
	position: absolute;
	z-index: 101;
	bottom: 0;
}
#div_footerCell.footerCell * {
	position: relative;
}

#div_footer {
	margin: 24px auto 0 auto;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
#div_footer a:link, #div_footer a:visited {
	text-decoration: none;
}
#div_footer a:hover, #div_footer a:active {
	text-decoration: underline;
}
#div_footer .footerContent {
	padding: 0 12px;
}

.clearer { height: 0; overflow: hidden; clear: both; display: block; }

#div_col1, #div_col2, #div_col3 { position: relative; float: left; margin: 0; min-height: 300px; } 
#div_col1 { width: 50%; }
#div_col2 { width: 50%; }
#div_col3 { width: auto; }

#div_col1_content { }
#div_col2_content { }
#div_col3_content { }

#div_col1_padding { padding: 16px 0 12px 0; }
#div_col2_padding { padding: 16px 36px 0 28px; }
#div_col3_padding { padding: 0 0 0 0; }

/* Form elements */
.frmRequired {
	color: #a70f0a;
	font-size: 12px;
	font-family: Tahoma,Arial, Verdana, Helvetica, sans-serif;
	vertical-align: middle;
	line-height: 12px;
}
.frmError {
	color: #a70f0a;
}
.frmLabel {
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
}
.frmText {
	padding-top: 3px;
}
.frmField {
}
input {
	color: #00446A;
	font-size: 11px;
	text-indent: 4px;
}
input.inputBox
{
	border: 1px solid #A3C8DE;
	height: 16px;
	margin: 2px 0;
	line-height: normal; 
	overflow: hidden;
}
input.checkBox {
	margin-right: 7px;
	text-indent: 0 !important;
	cursor: pointer;
}
input.radio {
	margin-top: -3px;
	margin-right: 4px;
	text-indent: 0 !important;
	vertical-align: middle;
	cursor: pointer;
}
input.submit {
	color: #00446A;
	font-size: 13px;
	font-weight: bold;
	text-indent: 0 !important;
	cursor: pointer;
}
input.cancel {
	color: #00446A;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
}
input.frmError, textarea.frmError, select.frmError {
	background-color: #F4DAA3;
	color: #00446A !important;
}
select {
	color: #00446A;
	font-size: 11px;
	margin-top: 1px;
}
select.selectBox
{
	border: 1px solid #A3C8DE;
	height: 16px;
	margin: 2px 0;
}
option {
	text-indent: 4px;
}
textarea {
	color: #00446A;
	font-size: 10px;
	line-height: 13px;
	overflow-x: hidden;
	text-indent: 4px;
	margin: 1px 0;
}
textarea.textareaBox
{
	border: 1px solid #a3c8de;
	font-size: 11px;
	height: 40px;
}

/* Form styles */


/* Homepage overrides */

body#homepage #div_decorLeft {
	background-image: url("../graphics/bgs/bg_hp_decorLeft.gif");
}
body#homepage #div_decorRight {
	background-image: url("../graphics/bgs/bg_hp_decorRight.gif");
}

body#homepage #div_breadcrumb {
	display: none;
}

body#homepage #div_pgContent {
	background-image: url("../graphics/homepage/bg_pgContent.gif");
	background-position: center 4px;
	background-repeat: no-repeat;
}

body#homepage #div_col1_padding, body#homepage #div_col2_padding, body#homepage #div_col3_padding {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
body#homepage #div_col2_padding {
	padding-left: 11px;
}

body#homepage #div_col1_padding .photo {
	margin: 0 auto;
	text-align: center;
	height: 332px;
	overflow: hidden;
}
body#homepage #div_col1_padding .photo img.monitor {
	margin-top: 35px;
	margin-bottom: 32px;
}
body#homepage #div_col1_padding .photo div#master0 {
	left: 45px;
}

body#homepage #div_col1_padding .photo .screenshot {
	position: relative;
	z-index: 201;
	top: -283px;
	left: 0;
}

body#homepage #callout_almanac {
	color: #304164; 
	line-height: normal;
}

body#homepage .tagline {
	height: 232px;
}

body#homepage .columnTitle {
	border-top: 1px dotted #adadae;
	border-bottom: 1px dotted #adadae;
	padding: 5px 0;
	margin-bottom: 5px;
}

body#homepage .about p {
	font-size: 12px;
	margin-bottom: 8px;
}

body#homepage .press h3 a {
	display: inline;
	font-size: 10px;
	line-height: normal;
	margin-left: 68px;
}

body#homepage .press p {
	font-size: 10px;
	color: #666666;
	line-height: normal;
	border-bottom: 1px dotted #adadae;
	padding: 8px 0;
}
body#homepage .press p.first {
	padding-top: 6px;
}
body#homepage .press p.last {
	padding-bottom: 0;
	border-bottom: none;
}
body#homepage .press p a {
	display: block;
	font-size: 11px;
	margin-bottom: 2px;
}
body#homepage .press p a:link, body#homepage .press p a:visited, body#homepage .press p a:hover, body#homepage .press p a:active {
	color: #2f4064;
}


/* Homepage overrides */







/* Colors and Styles */
 /* Link treatments */
.linkNoUnderline:link, .linkNoUnderline:visited, .linkNoUnderline:hover, .linkNoUnderline:active {
	text-decoration: none !important;
}

.linkUnderline:link, .linkUnderline:visited, .linkUnderline:active {
	text-decoration: underline !important;
}
.linkUnderline:hover {
	text-decoration: none !important;
}

.linkRevUnderline:link, .linkRevUnderline:visited, .linkRevUnderline:active {
	text-decoration: none !important;
}
.linkRevUnderline:hover {
	text-decoration: underline !important;
}

.linkBlackish:link, .linkBlackish:visited, .linkBlackish:hover, .linkBlackish:active {
	color: #333333 !important;
}
.linkGray:link, .linkGray:visited, .linkGray:hover, .linkGray:active {
	color: #666666 !important;
}
.linkDkBlue:link, .linkDkBlue:visited, .linkDkBlue:hover, .linkDkBlue:active {
	color: #2F4064 !important;
}
.linkOrange:link, .linkOrange:visited, .linkOrange:hover, .linkOrange:active {
	color: #c29202 !important;
}
.linkRed:link, .linkRed:visited, .linkRed:hover, .linkRed:active {
	color: #bd4139 !important;
}
.linkYellow:link, .linkYellow:visited, .linkYellow:hover, .linkYellow:active {
	color: #ac9d4c !important;
}
 /* Link treatments */
 
.bgBlackish {
	background-color: #1a1a1a;
}
.bgPg {
	background-color: #2c2c2c;
}
.bgRed {
	background-color: #bd4139;
}
.bgWhite {
	background-color: #ffffff;
}
.bgDkBlue {
	background-color: #00446A;
}
.bgDkGray {
	background-color: #e7e7e7;	
}
.bgLtGreen {
	background-color: #d9ffd9;
}
.bgWhite {
	background-color: #ffffff;
}
.cRed {
	color: #953535;
}
.cOrange {
	color: #bf9104;
}
.cWhite {
	color: #ffffff;
}
.cYellow {
	color: #ac8510;
}
.cBlue {
	color: #57699a;
}
.cGray {
	color: #666666;
}
.cDkblue {
	color: #2F4064;
}
.cBlackish {
	color: #333333;
}
.cBlack {
	color: #000000;
}
.fBold {
	font-weight: bold;
}
.fItalic {
	font-style: italic;
}
.fUnderline {
	text-decoration: underline;
}
.fNormal {
	font-weight: normal;
	font-style: normal;
}
.fSuper {
	vertical-align: super;
	font-size: 60%;
}
.fSub {
	vertical-align: sub;
	font-size: 60%;
}
.fSmallCaps {
	font-variant: small-caps;
}
.fAllCaps {
	text-transform: uppercase;
}
.fCapitalize {
	text-transform: capitalize;
}
.fJustify {
	text-align: justify;
}
.fCenter {
	text-align: center;
}
.fRight {
	text-align: right;
}
.fLeft {
	text-align: left;
}
/* Colors */

/* Cursors */
.curPointer {
	cursor: pointer;
}
/* Cursors */

/* Sizes */
.lgcontent {
	font-size: 14px;
}
.content {
	font-size: 13px;
}
.smlcontent {
	font-size: 12px;
}
.subcontent {
	font-size: 12px;
}
.subsubcontent {
	font-size: 10px;
}
.tinycontent {
	font-size: 9px;
}
/* Sizes */

/* Misc */
.entityReg {
	vertical-align: top;
	margin: 0 1px;
}
.entityCopy {
	vertical-align: top;
	margin: 0 1px;
}
.entityTrade {

}
/* Misc */

/* Padding */
.pt8px {
	padding: 8px 0 0 0;
}
.pb8px {
	padding: 0 0 8px 0;
}
.ptb8px {
	padding: 8px 0 8px 0;
}
.plr8px {
	padding: 0 8px 0 8px;
}
.p8px {
	padding: 8px;
}
/* Padding */

.fltL {
	position: relative;
	float: left;
	margin: 0;
	text-align: left;
}
.fltR {
	position: relative;
	float: right;
	margin: 0;
	text-align: right;
}


/* Hacks */
html, body, #div_anchor {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
html>body, html>body #div_anchor {
	height: auto;
}

html { /* Use this for forcing vertical scrollbars in FF */
	overflow-y: scroll;
}

.cc_tallest { position: relative; }
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
.cc { /* Reserved */ }
/* Hacks */

/* ]]> */