/*
-----------------------------------------------
Site Print Styles
Author:   higher at http://higher.com.ua
Version:  30 Mar 2008
----------------------------------------------- */

body {
 margin:.2in .55in;
 padding:0;
 background:#fff;
 color:#000;
 font:12pt "Times New Roman", Garamond, serif;
}

#mainmenu,
#submenu,
#footer,
#col3,
#col1,
hr,
div.folders,
.saved,
h1 sup,
button {
 display:none;
}

/* Headings
----------------------------------------------- */
h1, h2, h3 {
margin:.6em 0 0 0;
font-family:Georgia,Serif;
font-weight:normal;
clear:both;
}
h1 {
margin-top:.5em;
font-size:220%;
color: #666;
}
h2 {
font-size:140%;
color: #666;
}
h3 {
font-size:125%;
color: #666;
}

h3+blockquote,
h2+blockquote,
p+ul{ 
 margin-top:.2em;
}
dt {
	font-weight: bold;
}
td,th {
	border: 1px solid #666;
	padding: 5px;
}
form fieldset {
	border: 1px solid #000;
}
#reg em {
	color:red;
}
#reg input,
#reg select,
#reg textarea {
	border: 0;
	border-bottom: 1px solid #000;
}
#reg select {
	text-indent: -9999px;
}
#reg input[type="file"] {
	display: none;
}
/* Links
----------------------------------------------- */
a {
color:black;
text-decoration:none;
}
a img {
border-width:0;
}
/* etc(text margin ....)
----------------------------------------------- */

#header h1 a {
	color: #7493A3;
	font-size: 180%;
}
#content h1,
#content h2 {
	color: #666666;
}

#content a[href]:after,
#header a[href]:after,
#footer a[href]:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
a[href^="javascript://"]:after {
	content: "";
}
#content a[href^="/"]:after,
#header a[href^="/"]:after,
#footer a[href^="/"]:after {
content: " (http://job4u.by" attr(href) ") ";
}
abbr:after,
acronym:after {
 content: " ('attr(title)') ";
}