/**************************************************/

.no3d, textarea {border:1px solid #505050}

.onbut
{
	border-color : #ffffff #808080 #808080 #ffffff;
	border-style : solid;
	border-width: 1px;
	cursor: hand;
}

.downbut
{
	border-color: #808080 #ffffff #ffffff #808080;
	border-style : solid;
	border-width: 1px;
	cursor: hand;
}

.uprec {border-left:1px solid #ffffff; border-right:1px solid #808080; border-top:1px solid #ffffff; border-bottom:1px solid #808080; }
.downrec {border-left:1px solid #808080; border-right:1px solid #ffffff; border-top:1px solid #808080; border-bottom:1px solid #ffffff; }

body {
/*background*/
background-color: ;
background-image: url('images/BackGround.gif');
background-repeat: repeat;
background-attatchment: ;
/*font*/
font-family: verdana, tahoma, arial;
font-size: 10pt
}

/**************************************************/
a:link {color: blue; text-decoration: none}
a:visited {color: grey; text-decoration: none}
a:hover {color:red; text-decoration: underline}

/**************************************************/
table {
/*border color*/
border-color: #c0c0c0;
/*background*/
background-color: ;
/*background-image: url("images/tablebackground.gif");*/
/*background-repeat: no-repeat;*/
background-attatchment: 
/*background-repeat: no-repeat;8*/
/*background-position: right top;*/
}

table.compass {
background-image: url('images/compass.gif');
background-repeat: no-repeat;
background-position: right bottom
} 


table.association {
background-image: url('images/association.gif');
background-repeat: no-repeat;
background-position: right top
} 

table.report {
background-image: url('images/report.gif');
background-repeat: no-repeat;
background-position: right top
} 

table.search {
background-image: url('images/search.gif');
background-repeat: no-repeat;
background-position: right top
} 


table.training {
background-image: url('images/training.gif');
background-repeat: no-repeat;
background-position: right top
} 


table.publicpage {
background-image: url('images/publicpage.gif');
background-repeat: no-repeat;
background-position: right bottom
} 

table.resourcepage {
background-image: url('images/compass.gif');
background-repeat: no-repeat;
background-position: right bottom
} 

table.progress {
background-image: url('images/progress.gif');
background-repeat: no-repeat;
background-position: right bottom
} 

table.defaultpage {
background-image: url('images/buildingbackground.gif');
background-repeat: no-repeat;
background-position: right bottom
} 


textarea {
font-family: verdana, tahoma, arial;
font-size: 10pt
}


/**************************************************/
td {
/*margin*/
padding: 3px 5px 3px 5px
font-family: verdana, tahoma, arial;
font-size: 10pt
}
/**************************************************/
ul {
list-style-image: url('images/GreyArrow.gif');
list-style-position: outside
}
/**************************************************/
input {
font-family: verdana, tahoma, arial
}
/**************************************************/
select {
font-family: verdana, tahoma, arial
}
/**************************************************/