/* CSS by Miroslaw Sztorc													/
/  $file_name: style.css													/
/  $version: 0.1															/
/  $created: 29-01-2004														/
/  $modified: 29-01-2004, 12:00:00                                         */


.basetext1 {
	font-family: Verdana;
	font-size: 10px;
	color: #000000
}

.basetext2 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000
}

.smalltext {

	font-family: Verdana;
	font-size: 8px;
	color: black


}

a:link {
	font-style: normal;
	text-decoration: none;
	filter: Alpha(Opacity=40);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666

}

a:active {

	font-style: normal;
	text-decoration: none;
	filter: Alpha(Opacity=40);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666


}

a:hover {
	color: #000000;
	text-decoration: none;
	filter: Alpha(Opacity=100);
; font-family: Verdana, Arial, Helvetica, sans-serif
}

a:visited {

	text-decoration: none;
	filter: Alpha(Opacity=40);
	font-family: Verdana, Arial, Helvetica, sans-serif
}


form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border: none

}


BODY,TABLE
{
/*	SCROLLBAR-ARROW-COLOR: #333333;
	SCROLLBAR-BASE-COLOR: #eeeeee;
	SCROLLBAR-FACE-COLOR: #eeeeee;
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-SHADOW-COLOR: #C7C9C0;
	SCROLLBAR-3DLIGHT-COLOR: #808080; */
	FONT-FAMILY: Tahoma, Verdana, Arial; 
	COLOR: #000000;
	FONT-WEIGHT: normal; 
	TEXT-DECORATION: none;
	FONT-STYLE: normal; 
	FONT-SIZE: 8pt
}


.normaltable {

border: 1px solid #cccccc;
background-color: #eeeeee;
width:95%;
font-family:Verdana, Arial;
font-size:10px;
text-align:center
}

.smalltable {

border: 1px dotted #cccccc;
background-color: #eeeeee;
width:70%;
max-width:95%;
font-family:Verdana, Arial;
font-size:9px;
text-align:center
}

.errormsg {

border: 1px dotted #cccccc;
background-color: #eeeeee;
width:50%;
font-family:Verdana, Arial;
font-size:11px;
text-align:center;
color:red
}

.normalmsg {

border: 1px dotted #cccccc;
background-color: #eeeeee;
width:50%;
font-family:Verdana, Arial;
font-size:11px;
text-align:center;
color:green

}

.edit {

border:1px dotted #dadada;
background-color: #ffffff;
width:200px;
height:20px;
font-family:Verdana, Arial;
font-size:10px

}

.bigedit {

border:1px dotted #dadada;
background-color: #ffffff;
width:400px;
height:20px;
font-family:Verdana, Arial;
font-size:10px


}

.loginedit {

border:1px solid #dadada;
background-color: #ffffff;
width:200px;
height:20px;
font-family:Verdana, Arial;
font-size:12px


}

.memo {

border:1px dotted #dadada;
background-color:#ffffff;
width: 200px;
height: 100px;
font-family: Verdana, Arial;
font-size: 10px

}

.bigmemo {

border:1px dotted #dadada;
background-color:#ffffff;
width: 400px;
height: 200px;
font-family: Verdana, Arial;
font-size: 10px

}

.normalbutton {

border:1px solid #dadada;
background: #ffffff;
width:80px;
height:20px;
font-family: Verdana;
font-size:9px;
color:black

}

.bigbutton {

border:1px solid #dadada;
background: #ffffff;
width:120px;
height:20px;
font-family: Verdana;
font-size:9px;
color:black

}

.cellone {

width: 30%

}

.celltwo {

border-top: 1px dotted #cccccc;
border-bottom: 1px dotted #cccccc;
width: 45%

}

.caption {

background: url("images/xpvx_08-sm.jpg");
height:24px

}

.navigatecell {
cursor:hand

}

.border {

border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc

}

.imagemaxsize {
max-height: 100px;
max-width:400px

}

.rightborder {
border-right: 1px dashed #cccccc

}

.leftborder {
border-left: 1px solid #cccccc

}