@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	line-height: 1.2em;
	font-size: 100.1%;
	margin: 0;
	padding: 0.5em 2em;
}
a, img {
	outline: 0;
}


/* Link */
a.new_window {
	margin: 0;
	padding: 0 0 0 22px;
	background: transparent url(../images/forst_sprite.png) -232px -138px no-repeat;
}
a.new_window:hover {
	background: transparent url(../images/forst_sprite.png) -232px -208px no-repeat;
}


/* File-types */
a.png,
a.png:hover {
	display: block;
	padding: 0 0 0 20px;
	background: transparent url(../images/icons/png.gif) 0 0 no-repeat;
}
a.pdf,
a.pdf:hover {
	display: block;
	padding: 0 0 0 20px;
	background: transparent url(../images/icons/pdf.gif) 0 0 no-repeat;
}
a.xls,
a.xls:hover {
	display: block;
	padding: 0 0 0 20px;
	background: transparent url(../images/icons/pdf.xls) 0 0 no-repeat;
}
a.doc,
a.doc:hover {
	display: block;
	padding: 0 0 0 20px;
	background: transparent url(../images/icons/pdf.doc) 0 0 no-repeat;
}

a.no_icon,
a.no_icon:hover {
	padding-left: 0;
	background: none;
}

/* table defaults */
table {
	border: 1px solid #0100FC;
	border-collapse: collapse;
	margin: 0 1em 1em 0;
}
table th {
	font-weight: bold;
	padding: 0.3em;
	background-color: #EBD7BD;
	vertical-align: top;
	border: 1px solid #0100FC;
}
table td {
	padding: 0.3em;
	vertical-align: top;
	border: 1px solid #0100FC;
}
table td.bottom,
table th.bottom {
	vertical-align: bottom;
}
table .right_side {
	text-align: right;
	padding-right: 1em;
}
table.center {
	margin: auto;
}
table.blind,
table.blind td,
table.blind th {
	border: 0;
	background-color: transparent;
}
table .w90 {width: 90%;}
table .w80 {width: 80%;}
table .w70 {width: 70%;}
table .w60 {width: 60%;}
table .w50 {width: 50%;}
table .w40 {width: 40%;}
table .w30 {width: 30%;}
table .w25 {width: 25%;}
table .w20 {width: 20%;}
table .w10 {width: 10%;}

/* floats */
.cleaner {
	visibility: hidden;
	border: 0;
	clear: both;
}
.fleft {
	float: left;
}
.lclean {
	clear: left;
}
.fcleft {
	float: left;
	clear: left;
}
img.fleft,
img.fcleft {
	margin-right: 1em;
}
.fright {
	float: right;
}
.lright {
	clear: right;
}
.fcright {
	float: right;
	clear: right;
}
img.fright,
img.fcright {
	margin-left: 1em;
}
/* lightbox */
a[rel^=lightbox],
a[rel^=lightbox] img {
	cursor: url(../images/magnifier.gif), url(../images/magnifier.cur), pointer;
	border: 0;
}


.ok {
	color: #006600;
}
.error {
	color: #990000;
}



#messages {
	border: 1px solid #730F14;
	border-top-width: 2px;
	background-color: #fff;

	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;

	margin-bottom: 1em;
	margin-left: -13px;
	width: 750px;
}
#messages h3 {
	display: none;
}
#messages #messages_close {
	float: right;
	/*display: none;*/
	border: 1px solid #730F14;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #730F14;
	text-decoration: none;
	margin: 6px;
	padding: 0 3px;
}
#messages #messages_close:hover {
	color: #fff;
	background-color: #730F14;
}
#messages p {
	margin: 0 6px 6px 6px;
	padding: 6px 0 0 0;
}

table img {
	margin-bottom: 5px;
}

