/* Background Definitions ==================== */
.dcBackground { 
	background: #eeeeee;
	margin: 10px;
	padding: 0px;
	height: auto;
	}
.dcContent {
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: auto;
	margin-top: auto;
	width: 800px;
	height: auto;
	text-align: center;
	}

/* Heading Definitions ======================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	font-style: normal; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin-bottom: 10px;
	}

h1, .h1 { font-size: 16px; }
h2, .h2 { font-size: 14px; }
h3, .h3 { font-size: 12px; margin-bottom: 5px; }
h4, .h4 { font-size: 12px; text-transform: none; margin-bottom: 5px; }

.pageHead, .pageHead2 { 
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom 0px;
	display: block;
	}
.pageHead2 {
	padding-top: 0px;
	margin-top: 0px;
}

.subHead, .subHead2, .subHead3 { 
	margin-top: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom 0px;
	display: block;
	}
.subHead2 { 
	padding-top: 23px;
	padding-bottom: 20px;
	}
.subHead3 { 
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	}
.section {
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 8px;
	margin-top: 10px;
	}
.shortPara, .actionPara {
	padding-top: 0px; 
	padding-bottom: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	}
.actionPara {
	background: url(../images/bullet.gif) no-repeat center left; 
	vertical-align: 50%;
	padding: 3px;
	padding-left: 10px;
	color: #999999;
	}


/* Body Definitions ========================== */
p, input, select, .required, .normal, .normal2, .small, .footer {
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: black;
	line-height: 120%;
	font-size: 10px;
	}
textarea { border: 1px solid #9CC6E3; }
.normal2 { width: 400px; }
.normal { padding-bottom: 0px; }
p { margin-bottom: 0px; margin-bottom: 0px; margin-top: 0px; padding: 0px; }
.small, .footer { font-size: 10px; color: #777777; }
.footer { 
	color: #888888; 
	text-align: center; 
	margin-top: 0px;
	padding-top: 0px;
	}
.footer a { 
	padding-left: 4px; 
	padding-right: 4px; 
	}
.note, .note_news, .note_software, .note_docs {
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: black;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 23px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	background: url(../images/note_bg_important.gif) no-repeat #eeeeee;
	height: auto;
	vertical-align: 50%;
	}
.note p, .note_news p, .note_software p, .note_docs p { margin-top: 5px; }
.note_news { background: url(../images/note_bg_important2.gif) no-repeat #ffffff; }
.note_software { background: url(../images/note_bg_software2.gif) no-repeat #ffffff; }
.note_docs { background: url(../images/note_bg_docs2.gif) no-repeat #ffffff; }
.shaded { background: #f5f5f5; }
	

/* Forms ====================================== */
.required {
	color: #ff0000;
	font-weight: bold;
	}
.searchResult {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: block;
	float: none;
	}
.formLine, .formLineAlt {
	border: 0px;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
.formLineAlt {
	background: #f5f5f5;
	}
.divider {
	background: #dddddd;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	padding: 0px;
	}


/* Page Shared Structural Definitions ========= */
.indent {
	padding-left: 15px;
	}
.button {
	vertical-align: middle;
	}
	
/* Breadcrumb area and login */
.bcBar {
	margin-bottom: 4px;
	}

/* Navigation Bar ============= */
.navBar {
	margin-bottom: 7px;
	}
.navBarLeftTop, .navBarRightTop, .navBarLeftBottom, .navBarRightBottom {
	width: 10px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	}
.navBarLeftTop {
	background: url(../images/navbar_side_left_top.gif) no-repeat;
	height: 32px;
	}
.navBarRightTop {
	background: url(../images/navbar_side_right_top.gif) no-repeat;
	height: 32px;
	}
.navBarLeftBottom {
	background: url(../images/navbar_side_left_bottom.gif) no-repeat;
	height: 23px;
	}
.navBarRightBottom {
	background: url(../images/navbar_side_right_bottom.gif) no-repeat;
	height: 23px;
	}
.tabs { 
	background: url(../images/navBarTop.gif) repeat-x;
	padding: 0px;
	margin: 0px;
	height: 32px;
	}
.pages {
	background: url(../images/navBarBottom.gif) repeat-x;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	margin-top: 0px;
	height: 23px;
	}
.pageStyle {
	position: absolute; 
	top: static-position; 
	}


/* Sub Navigation Links ========== */
.subNavLink, .subNavLinkFirst { 
	border-right: 1px solid #aaaaaa;
	}
.subNavLinkFirst { 
	border-left: 1px solid #aaaaaa; 
	}
.pages a {
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #666666; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	margin-right: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
	}
.pages a:hover { 
	color: #000000; 
	text-decoration: none; 
	background: #ffffff; 
	}

/* Content Area ============= */
.contentArea {
	margin-bottom: 15px;
	}
.contentTop {
	background: url(../images/content_border_top.gif);
	}
.contentBottom {
	background: url(../images/content_border_bottom.gif);
	}
.contentSideLeft {
	background: url(../images/content_border_left.gif);
	}
.contentSideRight {
	background: url(../images/content_border_right.gif);
	}
.contentCenter {
	background: #ffffff;
	}
.contentTopLeft, .contentTopRight, .contentBottomLeft, .contentBottomRight {
	width: 10px;
	height: 10px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
.contentTopLeft {
	background: url(../images/content_corner_ul.gif);
	}
.contentTopRight {
	background: url(../images/content_corner_ur.gif);
	}
.contentBottomLeft {
	background: url(../images/content_corner_ll.gif);
	}
.contentBottomRight {
	background: url(../images/content_corner_lr.gif);
	}
.gutter {
	background: #9CC6E3;
	}
.leftColumn {
	width: 35%;  
	text-align: left;
	vertical-align: top;
	}
.rightColumn {
	width: 65%;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	}

/* Tag Default Behavior Definitions =========== */
a { color: #8A3535; font-weight: bold; text-decoration: none; }
a:hover { color: #A87373; text-decoration: none; }
ul, ol {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	}
li {
	list-style-image: url(../images/bullet.gif);
	font-style: normal; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: black;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-left: 15px;
	font-size: 10px;
	}
.code {
	font-style: normal;
	font-family: Courier New, Courier, Monaco;
	text-decoration: none;
	color: black;
	font-size: 10px;
	}
img { border: 0px; }

/* Table Definitions ============ */
table { 
	padding: 0px;
	margin: 0px;
	}
td, .rightCell { 
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
.rightCell { text-align: right; }
.rowSpacer {
	width: 1px;
	height: 4px;
	}

.highlightFeature {
	background: RGB(196,213,255);
	padding: 5px 8px 5px 8px;
	border-left: 3px solid RGB(7,104,169);
	border-right: 3px solid RGB(7,104,169);
	}

.highlightFeature1 {
	background: RGB(255,255,255);
	padding: 8px 10px 8px 10px;
	border-left: 3px solid RGB(255,255,255);
	border-right: 3px solid RGB(255,255,255);
	}

.highlightFeature2 {
	background: RGB(255,255,255);
	padding: 15px 18px 15px 18px;
	border-left: 3px solid RGB(255,255,255);
	border-right: 3px solid RGB(255,255,255);
	}

.highlightFeature3 {
	background: RGB(255,255,255);
	padding: 10px 12px 10px 12px;
	border-left: 3px solid RGB(255,255,255);
	border-right: 3px solid RGB(255,255,255);
	}

.highlightFeature h3 {
	padding-top: 0px;
	margin-top: 0px;
	}

