@font-face {
    font-family: 'PSL-K75'; 
    src: url('/invx/styles/font/PSL-K75.ttf'); 
}

.doth{
	background-image:url(/invx/images/doth.gif);
	background-repeat:repeat-x;
}

.doth2{
	background-image:url(/invx/images/doth.gif);
	background-repeat:repeat-x;
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.doth3{
	background-image:url(/invx/images/doth.gif);
	background-repeat:repeat-x;
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}


.dotv{
	background-image:url(/invx/images/dotv.gif);
	background-repeat:repeat-y;
}

/*---------- fonts ----------*/
img{
	border:0px;
}

table{
	border:0px;
}

body,table,td{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

.no{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
	font-weight: bold;
	line-height: 20px;
	border:3px solid #cccccc;
	width:26;
	height:26;
	text-align:center;
}

.no2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}

.noRed{
	font-size: 13px;
	color: red;
	font-weight: bold;
}

.noOrange{
	font-size: 13px;
	color: FF9900;
	font-weight: bold;
}

.noGreen{
	font-size: 13px;
	color: green;
	font-weight: bold;
}

.noRed2{
	font-size: 18px;
	color: red;
	font-weight: bold;
}

.noOrange2{
	font-size: 18px;
	color: FF9900;
	font-weight: bold;
}

.noGreen2{
	font-size: 18px;
	color: green;
	font-weight: bold;
}

.noBlack{
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.redlab{
	font-size:10px;
	color:#999999;
}

.small{
	font-size:10px;
	color:#333333;
}


.smallGrey1{
	font-size:10px;
	color:#333333;
}

.smallGrey2{
	font-size:10px;
	color:#666666;
}

.smallGrey3{
	font-size:10px;
	color:#999999;
}

.smallGrey4{
	font-size:10px;
	color:#CCCCCC;
}

.blackH{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	letter-spacing:-1;
	line-height:14px;
}

.black{
	color:#000000;
}

.grey1H{
	font-size:13px;
	color:#333333;
	font-weight:bold;
}

.grey1{
	color:#333333;
}

.grey2H{
	font-size:13px;
	color:#666666;
	font-weight:bold;
}

.grey2{
	color:#666666;
}

.grey3H{
	font-size:13px;
	color:#999999;
	font-weight:bold;
}

.grey3{
	color:#999999;
}

.grey4H{
	font-size:13px;
	color:#CCCCCC;
	font-weight:bold;
}

.grey4{
	color:#CCCCCC;
}

.redH{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
	letter-spacing:-1;
	line-height:14px;
}

.red{
	color:#FF0000;
}

.orangeH{
	font-size:13px;
	color:#FF9900;
	font-weight:bold;
}

.orange{
	color:#FF9900;
}

.blueH{
	font-size:13px;
	color:#0099CC;
	font-weight:bold;
}

.blue{
	color:#0099CC;
}

.greenH{
	font-size:13px;
	color:green;
	font-weight:bold;
}

.green{
	color:green;
}

.yellowH{
	font-size:13px;
	color:#FFCC00;
	font-weight:bold;
}

.yellow{
	color:#FFCC00;
}

.pinkH{
	font-size:13px;
	color:#FF00CC;
	font-weight:bold;
}

.pink{
	color:#FF00CC;
}

.purpleH{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#5c30b2;
	font-weight:bold;
	letter-spacing:-1;
	line-height:14px;
}

.purple{
	color:#5c30b2;
}

.purpleTitle{
	font-family:'PSL-K75';
	font-size:24px;
	color:#5c30b2;
}

.whiteH{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}

.white{
	color:#FFFFFF;
}

tr{
	vertical-align:top;
}

img{
	border:0px;
}

input{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

select{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

textarea{
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	color:#333333;
}

.noBorder{
	border:0px solid #FFFFFF;
}


.border{
	border:1px solid #cccccc;
}

.borderBlue{
	border:1px solid #0066ff;
}

.borderPink{
	border:1px solid #FF00FF;
}

.borderDot{
	border:1px dashed #cccccc;
}

.borderTop{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopLeft{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTop2{
	border-color:#efefef; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopPurple{
	border-color:#9b7ab9; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderTopDot{
	border-color:#cccccc; 
	border-top-width:1px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderBottom{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottom2{
	border-color:#efefef; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomPurple{
	border-color:#9b7ab9; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderBottomDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:1px;
	border-left-width:0px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderLeft{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLeft2{
	border-color:#efefef; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:solid; 
}

.borderLeftDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:1px; 
	border-right-width:0px; 
	border-style:dashed; 
}

.borderRight{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRight2{
	border-color:#efefef; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:solid; 
}

.borderRightDot{
	border-color:#cccccc; 
	border-top-width:0px; 
	border-bottom-width:0px;
	border-left-width:0px; 
	border-right-width:1px; 
	border-style:dashed; 
}

ul{
	list-style:circle;
}

/*---------- text-link ----------*/
a:link{text-decoration:underline; color:#ff9900;}
a:visited{text-decoration:underline; color:#ff9900;}
a:hover{text-decoration:underline; color:#000000;}

a.nav1:link{text-decoration:none; color:#9b7ab9;}
a.nav1:visited{text-decoration:none; color:#9b7ab9;}
a.nav1:hover{text-decoration:none; color:#9b7ab9;}

a.nav2:link{text-decoration:none; color:#FFFFFF;}
a.nav2:visited{text-decoration:none; color:#FFFFFF;}
a.nav2:hover{text-decoration:none; color:#FFFFFF;}

a.nav3:link{text-decoration:none; color:#000000;}
a.nav3:visited{text-decoration:none; color:#000000;}
a.nav3:hover{text-decoration:none; color:#000000;}

a.greyULToYellowUL:link{text-decoration:underline; color:#666666;}
a.greyULToYellowUL:visited{text-decoration:underline; color:#666666;}
a.greyULToYellowUL:hover{text-decoration:underline; color:#ff9900;}

a.greyToYellow:link{text-decoration:none; color:#666666;}
a.greyToYellow:visited{text-decoration:none; color:#666666;}
a.greyToYellow:hover{text-decoration:none; color:#ff9900;}

a.blackULToYellowUL:link{text-decoration:underline; color:#333333;}
a.blackULToYellowUL:visited{text-decoration:underline; color:#333333;}
a.blackULToYellowUL:hover{text-decoration:underline; color:#ff9900;}

a.blackToYellow:link{text-decoration:none; color:#333333;}
a.blackToYellow:visited{text-decoration:none; color:#333333;}
a.blackToYellow:hover{text-decoration:none; color:#ff9900;}

a.blackToWhite:link{text-decoration:none; color:#333333;}
a.blackToWhite:visited{text-decoration:none; color:#333333;}
a.blackToWhite:hover{text-decoration:none; color:#FFFFFF;}

a.yellowToYellow:link{text-decoration:none; color:#ff9900;}
a.yellowToYellow:visited{text-decoration:none; color:#ff9900;}
a.yellowToYellow:hover{text-decoration:none; color:#ff9900;}

a.purpleToYellow:link{text-decoration:none; color:#432580;}
a.purpleToYellow:visited{text-decoration:none; color:#432580;}
a.purpleToYellow:hover{text-decoration:none; color:#ff9900;}

a.noneDecorate:link{text-decoration:none; color:black; }
a.noneDecorate:visited{text-decoration:none; color:black; }
a.noneDecorate:hover{text-decoration:none; color:black; }