
.pcolor1{color: #000000; font-size: 170%}
.pcolor2{color: #000000; font-size: 18px}	
.link{color: #000000; font-size: 15px; font-family: Arial, Helvetica, sans-serif;	}
.link:hover{color: #000000}
.em{ color: #000000; font-style: normal}
.help{color: #000000; font-size: 80%; font-family: Arial, Helvetica, sans-serif; margin:0px; text-align: right}
.ptext{
	color: #000000;
	font-size: 15px;
	text-indent: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}	
.panswer{color: #000000; font-size: 100%; font-family:  Arial, Helvetica, sans-serif; text-align: justify; margin-top: 10px}		
.ptdg{
	font-size: 16px;
	color: black;
	font-family: monospace;
	margin: 0px;
 	text-indent: 0px
}

body
{ 
background: rgb(240,240,240);
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid rgb(200,200,250); /*dark purple border*/
border-width: 0px 0px 1px 0px;
background: black url(/jpg/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
text-align:center;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
}


.tx1 {
color: rgb(20,20,20); /*text color*/
text-decoration: none;
}

.tx1 a:visited{
color: rgb(20,20,20); /*text color*/
text-decoration: none;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(/jpg/indentbg2.gif) center center repeat-x;
}

input.sbutton {
	font-family : Times;
	font-size:14px;
	padding: 0px 3px 2px 3px;
	cursor: pointer;
	height:23px;
	text-align:center;
	background-color: #FFFACD;
	background-image: url(../jpg/butt.png);
	border: 1px solid #999999;
}



.VESimpleShadow {
	filter:progid:DXImageTransform.Microsoft.dropShadow(Color=AAAAAA,offX=8,offY=8,positive=true);
}

.VEPart {
	position:absolute;
	border:1px solid #203050;
	z-index:55;
	visibility:hidden;
	width: 0px;
}

.VEShadow {
  position:absolute;
  left:8px;
  top:8px;
  width:100%;
  height:100%;
  background-color:black;
  border:solid 1px #666666;
  filter:alpha(opacity=45);
  -moz-opacity:0.45;
  opacity:0.45;
}

.VEShadow2{
  position:absolute;
  left:0px;
  top:0px;
  width:0;
  height:0;
  background-color:#888888;
  filter:alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
  display: block;
  visibility:hidden; 
  z-index:1;
}

/*
.VEShadow2 img{
  background-color:#888888;
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.00;
  z-index:2;
 }
*/

.VEContent {
  position:relative;
  padding:0px;
  background-color: #FFFFFF;
}

.progressBarInner{
background-color:rgb(190,140,230);
height:30px;
width:200px;
}

.smallButton{
background-color:rgb(255,255,255);
border:1px solid rgb(0,0,0);
position:relative;
width:20px;
height:20px;
}

.progressBarOuter{
background-color:rgb(255,255,255);
border:1px solid rgb(0,0,0);
position:absolute;
width:500px;
height:30px;
left:50%;
top:50%;
margin-left:-250px; &nbsp;// half of width
margin-top:-250px; &nbsp;// half of height
z-index:-9999;
}

#file-manager{
	background-color:#EEE;
	border:1px solid #DDD;
	margin:50px auto;
	padding:10px;
	width:400px;
}

ul.manager li{
	background:url("img/bg_gradient.gif") repeat-x center bottom #F5F5F5;
	border:1px solid #DDD;
	border-top-color:#FFF;

	list-style:none;
	position:relative;
}

ul.manager li a{
	display:block;
	padding:8px;
}

ul.manager li a:hover .download-label{
	/* When a list is hovered over, show the download green text inside it: */
	display:block;
}

span.download-label{
	background-color:#64B126;
	border:1px solid #4E9416;
	color:white;
	display:none;
	font-size:10px;
	padding:2px 4px;
	position:absolute;
	right:8px;
	text-decoration:none;
	text-shadow:0 0 1px #315D0D;
	top:6px;

	/* CSS3 Rounded Corners */

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

span.download-count{
	color:#999;
	font-size:10px;
	padding:3px 5px;
	position:absolute;
	text-decoration:none;
}

a, a:visited {
	color:rgb(0,0,255);
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}


