
/* CSS Document for Tiscor -----------------------------*/

body
{
	background:url(../images/pagebg.gif) repeat-x top fixed;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
}

/* default style
---------------------------------------------*/
a     {	outline:none; }
a img {	border:none;  }

a:link, a:visited, a:hover, a:active
{
	color:#003366;
	text-decoration:none;
}

*
{
	margin:0;
	padding:0;	
}

table
{
	border-collapse:collapse;
}

p
{
	color:#7e7e7e;
	line-height:17px;
}

hr
{
	background-color:#b8b9be;
	color:#b8b9be;
	height:1px;
	border:0;
	width:85%;
}

h1 {
	color:#4e4b4c;
	font-size:1.3em;
	padding:0 0 10px 0;
	margin:0 0 0 0;
}
h2 {
	color:#336699;
	font-size:.75em;
	padding:0 0 10px 0;
	margin:0 0 0 0;
}
h3 {
	color:#000;
	font-size:1.2em;
	padding:10px 0 5px 0;
	margin:0 0 0 0;
}


/* skeleton of the page
---------------------------------------------*/
#page
{
	width:979px;
	margin:0 auto;
}


/* header section
---------------------------------------------*/
#header
{
	width:979px;
}

.logo
{
	padding:0 0 0 0;
	vertical-align:top;
	text-align:left;
}

.searchContainer
{
	vertical-align:top;
	text-align:right;
}
/**:first-child+html .searchContainer
{
	width:450px;
	float:right;
}*/
.searchContainer .searchTable
{
	float:right !important;
}

.searchContainer .searchTable td { text-align:right;}

.searchMenus
{
	font-family:Tahoma;
	font-size:0.70em;
	color:#000;
	white-space:nowrap;
}
.searchMenus ul
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	display:inline;
	float:right;
}
.searchMenus li
{
	padding:0 5px 0 0;
	margin:0 0 0 0;
	display:inline;
}
.searchMenus a:link, a:visited, a:hover, a:active
{
	color:#003366;
}



.searchBox
{
	border:1px solid #b5b5b5;
	width:120px;
	margin:0 10px 0 5px;
}

.menu ul li ul li .dropCrvLeft
{
	background:url(../images/drop-menu-left-Curve.gif) no-repeat left;
}
.menu ul li ul li .dropCrvRight
{
	background:url(../images/drop-menu-right-corner.gif) no-repeat right;
	height:25px;
}

.callUs
{
	text-align:right;
	color:#7e7e7e;
	font-size:0.75em;
	line-height:40px;
}
.callUsno
{
	color:#345797;
	font-weight:bold;
}

.login ul
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	display:inline;
}

.login li
{
	padding:0 7px 0 0;
	margin:0 0 0 0;
	font-weight:bold;
	display:inline;
	font-size:0.68em;
}

.loginSptr
{
	font-weight:normal;
	color:#ccc;
	
}

/* body content of the page
---------------------------------------------*/
.flashBanner
{
	width:979px;
	margin:10px 0 0 0;
	text-align:left;	
	/*background:url(../images/flashbg.gif) no-repeat;
	background-color:#b7d6eb;*/
}
/* for flash home page banner */
.flashBanner, x:default{margin-bottom:-4px;}
* html .flashBanner, x:default{margin-bottom:0px;}
*:first-child+html .flashBanner, x:default{margin-bottom:0px;}


.tabContainer
{
	width:979px;
	margin:0 0 0 0;
	float:left;
}

#contentHolder
{
	width:977px;
	text-align:left;
	margin:0 0 0 1px;
	border:1px solid #ccc;
	border-width:0 1px 1px 1px;
	background:#fff;
}

/* Hacks for IE6 and IE7 Respectively --------*/
* html #contentHolder             {	margin:0; }
*:first-child+html #contentHolder {	margin:0; }


#content
{
	width:977px;
	margin:20px auto;
	background:url(../images/content-bg.gif) top repeat-y;
}


#contentMain
{
	width:710px;
	vertical-align:top;
	margin-left:30px;
}

.breadCrumb
{
	width:710px;
	font-size:0.70em;
	color:#003366;
	margin:0 0 0 1px;
}
.breadCrumbDselect
{
	color:#7e7e7e;
}

.pageLists                    { padding:0 0 8px 12px; }
* html .pageLists             { padding:0 0 8px 17px; }
*:first-child+html .pageLists { padding:0 0 8px 18px; }
.pageLists ul
{
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.pageLists li
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-weight:bold;
	list-style-image:url(../images/grey-bullet.gif);
	/*font-size:0.75em;*/
}
.pageLists li ul
{
	padding:0 0 0 10px;
	margin:0 0 0 0;
}
.pageLists li ul li
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-weight:normal;
	list-style-image:url(../images/grey-bullet.gif);
	/*font-size:1.1em;*/
	font-size:1em;
}

.pageListsNormal                    { padding:0 0 8px 12px; }
* html .pageListsNormal             { padding:0 0 8px 17px; }
*:first-child+html .pageListsNormal { padding:0 0 8px 18px; }
.pageListsNormal ul
{
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.pageListsNormal li
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-image:url(../images/grey-bullet.gif);
	/*font-size:0.75em;*/
}


.pageContent
{
	width:710px;
	vertical-align:top;
	margin:10px 0 0 0;
	font-size:0.75em;
}

* html .pageContent table
{
	font-size:100%;
}


.pageContent .indentBullets
{
 padding:0 0 0 25px;
 margin:0 0 0 0;
}
.pageContent .indentBullets li
{
 padding:0 0 5px 0;
 margin:0 0 0 0;
 /*font-size:0.75em;*/
 list-style-type:square;
}

.pageContent .indentBullets .indentBulletsSub
{
 padding:2px 0 0 15px;
 margin:0 0 0 0;
}

.pageContent .plainBullets
{
 padding:0 0 0 15px;
 margin:15px 0 0 0;
}
.pageContent .plainBullets li
{
 padding:0 0 7px 0;
 margin:0 0 0 0;
 /*font-size:0.75em;*/
 list-style-type:square;
 font-weight:bold;
}
.pageContent .iconsHolderDoc
{
	margin:0 0 15px 0;
}
.pageContent .iconsHolderDoc td
{
	padding:0 20px 0 0;
}


.pageContent td
{
	vertical-align:top;
}

.pageContent p
{
	/*font-size:0.75em;*/
	color:#000000;
	padding:0 0 10px 0;
}
.pageContent .pPadding
{
	/*font-size:0.75em;*/
	color:#000000;
	font-weight:bold;
	padding:0 0 0px 0;
}

.pageContent .img
{
	float:right;
	margin:5px 0 5px 25px;
	border:1px solid #bdbdbd;
}
 #bottomBorder td
{
	border-bottom:#CCCCCC solid 1px;
	margin:0;
	padding:0;
}
.backToTop
{
	float:right;
	padding:0 0 10px 0;
}

#bottomBorder ul
{
	margin:0 0 0 0;
	padding:0 0 10px 13px;	
	font-size:0.75em;
	
}
*:first-child+html #bottomBorder ul /*-----------Hack for IE7----------*/
{
	margin:0 0 0 0;
	padding:0 0 0 16px;	
}
#bottomBorder ul li {
	list-style-image:url(../images/grey-bullet.gif);
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:28px;
	vertical-align:top;
}

#bottomBorder .borderLess /*-----For removing Border with bottom-----*/
{
	border:none;
}
#bottomBorder h3        /*-----For giving Space with Top in headings-----*/
{
	padding-top:15px;
}

.departmentsBlock
{
	 width:100%;
	 float:left;
	 margin:10px 0 0 0;
	 padding:0;
	/* font-size:0.75em;*/
}
.departmentsBlock th
{
	background-color:#e8e8ea;
	width:100px;
	height:25px;
	padding:0 0 0 28px;
	text-align:left;
}
.departmentsBlock td
{
	padding:6px 0 5px 28px;
	text-align:left;
	vertical-align:bottom;
}
.cellBorder 
{
	border-bottom:#CCCCCC solid 1px;
}

/* left navigation of the Home and internal page
-------------------------------------------------------------*/

.leftContent             { vertical-align:top; }
.leftContentSub          {
	vertical-align:top;
	width:207px;
}

.leftContent .leftNav       { width:192px; }
.leftContentSub .leftNavSub { width:183px; margin-left:25px; }

.leftContentSub .leftNavSub a:link    { font-weight:normal;text-decoration:none;color:#003366; }
.leftContentSub .leftNavSub a:visited { font-weight:normal;text-decoration:none;color:#003366; }
.leftContentSub .leftNavSub a:hover   { font-weight:normal;text-decoration:none;color:#003366; }
.leftContentSub .leftNavSub a:active  { font-weight:normal;text-decoration:none;color:#003366; }




.leftNav h2 {
	color:#4e4b4c;
	font-size:0.95em;
	/*background:url(../images/circle-bullet.gif) no-repeat left top;*/
	background:url(../images/grey-circle-bullet.gif) no-repeat left top;
	padding:0 0 0 17px;
	margin:15px 0 0 0;
}
/** html .leftNav h2 {padding:0 0 0 17px;margin:10px 0 0 0;}
*:first-child+html .leftNav h2 {padding:0 0 0 17px; margin:10px 0 0 0;}*/

/*Links for heading--------------------------*/

.leftContentSub .leftNavSub h2 a:link		{color:#4e4b4c !important; font-weight:bold; text-decoration:none;}
.leftContentSub .leftNavSub h2 a:visited	{color:#4e4b4c; font-weight:bold; text-decoration:none;}
.leftContentSub .leftNavSub h2 a:hover		{color:#4e4b4c; font-weight:bold; text-decoration:none;}
.leftContentSub .leftNavSub h2 a:active		{color:#4e4b4c; font-weight:bold; text-decoration:none;}

.leftNav h3
{
	color:#003366;
	font-size:0.80em;
	background:url(../images/circle-bullet.gif) no-repeat left;
	padding:0 0 0 10px;
	margin:15px 0 0 0;
}

.leftContent .leftNav ul {
	padding:0 0 0 12px;
	margin:0 0 10px 0;
	list-style-image:none;
}
/*  Hacks for Home Page left section links --------------------------*/
* html .leftContent .leftNav ul {margin-left:5px;}
*:first-child+html .leftContent .leftNav ul {margin-left:5px;}
* html .leftContent .leftNav li {padding:0 0 0 0px;}
*:first-child+html .leftContent .leftNav li {padding:0 0 0 0px;}

.leftContent .leftNav li {
	padding:0 0 5px 5px;
	list-style-image:url(../images/grey-bullet.gif);
	margin:0 0 0 0;
	font-size:0.75em;
	color:#000;
	line-height:17px;
}

.leftNavSub h2 {
	color:#4e4b4c;
	font-size:0.95em;
	background:url(../images/grey-circle-bullet.gif) no-repeat left top;
	padding:0 0 0 17px;
	margin:0 0 8px 0;
}

.leftNavSub h3 {
	color:#003366;
	font-size:0.75em;
	/*background:url(../images/circle-bullet-2.gif) no-repeat left;*/
	padding:0 0 0 17px;
	margin:0 0 0 0;
}

.leftContentSub .leftNavSub ul {
	padding:0 0 0 12px;
	margin:0 0 7px 0;
	list-style-image:none;
}
/*  Hacks for left section links --------------------------*/
* html .leftContentSub .leftNavSub ul {margin-left:8px;}
*:first-child+html .leftContentSub .leftNavSub ul {margin-left:5px;}
* html .leftContentSub .leftNavSub li {padding:0 0 0 0px;}
*:first-child+html .leftContentSub .leftNavSub li {padding:0 0 0 0px;}
.leftNavSub li {
	padding:0 0 0 5px;
	margin:0 0 0 0;
	list-style-image:url(../images/grey-bullet.gif);
	font-size:0.75em;
	color:#000;
	line-height:17px;
}

.leftNavSub ul li ul {
	padding:0 0 0 12px;
	margin:0 0 0 0;
	font-size:1.3em;
	font-weight:normal;
	list-style-image:none;
}
* html .leftNavSub ul li ul {
	padding:0 0 0 17px;
}

.leftNavSub ul ul li {
	padding:0 0 0 0px;
	margin:0 0 0 0;
	list-style-image:url(../images/grey-bullet.gif);
}

.dropBullet
{
	padding:0 0 2px 0;
	margin:0 0 0 0;
}

.leftSubHeading h2
{
	margin:5px 0 2px 0;	
	background:#ccc;
	color:#fff;
	line-height:22px;
}
.leftContentSub .leftSubHeading ul {
	padding:0 0 0 15px;
	margin:0 0 10px 0;
	list-style-image:none;
}
/*  Hacks for Home Page left section links --------------------------*/
* html .leftContentSub .leftSubHeading ul {margin-left:3px;}
*:first-child+html .leftContentSub .leftSubHeading ul {margin-left:1px;}
* html .leftContentSub .leftSubHeading li {padding:0 0 0 0px;}
*:first-child+html .leftContentSub .leftSubHeading li {padding:0 0 0 0px;}

.leftSubHeading li {
	padding:0 0 0 1px;
	list-style-image:url(../images/circle-bullet.gif);
	margin:0 0 0 0;
	font-size:0.75em;
	color:#000;
	line-height:17px;
}

.leftContentSub .leftSubHeading ul .deSelect
{
	background:url(../images/grey-circle-bullet.gif) no-repeat left top;
	list-style-image:none;
	list-style:none;
	margin:0 0 0 -15px;
	padding:0 0 0 16px;
}
* html .leftContentSub .leftSubHeading ul .deSelect {margin:0 0 0 -16px;padding:0 0 0 16px;}
*:first-child+html .leftContentSub .leftSubHeading ul .deSelect {margin:0 0 0 -15px;padding:0 0 0 15px;}






.commonBorder
{
	border-top:1px solid #b8b9be;
	line-height:5px;
}


/* extra content of the page
---------------------------------------------*/

/* Home Tab Section
---------------------------------------------*/
.rollOvermain
{
	width:786px;
	float:left;
	margin:0 0 0 0;
	background:url(../images/rollover-bg.gif) left top no-repeat;
}
* html .rollOvermain{width:787px;}
*:first-child+html .rollOvermain{width:787px;}
.rollOvermain, x:default{width:788px;}


.showTab
{
	display:none;	
	float:left;
	width:767px;
	padding:15px 0 15px 18px;
	margin:0 0 0 0;
	background-color:#fff;
	border:1px #d3d1d1 solid;
	border-width:0 1px 1px 1px;
}
* html .showTab
{
	width:787px;
}

.showTab p { font-size:0.75em; padding:0 0 10px 0 }	

.showTab h1
{
	color:#003366;
	font-size:1.2em;
	font-weight:normal;
	padding:0 0 0 0;
	margin:0;
}

.fireImg    {
	float:left;
	padding:10px 0 5px 0;
}

* html .fireImg    {
	float:left;
	margin:10px 0 5px 0;
}
.tabDataTxt {
	width:570px;	
	float:right;
	padding:10px 15px 0 0;
}

.prodrop4
{
	padding:0 0 0 0;
	margin:0 0 0 0; 
	list-style:none;
	width:789px;
	height:35px;
	background:url(../images/tabbg.jpg) no-repeat top;
}
/* hacks for IE-6 and IE-7--------------------------------------------------------------------------*/
.prodrop4, x:default{width:788px;}
* html .prodrop4             { width:787px; background:url(../images/tabbg-IE.jpg) no-repeat bottom; }
*:first-child+html .prodrop4 { width:787px; }


.prodrop4 li.top 
{
	display:block; 
	float:left;
	margin:0 2px 0 0;
}


.prodrop4 li a.top_linkSel 
{
	display:block; 
	float:left; 
	height:35px;
	line-height:34px;
	color:#000;
	text-decoration:none; 
	font-size:12px; 
	font-weight:bold; 
	padding:0 0 0 10px;
	cursor:pointer;
	background: url(../images/pro_drop4_0a.gif) no-repeat;
}
.prodrop4 li a.top_linkSel span
{
	float:left;
	display:block;
	padding:0 16px 0 8px;
	height:35px;
	background:url(../images/pro_drop4_0b.gif) right top;
}

/* acctuall image*/
.prodrop4 li a.top_link 
{
	display:block; 
	float:left; 
	height:33px;
	line-height:34px;
	color:#003366;
	text-decoration:none; 
	font-size:12px; 
	font-weight:bold; 
	padding:0 0 0 10px;
	cursor:pointer;
	background: url(../images/pro_drop4_0aa.gif) no-repeat;
}
.prodrop4 li a.top_link span
{
	float:left;
	display:block;
	padding:0 16px 0 8px;
	height:33px;
	background:url(../images/pro_drop4_0ba.gif) right top;
}

.prodrop4 li a.top_link:hover
{
	color:#000;
	/*background: url(../images/pro_drop4_2a.gif) no-repeat;*/ /* Change rollover Img*/
	line-height:34px;
}
.prodrop4 li a.top_link:hover span 
{
	/*background:url(../images/pro_drop4_2b.gif) no-repeat right top;*/ /* Change rollover Img*/
}

.prodrop4 li:hover > a.top_link 
{
	color:#000; 
	/*background: url(../images/pro_drop4_2a.gif) no-repeat;*/ /* Change rollover Img*/
	line-height:34px;
}
.prodrop4 li:hover > a.top_link span 
{
	/*background:url(../images/pro_drop4_2b.gif) no-repeat right top;*/ /* Change rollover Img*/
}



.customHome
{
	width:400px;
	text-align:left;
	vertical-align:top;
	margin:10px 0 10px 0;
}
.customHome td
{
	padding:2px;
}

/* footer of the page
---------------------------------------------*/
#footer
{
	width:979px;
	border-top:1px solid #ccc;
	margin:20px 0 0 0;

	float:left;
}

.footerLinks
{
	width:850px;
	margin:8px 0 0 30px;
}
* html .footerLinks{margin:5px 0 0 30px;}
*:first-child+html .footerLinks{margin:5px 0 0 30px;}


.microLogo
{
	padding:5px 0 15px 0;
	vertical-align:top;
	text-align:left;
	width:93px;
}

#footer ul
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	display:inline;
}
#footer li
{
	padding:0 9px 0 0;
	margin:0 0 0 0;
	color:#929294;
	display:inline;
	font-size:0.70em;
}

.copyRight
{
	font-size:0.70em;
	padding:5px 0 0 0;
}

#companyAddress
{
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:text-top;
}

#companyAddress td
{
	vertical-align:top;
}

#companyAddress h3
{
	/*font-size:0.97em;*/
	font-size:1.2em;
}
#companyAddress p
{
	/*font-size:0.75em;*/
	vertical-align:top;
	margin-top:0;
}




.pageContent .requiredField
{
	padding:0 0 10px 0;
	line-height:normal;
}
.requiredField span
{
	color:#d10046;
}

.pageContent .loginTable
{
	width:370px;
	text-align:left;
	margin:0 0 15px 0;
}
.pageContent .loginTable td
{
	line-height:28px;
	vertical-align:middle;
}

.loginTable .userPass
{
	text-align:left;
	/*font-size:0.75em;*/
	width:135px;
	padding:0 10px 0 0;
	vertical-align:middle;
}


.loginTable .userPassExt
{
	text-align:left;
	font-size:0.75em;
	padding:0 5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}

.loginTable .onlineStoreInbox
{
	border:1px solid #b5b5b5;
	width:170px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.loginTable .onlineStoreInboxExt1
{
	border:1px solid #b5b5b5;
	width:92px;
	height:17px;
	margin:0 5px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
.loginTable .onlineStoreInboxExt2
{
	border:1px solid #b5b5b5;
	width:50px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.loginTable .onlineStoreInboxZip
{
	border:1px solid #b5b5b5;
	width:120px;
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
}

.pageContent .forgtPass
{
	/*font-size:0.75em;*/
}
.pageContent .forgtPass td
{
	line-height:22px;
}
.pageContent .headingPadding 
{
	padding:0 0 5px 0;
}
.pageContent .request
{
	padding:0 0 5px 0;
}

.tableHeading
{
	width:710px;
	/*background:#f3f3f4;*/
	margin:10px 0 10px 0;
}
.tableHeading h3
{
	padding:0 0 0 0px;
	line-height:27px;
}

.upLogin h3
{
	padding:10px 0 0 0px;
	line-height:30px;
}


/* css for contact us page
----------------------------------------*/
.contactMain
{
	width:710px;
}
.pageContent .contactMain p
{
	padding:0 0 10px 0;
}

.cellBorder
{
	border-bottom:1px solid #e8e8ea;
}

.contactId h3
{
	padding:0 0 2px 0;
}

.trainingSchedule
{
	width:400px;
	/*font-size:0.75em;*/
	text-align:left;
	line-height:18px;
	margin:0 0 7px 0;
}
.redColor
{
	color:#d92f54;
}

.pageContent .emText
{
	font-style:italic;
	/*font-size:0.68em;*/
	font-size:0.90em;
}


/* ------------ Begining Of CSS For Menu ------------------------------*/

.menuHolder
{
	/*width:100%;*/
	width:978px;
	margin:0 0 0 0;
	padding:0 0 0 0
}
.menuHolder-leftCorner
{
	background:url(../images/left-corner-topmenus.gif) no-repeat right;
	height:32px;
	width:7px;
}
.menuHolder-leftCorner-over
{
	background:url(../images/left-corner-topmenus-over.gif) no-repeat right;
	height:32px;
	width:7px;
}

.menuHolder-rightCorner-over
{
 background:url(../images/right-hover.gif) no-repeat right;
 height:32px;
 width:7px;
}

.menuHolder-rightCorner
{
	background:url(../images/right-corner-topmenus.gif) no-repeat right;
	height:32px;
	width:7px;
}
.menuCtr
{
	background:url(../images/top-linkbg.gif) repeat-x left;
	height:32px;
}

.menu
{
	font-size:0.75em;
	float:left;
	height:30px;
	width:964px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

a
{
	outline:none;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
	height:30px;
	background-color:#fff;	
}

/* style the sub-level lists */
.menu ul ul 
{
	width:15em;
	/*width:150px;*/
	
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li 
{
	float:left;
	height:30px;
	line-height:30px;
	padding:0;
	background:url(../images/saperation.gif) right no-repeat;
}

.menu .saperatorNone
{
	background:none;
}


/* 30-12-208*/
.menu .saperatorNone a
{
	width:89px;
}
* html .menu .saperatorNone a{ width:auto;}
* html .menu .saperatorNone a:hover {width:130px;}

/******/

/* style the sub level list items */
.menu ul ul li 
{
	display:block;
	width:12em;
	height:auto; 
	line-height:1em;
	text-transform:capitalize;
	padding:0 0 0 0;
	
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	float:left;
	height:100%;
	font-size:1em;
	text-decoration:none;
	color:#003366;
	font-weight:bold;
	/*background:#292929;*/
	/*padding:0 1.9em 0 1.9em;*/
	padding:0 24px 0 24px;
	/*border-left:1px solid #eee;
	border-right:1px solid #000;*/
	background:url(../images/li-border.gif) right no-repeat;
}

/*------------makes last ul background none-----------*/
.menu a, .bkgrndNone a:visited 
{
	background:none;
}
/*-----------------------------------------------------*/


/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited 
{
	display:block;
	/*background:#d4d8bd;*/ 
	/*background:#fff; *//* Change bg Color*/
	background:url(../images/transperant.png) repeat-x;
	color:#003366;
	width:209px;
	height:100%;
	line-height:1.4em; 
	/*padding:0.5em 1em;*/
	padding:5px 8px 5px 24px;
	border:1px solid;
	border-width:1px 1px 0 1px;
	border-color:#9bb5c6 #cccccc #cccccc #cccccc;
}
* html .menu ul ul a, .menu ul ul a:visited {filter: alpha(opacity=95);}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:212px; w\idth:243px;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:1px; top:0px; width:0; height:0; font-size:1em; z-index:-1;}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {/*background:#b4be9c*/background:#fff; border-bottom:#cbcaca 1px solid;} /* Change bg Color*/
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#fff;} /* Change bg Color*/
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#fff;} /* Change bg Color*/

/* style the level hovers */
/* first */
* html .menu a:hover 
{
	color:#fff;
	background:#292929;
	background:url(../images/link-hover.gif) repeat-x left; 
	position:relative; 
	z-index:100;
}
.menu li:hover {position:relative;}
.menu :hover > a 
{
color:#fff;
background:url(../images/link-hover.gif) repeat-x left;
/*height:30px;*/
}



/*-----------Makes first level UL background none on hover + second level ul hover-----------*/
.menu a, .bkgrndNone a:hover   
{
	background:none;
}

.menu ul ul :hover > a,.bkgrndNone a:visited 
{
	background:none;
}
/*---For IE-6--*/
* html .menu a, .bkgrndNone a:hover 
{
	/*background:none;*/
}

/*-----------------------------------------------------------------------------------*/

/* second */ 
* html .menu ul ul a:hover
{
	color:#000;
	background:#fff;
	position:relative;
	z-index:110;
} /* Change Hover Color*/
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#000;background:url(../images/transperant.png) repeat-x;} /* Change Hover Color*/



/* third */
* html .menu ul ul ul a:hover {background:#fff; position:relative; z-index:120; } /* Change Hover Color*/
.menu ul ul ul :hover > a {background:#fff; padding:0.5em 0.5em;} /* Change Hover Color*/
/* fourth */
.menu ul ul ul ul a:hover {background:#d4debc; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0px;width:14em;}
.menu ul .firstTab {left:-5px}
.menuCtr .menu .firstTab a {padding:5px 4px 5px 25px;} /* for About Us tab*/
* html .menuCtr .menu .firstTab li a{ padding:5px 4px 5px 25px;}

/* position the third level flyout menu */
.menu ul ul ul{left:14.5em;top:0;width:14em;}

* html .menu ul ul ul{left:11em;top:0;width:14em;}



/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}


/*------------------------------------------------------------------*/

/* for drop menu bottom corners ---------------*/
.menu .dropBottom
{
	background:url(../images/drop-menu-right-corner.gif) right no-repeat;
	background-position:top;
	height:7px;
	width:247px;
}
.menu .dropBottom img
{
	vertical-align:top;
	float:left;
}

* html .menu .dropBottom img
{
	margin:0 0 0 -3px;
}

/* ===============================================================================*/

/* ---------------------------------*/
.ProMarketingBullTable
{
	/*font-size:0.75em;*/
	margin:10px 0 10px 0;
	text-align:left;
	vertical-align:top;
}
.ProMarketingBullTable td
{
	padding:3px 20px 3px 0px;
}

.anchorLinks
{
	display:inline;
	padding:0 0 0 0;
}
.anchorLinks li
{
	display:inline;
	padding:0 5px 0 0;
	/*font-size:0.75em;*/
	list-style:none;
}


/* CSS Document for Product Documentation page */ 

.prodDoc
{
padding:0;
margin:15px 0 0 0;
/*font-size:0.75em;*/
} 


.prodDoc li
{
padding:0;
margin:0;
list-style-type:none;
}

/* CSS for New Customer page */

.newCust
{
   width:50%;
   /*font-size:0.75em;*/
}

.newCust td
{
   padding:3px 0 3px 0;
}

/* for search result page added on 2may2008---------*/
.keyWord
{
 color:#4e4b4c;
 font-size:1em;
 padding:0 0 10px 0;
 margin:0 0 0 0;
}
.keywordSearch
{
 /*font-size:90%;*/
 color:#000;
 padding:5px 0 5px 0;
}
.inputText
{
 width:150px;
 margin:0 5px 0 0;
}
.keyWordInfo
{
 color:#000;
 font-size:100%;
 padding:5px 0 5px 0;
 margin:0 0 0 0;
}
.srchResult
{
 /*font-size:0.75em;*/
 font-weight:bold;
}
.inpbox
{
 width:50px;
}

.searchMain
{
 color:#000;
/* font-size:90%;*/
 margin:0 0 0 0;
}

.pagenav
{
	font-size:0.75em;
}

.boldLinkText
{
	font-weight:bold;
}

.small
{
	font-weight:bold;
}
.search_inputbox
{
	width:150px;
	margin:0 6px 0 6px;
}
.num_inputbox
{
	width:45px;
	margin:0 5px 0 5px;
}

.contentpaneopen h1
{
	padding:0 0 0 0;
	margin:0 0 5px 0;
}
.contentpaneopen ul
{
	padding:0 0 0 0;
	margin:0 0 15px 0;
}
.contentpaneopen .level_0 li
{
	padding:0 0 5px 0;
	margin:0 0 0 0px;
}

.loginTable .error_message
{
background:url(../images/error-icon.gif) left center no-repeat;
padding:0 0 0 0;
color:#d51a45;
text-align:left;
}
.loginTable .error_message span
{
	padding:0 0 0 25px;
}


/*-------------CSS for OL tag-----------------*/

ol
{
	padding:0 0 0 0;
	margin:0 0 15px 18px;
	line-height:16px;
}


/*--------------------------------------------*/



/* for search result page added on 2may2008---------
.componentheading
{
 color:#4e4b4c;
 font-size:1em;
 padding:0 0 10px 0;
 margin:0 0 0 0;
}.search_searchword
{
 font-size:0.75em;
 color:#000;
 padding:5px 0 5px 0;
}
.inputbox
{
 width:150px;
}
.searchintro
{
 color:#000;
 font-size:0.75em;
 padding:5px 0 5px 0;
 margin:0 0 0 0;
}
.result
{
 font-size:0.75em;
 font-weight:bold;
}
div .inputbox
{
 width:50px;
}.contentpaneopen
{
 color:#000;
 font-size:0.75em;
 margin:0 0 0 0;
}*/
*:first-child+html .pageContent ol
{
	padding-left:10px;
}
* html .pageContent ol
{
	padding-left:10px;
}

.pageContent ol
{
	padding-left:5px;
}
.pageContent ol li
{
	padding:0 0 10px 0;
}
.deviceImgs
{
	width:400px;
}
.deviceImgs td
{
	padding:0 10px 0 0;
	text-align:center;
	vertical-align:top;
}

/*------*/
.imgOnRgt
{
width:165px;
text-align:left;
float:right;
vertical-align:top;
margin:10px 0 10px 0;
}
.imgOnRgt td
{
padding:2px;
} 

.tableOnLt
{
width:125px;
float:left;
} 

.tableOnLt td
{
padding:2px;
} 

.tableData
{
	width:500px;
	margin:0 0 10px 0;
} 

.tableData td
{
	width:600px;
	border:1px solid #d4d4d4;
	padding:10px;
	text-align:left;
} 
.tableData th
{
	background:#e2e2e2;
	padding:7px 5px 7px 10px;
	border:1px solid #b8b9b8;
	border-width:1px 1px 0 1px;
	text-align:left;
} 

.strike
{
	text-decoration:line-through;
}

.logosTable
{
	width:700px;
	margin:15px 0 15px 0;
}
.logosTable td
{
	padding:3px 10px 3px 0;
	text-align:center;
}
.logosTable td img
{
	border:1px solid #ccc;
}

/* Class is added for reset button */
.but_reset{
	background-image:url("../images/reset-btn.gif");
	width:49px;
	height:20px;
	border:0px solid #FFFFFF;
	font-family:"Trebuchet MS", "Bookman Old Style", "Times New Roman", Verdana, Arial;
	font-size:13px;
	font-weight:normal;
	background-color:transparent;
	background-repeat:no-repeat;
	margin:5px 0px 5px 0px;
	cursor:pointer;
}


.topFeatures
{
	font-family:Tahoma;
	font-size:0.70em;
	color:#000;
	width:180px;
	vertical-align:top;
	float:right;
}
.topFeatures ul
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	display:inline;
	line-height:25px;
}
.topFeatures li
{
	padding:0 5px 0 0;
	margin:0 0 0 0;
	display:inline;
}
.topFeatures a:link, a:visited, a:hover, a:active
{
	color:#003366;
	text-decoration:none;
}
.topFeatures .lastFeature
{
	padding-right:0px;
}

.learn
{
	padding:20px 0 0 0;
	float:right;
	color:#000040;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
p.learn a:link {text-decoration:underline; color:#000040; font-weight:bold;}
p.learn a:visited {text-decoration:underline; color:#000040; font-weight:bold;}
p.learn a:hover {text-decoration:underline; color:#000040; font-weight:bold;}
p.learn a:active {text-decoration:underline; color:#000040; font-weight:bold;}

/************************** April 29 *******************************/

.leftNav .welcome h2 {
	color:#4e4b4c;
	font-size:0.95em;
	font-weight:bold;
	/*background:url(../images/circle-bullet.gif) no-repeat left top;*/
	background:none;
	padding:0;
	margin:0!important;
}

ul.feature {list-style:none; padding:0; margin:0;}
ul.feature li {float:left; width:125px; text-align:center; font-weight:bold; font-size:12px;}
ul.feature li a {color:#003169;}
.vline {background:url(../images/gry-v-line.gif) repeat-y top right;}
.vline .leftNav ul {border-bottom:1px solid #525252; margin-right:7px; list-style:none; padding:12px 0 20px!important}
.vline .leftNav ul li {background:url(../images/red-h-arrow.gif) no-repeat 0 4px; padding:0 0 0 10px; list-style-image:none; margin:0!important;}
*:first-child+html .vline .leftNav ul li {background:url(../images/red-h-arrow.gif) no-repeat 0 4px; padding:0 0 0 13px; list-style-image:none; margin:0!important;}
.feature-ind {color:#272727; font-weight:bold; font-size:15px; padding:10px 0 25px 10px;}
.reg {color:#013366; font-weight:bold; font-size:15px; padding-left:10px;}
.leftContent .home-lft {width:215px; margin-left:10px;}
.hm-content {margin-top:12px;}

.leftContent .home-lft td img {margin:10px 0 5px;}