HTML
{
	scrollbar-face-color:#E8E8E9;
	scrollbar-track-color:#F3F3F3;
	scrollbar-arrow-color:#fccf3d;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-dark-shadow-color:#7A848E;
	scrollbar-3dlight-color:#E5E5E5;
	scrollbar-highlight-color:#FFFFFF;	
}
BODY
{  
	color: #444C54;
	font-family : Arial, Sans-Serif;
	font-size:13px;
	font-weight:normal;
	margin: 0px;
	direction:ltr;
}
BODY#mainBody
{
	background: #e6e6e6 url('../_images/_design/BG.gif') repeat-x; 	
	margin:0px;
}
BODY#inBody
{
	background: #fff url('../_images/_design/BGIn.gif') bottom repeat-x; 	
	margin:0px;
}
P,TABLE,DIV,SPAN,TD,TH,LI,FORM,BLOCKQUOTE
{
	font-family: Arial, Sans-Serif;
	text-decoration: none;
	font-size:13px;
	font-weight:normal;
}
P
{ 
	margin:0px;
	padding-bottom:16px;
}
P A, P A:link, P A:visited, P A:focus, P A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#0843db;
	font-family: Arial, Sans-Serif;
	font-size:13px;
}
P A:hover
{ text-decoration:none; color:#000; }
img
{border:0px;}

TABLE
{ empty-cells:show; }

TH,TD { padding:0px; }

TD { vertical-align:top; }

FORM
{padding:0px;margin:0px;}

.redNote
{font-size: 10px;color: #fccf3d}

BLOCKQUOTE
{background-color:#F1F1F1;border:1px solid #555555;padding:5px;margin:10px;width:90% !important;}

.ZOOMCursor
{cursor: -moz-zoom-in;cursor:url('../_images/_cursor/zoom1.cur'), pointer , text;}	

#companyLogoForPrint
{ display:none; }

.RIGHT_Aligned
{ text-align:right !important;}

.LEFT_Aligned
{ text-align:left !important;}

.RIGHT_Float
{ float:right !important;}

.LEFT_Float
{ float:left !important;}

.pageComment
{font-weight:bold;color:#000;font-size:11px;}

HR
{border:1px solid #E5E5E5;height:1px;}

ul 
{
	margin-left:0em;
	padding-left:20px;
}
 
li
{
	list-style: none;
	list-style-position : outside;
	list-style-image: url('../_images/_design/Arrowright.gif'); 
}

/* ---------------------------------- H1...H6 -------------------------------------------------------------------- */

H1,H2,H3,H4,H5,H6 { font-family: Verdana, Arial, Sans-Serif;}
H1
{
	font-size:18px;
	font-weight:bold;
	color:#000;
	margin:2px 0px 10px 0px;
	padding-bottom:10px;
	padding-left:0px;
	padding-top:20px;
	font-family: Arial;
	background: url('../_images/_design/BGH1.gif') bottom repeat-x; 
}

H2
{
	font-size:18px;
	font-weight:normal;
	margin:2px 0px;
	padding:2px 0px;
	color:#3b87bc;
	font-family: Arial, Sans-Serif;
}

H3
{
	font-size:15px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#3982ce;
	font-family: Arial, Sans-Serif;
}

H4
{
	font-size:14px;
	font-weight:bold;
	margin:2px 0px;
	padding:2px 0px;
	color:#3b87bc;
}

H5
{
	font-size:12px;
	font-weight:bold;
	margin:2px 0px;
	padding:2px 0px;
	color:#000;
}

H6
{
	font-size:10px;
	font-weight:bold;
	margin:2px 0px;
	padding:2px 0px;
	color:#3b87bc;
}

/* ---------------------------------- LINKS -------------------------------------------------------------------- */

A, A:link, A:visited, A:focus, A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#0843db;
	font-family: Arial, Sans-Serif;

}
A:hover
{ text-decoration:none; color:#000; }

/* ---------------------------------- INPUT, SELECT -------------------------------------------------------------------- */
INPUT, TEXTAREA, BUTTON, SELECT
{ font-family : 'Verdana', 'Arial', 'Helvetica', sans-serif; }
.formatted
{
	width: 150px;
	border: 1px solid #B1B1B1;
	font-size:12px;
	padding:1px;
}
.formattedCombo
{
	width: 157px;
	border: 1px solid #4E81B3;
	font-size:12px;
	height:21px;
}
INPUT.formated
	{ height:21px; }
TEXTAREA.formatted
	{ width: 100%; }
INPUT.txtLogin
{
	border:solid 1px #B1B1B1;
	height:17px;
	width:160px;
	font-family:Verdana, Arial, Sans-Serif;	
	font-size: 11px;
}
INPUT.sideInput
{
	border:solid 1px #B1B1B1;
	height:17px;
	width:155px;
	font-family:Arial, Sans-Serif;	
	font-size: 11px;
}
SELECT.sideInput
{
	border:solid 1px #B1B1B1;
	height:17px;
	width:160px;
	font-family:Verdana, Arial, Sans-Serif;	
	font-size: 11px;
}
INPUT.chkBox
{
	border:none !important;
	width:13px !important;
}
.sideInputShort
{ width: 120px !important; }

/* ---------------------------------- Buttons -------------------------------------------------------------------- */

.button
{
	background:#A4B1BC;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	cursor: pointer;
	width:90px;
	margin-bottom:5px;
	border:none;
}
.buttonDisabled
{
	background:#D4D0C8;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#808080;
	font-size:12px;
	text-align:center;
	width:90px;
	margin-bottom:5px;
	border:none;
}
.buttonEmpty
{
	background:#E5E5E5;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#7A848E;
	font-size:12px;
	text-align:center;
	cursor: pointer;
	width:170px;
	margin-bottom:5px;
	border:none;
	padding:1px;
}
.GOButton
{
	background:#fccf3d;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	cursor: pointer;
	width:30px;
	border:none;
	height:18px;
}
.SUBMITButton
{
	background:#fccf3d;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	cursor: pointer;
	width:100px;
	border:none;
	height:18px !important;
}
.logOutButton
{
	background-color:#000;
	font-family : Arial, Sans-Serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	cursor: pointer;
	width:60px;
	border:none;
	height:18px;
}
.btnGoTop
{
	border:0px;
	margin-top:-12px;
	padding-right:15px;
	padding-left:15px;
	background: transparent url('../_images/_design/button_top.gif') left top no-repeat;
}
A.btnGoTop:hover
{ text-decoration:none; }

/* ---------------------------------- pageHeader -------------------------------------------------------------------- */
DIV#pageHeader
{ background: #FFFFFF url('../_images/_design/mainRoundedBoxBorder.gif') left top repeat-x; }

DIV#pageHeader DIV
{ background: transparent url('../_images/_design/mainRoundedBoxBorder.gif') left top repeat-y; }

DIV#pageHeader DIV DIV 
{ background: transparent url('../_images/_design/mainRoundedBoxBorder.gif') right top repeat-y; }

DIV#pageHeader DIV DIV DIV 
{ background: transparent url('../_images/_design/mainRoundedBoxTL.gif') left top no-repeat; }

DIV#pageHeader DIV DIV DIV DIV
{ padding:1px; padding-bottom:0px; background: transparent url('../_images/_design/mainRoundedBoxTR.gif') right top no-repeat; }

DIV#pageHeader TABLE TH
{ width:200px; text-align:left; background: transparent url('../_images/_design/verticalDotBorder.gif') right top repeat-y; }

DIV#pageHeader TABLE TD
{ font-size:11px; padding:2px 5px; white-space:nowrap; vertical-align:top; text-align:left; color:#7A848E; }

DIV#pageHeader TABLE TD#serverDateTime
{ font-family: Verdana, Arial, Sans-Serif; width:161px; padding-bottom:7px; padding-right:5px; padding-left:5px; text-align:center; background: none !important; vertical-align:bottom; }

DIV#pageHeader TABLE TD A, DIV#pageHeader TABLE TD A:link, DIV#pageHeader TABLE TD A:visited, DIV#pageHeader TABLE TD A:focus, DIV#pageHeader TABLE TD A:active
{font-size:11px;font-weight:normal;padding:0px;vertical-align:center;color:#7A848E;display:block;text-decoration:none;text-align:left;}

DIV#pageHeader TABLE TD A:hover
{ text-decoration:none; color:#fccf3d; }

/* ---------------------------------- pageFooter -------------------------------------------------------------------- */
DIV#pageFooter
{ background-color: #fccf3d; }

DIV#pageFooter DIV 
{ background: transparent url('../_images/_design/mainRoundedBoxBL.gif') left bottom no-repeat; }

DIV#pageFooter DIV DIV
{height:23px;width:100%; background: transparent url('../_images/_design/mainRoundedBoxBR.gif') right bottom no-repeat; }
/* ---------------------------------- footerTable -------------------------------------------------------------------- */
.footerTable
{border-bottom:1px solid #9fa1a2;margin-top:10px; }

.footerTable TD, .footerTable TH
{
	font-weight:normal;
	font-family:Arial;
	color:#9fa1a2;
	font-size:12px;
	border-left:1px solid #9fa1a2;
	border-right:1px solid #9fa1a2;
	padding:4px;
}

.footerTable A, .footerTable A:link, .footerTable A:visited, .footerTable A:focus, .footerTable A:active
{ 
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
	color:#9fa1a2;
	font-size:12px;
}

.footerTable A:hover
{ color:#fccf3d; }

/* ---------------------------------- TMenuTabsTable -------------------------------------------------------------------- */

#TMenuTabsTable
{ }
#TMenuTabsTable TH,#TMenuTabsTable TD
{
	background: none !important;border:none !important;padding:0px !important;height:21px !important;
}
#TMenuTabsTable TH
{
	background: #E5E5E5 url('../_images/_design/tabEndPartOff.gif') right top no-repeat !important; 	
	text-align:center;border:none !important;padding:0px !important;
}
#TMenuTabsTable A, #TMenuTabsTable A:link, #TMenuTabsTable A:visited, #TMenuTabsTable A:focus, #TMenuTabsTable A:active
{
	text-align:center;font-weight:bold;text-decoration:none;color:#7A848E;
	display:block;white-space:nowrap;font-family: Arial;font-size:12px;
	padding-left:10px !important;padding-right:10px !important;	
}
#TMenuTabsTable A:hover
{ text-decoration:none; }
#TMenuTabsTable TH.this
{
	background: #A4B1BC url('../_images/_design/tabEndPart.gif') right top no-repeat !important; 	
}
#TMenuTabsTable TH.this A, #TMenuTabsTable TH.this A:link, #TMenuTabsTable TH.this A:visited, #TMenuTabsTable TH.this A:focus, #TMenuTabsTable TH.this A:active
{
	text-align:center;font-weight:bold;text-decoration:none;color:#FFFFFF;
}
	
/* ---------------------------------- TMenuTable -------------------------------------------------------------------- */

#TMenuTable
{ width:945px;margin-top:10px;}

#TMenuTable TD,TABLE#TMenuTable TH
{
	background: url('../_images/_design/BGMenu.gif') repeat-x;
	text-align:center;
}
#TMenuTable A, #TMenuTable A:link, #TMenuTable A:visited, #TMenuTable A:focus, #TMenuTable A:active
{
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	display:block;
	white-space:nowrap;
	padding-left:10px;
	padding-right:10px;	
	height:26px;
	line-height:26px;
	font-size:13px;
	font-family: Verdana;
}
#TMenuTable A:hover
{ color:#000; text-decoration:none;background:#fccf3f; }

#TMenuTable TH.this
{ background:#fccf3f; }

#TMenuTable TH.this A, #TMenuTable TH.this A:link, #TMenuTable TH.this A:visited, #TMenuTable TH.this A:focus, #TMenuTable TH.this A:active
{
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
/* ---------------------------------- HPMainTable -------------------------------------------------------------------- */	
.HPMainTable	
{ margin-top:10px;width:100%;}

.HPMainTable TD	
{ padding:0px; background-color:#F3F3F3;}

.HPMainTable DIV.tab
{
	background: #A4B0BC url('../_images/_design/tabEndPart.gif') right top no-repeat; 	
	line-height:15px;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	color:#F8FFFF;
	font-weight:bold;
	border-bottom:1px solid #A4B1BC;
}
	
.HPMainTable DIV.tab A, .HPMainTable DIV.tab A:link, .HPMainTable DIV.tab A:visited, .HPMainTable DIV.tab A:focus, .HPMainTable DIV.tab A:active
{
	font-size:12px;
	font-weight:bold;
	color:#FEFFFF;
	padding:0px;
	margin:0px;
	text-align:left;
	padding:0px 3px;
}
	
.HPMainTable DIV.tab A:hover 
{
	text-decoration:none; color:#000;
}

/* -------------------------------- HPTable ------------------------------------- */
.HPTable
{ width:180px; }

.HPTable TD
{
	vertical-align:top;
	
	text-align:left;
	font-family : arial;
	font-size:12px;
	color:#434242;
	padding:5px;
}	
.HPTable TH
{
	background: url('../_images/_design/BGTittleHP.gif') no-repeat;
	font-family : arial;
	font-size:14px;
	border-bottom:1px solid #fff;
	height:24px;
}	
 
.HPTable img
{
	border:1px solid #696969;
}

.HPTable th A, .HPTable th A:link, .HPTable th A:visited, .HPTable th A:focus, .HPTable th A:active
{
	font-family : arial;
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.HPTable th A:hover 
{
	text-decoration:none; color:#fff;
}

.HPTable A, .HPTable A:link, .HPTable A:visited, .HPTable A:focus, .HPTable A:active
{
	vertical-align:top;
	text-align:left;
	font-family : arial;
	font-size:12px;
	color:#434242;
}
.HPTable A:hover 
{
	text-decoration:none; color:#066ff2;
}




/* -------------------------------- HPTable666 ------------------------------------- */
.HPTable666
{ }

.HPTable666 TD
{
	vertical-align:top;
	text-align:left;
	font-family : arial;
	font-size:12px;
	color:#434242;
	padding:5px;
	background:#ffffff;
	border:1px solid #999999;
}	
.HPTable666 TH
{
	background:#707070 url('../_images/_design/BGTittleHP.gif') no-repeat;
	font-family : arial;
	font-size:14px;
	border-bottom:1px solid #fff;
}	
 
.HPTable666 img
{
	border:1px solid #666666;
}

.HPTable666 th A, .HPTable666 th A:link, .HPTable666 th A:visited, .HPTable666 th A:focus, .HPTable666 th A:active
{
	font-family : arial;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
.HPTable666 th A:hover 
{
	text-decoration:none; color:#000;
}

.HPTable666 A, .HPTable666 A:link, .HPTable666 A:visited, .HPTable666 A:focus, .HPTable666 A:active
{
	vertical-align:top;
	text-align:left;
	font-family : arial;
	font-size:12px;
	color:#666666;
}
.HPTable666 A:hover 
{
	text-decoration:none; color:#000;
}


/* ---------------------------------- frmQuickSearch -------------------------------------------------------------------- */

#frmQuickSearch
{ pading:0px; margin:0px; }

#frmQuickSearch TABLE TD,#frmQuickSearch TABLE TH
{	
	padding:0px !important;background:none !important;text-align:center !important;border:none !important;padding:0px !important;padding-right:5px !important;
}
INPUT#fldQuickSearch
{
	border-bottom:1px solid #000;font-size:12px;margin:0px !important;padding:0px !important;
	height:18px;color:#999;padding-left:3px;
	vertical-align:bottom;
}

#frmQuickSearch A, #frmQuickSearch A:link, #frmQuickSearch A:visited, #frmQuickSearch A:focus, #frmQuickSearch A:active
{
	font-family : Verdana, Arial, Sans-Serif;font-size:13px;font-weight: bold;
}
	
#frmQuickSearch A:hover 
{
	text-decoration:none; color:#7A848E;
}
	
/* ---------------------------------- breadCrumbsTable -------------------------------------------------------------------- */

.breadCrumbsTable
{ margin:5px 0px;}

.breadCrumbsTable TD,.breadCrumbsTable TH
{
	text-decoration: none;
	font-weight: normal;
	color:#666666;
	vertical-align:middle;
	padding-right:10px;
	padding-left:0px;
	font-family : Arial;
	font-size:11px;
}
.breadCrumbsTable A, .breadCrumbsTable A:link, .breadCrumbsTable A:visited, .breadCrumbsTable A:focus, .breadCrumbsTable A:active
{
	text-decoration: none;
	font-weight: normal;
	font-family : Arial;
	font-size:11px;
	color:#666666;
}
.breadCrumbsTable A:hover
{ text-decoration:none; color:#000;}

/* ---------------------------------- pageToolsTable -------------------------------------------------------------------- */

#pageToolsTable
{
	margin:5px;
	width:124px;
	height:25px;
	background: url('../_images/_design/BGIcons.gif') no-repeat;
}

#pageToolsTable td
{ vertical-align:middle; text-align:left;padding-left:6px;}

#pageToolsTable A, #pageToolsTable A:link, #pageToolsTable A:visited, #pageToolsTable A:focus, #pageToolsTable A:active
{
	text-decoration: none;
	font-weight: normal;
	font-family :  Arial;
	font-size:12px;
	color:#666666;
}
#pageToolsTable A:hover
{ text-decoration:none; color:#fff;}
/* ---------------------------------- mainContentTable -------------------------------------------------------------------- */

#mainContentTable
{
	border-top:1px solid #FFFFFF;

}
.mainContentTableBackground1
{ background: #F3F3F3 url('../_images/_design/rightMenuBottomBg1.jpg') right bottom no-repeat; }

/* ---------------------------------- contentTD -------------------------------------------------------------------- */
.contentTD
{
	vertical-align:top;
	padding:10px 16px;
}

.contentDIV TABLE TD.content
{ vertical-align:top; }

.contentDIV TABLE TD.contentSide
{ padding:0px; vertical-align:top; }

/* ---------------------------------- rightCOL -------------------------------------------------------------------- */
#rightCOL
{
	width:190px;
	border-left:3px solid #dddddd;		
	padding-top:10px;
	padding-bottom:10px;
}
#rightCOLHidden
{
	width:1px;
	min-width:1px;
	background: none; 	
	padding-bottom:90px;
	font-size:1px;
}

/* ---------------------------------- leftCOL -------------------------------------------------------------------- */
#leftCOL
{
	width:190px;
	background: #bcbcbc; 	
	padding-bottom:10px;
}

#leftCOL #mainCategoryillustration
{
	width:200px;
	height:147px;
	padding:0px;
	margin:0px;
}
/* ---------------------------------- tab -------------------------------------------------------------------- */

DIV.tab
{
	background: #292d34; 	
	line-height:21px;
	padding-left:5px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:3px;
	color:#FFFFFF;
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
	text-align:left;
}

DIV.tab A, DIV.tab A:link, DIV.tab A:visited, DIV.tab A:focus, DIV.tab A:active
{
	color:#ccffff;
	font-weight:bold;
	text-align:right;
	font-size:16px;
}
DIV.tab A:hover 
{
	text-decoration:none; color:#fff;
}

DIV.tab H3
{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
DIV.tabBright
{
		
	line-height:21px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	font-weight:bold;
}
DIV.tabBright H3
{
	font-size:14px;
	font-weight:bold;
	color:#7A848E;
	padding:0px;
	margin:0px;
}	

/* ---------------------------------- leftMenuDivLEVEL0 -------------------------------------------------------------------- */
.leftMenuDivLEVEL0
{}
.leftMenuDivLEVEL0 A, .leftMenuDivLEVEL0 A:link, .leftMenuDivLEVEL0 A:visited, .leftMenuDivLEVEL0 A:focus, .leftMenuDivLEVEL0 A:active
{
	display:block;
	color:#9db5d1;
	font-size:12px;
	font-weight:bold;
	font-family: Arial;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	border-top:1px solid #94969a;
	border-left:1px solid #2a2d34;
	border-right:1px solid #2a2d34;
	background: #292d34;
	text-align:left;
}
.leftMenuDivLEVEL0 A:hover 
{
	text-decoration:none; color:#000;background: #f6c424;
}
.leftMenuDivLEVEL0 A.this, .leftMenuDivLEVEL0 A.this:link, .leftMenuDivLEVEL0 A.this:visited, .leftMenuDivLEVEL0 A.this:focus, .leftMenuDivLEVEL0 A.this:active
{
	background: #f6c424;
	color:#000;
	font-weight:bold;
	border-top:1px solid #f1da94;
}
/* ---------------------------------- leftMenuDivLEVEL1 -------------------------------------------------------------------- */
.leftMenuDivLEVEL1
{}
.leftMenuDivLEVEL1 A, .leftMenuDivLEVEL1 A:link, .leftMenuDivLEVEL1 A:visited, .leftMenuDivLEVEL1 A:focus, .leftMenuDivLEVEL1 A:active
{
	display:block;
	color:#000;
	font-size:12px;
	font-weight:normal;
	padding-left:15px;
	vertical-align:top;
	
	font-family: Arial;
	border-left:1px solid #2a2d34;
	border-right:1px solid #2a2d34;
	border-top:1px solid #e1b023;
	
	background: #f9d565 url('../_images/_design/arrowright.gif') 7px 10px no-repeat;
}
.leftMenuDivLEVEL1 A:hover 
{
	text-decoration:none; color:#0167cb;
	background: #fbe292 url('../_images/_design/arrowrightOver.gif') 6px 10px no-repeat;
}
.leftMenuDivLEVEL1 A.this, .leftMenuDivLEVEL1 A.this:link, .leftMenuDivLEVEL1 A.this:visited, .leftMenuDivLEVEL1 A.this:focus, .leftMenuDivLEVEL1 A.this:active
{
	color:#0167cb;
	background: #fbe292 url('../_images/_design/arrowrightOver.gif') 6px 10px no-repeat;
}
/* ---------------------------------- leftMenuDivLEVEL2 -------------------------------------------------------------------- */
.leftMenuDivLEVEL2
{}
.leftMenuDivLEVEL2 A, .leftMenuDivLEVEL2 A:link, .leftMenuDivLEVEL2 A:visited, .leftMenuDivLEVEL2 A:focus, .leftMenuDivLEVEL2 A:active
{
	display:block;
	color:#656762;
	font-size:12px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	border-left:1px solid #2a2d34;
	border-right:1px solid #2a2d34;
	border-top:1px solid #fff;
	background: #fbe292 url('../_images/_design/box.gif') 17px 10px no-repeat;
	font-family: Verdana, Arial;
}

.leftMenuDivLEVEL2 A:hover 
{
	text-decoration:none; color:#000;
	background: #fbe292 url('../_images/_design/boxover.gif') 17px 10px no-repeat;
}
.leftMenuDivLEVEL2 A.this, .leftMenuDivLEVEL2 A.this:link, .leftMenuDivLEVEL2 A.this:visited, .leftMenuDivLEVEL2 A.this:focus, .leftMenuDivLEVEL2 A.this:active
{
	color:#000;
	background: #fbe292 url('../_images/_design/boxover.gif') 17px 10px no-repeat;
}
/* ---------------------------------- leftMenuDivLEVEL3 -------------------------------------------------------------------- */
.leftMenuDivLEVEL3
{

}
.leftMenuDivLEVEL3 A, .leftMenuDivLEVEL3 A:link, .leftMenuDivLEVEL3 A:visited, .leftMenuDivLEVEL3 A:focus, .leftMenuDivLEVEL3 A:active
{
	display:block;
	color:#000;
	font-size:12px;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:35px;
	border-left:1px solid #2a2d34;
	border-right:1px solid #2a2d34;
	border-top:1px solid #fff;
	background: #fff;
	font-family: Verdana, Arial;
}
.leftMenuDivLEVEL3 A:hover 
{
	text-decoration:none; color:#000;
}
.leftMenuDivLEVEL3 A.this, .leftMenuDivLEVEL3 A.this:link, .leftMenuDivLEVEL3 A.this:visited, .leftMenuDivLEVEL3 A.this:focus, .leftMenuDivLEVEL3 A.this:active
{
	color:#000;
	background: #fff ;
}
/* ---------------------------------- infoBoxTable -------------------------------------------------------------------- */
.infoBoxTable
{
	width:172px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
}

.infoBoxTable TD
{
	text-align:left;
	font-size:11px;
	padding-left:5px;
}

.infoBoxTable TH
{
	color:#000;
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
}

.infoBoxTable TH A, .infoBoxTable TH A:link, .infoBoxTable TH A:visited, .infoBoxTable TH A:focus, .infoBoxTable TH A:active
{
	font-size:12px;		
	font-weight:bold;
	padding:0px;
	color:#000;
	font-family: verdana;
}

.infoBoxTable TH A:hover
{
	text-decoration:none;
	color:#336699;
}

.infoBoxTable A, .infoBoxTable A:link, .infoBoxTable A:visited, .infoBoxTable A:focus, .infoBoxTable A:active
{
	font-size:11px;		
	font-weight:normal;
	padding:0px;
	color:#336699;
	font-family: verdana;
	text-align:left;
}

.infoBoxTable A:hover
{
	text-decoration:none;
	color:#000;
}

/* ---------------------------------- LatestNewsSideTable -------------------------------------------------------------------- */
.LatestNewsSideTable
{width:170px;margin:0px;margin-bottom:5px;}

.LatestNewsSideTable HR
{
	height:1px;border:1px solid #D7D7D7;margin-top:2px;margin-bottom:2px;width:90%;
}

.LatestNewsSideTable TD
{
	padding:5px;text-align:left;
}
.LatestNewsSideTable TD DIV.NewDate
{
	padding-left:5px;
	background: transparent url('../_images/_design/iconPlusOrange.gif') left 5px no-repeat;
	color:#fccf3d;
}
.LatestNewsSideTable TD DIV.NewTitle
{
	padding-left:7px;padding-right:5px;color:#0E64BC;
}
.LatestNewsSideTable TH
{
	color:#FFFFFF;background:#A4B1BC;padding:3px 5px;font-weight:bold;text-align:left;
}
		
.LatestNewsSideTable H4
{
	color:#FFFFFF;font-size:11px;padding:0px;margin:0px;font-weight:bold;
}

.LatestNewsSideTable A, .LatestNewsSideTable A:link, .LatestNewsSideTable A:visited, .LatestNewsSideTable A:focus, .LatestNewsSideTable A:active
{
	font-weight:normal;
	padding:0px;
	vertical-align:center;
	color:#0E64BC;
	display:block;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Sans-Serif;
}

.LatestNewsSideTable A:hover
{
	text-decoration:none;color:#0E64BC;
}

#pscroller1
{
	width: 160px;
	height: 100px;
	border: 0px solid black;
	padding: 0px;
	background: #ffffff;
}


/* ---------------------------------- FIELDSET -------------------------------------------------------------------- */

FIELDSET
{
	border:none;
	border:1px solid #C3CCD4;
	margin-left:0px;
	margin-top:15px;
}
FIELDSET A, FIELDSET A:link, FIELDSET A:visited, FIELDSET A:focus, FIELDSET A:active
{
	font-weight:normal;
	padding:0px;
	vertical-align:center;
	color:#0E64BC;
	display:block;
	text-decoration:none;
}
FIELDSET A:hover
{
	text-decoration:none;
	color:#0E64BC;
}
FIELDSET IMG
{
	border:none;
	margin-left:10px;
	padding-top:3px;
}
	
LEGEND
{
	padding-left:5px;
	padding-right:5px;	
	color:#7A848E;
	font-size:9px;
}

FIELDSET TABLE
{ margin-left:-5px; }
	
FIELDSET TABLE TD
{ padding-left:3px;	}
FIELDSET TD IMG.icon, FIELDSET TD IMG.icon
{
	border:none;
	margin-right:5px;
	margin-left:5px;
	margin-top:2px;
}


/* ---------------------------------- imgPartTableSIDE -------------------------------------------------------------------- */

.imgPartTableSIDE
{float:right; border:1px solid #999; padding:2px; text-align:center; margin:0px; margin-bottom:-1px;}

.imgPartTableSIDE IMG
{display:block;margin:0px;padding:0px;}

/* ---------------------------------- imgPartTableLeftSIDE -------------------------------------------------------------------- */

.imgPartTableLeftSIDE
{ float:left; border:1px solid #999; padding:2px; text-align:center; margin:0px; margin-right:10px; }

.imgPartTableLeftSIDE IMG
{display:block;margin:0px;padding:0px;}	

/* ---------------------------------- imgPartTableLeftSIDENoFloat -------------------------------------------------------------------- */

.imgPartTableLeftSIDENoFloat
{ border:none; padding:2px; text-align:center; margin:0px;}

.imgPartTableLeftSIDENoFloat IMG
{display:block;margin:0px !important;padding:0px !important;}	

/* ---------------------------------- imgPartTableBorder -------------------------------------------------------------------- */
.imgPartTableBorder
{ border:1px solid #999; padding:0px !important; text-align:center !important; }

/* ---------------------------------- imgPartTableBorder2 -------------------------------------------------------------------- */
.imgPartTableBorder2
{padding:2px !important; text-align:center !important; }


/* ----------------- lnkPartTableSIDE -------- docPartTableSIDE -------------------------------------------------------------------- */
	
.docPartTableSIDE,.lnkPartTableSIDE
{	
	margin:0px !important;
	margin-bottom:10px;
}
.docPartTableSIDE A, .docPartTableSIDE A:link, .docPartTableSIDE A:visited, .docPartTableSIDE A:focus, .docPartTableSIDE A:active, .lnkPartTableSIDE A, .lnkPartTableSIDE A:link, .lnkPartTableSIDE A:visited, .lnkPartTableSIDE A:focus, .lnkPartTableSIDE A:active
{
	color:#007AAD;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Sans-Serif;
}
.docPartTableSIDE A:hover,.lnkPartTableSIDE A:hover
{ text-decoration:none;color:#000; }


.docPartTableSIDE TH,.lnkPartTableSIDE TH
{
	color:#007AAD;
	font-weight:bold;
	line-height:20px;
	text-align:right;
}
.docPartTableSIDE TD,.lnkPartTableSIDE TD
{
	color:#003366;	
	padding:5px;	
	vertical-align:middle;	
}	
.docPartTableSIDE TD IMG.icon,.lnkPartTableSIDE TD IMG.icon
{
	border:none;
	padding:0px 5px;
	margin:0px 5px;
}
/* ----------- imgPartTable ----- docPartTable ---- lnkPartTable --------------------------------------------------------------- */

.docPartTable,.imgPartTable,.lnkPartTable
{
	width:100%;margin-bottom:10px;
	/*border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;*/
}
.docPartTable A, .docPartTable A:link, .docPartTable A:visited, .docPartTable A:focus, .docPartTable A:active, .lnkPartTable A, .lnkPartTable A:link, .lnkPartTable A:visited, .lnkPartTable A:focus, .lnkPartTable A:active
{
	color:#0843db;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Sans-Serif;
}
.docPartTable A:hover
{ text-decoration:none; color:#000;}
.lnkPartTable A:hover
{ text-decoration:none; color:#000;}

.docPartTable TD,.lnkPartTable TD
{
	vertical-align:middle;
}

.imgPartTable TD
{
	padding:6px 5px 3px 0px;
}


/* ---------------------------------- formTable -------------------------------------------------------------------- */

.formTable
{ border-bottom:none; width:400px; }

.formTable TD,.formTable TH
{ vertical-align: middle; }

TABLE.formTable TD
{	
	height:21px;
	font-weight:normal;
	color:#000000;
	padding:1px 5px;
	white-space:normal;
	font-size:11px;
}
SPAN.mandatoryField
{ 
	color:#ff0000;
}
		
.formTable TD.bottomRow
{ border:none; padding-bottom:10px; padding-top:5px; }

DIV.formTableNote
{	
	font-weight:normal;
	font-size:9px;
	color:#ff0000;
	white-space:normal;
	background:none;
	width:100px;
}
.formTable TD SELECT
{ width:155px; border:1px solid #B1B1B1; }	


/* ---------------------------------- siteMapTable -------------------------------------------------------------------- */

.siteMapTable
{ 
	margin:0px !important;
	margin-bottom:5px;
	float:left;
	width:100% !important;
}

.siteMapTable A, .siteMapTable A:link, .siteMapTable A:visited, .siteMapTable A:focus, .siteMapTable A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#0e64bc;
	font-family : Arial, Sans-Serif;
	font-size:11px;
}
.siteMapTable A:hover
{ color:#000; text-decoration:none; }


.siteMapTable TD,.siteMapTable TH
{ vertical-align: top; }

.siteMapTable TD
{ background-color:#FFFFFF;	padding:5px; }

.siteMapTableHeader
{
	font-weight:bold;	
}

.siteMapTableHeader A, .siteMapTableHeader A:link, .siteMapTableHeader A:visited, .siteMapTableHeader A:focus, .siteMapTableHeader A:active
{
	font-weight:bold;	
	padding:5px;
	font-family : Arial, Sans-Serif;
	font-size:12px;	
}

.siteMapTable UL
{
	margin:0px 0px 5px 10px;
	padding:0px;
}

.siteMapTable LI
{
	list-style:none;
	list-style-image:none;
	padding-left:10px;
	background:transparent url('../_images/_design/iconArrowRightOrange.gif') left 5px no-repeat;
}

.siteMapTable LI LI
{
	list-style:none;
	list-style-image:none;
	background:transparent url('../_images/_design/iconPlusOrange.gif') left 7px no-repeat;
	padding-left:10px;
}
.siteMapTable LI LI LI
{	
    list-style:none;
	list-style-image:none;
	background:transparent url('../_images/_design/iconPlusOrange.gif') left 7px no-repeat;
	padding-left:10px;
}

/* ---------------------------------- #frmSearchResults -------------------------------------------------------------------- */

#frmSearchResults
{ width:100%; }

#frmSearchResults A, #frmSearchResults A:link, #frmSearchResults A:visited, #frmSearchResults A:focus, #frmSearchResults A:active
{ font-weight:bold;	font-size:13px;color:#184578;	}	
	
#frmSearchResults A.hover
{ color:#000;}	

#frmSearchResults .SearchResultBox
{ white-space:normal; overflow:hidden; margin-bottom:15px; }

#frmSearchResults .bodyText
{ color:#555555; }

#frmSearchResults .linkAddress
{ color:#008000; font-size:10px; }

#frmSearchResults .lastUpdated
{ color:#A4B1BC; font-size:9px; }


/* ---------------------------------- SearchResultsPagingTable -------------------------------------------------------------------- */

.SearchResultsPagingTable
{ width:100%; border-top:1px solid #7A848E; }

.SearchResultsPagingTable A, .SearchResultsPagingTable A:link, .SearchResultsPagingTable A:visited, .SearchResultsPagingTable A:focus, .SearchResultsPagingTable A:active
{ font-weight:bold;	font-size:13px;color:#184578;	}	
	
.SearchResultsPagingTable A.hover
{ color:#000;}

.SearchResultsPagingTable TH, .SearchResultsPagingTable TD
{ text-align:left; font-size:11px; padding-top:5px; }

.SearchResultsPagingTable TD
{ text-align:right; }

.SearchResultsPagingTable A.this, .SearchResultsPagingTable A.this:link, .SearchResultsPagingTable A.this:visited, .SearchResultsPagingTable A.this:focus, .SearchResultsPagingTable A.this:active
{ font-weight:bold; font-size:12px; }

/* ---------------------------------- faqDL -------------------------------------------------------------------- */


DT
{
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

DD
{
	margin: 10px 0px 10px 0px;
	display: block;
	text-align:justify;
}

DL.faqDL
{ margin: 5px 3px 10px 0px; }

.faqDL DT
{
	background:transparent url('../_images/_design/q.gif') left top no-repeat;
	list-style: none;
	padding: 0px 20px 0px 28px;
}

.faqDL DD
{
	padding: 0px 20px 10px 28px;
	background:transparent url('../_images/_design/a.gif') left top no-repeat;
	list-style: none;
}

.supportDL DT, .faqDL DT
{
	text-decoration: none;
    color: #595959;
	cursor: help;
	display: block;
}
.supportDL DD, .faqDL DD 
{
	display: none;
}
.faqDL DD.isOpen
{
	display: block;
}
/* ---------------------------------- eventsListTable -------------------------------------------------------------------- */

.eventsListTable
{ margin-top:10px;margin-bottom:5px; width:100%; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9;}

.eventsListTable TD,.eventsListTable TH
{ 
	padding:3px;
	padding-left:0px;
	padding-right:5px; 
	text-align:left;
	vertical-align:top;
}

.eventsListTable TD.eventImage
{ 
	width:100px;
	padding-top:5px;
}

.eventsListTable TH TABLE TH
{ font-weight:bold; font-size:12px; border:none;  }
		
.eventsListTable TH
{ }

/* ---------------------------------- tableRightMenuBOX -----------Search Tech Articles--------------------------------------------------------- */

.tableRightMenuBOX
{
	width:100%;
	border:none;
}

.tableRightMenuBOX TD,.tableRightMenuBOX TH
{
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
}

.tableRightMenuBOX TH
{
	vertical-align:center;
	background-color:#A4B1BC;
	color:#FFFFFF;
	font-weight:bold;
	border-top:1px solid #D7D7D7;
}
.tableRightMenuBOX A, .tableRightMenuBOX A:link, .tableRightMenuBOX A:visited, .tableRightMenuBOX A:focus, .tableRightMenuBOX A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#000;
	font-family : Arial, Sans-Serif;
	font-size:12px;
}
.tableRightMenuBOX A:hover
{ color:#996600; text-decoration:none; }

.tableRightMenuBOX TD
{
	vertical-align:top;
}
.tableRightMenuBOX TD IMG.icon,.tableRightMenuBOX TD IMG.icon
{
	border:none;margin-right:5px;margin-top:3px;
}		
/* ---------------------------------- tableTechArticlesList -------------------------------------------------------------------- */
		
.tableTechArticlesList
{
	width:100%;
	border:1px solid #D7D7D7;
	margin-top:6px;
}

.tableTechArticlesList A, .tableTechArticlesList A:link, .tableTechArticlesList A:visited, .tableTechArticlesList A:focus, .tableTechArticlesList A:active
{
	font-weight:bold;
	text-decoration:none;
	color:#0E64BC;
	font-family: Arial, Sans-Serif;
	font-size:12px;
}
.tableTechArticlesList A:hover
{ text-decoration:none; color:#fccf3d; }


.tableTechArticlesList TD,.tableTechArticlesList TH
{
	font-weight:normal;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}

.tableTechArticlesList TH
{
	text-align:left;
	vertical-align:center;
	background-color:#A4B1BC;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:2px solid #D7D7D7;
}

.taAuthor
{ font-style:italic; font-size:11px; margin-bottom:5px; }

 .taDate
{ font-style:italic; font-size:11px; color:#7A848E; }
	
.taTitle
{ font-weight:bold;	margin-bottom:5px; font-size:12px !important;}

.taTitle A, .taTitle A:link, .taTitle A:visited, .taTitle A:focus, .taTitle A:active
{ font-weight:bold !important;	margin-bottom:5px;font-size:12px !important;color:#184578;	}	
	
.taTitle A.hover
{ font-weight:bold;	margin-bottom:5px; color:#184578;}	

.taAuthor A, .taAuthor A:link, .taAuthor A:visited, .taAuthor A:focus, .taAuthor A:active
{font-weight:bold !important; font-style:italic !important; font-size:11px !important; margin-bottom:5px; color:#a81d24 !important;	}	
	
.taAuthor A.hover
{ font-weight:bold;	margin-bottom:5px;color:#a81d24; }	
	
.taAttachmentsTable
{
   width:100%;
   margin-top:5px;
   margin-bottom:10px;
   border-top:1px solid #E5E5E5;
   border-bottom:1px solid #E5E5E5;
}	
.taAttachmentsTable A, .taAttachmentsTable A:link, .taAttachmentsTable A:visited, .taAttachmentsTable A:focus, .taAttachmentsTable A:active
{
	color:#007AAD;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Sans-Serif;
}
.taAttachmentsTable A:hover
{ text-decoration:none; }

.taAttachmentsTD
{
   background-color:#F3F3F3;
   padding:3px;
   vertical-align:center;
   text-align:left;
}
	
.taAttachmentsTD DIV
{ margin-top:3px; margin-bottom:3px;}	
		
.tableTechArticlesList TD IMG.icon,.tableTechArticlesList TH IMG.icon
{
	border:none;
	margin:0px;
	margin-right:5px;
}

A.publicationsH1Link, A.publicationsH1Link:link, A.publicationsH1Link:visited, A.publicationsH1Link:focus, A.publicationsH1Link:active
{
	font-size:16px;
	font-weight:bold;
	color:#0E64BC;
	font-family: Arial, Sans-Serif;
	text-decoration:none;
}	
	
A.publicationsH1Link:hover
{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#fccf3d;
}	

/* ---------------------------------- documentsAndLinksInRow -------------------------------------------------------------------- */

.documentsAndLinksInRow
{ display:block; padding-left:5px; margin-right:5px; margin-left:5px; float:left; white-space:nowrap; ; }

/* ---------------------------------- tablePressReleasesList -------------------------------------------------------------------- */

.tablePressReleasesList
{
	width:100%; 
	border:1px solid #D7D7D7;
}
.tablePressReleasesList A, .tablePressReleasesList A:link, .tablePressReleasesList A:visited, .tablePressReleasesList A:focus, .tablePressReleasesList A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#274b79;
	font-family: Arial, Sans-Serif;
	font-size:12px;
}

.tablePressReleasesList A:hover
{ text-decoration:underline; color:#ff9900; }

.tablePressReleasesList TD,.tablePressReleasesList TH
{
	text-decoration: none;
	font-weight:normal;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}

.tablePressReleasesList TH
{
	vertical-align:center;
	background-color:#A4B1BC;
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:2px solid #D7D7D7;
}

.tablePressReleasesList TD
{
	vertical-align:top;
	border-top:1px solid #D7D7D7;
}

.tablePressReleasesList .downloadTD
{ background-color:#F7F7F7;	border-left:1px solid #D7D7D7; }	

.tablePressReleasesList .leftBorder
{ border-left:1px solid #D7D7D7; }

.tablePressReleasesList TD IMG.icon,.tablePressReleasesList TD IMG.icon
{
	border:none;margin-right:5px;margin-top:2px;
}
		
		
/* ---------------------------------- registrationTable -------------------------------------------------------------------- */

.registrationTable
{
	width:400px;
	/*border:1px solid #003366;*/
	margin:0px 5px;
}

.registrationTable TH,.registrationTable TD
{
	padding:2px;
	padding-left:10px;
	padding-right:0px;
	color:#000000;
	font-weight:bold;
	vertical-align:center;
}

.registrationTable DIV { font-size:10px; font-weight:bold; }

.registrationTable TD.star
{padding-right:3px; padding-left:3px; vertical-align:middle;color:#ff0000; }

.registrationTable TH
{ text-align:left; white-space:nowrap;}

.registrationTable A, .registrationTable A:link, .registrationTable A:visited, .registrationTable A:focus, .registrationTable A:active
{
	font-weight:bold;
	padding-left:15px;
	background:transparent url('../_images/dotted_icon.gif') left 4px no-repeat;
}

.registrationTable INPUT
{
	border:solid 1px #bcd0da;
	height:18px;
	width:150px;
}

.registrationTable INPUT.checkBox
{
	border:none !important;
	width:20px !important;
	margin-left:-4px;
}

.registrationTable INPUT.req
{
	border:solid 1px #bcd0da;
	height:18px;
	width:150px;
}

.registrationTable SELECT
{
	border:solid 1px #bcd0da;
	height:21px;
	width:155px;
}

.registrationTable HR
{
  border:1px inset #bcd0da;
  margin-top:0px; 
  margin-bottom:0px;
}	
	
	
/* ---------------------------------- mainLoginTable -------------------------------------------------------------------- */
		
.mainLoginTable
{
	border:1px solid #D7D7D7;margin-top:20px;
}

.mainLoginTable TD
{
	padding:5px;background-color:#F3F3F3;color:#000000;font-weight:bold;text-align:left;vertical-align:center;
}

.mainLoginTable TH
{
	padding:5px;background-color:#F3F3F3;color:#000000;font-weight:normal;text-align:left;font-size:11px;
}

.mainLoginTable TD
{
	background-color:#FFFFFF;text-align:left;border-left:1px solid #D7D7D7;
}

.mainLoginTable A, .mainLoginTable A:link, .mainLoginTable A:visited, .mainLoginTable A:focus, .mainLoginTable A:active
{
	display:block;
	font-weight:bold;
	padding-left:15px;
	margin-bottom:15px;
	margin-top:3px;
	font-family: Arial, Sans-Serif;
	font-size:12px;
	color:#0E64BC;
	background:transparent url('../_images/_design/iconArrowRightOrange.gif') left 3px no-repeat;
}		
.mainLoginTable A:hover
{ text-decoration:none; color:#000; }

/* ---------------------------------- updateExpiredPasswordTable -------------------------------------------------------------------- */
		
.updateExpiredPasswordTable
{
	border:1px solid #D7D7D7;margin-top:0px;width:380px;
}

.updateExpiredPasswordTable TH,.updateExpiredPasswordTable TD
{
	padding:2p;xpadding-left:5px;padding-right:5px;background:#F3F3F3;color:#000000;font-weight:bold;text-align:left;vertical-align:center;
}

.updateExpiredPasswordTable TD
{
	background:#FFFFFF;text-align:left;border-left:1px solid #D7D7D7;
}
.updateExpiredPasswordTable A, .updateExpiredPasswordTable A:link, .updateExpiredPasswordTable A:visited, .updateExpiredPasswordTable A:focus, .updateExpiredPasswordTable A:active
{
	display:block;
	font-weight:bold;
	padding-left:15px;
	margin-bottom:15px;
	margin-top:3px;
	background:transparent url('../_images/_design/iconArrowRightOrange.gif') left 3px no-repeat;
}

/* ---------------------------------- extendedLinksTable -------------------------------------------------------------------- */

.extendedLinksTable
{ width:100%; margin-bottom:10px; }

.extendedLinksTable TD, .extendedLinksTable TH
{ vertical-align:top;border-bottom:1px solid #E5E5E5; padding-bottom:5px;}

.extendedLinksTable TD
{
	border:none;
	padding:2px;
	padding-left:10px;
}
.extendedLinksTable TH.categoryTitle
{
	text-align:left;
	
	color:#FFFFFF;
	padding:2px;
	padding-left:10px;
	padding-right:5px;
}

.extendedLinksTable TH.itemTitle
{
	text-align:left;
	
	
	padding:2px;
	padding-left:5px;
	padding-right:5px;	
	
}

.extendedLinksTable TH.itemTitle DIV.itemTitle
{
	padding-left:10px;
	height:100%;
	
}

.extendedLinksTable H4
{
	font-weight:bold;
	color:#000;
	font-size:13px;
}

.extendedLinksTable TH.itemTitle DIV.itemTitle
{
	padding-left:10px;
	height:100%;
	
}

.extendedLinksTable TH.itemTitle A, .extendedLinksTable TH.itemTitle A:link, .extendedLinksTable TH.itemTitle A:visited, .extendedLinksTable TH.itemTitle A:focus, .extendedLinksTable TH.itemTitle A:active
{
	/*background: transparent url('../_images/_design/iconArrowRightGrey.gif') right 4px no-repeat;*/
	margin-top:1px;
	padding-right:10px;
	color:#000;
}
/* ---------------------------------- simpleLinksTable -------------------------------------------------------------------- */

.simpleLinksTable
{ width:100%; border:1px solid #E5E5E5; margin-bottom:10px; }

.simpleLinksTable TD, .simpleLinksTable TH
{ vertical-align:top; }

.simpleLinksTable TD
{
	background:none;
	border:none;
	padding:5px;
	vertical-align:top;
}
.simpleLinksTable TH.categoryTitle
{
	text-align:left;
	background-color:#7A848E;
	color:#FFFFFF;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

.simpleLinksTable TH.itemTitle
{
	text-align:left;
	background-color:#F7F7F7;
	border-right:1px solid #E5E5E5;
	padding:2px; padding-left:5px;
	width:150px;
}

.simpleLinksTable  H4
{
	font-weight:bold;
	color:#3067A2;
	font-size:13px;
}

.simpleLinksTable TH.itemTitle A, .simpleLinksTable TH.itemTitle A:link, .simpleLinksTable TH.itemTitle A:visited, .simpleLinksTable TH.itemTitle A:focus, .simpleLinksTable TH.itemTitle A:active
{ color:#fccf3d; }

/* ---------------------------------- glossaryTerm -------------------------------------------------------------------- */

.glossaryTerm
{
	width:100%;
	padding:0px;
	margin:0px;
	background: url('../_images/_design/border.gif') center 15px repeat-x; 	
}
	
.glossaryTerm DT
{
	font-weight:bold;
	color:#367ab7;
	display: block;
	padding:0px;
}

.glossaryTerm DD
{
	display: block;
	padding:0px;
}

.glossaryLetterTab
{
	background: #f6c425 url('../_images/_design/BGGlossery.gif') right top no-repeat; 	
	text-align:center;
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	width:19px;
	height:19px;
}

/* ---------------------------------- glossaryABC -------------------------------------------------------------------- */

.glossaryABC
{ 
  float:left; text-align:center;
  background: #f8c423;
  margin:2px;
  padding:1px 3px;
  font-weight:bold;
  font-size:14px;
  color:#000;
}

.glossaryABCMouseOver
{ 
  color:#000;
}
.glossaryABC A, .glossaryABC A:link, .glossaryABC A:visited, .glossaryABC A:focus, .glossaryABC A:active
{ font-weight:bold !important; font-size:14px;width:100%;color:#fff; }

.glossaryABC A:hover
{ color:#000; }

/* ---------------------------------- sideMenuLoginTable -------------------------------------------------------------------- */
.sideMenuLoginTable
{
	width:170px;margin:0px;margin-bottom:10px;
}

.sideMenuLoginTable TD,.sideMenuLoginTable TH
{
	text-align:left;
}

.sideMenuLoginTable TD input,.sideMenuLoginTable TH input
{
	float:left;
}

.sideMenuLoginTable TD
{
	padding:2px;padding-left:5px;padding-right:5px;font-family: Arial, Sans-Serif;font-size:11px;
}

.sideMenuLoginTable TH
{
	color:#FFFFFF;background:#292e34;	padding:3px 5px;font-weight:bold;text-align:center;border-bottom:1px solid #FFFFFF;
}

.sideMenuLoginTable A, .sideMenuLoginTable A:link, .sideMenuLoginTable A:visited, .sideMenuLoginTable A:focus, .sideMenuLoginTable A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#292e34;
	font-family: Arial, Sans-Serif;
	font-size:11px;
}
.sideMenuLoginTable A:hover
{ text-decoration:none; color:#fccf3d; }

.sideMenuLoginTable DIV
{
	background: transparent url('../_images/_design/iconArrowRightOrange.gif') left 3px no-repeat;
	padding-left:10px;
	margin-top:3px;
}

.sideMenuLoginTable HR
{ height:3px; border:1px inset #FFFFFF; padding:0px; margin:0px;}


/* ---------------------------------- photoAlbumsGallery -------------------------------------------------------------------- */

.photoAlbumsGallery
{ margin-bottom:15px; }

.photoAlbumsGallery TD
{
	width:146px;
}
.photoAlbumsGallery A, .photoAlbumsGallery A:link, .photoAlbumsGallery A:visited, .photoAlbumsGallery A:focus, .photoAlbumsGallery A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#000;
	font-family: Arial, Sans-Serif;
	font-size:12px;
	
}
.photoAlbumsGallery A:hover
{ text-decoration:none; color:#fccf3d; }


/* ---------------------------------- photoAlbumsTable -------------------------------------------------------------------- */
.photoAlbumsTable
{ }

.photoAlbumsTable TD
{
	width:146px;
}

.photoAlbumsTable DIV
{
	background: url('../_images/_design/BottomGallery.gif') center bottom no-repeat;
	text-align: right;
	width:146px;
}

.photoAlbumsTable DIV DIV
{
	background: url('../_images/_design/TopGallery.gif') center top no-repeat;
	padding-top:2px;
	width:146px;
	height:143px;
}
.photoAlbumsTable A, .photoAlbumsTable A:link, .photoAlbumsTable A:visited, .photoAlbumsTable A:focus, .photoAlbumsTable A:active
{ 
	font-weight:bold;	
	font-family : Arial, Sans-Serif;
	font-size:12px;
	color:#000;
	padding:0px;
	text-decoration:underline;
}

.photoAlbumsTable A:hover
{ color:#f8c72d; }

/* ---------------------------------- photoAlbumsGalleryItem -------------------------------------------------------------------- */

.photoAlbumsGalleryItem
{ width:400px; }

.photoAlbumsGalleryItem TD
{
	text-align: center;
	vertical-align: top;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}

.photoAlbumsGalleryItem IMG
{
	margin-top:5px;
	padding:2px;
	border: 1px solid #B0B0B0;
}

.photoAlbumsGalleryItem A:hover IMG
{
	padding:2px;
	border: 1px solid #fccf3d;
}

/* ---------------------------------- managementListTable -------------------------------------------------------------------- */

.managementListTable
{ margin-bottom:15px; width:100%; }

.managementListTable TD,.managementListTable TH
{ 
	padding:3px; 
	padding-left:5px;
	padding-right:5px; 
	text-align:left;
	vertical-align:top;
}

.managementListTable TD.managementItemImage
{ width:100px; padding-left:0px; padding-right:0px; }

.managementListTable TH.managementItemTitle
{ 
	padding-bottom:5px;background:transparent;border-bottom:1px solid #C3CCD4;
}
	
TABLE.managementListTable TABLE TH, TABLE.managementListTable TABLE TD
{  background-color:#F7F7F7; vertical-align:middle; }


TABLE.managementListTable TABLE TD.shortDecription
{ background:none; }
			
TABLE.managementListTable TABLE TH
{ font-weight:bold;color:#000;width:100px; }
	
.managementItemPosition
{ color:#fccf3d; font-size:11px; } 

/* ---------------------------------- Regular_MAINPAGE_Childs_IMGS -------------------------------------------------------------------- */
	
.Regular_MAINPAGE_Childs_IMGS
{ margin-top:10px; }

.Regular_MAINPAGE_Childs_IMGS TH
{
	padding-right:10px;
	padding-bottom:20px;
	vertical-align:top;
	text-align:center;
}

.Regular_MAINPAGE_Childs_IMGS TD SPAN.Title
{
	display:block;
	width:100%;
	text-align:center;
}	

.Regular_MAINPAGE_Childs_IMGS .imgContainer
{
	display:block;
	width:1px;
	margin-bottom:5px;
}

/* ---------------------------------- Regular_MAINPAGE_Childs_LIST -------------------------------------------------------------------- */

TABLE .Regular_MAINPAGE_Childs_LIST
{ margin-top:10px; margin-bottom:10px; }

TABLE .Regular_MAINPAGE_Childs_LIST TD
{
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	background-color:#eeeeee;	
}

TABLE .Regular_MAINPAGE_Childs_LIST TR.alt TD
{ background-color:#DADADA;	}


.Regular_MAINPAGE_Childs_LIST A, .Regular_MAINPAGE_Childs_LIST A:link, .Regular_MAINPAGE_Childs_LIST A:visited, .Regular_MAINPAGE_Childs_LIST A:focus
{ 
	font-weight:bold;	
	font-family : Arial, Sans-Serif;
	font-size:12px;
	color:#0e64bc;
}

.Regular_MAINPAGE_Childs_LIST A:active
{ color:#fff;background-color:#000; }

.Regular_MAINPAGE_Childs_LIST A:hover
{ color:#000; }

/* ---------------------------------- productListBox -------------------------------------------------------------------- */

.productListBox
{ 
	margin:0px;
	margin-bottom:5px;
	width:100%;
}
.productListBox TD, .productListBox TH
{
	vertical-align:top;
	text-align:center;
	padding:5px;
}

.productListBox TD
{
	vertical-align: top;
	text-align:center;
	padding:5px;			
	padding-bottom:10px;

}
.productListBox H5
{
	font-weight:normal !important;
	font-size:13px;
	text-align:right;
}

.productListBox TABLE TH
{
	text-align:center;
	color:#888888;
	background-color:#F3F3F3;
}

.productListBox TABLE A, .productListBox TABLE A:link, .productListBox TABLE A:visited, .productListBox TABLE A:focus, .productListBox TABLE :active
{ 
	font-weight:normal;	
	display:block;
	cursor:pointer;
}

.productListBox TABLE A:hover
{ background-color: transparent; }

.productListBox DIV.productData
{
	height:15px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	background-color:#E5E5E5;
	background:#F6F6F6 url('../_images/_design/siteMapHeaderBackground.gif') right center repeat-y !important;
}

.productListBox A, .productListBox A:link, .productListBox A:visited, .productListBox A:focus, .productListBox A:active
{ 
	font-weight:bold;	
	display:block;
	cursor:pointer;
	font-family : Arial, Sans-Serif;
	font-size:12px;
	color:#0e64bc;
}

.productListBox A:hover
{ background-color: #FFFFFF;color:#000; }



/*-----------------downloadZonemainCategoriesTable---------------------------------------*/
.downloadZonemainCategoriesTable 
{
	text-align:center;
}

.downloadZonemainCategoriesTable td
{
	text-align:left;
	padding-top:20px;
	vertical-align:bottom;
	width:180px;
}

.downloadZonemainCategoriesTable img
{
	border:1px solid #696969;
}

.downloadZonemainCategoriesTable A, .downloadZonemainCategoriesTable A:link, .downloadZonemainCategoriesTable A:visited, .downloadZonemainCategoriesTable A:focus, .downloadZonemainCategoriesTable A:active
{ 
	font-size:13px;
	font-weight:bold;
	margin:2px 0px;
	padding:2px 0px;
	color:#3b87bc;
}

.downloadZonemainCategoriesTable A:hover
{ color:#0d2ff3;text-decoration:underline; }


	
/* ---------------------------------- downloadZoneSubCategoriesTable -------------------------------------------------------------------- */

.downloadZoneSubCategoriesTable
{ 
	width:100%;margin-bottom:20px;
}		
		
.downloadZoneSubCategoriesTable TD, .downloadZoneSubCategoriesTable TH
{
	text-align:left;color:#000;border-bottom:1px solid #999;
}

 .downloadZoneSubCategoriesTable TH
{
	font-weight:bold;
	
}

 .downloadZoneSubCategoriesTable TD
{
	padding:0px;
}

.downloadZoneSubCategoriesTable TD IMG.icon
{ padding-right:5px; }
	
.downloadZoneSubCategoriesTable A, .downloadZoneSubCategoriesTable A:link, .downloadZoneSubCategoriesTable A:visited, .downloadZoneSubCategoriesTable A:focus, .downloadZoneSubCategoriesTable A:active
{ 
	font-weight:bold;display:block;padding:5px;
	font-size:12px !important;font-family : Arial, Sans-Serif;	
	color:#333333;
}

.downloadZoneSubCategoriesTable A.this, .downloadZoneSubCategoriesTable A.this:link
{ 
	
}

.downloadZoneSubCategoriesTable A:hover

{ text-decoration:none; }

/* ---------------------------------- downloadZoneListTable -------------------------------------------------------------------- */

.downloadZoneListTable
{ 
	
	width:100%;
	margin-bottom:20px;
}		
		
.downloadZoneListTable TD, .downloadZoneListTable TH
{
	text-align:left;
	color:#030303;
	padding:5px;
	vertical-align:middle;
	border-bottom:1px solid #999;
}

 .downloadZoneListTable TH
{
	
	font-weight:bold;
	
}
 .downloadZoneListTable TD
{
	
}

 .downloadZoneListTable TD.DZIsize
{
	font-size:9px;
	white-space:nowrap;
}
 .downloadZoneListTable TD.DZIdescription
{
	line-height:19px;
}
.downloadZoneListTable TD.DZIdescription A, .downloadZoneListTable TD.DZIdescription A:link, .downloadZoneListTable TD.DZIdescription A:visited, .downloadZoneListTable TD.DZIdescription A:focus, .downloadZoneListTable TD.DZIdescription A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#0E64BC;
	font-family: Arial, Sans-Serif;
	font-size:12px;
}
.downloadZoneListTable TD.DZIdescription A:hover
{ text-decoration:none; color:#fccf3d; }


 .downloadZoneListTable TD SPAN.DZIversion
{
	font-size:9px;
	color:#7A848E;
}

.downloadZoneListTable TD IMG.icon
{ padding-right:5px; }
	
.downloadZoneListTable A, .downloadZoneListTable A:link, .downloadZoneListTable A:visited, .downloadZoneListTable A:focus, .downloadZoneListTable A:active
{ 
	font-weight:normal;	
	display:block;
	padding:5px;
}

.downloadZoneListTable A:hover
{ text-decoration:none; }

/* -------------------------- productsMainCategoriesTable ---------------------------- */

.productsMainCategoriesTable
{ width:100%;border-bottom:1px solid #cccccc;margin-bottom:15px;}		
		
.productsMainCategoriesTable TD, .productsMainCategoriesTable TH
{
	text-align:left;
	padding:0px;
	color:#323232;
}

.productsMainCategoriesTable TABLE TH
{
	text-align:left;
	color:#323232;
}


/* ---------------------------------- productsSubCategoriesTable -------------------------------------------------------------------- */

.productsSubCategoriesTable
{ width:100%; }		
		
.productsSubCategoriesTable TD, .productsSubCategoriesTable TH
{
	text-align:left;
	padding:5px;
	color:#888888;
	padding-bottom:10px;
}

.productsSubCategoriesTable TABLE TH
{
	text-align:center;
	color:#888888;
	background-color:#F3F3F3;
}
.productsSubCategoriesTable A H5, .productsSubCategoriesTable A:link H5, .productsSubCategoriesTable A:visited H5, .productsSubCategoriesTable A:focus H5, .productsSubCategoriesTable A:active H5
{ 
	font-weight:normal;	
	display:block;
	font-size:11px;
	font-weight:bold;	
	color:#ff6600;
}
.productsSubCategoriesTable A:hover h5
{  color:#888888; }

.productsSubCategoriesTable A:hover IMG
{ filter:alpha(Opacity=100, FinishOpacity=40, Style=2, StartX=0, StartY=0, FinishX=200, FinishY=0); }

/* --------------------- shoppingCartTableSmall ---------------------- */

.shoppingCartTableSmall
{
	width:100%;
	margin:0px;
	margin-bottom:10px;
}
.shoppingCartTableSmall A, .shoppingCartTableSmall A:link, .shoppingCartTableSmall A:visited, .shoppingCartTableSmall A:focus, .shoppingCartTableSmall A:active
{
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	font-family: Arial, Sans-Serif;
	font-size:12px;
}
.shoppingCartTableSmall A:hover
{ text-decoration:none; color:#fccf3d; }

.shoppingCartTableSmall TH
{
	padding:2px;
	font-weight:bold;
	background:#7A848E url('../_images/_design/cartIcon.gif') right 4px no-repeat;
}
.shoppingCartTableSmall TR.Header TH
{
	background:none;
	background-color:#E5E5E5;
	padding:2px;
	font-weight:bold;
	font-size:10px;
	color:#7A848E;
	border-top:1px solid #AFAFAF;
}
.shoppingCartTableSmall TD
{
	padding:2px;
	font-size:10px;
	border-top:1px solid #AFAFAF;
	color:#C80901;
}
.shoppingCartTableSmall TD.quantity, TABLE.shoppingCartTableSmall TH.quantity
{
	text-align:center;
	color:#000000;
	width:25px;
}
.shoppingCartTableSmall TD.subTotal
{
	text-align:right;
	color:#7A848E;
}
.shoppingCartTableSmall .goOrder
{
	text-align:right;
	color:#000000;
	border-bottom:3px inset #A4B1BC;
}

.shoppingCartTableSmall .goOrder A, .shoppingCartTableSmall .goOrder A:link, .shoppingCartTableSmall .goOrder A:visited, .shoppingCartTableSmall .goOrder A:focus, .shoppingCartTableSmall .goOrder A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#0E64BC;
	font-family: Arial, Sans-Serif;
	font-size:10px;
}
.shoppingCartTableSmall .goOrder A:hover
{ text-decoration:none; color:#fccf3d; }


.shoppingCartTableSmall A, .shoppingCartTableSmall A:link, .shoppingCartTableSmall A:visited, .shoppingCartTableSmall A:focus, .shoppingCartTableSmall A:active
{ 
	font-weight:normal;	
	display:block;
	padding:1px;
	color:#0E64BC;
}

.shoppingCartTableSmall A:hover
{ text-decoration:none; }

.shoppingCartTableSmall TH A, .shoppingCartTableSmall TH A:link, .shoppingCartTableSmall TH A:visited, .shoppingCartTableSmall TH A:focus, .shoppingCartTableSmall TH A:active
{ color:#FFFFFF; font-weight:bold; }

.shoppingCartTableSmall TH A:hover
{ text-decoration:none; }


/* ---------------------------------- authorABC ------------------ */
.authorABC
{ 
  float:left; width:14px; height:18px; text-align:center;
  background-color: #F7F7F7;
  border:1px solid #E5E5E5;
  margin-right:3px;
  margin-bottom:5px;
  font-weight:bold;
  font-size:15px;
  color:#E5E5E5;
  padding:0px !important;
}

.authorABCMouseOver
{ 
  background-color: #FFFFFF !important;
}

.authorABC A, .authorABC A:link, .authorABC A:visited, .authorABC A:focus, .authorABC A:active
{ font-weight:bold !important; font-size:14px !important;width:100%; }

.authorABC A:hover
{ background-color: #FFFFFF; }


/* ---------------------------------- authorsItemTable -------------------------------------------------------------------- */
.authorsItemTable
{ width:100%;}

.authorsItemTable TD,.authorsItemTable TH
{ 
	padding:3px; padding-left:0px;padding-right:5px; text-align:left;vertical-align:top;font-size:12px;font-family:Verdana;
}

.authorsItemTable .authorItemImage
{  padding-left:0px; padding-right:0px; padding-bottom:10px;}

.authorsItemTable TH.authorItemTitle
{ 
	padding-bottom:5px;border-bottom:1px solid #C3CCD4;
}	
			
.authorsItemTable TABLE TH, .authorsItemTable TABLE TD
{ text-align:left; border:none;}

.authorsItemTable TABLE TH
{ padding-right:0px; white-space:nowrap; padding-right:5px;  }	

.authorsItemTable TABLE TD.shortDescription
{ padding-left:10px;}

.authorsItemTable TABLE TD.shortDescription P
{ font-family:'Trebuchet Ms'; font-size:11px;  border-left:1px solid #C3CCD4; padding-left:10px;  }
			
.authorsItemTable TABLE TH
{ font-weight:bold; }

.authorsItemTable H3
{
	font-size:17px;font-size:15px;font-weight:bold;margin:0px;color:#01737E;font-family: Arial, Sans-Serif;
}		

.authorsItemTable H4
{
	font-size:11px;font-size:12px;font-weight:bold;margin-top:0px;color:#fccf3d;font-family: Arial, Sans-Serif;
}		
	
.authorsItemTable SPAN.authorAddressLine
{
	color:#999999; font-style:italic;
}

.managementItemPosition
{ font-weight:bold; } 

.authorsItemTable A:hover H3
{
	font-size:14px;font-size:15px;font-weight:bold;margin:0px;color:#1041C1;font-family: Arial, Sans-Serif;
}

.allPublicationsByAuthor A, .allPublicationsByAuthor A:link, .allPublicationsByAuthor A:visited, .allPublicationsByAuthor A:focus, .allPublicationsByAuthor A:active
{
	display:block;
	font-weight:bold;
	padding-left:15px;
	margin-bottom:15px;
	margin-top:3px;
	background:transparent url('../_images/_design/iconArrowRightOrange.gif') left 3px no-repeat;
	font-size:13px;
	color:#969696;
	font-family: Arial, Sans-Serif;
}

.allPublicationsByAuthor A:hover
{
	color:#000;font-size:13px;font-family: Arial, Sans-Serif;
}

/* ---------------------------------- authorsListTable -------------------------------------------------------------------- */

.authorsListTable
{  width:100%;  }

.authorsListTable TD,.authorsListTable TH
{ 
	padding:3px; padding-left:5px;padding-right:5px; text-align:left;vertical-align:top;font-size:12px;	
}
.authorsListTable .authorItemImage
{ padding:0px; padding-top:5px; padding-bottom:10px; width:90px; }

.authorsListTable TD.authorLetterTD
{ 
	padding:0px !important;
	border-bottom:1px solid #C3CCD4;
}
.authorLetterTab
{
	background: #A4B1BC url('../_images/_design/tabEndPart.gif') right top no-repeat; 	
	line-height:21px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	margin-top:15px;
	width:15px;
}

.authorsListTable TH.authorItemTitle
{ 
	padding-bottom:5px;border-bottom:1px solid #C3CCD4;
}
			
.authorsListTable TABLE TH, .authorsListTable TABLE TD
{ text-align:left; border:none;}

.authorsListTable TABLE TH
{ padding-right:0px; white-space:nowrap; }	

.authorsListTable TABLE TD.shortDescription
{ padding-left:10px;}

.authorsListTable TABLE TD.shortDescription P
{ font-family:'Trebuchet Ms'; font-size:11px;  border-left:1px solid #C3CCD4; padding-left:10px;  }
			
.authorsListTable TABLE TH
{ font-weight:bold; }

.authorsListTable H3
{
	font-size:15px;font-weight:bold;margin:0px;color:#01737E;font-family: Arial, Sans-Serif;
}		

.authorsListTable H4
{
	font-size:12px;font-weight:bold;margin-top:0px;color:#fccf3d;font-family: Arial, Sans-Serif;
}		
.authorsListTable SPAN.authorAddressLine
{
	color:#999999; font-style:italic;
}

.managementItemPosition
{ font-weight:bold; } 

.authorsListTable A:hover H3
{
	font-size:15px;font-weight:bold;margin:0px;color:#1041C1;font-family: Arial, Sans-Serif;
}
	
/*----------------------------------Shop---------------------------------*/
.Shop
{
	margin-bottom:5px;
}

.Shop TH
{
	width:43px;height:43px;
}

.Shop TD
{
	font-weight:normal;color:#000;font-size:11px;padding-right:7px;padding-top:4px;
	font-family : Arial;background: url('../_images/_design/StepBg.gif') repeat-x;
}


/*-----------------------------------shoppingCartTableTop-------------------------------*/

.shoppingCartTableTop
{
	width:100%;
	margin-bottom:11px;
}

.shoppingCartTableTop TD
{
	padding:0px 2px 0px 2px;
	font-size:10px;
	border-bottom:1px solid #830089;
	color:#3c3c3c;
	vertical-align:top;
}

.shoppingCartTableTop TH
{
	padding:3px;
	font-weight:normal;
	background:#cbcbcb;
	color:#830089;
}

/*------------------------------------LinksTop----------------------------*/
.LinksTop
{
	color:#999999;
	margin-left:10px;
}

.LinksTop td
{
	padding-left:5px;
	vertical-align:bottom;
}

.LinksTop A, .LinksTop A:link, .LinksTop A:visited, .LinksTop A:focus, .LinksTop A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#999999 ;
	font-size:11px;
	font-family : verdana;
	vertical-align:bottom;
}

.LinksTop A:hover
{ text-decoration:none; color:#fccd3b; }

/*------------------------------------SearchTop----------------------------*/
.SearchTop
{
	color:#000;
}

.SearchTop td
{
	color:#999;
	padding-top:10px;
}

.SearchTop A, .SearchTop A:link, .SearchTop A:visited, .SearchTop A:focus, .SearchTop A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#999;
	font-size:11px !important;
	font-family : Arial, Sans-Serif;
}

.SearchTop A:hover
{ text-decoration:none; color:#ff936b; }


/*---------------------------------MoreInformation----------------------------------*/
.MoreInformation
{
	text-align:left;
	font-size:12px;
}
.MoreInformation A, .MoreInformation A:link, .MoreInformation A:visited, .MoreInformation A:focus, .MoreInformation A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#0033cc;
	font-size:12px;
	font-family : Arial, Sans-Serif;
	text-align:left;
}

.MoreInformation A:hover
{ text-decoration:none; color:#000; }

/*-------------------------------------------------------------------------*/
.flashHP
{ 
	border: 1px solid #A4B1BA;
}
.newsHP
{	
	border: 1px dotted #A4B1BA;
	background: #F3F3F3;
	width:170px;
}

/*----------------------------------mailto----------------------------------*/

.mailto A, .mailto A:link, .mailto A:visited, .mailto A:focus, .mailto A:active
{
	font-weight:normal;
	text-decoration:none;
	color:#245fdf;
	font-size:12px;
	font-family : Arial, Sans-Serif;
}

.mailto A:hover
{ text-decoration:none; color:#6dacea; }


/*-----------------------------------BorderRL--------------------------------*/
.BorderRL
{
	border-right:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
}

/* ---------------------------------- Circle -------------------------------------------------------------------- */

#Circle {
background:#f1f3f9;
}
#Circle div{
background:transparent url('../_images/_design/bg_gray_box_rt.gif') no-repeat right top;
}
#Circle div div{
background:transparent url('../_images/_design/bg_gray_box_lb.gif') no-repeat left bottom;
}
#Circle div div div{
background:transparent url('../_images/_design/bg_gray_box_rb.gif') no-repeat right bottom;
}
#Circle div div div div{
background:transparent url('../_images/_design/bg_gray_box_lt.gif')  no-repeat left top;
}

/* ---------------------------------- projectItem -------------------------------------------------------------------- */

.projectItemTable { width: 100%; height: 300px;}
.projectItemTable IMG { display: block }
.projectItemTable A { display: block }

.projectItemViewImageTD 
{ 
	text-align: center !important; padding: 0px 
}

.projectItemViewImageDiv 
{ 
	height: 300px; 
	width: 459px; 
	overflow: hidden; 
	text-align:center !important;
	border: 1px solid #000;
}
 
.projectItemSideImagesDiv2
{
	width: 100px; 
	height: 70px;
}

.littlerightpics
{
	height: 70px;
	overflow: hidden;
}

.projectItemSideImagesDiv 
{ 
	height: 300px; 
	overflow: auto;
	text-align:center !important;
	margin:2px;
	
	scrollbar-face-color:#c1bfba;
	scrollbar-track-color:#eae7e2;
	scrollbar-arrow-color:#fff;
	scrollbar-shadow-color:#eae7e2;
	scrollbar-darkshadow-color:#cbcbcb;
	scrollbar-3dlight-color:#cbcbcb;
	scrollbar-highlight-color:#cbcbcb;	
}

.projectItemSideOneImageTable 
{ 
	text-align:center !important;
	table-layout: fixed;
	width: 85px; 
	border: 1px solid #000;
	height: 70px; 
	margin: 0px 5px 10px 5px; 
	cursor: pointer; 
}

.projectItemSideOneImageTable TH 
{ 
	vertical-align: middle !important; 
	text-align:center !important;
}

.projectItemTableBot
{
	width: 590px;
	height: 150px;
}
.projectItemTableBot TH
{
	background: url('../_images/_design/BGTab.gif') repeat-x;
}

.projectItemTableBot TD
{
	background:#f3f3f3;
}

.projectItemTableBot A, .projectItemTableBot A:link, .projectItemTableBot A:visited, .projectItemTableBot A:focus, .projectItemTableBot A:active
{
	text-align:center;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-family: Arial, Sans-Serif;
}

.projectItemTableBot A:hover
{ 
	color:#ff3300; 
	text-decoration:none;	
}

.projectItemTableBot1
{
	/*width: 590px;
	height: 150px;*/
}
.projectItemTableBot1 TH
{
	background: url('../_images/_design/BGTab.gif') repeat-x; 	
}

.projectItemTableBot1 TD
{
	background:#f3f3f3;
}

.projectItemTableBot1 A, .projectItemTableBot1 A:link, .projectItemTableBot1 A:visited, .projectItemTableBot1 A:focus, .projectItemTableBot1 A:active
{
	text-align:right;
	font-weight:normal;
	text-decoration:none;
	color:#000;
	font-size:12px;
	font-family: Arial, Sans-Serif;
}

.projectItemTableBot1 A:hover
{ 
	color:#ff3300; 
	text-decoration:none;	
}


/*------------------------------------scrollbar2---------------------------------------*/
.scrollbar2
{
	height:50px;
	width:50px;
	cursor:hand;
	margin-top:4px;
	margin-bottom:4px;
	overflow:hidden;
}

/*------------------------------------scrollbar4---------------------------------------*/
.scrollbar4
{
	height:58px;
	width:58px;
	border:2px solid #fff;
	background:#e5e5e5;
}	

/*------------------------------------scrollbar3---------------------------------------*/
.scrollbar3
{	
	margin-bottom:5px;
	height:62px;
	width:62px;
	border:1px solid #d2d2d2;
}

/*------------------------------------scrollbar---------------------------------------*/
.scrollbar
{
	border:1px solid #cccccc;
	background:#f0f0f0;
	width:410px !important;
	text-align: center; 
	height:375px !important;
	overflow:hidden;
}
/*------------------------------------scrollbar1---------------------------------------*/
.scrollbar1
{
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #cdcdcd;
	scrollbar-darkshadow-color: #cdcdcd;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #0265cb;
	scrollbar-track-color: #fff;		
	
	text-align: left; 
	height:375px !important;
	overflow:auto;
	direction:rtl;
}
/*------------------------------------------forum-------------------------------*/
.forum
{
	font-weight:normal;
	color:#000;
	font-family:arial;
	font-size:13px;
}

.forum td
{
	font-weight:normal;
	color:#000;
	font-family:arial;
	font-size:12px;
}

.forum A, .forum A:link, .forum A:visited, .forum A:focus, .forum A:active
{
	color:#3b87bc;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	font-family:arial;
}
	
.forum A:hover
{ text-decoration:none; color:#066ff2; font-family:arial !important}

.forum div A, .forum div A:link, .forum div A:visited, .forum div A:focus, .forum div A:active
{
	color:#243f8c;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	font-family:arial;
}
	
.forum div A:hover
{ text-decoration:none; color:#066ff2; font-family:arial !important}
	
	
/*------------------------------------------addmain-------------------------------*/
.addmain
{
	background: url('../_images/_design/addmain.gif') no-repeat;
	width:83px;
	padding-left:18px;
	margin-top:15px;
}
.addmain div A, .addmain div A:link, .addmain div A:visited, .addmain div A:focus, .addmain div A:active
{
	color:#243f8c;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	font-family:arial;
}
	
.addmain div A:hover
{ text-decoration:none; color:#066ff2; font-family:arial !important}


/*-----------------------------------------*/
.cursor
{cursor:hand;}

/*------------------------------------------show-------------------------------*/
.show
{
	padding:10px 0px;
}
.show div A, .show div A:link, .show div A:visited, .show div A:focus, .show div A:active
{
	background: url('../_images/_design/addmain.gif') no-repeat;
}
	
.show div A:hover
{ text-decoration:none; color:#066ff2; font-family:arial !important}


/* ---------------------------------- InnerLinks ------------------------ */

.link1
{
	width:114px;
	height:47px;
	background: url('../_images/_design/TabLittleOver.gif') no-repeat; 	
}

.link1over
{
	width:114px;
	height:47px;
	background: url('../_images/_design/TabLittle.gif') no-repeat; 	
}

.link2
{
	width:114px;
	height:47px;
	background: url('../_images/_design/TabLittle2Over.gif') no-repeat; 	
}

.link2over
{
	width:114px;
	height:47px;
	background: url('../_images/_design/TabLittle2.gif') no-repeat; 	
}

.link3
{
	width:114px;
	height:47px;
	background: url('../_images/_design/TabLittle3Over.gif') no-repeat; 	
}

.link3over
{
	width:114px;
	height:47px;
	background: url('../_images/_design/TabLittle3.gif') no-repeat;  	
}

.link4
{
	width:114px;
	height:47px;
	background: url('../_images/_design/TabLittle4Over.gif') no-repeat; 
}

.link4over
{
	width:114px;
	height:47px;
	background: url('../_images/_design/TabLittle4.gif') no-repeat; 
}

.link5
{
	width:114px;
	height:47px;
	background: url('../_images/_design/TabLittle5Over.gif') no-repeat; 
}

.link5over
{
	width:114px;
	height:47px;
	background: url('../_images/_design/TabLittle5.gif') no-repeat; 
}


/* ---------------------------------- champherbox ------------------------------- */

.champherbox {
background:#fabc17;
}
.champherbox div{
background:transparent url('../_images/_design/rt.gif') no-repeat right top;
}
.champherbox div div{
background:transparent url('../_images/_design/lb.gif') no-repeat left bottom;
}
.champherbox div div div{
background:transparent url('../_images/_design/rb.gif') no-repeat right bottom;
}
.champherbox div div div div{
background:transparent url('../_images/_design/lt.gif')  no-repeat left top;
padding:3px 5px;
}


/*--------------------------------HomePageTab----------------------------*/
.HomePageTab
{}

.HomePageTab td
{
	padding:5px 10px; 
}

.HomePageTab A, .HomePageTab A:link, .HomePageTab A:visited, .HomePageTab A:focus, .HomePageTab A:active
{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;
	font-family:arial;
	
}
.HomePageTab A:hover
{ text-decoration:none; color:#066ff2; font-family:arial !important}


.simpleTable { width: 100%; border: 1px solid #E5E5E5; margin-bottom: 10px }
.simpleTable TD, .simpleTable TH { vertical-align: top }
.simpleTable TD { background: none; border: none; padding: 3px 10px; vertical-align: top }
.simpleTable TH { text-align: left; background-color: #7A848E; color: #FFFFFF; padding: 3px 10px }



/*-----------------------------------TableIn-----------------------------------*/
.TableIn
{
	border-top:1px solid #e6efff;
	border-left:1px solid #e6efff;
	margin-bottom:15px;
}

.TableIn TH
{
	padding:5px 5px 0px 5px;
	font-weight:bold;
	color:#134caf;
	font-size:12px;
	font-family:Arial;
	background: #c2d8ff;
	border-bottom:3px solid #ff8e4c;
	border-right:1px solid #e6efff;
}

.TableIn TD
{
	padding:5px 5px 0px 5px;
	font-weight:normal;
	color:#000;
	font-size:12px;
	font-family:Arial;
	text-align:left;
	border-right:1px solid #e6efff;
	border-bottom:1px solid #e6efff;
}
	
/*--------------------------user----------------------------------*/	
.user
{
	padding:15px 0px;background:#000;
	margin-bottom:15px;
}
	
.user A, .user A:link, .user A:visited, .user A:focus, .user A:active
{
font-size:16px;font-weight:bold;color:#fff;text-decoration:underline;
}		
.user A:hover
{ text-decoration:none; color:#fff; }

/*---------------------------homelinks---------------------------*/

.homelinks A, .homelinks A:link, .homelinks A:visited, .homelinks A:focus, .homelinks A:active
{
font-size:12px;font-weight:bold;color:#fff;text-decoration:underline;
}		
.homelinks A:hover
{ text-decoration:underline; color:#fff; }