html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
html{
    font-size: 100%;
}
body {
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "DejaVu Sans", Geneva, Arial, sans-serif;
	font-size: .84em;
	line-height: 1.3em;
}
#body_bg {
	background-image: url(/images/bg_top.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
}
#main {
	width: 995px;
	background-image: url(/images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 250px;
	overflow: hidden;
	position: relative;
}

#searchbox {
	position: absolute;
	top: 47px;
	right: 16px;
	/* left: 50%;
	margin-left: 305px; */
	width: 175px;
	color: #858585;
	font-size: .8em;
	font-weight: bold;
}

#searchbox form input[type=text] {
	margin: 0px;
	padding: 1px;
	width: 125px;
	height: 18px;
	border: 1px solid #DBDBDB;
	background-color: #fdfdfd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#searchbox form input[type=image] {
	margin: 0px;
	margin-top: 1px;
	padding: 0px 0px 0px 5px;
}

#banner {
	height: 163px;
}

#left_bar {
	width: 190px;
	margin: 0px 30px 0px 10px;
	padding: 0px;
	padding-bottom: 30px;
	float: left;
}

#left_menu_bg {
	width: 190px;
	background-image: url(/images/bg_menu.gif);
	margin: 0px;
	padding: 0px;
}

#left_menu {
	width: 190px;
	background-image: url(/images/el_menu_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

#loginbox {
	width: 190px;
	height: 120px;
	background-image: url(/images/bg_login.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}

#loginbox form {
	text-align: center;
}

#loginbox form label {
	color: #878787;
	font-size: .7em;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 4px;
	vertical-align: top;
}

#loginbox form input[type=text], #loginbox form input[type=password] {
	margin: 10px 0px 0px 0px;
	padding: 1px;
	width: 160px;
	height: 18px;
	border: 1px solid #DBDBDB;
	color: #a3a3a3;
	background-color: #fdfdfd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#loginbox form input[type=checkbox] {
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #DBDBDB;*/
	width: 13px;
	height: 13px;
	filter:alpha(opacity=50);
	opacity: 0.5;
}

#loginbox form input[type=image] {
	margin: 0px;
	margin-top: 1px;
	padding: 0px 0px 0px 5px;
}

#loginlower {
	width: 100%;
	margin-top: 20px;
	padding-left: 14px;
	text-align: left;
}

#login_buttons {
	float: right;
	margin: 0px;
	padding-right: 13px;
	padding-top: 3px;
}

#content {
	width: 760px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#right {
	float: right;
	width: 322px;
	margin: 0px 0px 20px 20px;
	/*background-color: #ffffff;*/
	font-size: .8em;
	line-height: 1.3em;
}

#right img { border: 0px; margin: 0px; padding: 0px; }

#right_content_bg {
	width: 322px;
	background-image: url(/images/bg_sidebar.gif);
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#right_content {
	margin: 0px;
	background-image: url(/images/el_sidebar_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 10px 10px 10px;
	color: #636466;
	overflow: hidden;
}

#right_content img, #news_text img {
	float: left;
	border: 1px solid #DBDBDB;
	padding: 2px;
	margin: 10px 10px 10px 0px;
}

#right_content p {
	float: left;
	width: 210px;
}

#right_content b, #right_content strong {
	display: block;
	margin: 0px; padding: 0px;
	margin-top: 3px;
	margin-bottom: 6px;
}

#right_content #readMore {
	display: table;
	margin: 6px 0px 0px 10px;
	padding: 0px 15px 0px 0px;
	background-image: url(/images/el_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}
/*
#right_content #readMore a {
	color: #636466;
	text-decoration: underline;
}

#right_content #readMore a:hover { color: #D96027; }
*/
#right_content #separator {
	width: 322px;
	padding: 0px;
	margin: 3px 0px 3px -10px;
	height: 1px;
	background-image: url(/images/el_sidebar_dottedline.gif);
	background-position: left top;
	clear: both;
}

#footer_bg {
	width: 100%;
	min-height: 154px;
	background-image: url(/images/bg_footer.gif);
	background-color: #D0D0D0;
	background-repeat: repeat-x;
	margin: 0px;
	clear: both;
}

#footer {
	width: 995px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 10px;
	font-size: 13px;
}

#footer table {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#footer td {
	vertical-align: middle;
	font-family: Verdana, Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "DejaVu Sans", Geneva, Arial, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	margin: 0; padding: 0;
	color: #575757;
}

/*#footer td a { color: #575757; text-decoration: underline; }*/

#footer img { margin-right: 10px; }

/* Level 1 Tabs */
/* ul#mainnav a:hover { 
	text-decoration: none; 
	color: #c1222e; 
} */

ul#mainnav {
	font-size: .9em;
	line-height: 1em;
	width: 160px;
	clear: left;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
ul#mainnav li {
	list-style-type: none;
	border-bottom: 0px solid #eeeeee;
	background-image: url(/images/el_menu_topbullet.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	margin: 0px;
	padding: 0px;
}
ul#mainnav li a { 
 	color: #575757; 
	text-decoration: none;
	padding: 10px 00px 7px 17px; 
	display: block;
	text-align: left;
	border: 0px;
}
ul#mainnav li.sel {
	background-image: url(/images/el_menu_topbullet_sel.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
}

ul#mainnav li.sel a { color: #c1222e; }

ul#mainnav li.separator {
	padding: 0px;
	margin: 3px 0px 0px 17px;
	height: 1px;
	background-image: url(/images/el_menu_dashline.gif);
	background-position: left top;
}
/* End Level 1 Tabs */

/* Level 2 Tabs */
ul#mainnav ul.subnav {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}
ul#mainnav ul.subnav li {
	list-style-type: none;
	background-image: url(/images/el_menu_2ndbullet.gif);
	background-repeat: no-repeat;
	background-position: 18px 9px;
}
ul#mainnav ul.subnav li a { 
 	color: #575757; 
	text-decoration: none;
	padding: 6px 0px 6px 30px; 
}
ul#mainnav ul.subnav li.sel {
	background-image: url(/images/el_menu_2ndbullet_sel.gif);
	background-repeat: no-repeat;
	background-position: 18px 9px;
}
ul#mainnav ul.subnav li.sel a {
	color: #c1222e;
} 
/* End Level 2 Tabs */

/* Level 3 Tabs */
ul#mainnav ul.subnav ul.subnav {
	font-size: .9em;
}
ul#mainnav ul.subnav ul.subnav li {
	list-style-type: none;
	background-image: url(/images/el_menu_2ndbullet.gif);
	background-repeat: no-repeat;
	background-position: 30px 9px;
}
ul#mainnav ul.subnav ul.subnav li a { 
 	color: #575757; 
	text-decoration: none;
	padding: 6px 0px 6px 40px; 
}
ul#mainnav ul.subnav ul.subnav li.sel {
	background-image: url(/images/el_menu_2ndbullet_sel.gif);
	background-repeat: no-repeat;
	background-position: 30px 9px;
}
ul#mainnav ul.subnav ul.subnav li.sel a {
	color: #c1222e;
} 

/* End Level 3 Tabs */

p { padding: 3px 0px 15px 0px; }

p.heading_1, p.heading_2, p.heading_3 {
	padding: 0px;
}

ul, ol { margin-left: 20px; }
li { margin: 0px 0px 4px 0px; }

a { color: #636466; text-decoration: underline;}  /*D96027   padding-bottom: 0px;  border-bottom: 1px dotted #575757;*/
a:hover { color: #c1222e; }
a:active { color: #D96027; }

a img { border-width: 0px; }

h1, .newsTitle, .heading_1 {
	color: #636466;
	color: #c1222e;
	font-size: 1.7em;
	line-height: .9em;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	background-image: url(/images/el_h_dashed_line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

h2, #news_headline, .heading_2 { 
	color: #636466;
	font-size: 1.4em; 
	margin: 15px 0px 10px 0px;
	font-weight: normal;
}

h3, #news_dateline, .newsDetailsItemDate, .heading_3 { 
	color: #636466;
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 0px 8px 0px;
}

.fancylist {
	width: 403px;
	background-image: url(/images/bg_fancylist.gif);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}

.fancylist_wide {
	width: 700px;
	background-image: url(/images/bg_fancylist_wide.gif);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}

.fancylist_top {
	width: 403px;
	height: 12px;
	background-image: url(/images/el_fancylist_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.fancylist_wide_top {
	width: 700px;
	height: 12px;
	background-image: url(/images/el_fancylist_wide_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.fancylist ul, .fancylist_wide ul {
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 1.01em;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 10px;
}

.fancylist ul {
	width: 403px;
	background-image: url(/images/el_fancylist_bot.gif);
}

.fancylist_wide ul {
	width: 700px;
	background-image: url(/images/el_fancylist_wide_bot.gif);
}

.fancylist ul li, .fancylist_wide ul li {
	list-style-type: none;
	border-bottom: 0px solid #eeeeee;
	background-image: url(/images/el_bullet_orangered.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin: 0px;
	margin-left: 20px;
	padding: 0px 10px 8px 22px;
}

.image_float {
	position: relative;
	color: #c1222e;
	font-size: .8em;
	padding: 10px 10px 7px;
	border: 1px solid #D0D0D0;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
}
.image_float.attop { margin-top: 0; }
.image_float.right {
	clear: right;
	float: right;
	margin-right: 5px;
	text-align: right;
}
.image_float.left {
	clear: left;
	float: left;
	margin-left: 5px;
	text-align: left;
}
.image_float img {
	background: #adadad;
	border: 1px solid #404040;
	padding: 2px;
	margin: 0 0 3px 0;
}
.image_float, .thumbMagnify {
	cursor: pointer;
	-o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}
.image_float.nolink { cursor: default; }

.thumbMagnify {
	display: none;
	z-index: 100;
	position: absolute;
	top: -150px;
	padding: 10px;
	border: 2px solid #aaa;
	background: #fff;
	-o-border-radius: 8px;
	-icab-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: opacity 0.6s ease-in-out;
}
.image_float.right .thumbMagnify {
	right: -5px;
}
.image_float.left .thumbMagnify {
	left: -5px;
}
.thumbMagnify img {
	padding: 1px;
	margin: 0;
}

.right_content_bg, .right_content_bottombg, .right_content_topbg  {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.right_content_bg {
	background-image: url(/images/bg_sidebar.gif);
	-o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
	-khtml-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}
.right_content_bottombg {
	background-image: url(/images/el_sidebar_bot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.right_content_topbg {
	background-image: url(/images/el_sidebar_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.right_content_bg p { padding: 15px; }

.clear { clear: both; }

.red, noscript {
	color: #c1222e;
}

.smaller {
	font-size: .8em;
}

.small {
	font-size: .7em;
}

table.formTable td {
	padding: 3px 2px;
}

.formbox, .moreinfobox {
	padding: 10px; 
	background-color: #F8F8F8; 
	border: 1px solid #D0D0D0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.moreinfobox {
	display: none; 
	margin: 0px 20px 10px 30px; 
	border-style: dashed;
}

.arrowLink { 
	padding: 0px 20px 2px 6px;
	background: url(/images/el_arrow_red_right.png)  no-repeat 94% 4px;
	background-color:inherit;
}

.formbox input[type="text"],
.formbox select,
.wdgInput {
	border: 1px solid #DBDBDB;
	color: #6d6d6d;
	background-color: #fdfdfd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formbox input[type="button"],
.formbox input[type="submit"],
.formbox button,
.wdgButton {
	background : Silver;
	background-image : url(/images/bg_button.gif);
	background-repeat: repeat-x;
	height: 22px;
	font-size: .8em;
	font-weight: bold;
	line-height: .8em;
	letter-spacing: 0.2em;
	color: White;
	padding: 3px 10px 2px 10px;
	border : 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
}

.tableheader {
	background-image : url(/images/bg_header_gray3d.gif);
	background-color : #C0C0C0;
	font-weight : bold;
	color : #4d4d4d;
	font-size : 12px;
	padding : 2px;
}


.tech_variable {
	font-style : italic;
	color : Purple;
}
.tech_progName {
	font-weight : normal;
	font-style : italic;
}
.tech_codeCommand {
	color : #990033;
}
.tech_codeAttrib {
	color : #990033;
}

.cQuote {
	font-weight : normal;
}
.cQuoteSig {
	font-size : 11px;
	font-weight: bold;
	text-align : right;
}


/* News Module styles */

table#news_display {
	width: 98%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table#news_display td {
	padding: 0px;
}

table#news_display #news_item_td {
	padding: 6px 12px 6px 5px;
	vertical-align: top;
}

table#news_display tr.alt td {
	background-color: #f8f8f8;
}

#news_listingSpacerRow {
	border-bottom: 1px dashed #D0D0D0;
}

#news_headline { 
	margin: 0px 0px;
	font-size: 1.5em; 
}

#news_dateline, .newsDetailsItemDate {
	display: none;
	font-size: 12px; 
	text-transform: uppercase;
	color: #666666;
	font-weight: normal;
}

#news_text img {
	margin-left: 10px;
	margin-top: 0px;
}

#news_display td#news_readMoreLinkRow { padding-right: 12px; }
#news_readMoreLinkRow a {padding: 0px 15px 0px 10px; background-image: url(/images/el_arrow_red.gif); background-repeat: no-repeat;	background-position: right 4px; }
