/*filetypes*/
@media screen{
 dfn {
  cursor: help;
}
}
.clear {
  clear:both;
}
.full {
  width: 100%;
}
img.highlight {
  border: 1px solid #d0d0d0;
}
.nobg {
  background-image: none;
  background-color: transparent;
}
.pdf {
 list-style-image:url('../img/filetypes/pdf.png');
}
.word {
 list-style-image:url('../img/filetypes/word.png');
}
.excel {
 list-style-image:url('../img/filetypes/excel.png');
}
.image {
 list-style-image:url('../img/filetypes/image.png');
}
input, textarea {
	border: 1px solid #a5a5a5;
	background-color: #fcfcfc;
	padding: 3px;
}
input.checkbox, input.button {
	border: 0px;
	background-color: transparent;
	padding: 0px;
}
input.submit {
	border: 2px solid #5484a4;
	background-color: #b9d1dd;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}
img.leftBrd {
	float: left;
	padding: 0px;
	border: 1px solid black;
	margin: 10px;
	margin-left: 0px;
	margin-top: 5px;
}
img.left {
	float: left;
	padding: 0px;
	margin: 10px;
	margin-left: 0px;
	margin-top: 5px;
}
img.rightBrd {
	float: right;
	padding: 0px;
	border: 1px solid black;
	margin: 10px;
	margin-right: 0px;
  margin-top: 5px;
}
img.right {
	float: right;
	padding: 0px;
	margin: 10px;
	margin-right: 0px;
	margin-top: 5px;
}
div.hline {
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}
p.right {
  text-align: right;
}
p.center {
  text-align: center;
}
.req {
  background-image: url('../img/layout/req.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.qer {
  display: none;
}

.width_25 {
  width: 25%;
}
.width_30 {
  width: 30%;
}
.width_35 {
  width: 35%;
}
.width_40 {
  width: 40%;
}
.width_45 {
  width: 45%;
}
.width_50 {
  width: 50%;
}
.width_55 {
  width: 55%;
}
.width_60 {
  width: 60%;
}
.width_65 {
  width: 65%;
}
.width_70 {
  width: 70%;
}
.width_75 {
  width: 75%;
}
.width_80 {
  width: 80%;
}
.width_85 {
  width: 85%;
}
.width_90 {
  width: 90%;
}
.width_95 {
  width: 95%;
}
.width_100 {
  width: 100%;
}
