﻿@import url(common.css);
@import url(commonadditional.css);
@import url(additional.css);


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/body_bg.gif) repeat-x #fff;
}


table {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : Black;
        margin: 0px;
}


.tablenormal
       {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color : Black;
        margin: 0px;
        padding-top: 6px;
        padding-right: 2px;
        padding-bottom: 4px;
        padding-left: 2px;
}


h1 {
	font-size: 25px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #575242;
	margin: 0;
	font-weight: normal;
	line-height: 1.3;
}
h2 {
	font-size: 18px;
	color: #575242;
	margin: 0;
	font-weight: normal;
	line-height: 1.3;
}
h3 {
	font-size: 15px;
	color: #000;
	margin: 5px 0 7px;
	line-height: 1.3;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	color: #000;
	margin: 10px 0 3px;
	line-height: 1.3;
}
h5 {
	font-size: 12px;
	color: #000;
	margin: 10px 0 3px;
	line-height: 1.3;
}
h6 {
	font-size: 11px;
	color: #000;
	margin: 10px 0 3px;
	line-height: 1.3;
}

p {
	font-size: 11px;
	line-height: 1.3;
	color: #666;
	margin: 7px 0 15px;
}

ul, ol, dl {
	font-size: 11px;
	line-height: 1.3;
	color: #666;
	margin: 7px 0 15px 0;
	padding-left: 20px;
}
li { margin-bottom: 4px; }

a { color: #f00; text-decoration: underline; }
a:hover { text-decoration: none; }

abbr[title] { cursor: help; }

img, form, fieldset { border: none; margin: 0; padding: 0; }




/*=common styles
----------------------*/
ul.sidebarLinks, ul.contentLinks {
	font-size: 10px;
	color: #f36000;
	list-style: none;
	padding-left: 0;
	margin-left: -9px;
}
ul.contentLinks { font-size: 11px; }
.sidebarLinks li, .contentLinks li {
	background: url(../images/index_subnav_on.gif) 1px 5px no-repeat;
	padding-left: 8px;
	margin-bottom: 4px;
}

.pdfLink {
	padding: 1px 0 3px 20px;
	background: url(../images/pdf_icon.gif) no-repeat;
}

#subContent h3, #insideSubContent h3, #sidebar h3 {
	/*padding-left: 20px;*/
	margin-left: -20px;
	margin-top: 0;
	font-weight: normal;
}
#subContent h3 img, #insideSubContent h3 img, #sidebar h3 img{
	padding:0 5px 0 1px;
}


.SpecialListTop {
	padding-left: 0;
        padding-right: 5px;
	margin-top: 0;
	list-style: none;
	font-size: 10px;
}


.SpecialList {
	background: url(../images/feature_bullet.gif) 1px 3px no-repeat;
	padding-left: 14px;
	margin-bottom: 18px;
}




/*
h3.caseStudyHeading { background: url(../images/case_icon.gif) 1px 3px no-repeat; }
h3.lookingForHeading { background: url(../images/looking_for_icon.gif) 1px 2px no-repeat; }
h3.alsoAvailableHeading, h3.whitePapersHeading, h3.productsHeading, h3.solutionsHeading, h3.documentsHeading,  #insideSubContent h3, h3.careersHeading { background: url(../images/also_available_icon.gif) 1px 2px no-repeat; }
h3.testimonialsHeading { background: url(../images/testimonials_icon.gif) 1px 2px no-repeat; }
h3.relatedLinksHeading { background: url(../images/related_links_icon.gif) 1px 3px no-repeat; }
h3.seeAlsoHeading { background: url(../images/see_also_icon.gif) 2px 4px no-repeat; }
h3.servicesHeading { background: url(../images/services_available_icon.gif) 1px 2px no-repeat; }
h3.otherProductsHeading { background: url(../images/other_products_icon.gif) 1px 3px no-repeat; }
h3.newsAboutHeading { background: url(../images/news_icon.gif) 1px 2px no-repeat; }
h3.partnersHeading { background: url(../images/partners_icon.gif) 1px 2px no-repeat; }
h3.aboutPartnersHeading, h3.aboutProductsHeading { background: url(../images/about_partners_icon.gif) 1px 2px no-repeat; }
h3.contactHeading { background: url(../images/contact_us_icon.gif) 1px 2px no-repeat; }
h3.officesHeading { background: url(../images/offices_icon.gif) 2px 1px no-repeat; }
h3.archiveHeading { background: url(../images/archive_icon.gif) 1px 2px no-repeat; }
*/