﻿A:hover {color: black;}
A{color:#CC0000; font-family:Arial;outline:none;}
body
{
	background-color:White;
}

.mainBody
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#666666;
	width: 100%;
	font-family:Calibri, Verdana, Arial, sans-serif;
	font-size:10pt;
}
.sectionBody
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#666666;
	width: 100%;
}

table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	color:black;
	font-family:Arial;
}

.appTitle
{
	color:White;
	font-family:Arial;
	font-weight:bolder;
	font-size:14pt;
	text-align:center;
}

.titleText
{
	color:black;
	font-family:Arial;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
}
.subtitleText
{
	font-family:Arial;
	font-weight:normal;
	font-size:8pt;
	text-decoration:none;
}

.navPanel
{
	background-color:#464646;
	position:absolute;
	width:485px;
	height:35px;
}

.popupMenu
{
	color:Black;
	cursor:pointer;
	padding:5px 5px 5px 5px;
	font-family:Arial;
	font-size:10pt;
}

.popupMenu:hover
{
	color:White;
	background-color:#00AAFF;
}

.popupIndex
{
	position:absolute;
	top:30px;
	left:87px;
	z-index:15;
	padding:0px 0px 0px 0px;
	background-color:silver;
	border-bottom:solid 1px gray;
	border-right:solid 1px gray;
	border-top:solid 1px white;
	border-left:solid 1px white;
	display:none;
}
.popupIndex:hover
{
	display:inline;
}
.valueAdded
{
	position:absolute;
	left:0px;
	top:90px;
	width:187px;
	background-color:#747474;
	background-image:url(en-US/img/app/va-background.jpg);
	border: none 0px white;
	display: none;
	font-family: Arial;
	font-size:8pt;
	color:Black;
	text-decoration:none;
	overflow:auto;
}

.gotoText
{
	border: solid 1px black;
	color: Gray;
	background-color:#EAEAEA;
	width: 100px;
	height:23px;
	text-align:center;
	font-family: Arial;
	font-weight: bold;
	font-size:12pt;
	vertical-align:top;
}

.mainTable
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	border: none 0px;
}

.click
{
	cursor:pointer;
}

img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none 0px;
	border-spacing: 0px;
}
.pearlImg
{
	position:absolute;
	top:0px;
	left:0px;
	width:85px;
	height:89px;
	z-index:10;
	cursor:pointer;
}

.headerDiv
{
	background-image:url(en-US/img/app/header-background.jpg);
	background-repeat:repeat-x;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:89px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none 0px;
	z-index:1;
}

.headerText
{
	font-family: Arial Black;
	font-size:9pt;
	color:White;
	background-color:Transparent;
	text-align: center;
}

.toolbarButton
{
	background-image: url(en-US/img/app/toolbar-background.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	width:1px;
}

.contentStyle
{
	position:absolute;
	top:90px;
	left:315px;
	width:500px;
	height:450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #666666;
}

	.headerText2{
		color:white;
		font-size:18pt;
		font-family:Times New Roman;
		font-weight:bold;
		background-color:#000000;/*#AC1313;*/
		text-align:center;
		line-height:30px;
		width:720px;
	}
	.footerText2{
		color:white;
		font-size:10pt;
		font-family:Times New Roman;
		font-weight:normal;
		background-color:#000000;/*#AC1313;*/
		text-align:center;
		line-height:30px;
		width:720px;
	}
	.pageDimension{
		width:720px;
	}

.vaDiv
{
	cursor:pointer;
	border:solid 1px black;
}

.vaDiv:hover 
{
	border:solid 3px #00AAFF;
}

.vaLinkText
{
	font-family: Arial;
	font-size:8pt;
	color:white;
	text-decoration:none;
}

.redBorder:hover
{
	border: solid 2px white;
/*	font-size:8pt;
	padding:0px 10px 0px 10px;*/
}
.redBorder
{
	border:solid 2px #870000;
	background-color:#DE1F38;
	color:White;
}
.orangeBorder:hover
{
	border: solid 2px white;
/*	font-size:8pt;
	padding:0px 10px 0px 10px;*/
}
.orangeBorder
{
	border:solid 2px #A52900;
	background-color:#FB8350;
	color:White;
}
.yellowBorder:hover
{
	border: solid 2px white;
/*	font-size:8pt;
	padding:0px 10px 0px 10px;*/
}
.yellowBorder
{
	border:solid 2px #C39200;
	background-color:#FEF140;
	color:Black;
}
.greenBorder:hover
{
	border: solid 2px white;
/*	font-size:8pt;
	padding:0px 10px 0px 10px;*/
}
.greenBorder
{
	border:solid 2px #006633;
	background-color:#009768;
	color:White;
}
.blueBorder:hover
{
	border: solid 2px white;
/*	font-size:8pt;
	padding:0px 10px 0px 10px;*/
}
.blueBorder
{
	border:solid 2px #150185;
	background-color:#0064AD;
	color:White;
}
.redBorder, .orangeBorder, .yellowBorder, .greenBorder, .blueBorder
{
	font-size:7pt;
	font-weight:bolder;
	font-family:‘Trebuchet MS’, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
}

.toolbarBorder:hover
{
	border: solid 2px white;
}
.toolbarBorder
{
	border:solid 2px #004669;
}
.link1:hover {color: red;}
.link1{text-decoration:none;color:White;font-weight:bold;font-size:small;font-family:Arial;}

.navErrMsgShim
{
	position:absolute;
	top:150px;
	left:280px;
	background-color:yellow;
	width:404px;
	height:154px;
	display:none;
	z-index:24;
	border:none;
}

.navErrMsg
{
	position:absolute;
	top:150px;
	left:280px;
	border:solid 2px #FF0000;
	background-color:#EAEAEA;
	width:395px;
	height:145px;
	display:none;
	z-index:25;
}

.navErrClickHere
{
	color:#FF0000;
}

.navErrTitle
{
	background-color:Gray;
	border-bottom: solid 2px #FF0000;
}

.navErrText
{
	color:black;
	font-family:Arial;
	font-weight:normal;
	font-size:8pt;
	text-decoration:none;
}

.enOnlyPad
{
	padding:15px 15px 15px 15px;
}

.enOnly
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	color:white;
	background-color:Black;
	padding:5px 10px 5px 10px;
}

.catalogSelectorStyle
{
	position:absolute;
	top:0px;
	left:0px;
	visibility:visible;
	background-color:#666666;
	z-index:1000;
	width:100%;
	height:100%;
	/*background-image:url(app/img/splash.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	min-height:600px;*/
}

#catalogSelectorContainer {
            position: relative;
            width: 720px;
		    height: 20px;
            margin:auto;
            padding: 3px;
/*            overflow: hidden;*/
	display:none;
	margin-bottom:10%;
	border:2px solid black;
	background-color:#999999;
        }
        
#catalogSelectorContainer li {
    float: left;
    list-style: none;
    font-family:Arial;
    font-weight:bold;
    font-size:9pt;
}

#catalogSelectorContainer li.back {
    border: 2px solid #B9020A;
    background-color:#B9020A;
    width: 9px;
    height: 18px;
    z-index: 8;
    position: absolute;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

#catalogSelectorContainer li div 
{
	cursor:pointer;
    color: white;
    text-align: right;
    z-index: 10;
    position: relative;
    display:table-cell;
    padding:4px 4px 0px 12px ;
}   

/*#catalogSelectorContainer a
{
	text-decoration:none;
	outline:none;
	border: none 0px;
}

.zhButton
{
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(en-US/img/app/zh.gif);
	width:40px;
}

.zhButton:hover
{
	background-image:url(en-US/img/app/zh-over.gif);
}

.koButton
{
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(en-US/img/app/ko.gif);
	width:50px;
}

.koButton:hover
{
	background-image:url(en-US/img/app/ko-over.gif);
}
*/
.catalogButton
{
	cursor:pointer;
	border:solid 1px black;
	text-decoration:none;
	background-color:#999999;
	color:Black;
	font-size:small;
	font-family:Arial;
	font-weight:normal;
	padding:2px 30px 2px 30px;
	margin: 5px 5px 5px 5px;
	height:15px;
	position:relative;
	vertical-align:middle;
	text-align:center;
}

.catalogButton:hover
{
	border:solid 1px white;
	background-color:#464646;
	color:White;
	z-index:2000;
}

.copyrightStyle
{
	padding:0px 0px 20px 0px;
	color:Black;
	font-size:9pt;
	font-family:Arial;
	font-weight:bold;
	bottom:20px;
	text-align:center;
}

.catalogTitleStyle
{
	color:#FFCC00;
	font-family:Arial;
	font-size:xx-large;
	font-weight:bolder;
	width:720px;
	text-align:left;
}

#sectionMenu
{
	margin:0px;
	padding:0px;
	min-width:1024px;
}

#sectionMenu li 
{
	float:left;
	list-style:none;
	margin: 0px 0px 0px 2px;
	background-image:url(app/img/glass.png);
	background-repeat:repeat-x;
}

#sectionMenu li div
{
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
	width:52px;
	height:45px;
	cursor:pointer;
	display:table-cell;
}

