
/* =========DEFAULTS========= */

body{
	background-image:url(../images/background/body_trace.gif);
	background-color: #efefef;
	background-position:top;
	background-repeat:repeat-x;
	margin: 0px;
}

td{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

/* =========BACKGROUND========= */

.bg_all {
	background-color: #efefef;
}

.bg_white{
	background-color: White;
}

.bg_lb{
	background-color: #d5dced;
}
.bg_lb2{
	background-color: #e6eff7;
}
.bg_blue{
	background-color: #cedfef;
}

.bg_grey {
	background-color: #f4f4f4;
}
.bg_grey2 {
	background-color: #f2f2f2;
}
/*======== BORDER =========*/

input, radio, select, textarea{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

/*======== BORDER =========*/

.pic_border{
	border: 1px solid;
	color: White;
}
.pic_border_dark{
	border: 1px solid;
	border-color: #656565;
}
.box_blue_border{
	border: 1px solid;
	border-color:#3b81bf;
}
.top_border{
	border-top: 1px solid;
	border-color: #656565;
}
.bot_border{
	border-bottom: 1px solid;
	border-color: #656565;
}
.left_border{
		border-left: 1px solid;
		border-color: #656565;
}
.right_border{
	border-right: 1px solid;
	border-color: #656565;
}
	
/* ==========MARGIN========= */
.box_margin {
	margin: 10px;
}
.left_margin {
	margin-left: 7px;
}

.top_margin {
	margin-top: 9px;
}

.right_margin{
	margin-right: 9px;
}

.rightM_margin{
	margin-right: 11px;
}

.bottom_margin{
	margin-bottom: 10px;
}

/* =========FONTS========= */

.text_normal{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
.text_bold{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}

.text_large{
	font-family: Tahoma;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
}
.text_slarge{
	font: verdana;
	font-size: 17px;
	line-height: 20px;
	color: #333333;
}

.text_large_bold{
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}

.text_quote{
	font-family: Tahoma;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	color: #333333;
}

.text_links{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;
	color: #444444;
	text-decoration: none;
	
}
.text_products{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
.text_comment{
	font-family: Tahoma;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}

a.text_links:link,a.text_links:active,a.text_links:visited{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;
	color: #444444;
	text-decoration: underline;
}

a.text_links:hover{
	color: #d2212a;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;
	text-decoration: underline;
}

.title_blue_text {
	font-weight: bold;
	color: #3b81bf;
}
.text_red {
	color:#d2212a;
}

.menu{
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #367BB6;
	border-bottom-color: #2B6393;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 6px;
	height: 20px;
	cursor: pointer;
}


a.menu_link:link,a.menu_link:active,a.menu_link:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #797979;
	text-decoration: none;
}

a.menu_link:hover{
	color: #797979;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}

.testimonial{
	margin: 9px;
	font-style:italic;
}

.employee_title_cell{
	background-color: #E2ECF5;
	padding-left:5px;
}

.employee_title_cell_content{
	border-style: solid;
	border-width: 1px;
	border-color: #E2ECF5;
}

.menu_employees{
	position: relative;
	display: none;
	background-color:#FFFFFF;
}











/* ========= Top menu ========= */
#menu_bar { 
	float: right; 
	padding-top: 140px; 
	padding-right: 20px; 
}
#menu, #menu ul { 
	padding: 0; 
	margin: 0; 
	list-style: none; 
	position: relative; 
	z-index: 100; 
}
#menu li { 
	position: relative; 
	width: 75px; 
	float: left; 
	text-align: center; 
	font-family: Verdana; 
	font-size: 10px; 
	color: #494c4c;
	font-weight: bold;
	text-transform: uppercase; 
	cursor: pointer; 
	padding-right: 0px;
}
#menu li:HOVER {
	color: #ffffff;
}
#menu li ul { 
	display: none; 
	position: absolute; 
	top: 16px; 
	left: 0px; 
	border-left: 1px solid #2b6393;
	border-right: 1px solid #2b6393; 
	border-bottom: 1px solid #2b6393; 
	text-transform: none; 
	background-color: #367bb6; 
	width: 175px; 
}
#menu li a {
	text-decoration: none; 
	color: #494c4c;
}
#menu li a:HOVER { 
	color: #ffffff; 
}
#menu li ul li { 
	background: none; 
	text-transform: none; 
	text-align: left; 
	height: 23px; 
	cursor: pointer; 
	width: 100%; 
	border: 0px; 
	border-top: 1px solid #2b6393;
}
#menu li ul li:hover {
	background-color: #5e9dcb;
}
#menu li ul li a { 
	line-height: 20px; 
	color: #ffffff; 
	padding-left: 5px; 
	display: block; 
	font-weight: normal; 
	font-size: 7pt; 
}
#menu li:hover ul, #menu li.over ul { 
	display: block;
}











/* ========= OTHER ========= */

table td.content { padding-left: 2px; padding-right: 2px; }
table#product_fedListing td { text-align: left; }

td.title_img { padding-top: 3px; }


.enhancements_subtit { color: #d2212a; font-size: 14px; font-weight: bold; }

table#enhancements td.titles a { color: #3b81bf; font-weight: bold;	text-transform: uppercase; text-decoration: none; font-size: 11px; }
table#enhancements td.titles a:HOVER { text-decoration: underline; }

.img_pad { padding-left: 15px; padding-right: 5px; }
.constant_sub a { font-size: 14px; color: #009900; text-decoration: none; }
.constant_sub a:HOVER { text-decoration: underline; }
table#careers { margin-bottom: 25px; }
table#careers div.positions { background:url(../images/contact_us/bg_careers.gif) no-repeat; padding: 10px; height: 72px; }
table#careers div.pos_title { font-size: 12px; font-weight: bold; color: #407eb6; }

div#body { width: 530px; float: right; }
div#secondary_body { width: 625px; float: right; }
div#full_body { width: 100%; }

div#request_info_sm { padding-bottom: 4px; }
div#testimonials { background: url(../images/background/highlights_bg.jpg) no-repeat; background-color: #d5dced }

/* ========= NEW HOME PAGE ========= */
div#gotoassist { padding-bottom: 4px; }
div.news { margin: 8px; }

div#center_flash { background:url(../images/home/bg_content.jpg) no-repeat; margin: 0 25px 0 25px; padding-top: 35px; }


/* ========= PRODUCT PAGES ========= */
table#products .titles { font-size: 12px; font-weight: bold; text-decoration: none; color: #000; }
table#products .titles_blue { font-size: 14px; font-weight: bold; color: #407eb6; }
table#products .titles_figure { font-size: 10px; font-weight: bold; text-decoration: none; color: #000; }

table#products .info { text-align: left; padding-left: 3px; padding-right: 3px; }
table#products { padding: 3px; font: Verdana; }
table#products .compliment { font-size: 16px; color: #3b81bf; }
table#prod_highlights { background: #e1e8e1; }

div#page_links { text-align: right; padding-left: 3px; padding-right: 3px; margin-top: 7px; font-size: 14px; }
div#page_links a { color: #000000; text-decoration: none; }
div#page_links a:hover { text-decoration: underline; }
div#page_links a.currentpg { color: #3b81bf; text-decoration: none; font-weight: bold; }
div#highlights { width: 100%; height: 100%; text-align: left; background: url(../images/products/highlights_bg.jpg) repeat-y; }
div#highlights #high_footer { background: url(../images/products/highlights_footer.jpg) no-repeat; height: 196px; clear: left; padding-left: 20px; }
div#highlights #high_efriendly_footer { background: url(../images/products/highlights_efriendly_footer.jpg) no-repeat; height: 196px; clear: left; padding-left: 20px; }
div#highlights #high_footer .high_pdflink { padding-top: 150px; }
div#highlights #high_efriendly_footer .high_pdflink { padding-top: 150px; }
div#highlights a { color: #000000; text-decoration: none; font-size: 12px; }
div#highlights a:hover { text-decoration: underline; }
div#highlights_bullets { padding-top: 10px; padding-right: 10px; padding-left: 10px; float: left; font-size: 10px; }
div#highlights_bullets li { padding-bottom: 5px; }
div#highlights_bullets .subbullets { padding-left: 17px; }
div#highlights_bullets .high_title { font-size: 12px; font-weight: bold; text-transform: uppercase; }
div#highlights_bullets .high_subtitle { font-size: 12px; font-weight: bold; }
div#highlights_bullets .high_subtitle_sm { font-size: 10px; font-weight: bold; }


/* ========= SERVICE PAGE ========= */
div#services_highlights { width: 100%; height: 100%; text-align: left; background: url(../images/common/line_division.gif) repeat-y; }
div.services_pdflink { float: right; clear: both; padding-right: 10px; }
table#services td.info { text-align: left; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; }
table#services a.manual { color: #000; text-decoration: none; }
table#services a.manual:hover { text-decoration: underline; }


/* ========= PARTNER PAGES ========= */
div#partners_highlights { width: 100%; height: 100%; text-align: left; background: url(../images/partners/highlights_bg.jpg) repeat-y; }
div#partners_highlights a { color: #000; text-decoration: none; font-weight: bold; }
div#partners_highlights a:hover { text-decoration: underline; }
table#partners td.info { text-align: left; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; }
table#partners td.title { font-size: 20px; padding: 10px; color: #407eb6; }
table#partners td.img_title { font-size: 12px; font-weight: bold; padding: 10px; }
table#partners td.img {	text-align: center; padding: 10px; }


/* ========= YouTube VIDEOS ========= */
td.vid_titles { font-size: 16px; padding-bottom: 10px; }


/* ========= PRIVACY PAGES ========= */
div#privacy_highlights { width: 100%; height: 100%; text-align: left; background: url(../images/common/line_division.gif) repeat-y; }
div.privacy_pdflink { float: right; clear: both; padding-right: 10px; }
table#privacy td.info { text-align: left; padding-bottom: 10px; padding-left: 10px; padding-right: 10px; }


/* ========= README ========= */
table#readme { text-align: left; margin: 0px 0px 0px 0px; width: 759px; }
table#readme a { text-decoration: none; color: #000000; }
table#readme a:hover { text-decoration: underline; }
table#readme td.version { font-size: 16px; font-weight: bold; color: #407eb6; padding-top: 25px; }
table#readme td.group { font-size: 14px; padding-top: 15px; font-weight: bold; }
table#readme div.positions { background:url(../images/contact_us/bg_careers.gif) no-repeat; padding: 10px 10px 0px 10px; height: 70px; width: 440px; }
table#readme div.pos_title { font-size: 12px; font-weight: bold; color: #407eb6; }
table#qa td { vertical-align: top; }

/* ========= COMPATIBILITY CHART ========= */
table#compatibility td { text-align: center; }
table#compatibility .comp_title { font-weight: bold; }
table#compatibility td.product { text-align: left; width: 215px; }

table#compatibility tr.horizrow { background-color: #f7f7f7; }
table#compatibility td.vertrow { border-left: solid 1px #cccccc; border-right: solid 1px #cccccc; }
table#compatibility td.vertrow_last { border-left: solid 1px #cccccc; }



/* ========= Bankers and Bikes ========= */
table#bandb td.msg { padding: 0 20px 0 20px; font-size: 12px; }

/* ========= CONFERENCE STUFF ========= */
table#users_conference a.titles { font-size: 12px; font-weight: bold; text-decoration: none; color: #407eb6; }
table#users_conference a.titles:hover { text-decoration: underline; }
table#users_conference td { vertical-align: top; }
table#users_conference .eval { font-size: 14px; padding-bottom: 25px; }
table#users_conference img { padding: 5px; border: 1px #333333 solid; }
table#users_conference .conf_titles { font-size: 24px; }
table#users_conference div#pg_links a { font-size: 12px; float: right; font-weight: bold; text-decoration: none; color: #407eb6; }
table#users_conference div#pg_links a:hover { text-decoration: underline; }


/* ========= ONLINE HELP ========= */
table#online_help td.help_title { background: url(../images/help_title_bg.jpg) no-repeat; height: 24px; line-height: 24px; padding-left: 10px; font-weight: bold; padding-bottom: 10px; }

ul.help_docs { list-style: none; }
ul.help_docs li { background: url(../images/document.png) no-repeat; padding-left: 20px; padding-bottom: 8px; line-height: 16px; margin-left: -20px; }
ul.help_docs li a { color: #000; }
ul.help_docs li a:HOVER { text-decoration: none; }

