html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html, body {
	background: #fff;
}
body {
	line-height: 1;
}
h2, h3, h4, h5, h6, p, ul, ol, dl, table, address {
	margin-top: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
ul {
	list-style: none;
}
address {
	font-style: normal;
	line-height: normal;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	line-height: normal;
	vertical-align: top;
}
th {
	font-weight: bold;
}
label,
input,
button,
select,
textarea {
	vertical-align: middle;
}
button,
label[for],
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

/* =classes
-------------------------------------------------- */

.w1p { width: 1% !important; }
.w10p { width: 10% !important; }
.w20p { width: 20% !important; }
.w30p { width: 30% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w60p { width: 60% !important; }
.w70p { width: 70% !important; }
.w80p { width: 80% !important; }
.w90p { width: 90% !important; }
.w100p { width: 100% !important; }

KBD,
CODE,
SAMPLE { color: #008000; font-size: 12px; font-family: 'Courier New', Courier, monospace; }

.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }

.middle { vertical-align: middle !important; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nomargintop { margin-top: 0 !important; }
.nowrap { white-space: nowrap !important; }
.hidden { display: none !important; }

.h100 { height: 100px; }
.w30 { width: 30px !important; }
.w90 { width: 90px !important; }

.img-right { float: right; margin: 1em 0 1em 1em; clear: both; }

/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}
/*
	Suggested order:
--------------------------------------------------
	display, position, float, clear
	width, height
	margin, padding
	border, background
	color, font, line-height, text-align, text-decoration
	vertical-align, white-space, overflow, cursor, list-style
*/

HTML {
	background: #525252;
}
BODY {
	line-height: 1.5;
	background: #525252 !important;
	text-align: center;
}
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	color: #9a9a9a;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
	color: #71b5dd /*!important*/;
	line-height: normal;
}
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A {
	color: #71b5dd;
}
H1,
H2.type1 {
	margin-top: 0;
	font-size: 20px;
	font-weight: normal;
}
H2 {
	font-size: 14px;
	font-weight: bold;
}
DIV.main-content-inner3 H2,
DIV.main-content-inner3a H2 {
	color: #000;
}
H2.type2 {
	font-weight: normal;
}
H2.type3 {
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
}

H3 {
	margin-top: 1.5em;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
H3.type2 {
	margin-top: 2em;
	font-size: 14px;
}

H4, H5, H6 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #71b5dd;
}

A {
	color: #ff7f02;
	text-decoration: none;
}
A:hover,
A:focus {
	text-decoration: underline;
}
DIV.main-content-inner3 A,
DIV.main-content-inner3a A,
DIV.main-content-inner3 H2 A,
DIV.main-content-inner3a H2 A,
DIV.main-content-inner3 H3 A,
DIV.main-content-inner3a H3 A,
DIV.main-content-inner3 H4 A,
DIV.main-content-inner3a H4 A {
	color: #448eb9;
}

OL {
	margin-left: 3em;
}
OL OL {
	margin: .5em 0 .5em 3em;
}

UL LI {
	display: block;
	padding-left: 9px;
	padding-bottom: 6px;
	background: url(gfx/dot01.gif) no-repeat 0 5px;
}
UL UL {
	margin: .5em 0 .5em 0;
}
LI {
	line-height: 1.2;
}

P.notopmargin {
	margin-top: 0;
}
P.type2 {
	margin-top: 2em;
}
P.timeline {
	margin-top: .3em;
	color: #999;
}

/* =layout
-------------------------------------------------- */
#wrap {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 2em;
	text-align: left;
}
#container {
	padding-top: 15px;
}
DIV.main-content {
	float: left;
	width: 815px;
	margin-bottom: 10px;
}
#page DIV.main-content {
	float: right;
	width: 770px;
	background: url(gfx/bg10.gif) repeat-y -770px 0;
}
#page-audit DIV.main-content {
	float: right;
	width: 720px;
	background: url(gfx/bg18.gif) repeat-y -720px 0;
}
#sidebar {
	float: right;
	width: 150px;
}
#page #sidebar {
	float: left;
	width: 200px;
}
#page-audit #sidebar {
	float: left;
	width: 250px;
}

/* =header
-------------------------------------------------- */
#header {
	position: relative;
	height: 100px;
	font-size: 11px;
	color: #ff7f02;
}
#header A {
	color: #fefefe;
}
#header P {
	margin: 0;
}
#header P SPAN {
	margin: 0 6px;
}

#logo,
#logo A {
	width: 238px;
	height: 63px;
	overflow: hidden;
	background: url(gfx/logo.gif) no-repeat 100% 0;
}
#logo {
	position: absolute;
	top: 19px;
	left: 21px;
}
#logo A {
	display: block;
	text-indent: -5000px;
}

#header P.lang {
	position: absolute;
	top: 10px;
	right: 17px;
}
#header P.lang A {
	color: #aeaeae;
}
#header P.lang A.active {
	color: #fff;
	font-weight: bold;
}

#links {
	position: absolute;
	top: 43px;
	right: 17px;
}

#search {
	position: absolute;
	top: 67px;
	right: 17px;
	float: right;
	padding-left: 18px;
	background: url(gfx/ico_search.gif) no-repeat 0 50%;
}
#search SPAN {
	float: left;
	margin: 0 !important;
	padding: 0;
}
#search .sp-search SPAN {
	margin: 0 6px 0 10px !important;
}
#search .sp-search SPAN {
	float: none;
}
#search .field SPAN A,
#search .field SPAN INPUT {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0 !important;
	vertical-align: top;
	font-size: 11px;
	line-height: 14px;
}
#search .field SPAN {
	padding-left: 6px !important;
	background: url(gfx/bg03.png) no-repeat 0 0;
	white-space: nowrap;
}
#search INPUT.NormalTextBox {
	width: 98px;
	height: 14px;
	overflow: hidden;
	padding: 2px 0;
	border: none;
	background: none;
}
#search INPUT.NormalTextBox:focus {
	outline: none;
}
#search A.search-btn {
	height: 14px;
	padding: 2px 8px;
	border: none;
	background: url(gfx/btn-otsi2.png) no-repeat 100% 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none !important;
	cursor: pointer;
}

/* =sidebar
-------------------------------------------------- */
P.partners {
	margin-top: 0;
	text-align: center;
}
#page P.partners {
	margin-top: 60px;
}
#quote {
	padding: 30px 3px 0;
}
#page #quote {
	padding: 40px 10px 0;
}
#quote P.img {
	margin: 0 0 0 9px;
}
#page #quote P.img {
	margin-left: 20px;
}
#quote BLOCKQUOTE {
	margin-top: 14px;
	color: #fff;
}
#quote P.author {
	margin-top: 8px;
	font-style: italic;
	color: #b9b9b9;
	font-size: 11px;
}

#submenu {
	min-height: 1%;
	padding-top: 10px;
	background: url(gfx/bg11.gif) no-repeat 0 0;
}
* HTML #submenu {
	height: 1%;
}
#submenu .inventua_sidemenu {
      width: 180px;
      overflow: hidden;
}

#submenu-inner {
	padding: 14px 10px 30px;
	background: #000 url(gfx/bg11.gif) no-repeat 100% 100%;
}
#submenu TABLE {
	margin: 0;
	padding: 0;
}
#submenu TABLE TABLE TD {
	padding: 7px 10px;
	border-bottom: 1px solid #262626;
}
#submenu TABLE A {
	color: #fff;
}
#submenu TABLE A:hover,
#submenu TABLE A:focus {
	color: #71b5dd;
}
#submenu TABLE A SPAN.currentHeaderHighlight,
#submenu TABLE TD.MenuHdr1 A {
	color: #71b5dd;
	font-weight: bold;
}
#submenu TABLE TD.MenuHdr1 {
	border: none;
}
#submenu TABLE TD.MenuItem2 {
	border: none;
	padding: 2px 10px;
	font-size: 11px;
}
#submenu TABLE TD.MenuItem2 A {
	padding-left: 10px;
	color: #71b5dd;
}
#submenu TABLE TD.MenuItem2 SPAN.currentItemHighlight2 {
	margin-left: -10px;
	padding-left: 11px;
	background: url(gfx/dot10.gif) no-repeat 0 .35em;
}

#submenu2 {
	padding-top: 10px;
	background: url(gfx/bg17.gif) no-repeat 0 0;
}
#submenu2-inner {
	padding: 14px 10px 30px;
	background: #000 url(gfx/bg17.gif) no-repeat 100% 100%;
}
#submenu2 A {
	color: #fff !important;
	font-weight: normal !important;
}
#submenu2 H2 {
	margin-top: 1.5em;
	color: #939393 !important;
}
#submenu2 UL {
	margin-top: .7em;
	border-top: 1px solid #262626;
}
#submenu2 UL LI {
	padding: 7px 10px;
	border-bottom: 1px solid #262626;
	background: none;
}
#submenu2 UL LI.active A {
	color: #71b5dd !important;
	font-weight: bold !important;
}

/* =content
-------------------------------------------------- */
DIV.main-content-inner {
	min-height: 1%;
	background: url(gfx/bg10.gif) no-repeat 0 0;
}
* HTML DIV.main-content-inner {
	height: 1%;
}
#page-audit DIV.main-content-inner {
	background: url(gfx/bg18.gif) no-repeat 0 0;
}
DIV.main-content-inner2 {
	padding: 20px 8px 12px;
	background: url(gfx/bg10.gif) no-repeat 100% 100%;
}
#page-audit DIV.main-content-inner2 {
	background: url(gfx/bg18.gif) no-repeat 100% 100%;
}
DIV.main-content-inner2a {
	padding: 20px 8px 14px;
	background: url(gfx/bg12.gif) no-repeat 100% 100%;
}
#page-audit DIV.main-content-inner2a {
	padding: 20px 8px 14px;
	background: url(gfx/bg21.gif) no-repeat 100% 100%;
}
DIV.main-content-inner2a DIV.main-content-inner4 {
	background-image: none;
}
DIV.main-content-inner DIV.inner {
	padding: 5px 20px 0;
}
DIV.main-content-inner DIV.inner2 {
	padding: 10px 20px;
}
DIV.main-content-inner DIV.inner3 {
	padding: 10px 20px 20px;
}
DIV.main-content-inner DIV.inner4 {
	padding: 5px 20px 15px;
}
DIV.main-content-inner3 {
	width: 754px;
	padding-top: 10px;
	background: url(gfx/bg09.gif) no-repeat 0 0;
	color: #333;
}
#page-audit DIV.main-content-inner3 {
	width: 704px;
	background: url(gfx/bg19.gif) no-repeat 0 0;
}
DIV.main-content-inner3a {
	width: 754px;
	padding-top: 11px;
	background: #515151 url(gfx/bg16.gif) no-repeat 0 0;
	color: #333;
}
DIV.main-content-inner3a-inner {
	padding: 0 20px 21px;
	background: url(gfx/bg16.gif) no-repeat -754px 100%;
}
DIV.main-content-inner4 {
	padding: 3px 20px 45px;
	background: #fff url(gfx/bg09.gif) no-repeat 100% 100%;
}
#page-audit DIV.main-content-inner4 {
	background: #fff url(gfx/bg19.gif) no-repeat 100% 100%;
}
#page-audit DIV.main-content-inner2a DIV.main-content-inner4 {
	background: #fff;
}

/* path */

#path {
	margin-top: 0;
	padding: 14px 22px;
	font-size: 11px;
}
#path SPAN {
	margin: 0 3px;
	color: #999;
}
#path A {
	color: #999;
}
#path STRONG {
	color: #ccc;
	font-weight: normal;
}

/* year */

P.year {
	margin-top: 1.3em;
}
P.year SPAN {
	margin: 0 6px;
	color: #ff7f02;
}
P.year A {
	color: #fff;
}
P.year A.all {
	color: #ff7f02;
}
P.year A.active {
	color: #71b5dd;
	font-weight: bold;
	text-decoration: underline;
}

/* more */

P.more {
	margin-top: .5em;
}
P.more A {
	margin-right: 1em;
	padding-right: 14px;
	background: url(gfx/dot02.gif) no-repeat 100% .25em;
	color: #ff7f02 !important;
}

/* more2 */

P.more2 {
	margin: 0 0 0 22px;
}

/* back */

P.back {
	margin-top: .5em;
}
P.back A {
	margin-right: 1em;
	padding-left: 14px;
	background: url(gfx/dot05.gif) no-repeat 0 .25em;
	color: #ff7f02 !important;
}

/* submenu3 */

#submenu3 {
	margin-top: 0;
	font-weight: bold;
}
#submenu3 A {
	color: #71b5dd;
}
#submenu3 A.active {
	color: #fff;
}
#submenu3 SPAN {
	margin: 0 6px;
	color: #ff7f02;
}

/* submenu4 */

P.submenu4 {
	margin-top: .7em;
	line-height: 1.8;
}
P.submenu4 A {
	color: #71b5dd;
}
P.submenu4 A.active {
	font-weight: bold;
}
P.submenu4 SPAN {
	margin: 0 6px;
	color: #ccc;
}

/* =boxes
-------------------------------------------------- */

/* box01 */

DIV.box01-a {
	float: left;
	width: 425px;
}
DIV.box01-b {
	float: right;
	width: 220px;
}

/* box02 */

DIV.box02-a {
	float: left;
	width: 425px;
}
DIV.box02-a P {
	margin-top: 1.5em;
}
DIV.box02-b {
	float: right;
	width: 220px;
	padding-bottom: 10px;
	background: #e5e5e5 url(gfx/bg20.gif) no-repeat -440px 100%;
}
DIV.box02-b-inner {
	background: #808080 url(gfx/bg20.gif) no-repeat 0 0;
}
DIV.box02-b-inner2 {
	padding: 17px 15px 7px;
	background: #e5e5e5 url(gfx/bg20.gif) no-repeat -220px 0;
}
DIV.box02-b H2 {
	margin-top: 0;
	padding: 10px 25px;
	color: #fff !important;
}
DIV.box02-b UL LI:first-child {
	border-top: none;
}
DIV.box02-b UL LI {
	padding: .3em 10px;
	border-top: 1px solid #ccc;
}
DIV.box02-b UL LI STRONG {
	display: block;
	margin-top: 3px;
}
/* video */

DIV.video-box {
	margin: 1em 0;
	border: 1px solid #ccc;
	background: #f7f7f7;
}
DIV.video-box DIV.video {
	overflow: hidden;
}
* HTML DIV.video-box DIV.video {
	width: 470px;
}
DIV.video-box DIV.video IMG,
DIV.video-box DIV.video OBJECT {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
DIV.video-box DIV.header {
	padding: 1em 1em .75em 1em;
	border-bottom: 1px solid #e2e2e2;
}
DIV.video-box DIV.header H2 {
	margin: 0;
	font-size: 12px;
	color: #333;
}
DIV.video-box DIV.header P.meta {
	margin: 0;
	font-size: 11px;
}
DIV.video-box DIV.content {
	max-height: 12em;
	padding: 0 1em .75em 1em;
	border-top: 1px solid #fff;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
* HTML DIV.video-box DIV.content {
	height: 12em;
}
DIV.video-box DIV.content P,
DIV.video-box DIV.content UL,
DIV.video-box DIV.content OL {
	margin-top: 0;
	padding-top: .75em;
}

/* =lists
-------------------------------------------------- */

/* data */

UL.data {
	margin: 0;
}
UL.data LI {
	padding-left: 0;
	background: none;
}

/* data2 */

UL.data2 {
	margin: 1.5em 0 0 20px;
}
UL.data2 LI {
	padding: 0;
	background: none;
	line-height: 1.5;
}

/* data */

UL.data3 {
	margin: 0;
}
UL.data3 LI {
	padding-left: 0;
	background: none;
}
UL.data3 LI H3,
UL.data3 LI H4 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

/* data4 */

UL.data4 {
	margin: 1.5em 0 0;
	font-size: 11px;
	color: #777;
}
UL.data4 LI {
	padding: 1px 0;
	background: none;
}

/* links */

UL.links {
	margin: 1.8em 0 0 13px;
}
UL.links LI {
	padding-bottom: 8px;
}

/* links2 */

UL.links2 {
	margin-left: 11px;
}
UL.links2 LI {
	padding-left: 11px;
	padding-bottom: 6px;
	background: url(gfx/dot08.gif) no-repeat 0 5px;
}
UL.links2 LI A {
	display: block;
	font-weight: bold;
}
UL.links2 LI SPAN {
	font-size: 11px;
	color: #999;
}

/* links3 */

UL.links3 {
	margin-top: 2em;
}
UL.links3 LI {
	padding-left: 12px;
	padding-bottom: 8px;
}

/* links4 */

UL.links4 {
	margin-top: .4em;
}

/* links5 */

UL.links5 {
	margin-left: 11px;
}
UL.links5 LI {
	padding-bottom: .8em;
}
UL.links5 LI H4 {
	margin-top: 0;
	font-weight: normal;
}
UL.links5 LI P {
	margin: 2px 0 0;
	font-size: 11px;
	color: #999;
}
UL.links5 LI P A {
	color: #999;
	font-weight: bold;
}

/* links6 */

UL.links6 {
	margin-top: .3em !important;
}
UL.links6 LI A {
	font-weight: normal !important;
}

/* links7 */

UL.links7 {
	margin-top: .7em !important;
}
UL.links7 LI {
	padding-bottom: 3px !important;
	background-position: 0 4px !important;
}
UL.links7 LI.active A {
	color: #ff7f02 !important;
}

/* microformats */

UL.microformats {
	margin-left: 0;
	padding: 5px;
}
UL.microformats LI,
UL.microformats LI A,
UL.microformats LI IMG {
	float: left;
}
UL.microformats LI {
	margin-right: 5px;
	padding: 0;
	background: none;
}

/* filetype */

UL.filetype {
	margin: .5em 0 0;
}
UL.filetype LI {
	padding: 0 0 7px 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
UL.filetype LI.doc {
	background-image: url(gfx/ico_word.gif);
}
UL.filetype LI.pdf {
	background-image: url(gfx/ico_pdf.gif);
}
UL.filetype LI.xls {
	background-image: url(gfx/ico_excel.gif);
}
UL.filetype LI.ppt {
	background-image: url(gfx/ico_ppt.gif);
}
UL.filetype LI.audio {
	background-image: url(gfx/ico_type_audio.png);
}

/* contact UL */

DIV.contact UL {
	float: left;
	margin: 10px 20px 10px 0;
	padding: 5px 20px 5px 0;
	border-right: 1px solid #484848;
	color: #ccc;
}
DIV.contact UL LI {
	padding: 3px 0;
	background: none;
}
DIV.contact UL.last {
	border: none;
}

/* video */

UL.video {
	margin-left: 0;
}
UL.video LI {
	padding: 0 0 1em 0;
	background: none;
}
UL.video LI P.img,
UL.video LI P.img A,
UL.video LI P.img IMG {
	float: left;
}
UL.video LI P.img {
	width: 90px;
	margin: 0;
	overflow: hidden;
}
UL.video LI P.img IMG {
	width: 73px;
	border: 1px solid #808080;
}
UL.video LI H3,
UL.video LI P.meta,
UL.video LI P.desc {
	float: left;
	width: 600px;
	margin: 0;
}
UL.video LI H3 SPAN.length {
	margin-left: .5em;
	color: #999;
}
UL.video LI P.desc {
	padding-top: .25em;
	line-height: normal;
}

/* news-full */

UL.news-full LI {
	margin-top: .3em;
	padding: 2px 0 3px 20px;
	background: url(gfx/ico_allikas.gif) no-repeat 0 4px;
}
UL.news-full LI H2 A {
	display: inline;
	padding: 0;
}
UL.news-full LI P.info {
	margin-top: 0.1em;
	font-size: 11px;
	color: #999;
}
UL.news-full LI P.info SPAN {
	margin: 0 3px;
	color: #ff7f02;
}
UL.news-full LI.postimees {
	background-image: url(gfx/ico_allikas_postimees.gif);
}
UL.news-full LI.aripaev {
	background-image: url(gfx/ico_allikas_aripaev.gif);
}
UL.news-full LI.epl {
	background-image: url(gfx/ico_allikas_epl.gif);
}
UL.news-full LI.maaleht {
	background-image: url(gfx/ico_allikas_maaleht.gif);
}
UL.news-full LI.etv,
UL.news-full LI.etv24 {
	background-image: url(gfx/ico_allikas_etv24.gif);
}
UL.news-full LI.valgamaalane {
	background-image: url(gfx/ico_allikas_valgamaalane.gif);
}
UL.news-full LI.jarvateataja {
	background-image: url(gfx/ico_allikas_jarvateataja.gif);
}
UL.news-full LI.parnupostimees {
	background-image: url(gfx/ico_allikas_parnupostimees.gif);
}
UL.news-full LI.viruteataja {
	background-image: url(gfx/ico_allikas_viruteataja.gif);
}
UL.news-full LI.sakala {
	background-image: url(gfx/ico_allikas_sakala.gif);
}
UL.news-full LI.ekspress {
	background-image: url(gfx/ico_allikas_ekspress.gif);
}
UL.news-full LI.kalev {
	background-image: url(gfx/ico_allikas_kalev.gif);
}
UL.news-full LI.gryyne {
	background-image: url(gfx/ico_allikas_gryyne.gif);
}
UL.news-full LI.moles {
	background-image: url(gfx/ico_allikas_moles.gif);
}
UL.news-full LI.kanal2 {
	background-image: url(gfx/ico_allikas_kanal2.gif);
}
UL.news-full LI.pervoi {
	background-image: url(gfx/ico_allikas_pervoi.gif);
}
UL.news-full LI.nadaline {
	background-image: url(gfx/ico_allikas_nadaline.gif);
}
UL.news-full LI.tv3 {
	background-image: url(gfx/ico_allikas_tv3.gif);
}
UL.news-full LI.movie {
	background-image: url(gfx/ico_type_movie.gif);
}

/* CV */

#cv UL {
	margin-left: 10px;
}

/* =tools
-------------------------------------------------- */
#tools {
	position: relative;
}
DIV.tools-type1 {
	padding-bottom: 5px !important;
}
#tools UL.tabs {
	position: absolute;
	bottom: 0;
}
#tools-a {
	float: left;
	width: 380px;
}
#tools-a P.info {
	color: #ccc;
	font-size: 11px;
}
#tools-a P.info SPAN {
	margin: 0 3px;
	color: #ff7f02;
}
#tools-a P.more {
	font-size: 11px;
}
#tools-b {
	float: right;
	width: 280px;
	text-align: right;
	font-size: 11px;
	color: #ccc;
}
#tools-b P {
	margin-top: 2px;
	padding-bottom: 7px;
}
#tools-b A,
#tools-b SPAN.label {
	color: #ccc;
}
#tools-b SPAN {
	margin: 0 6px;
	color: #ff7f02;
}
#tools-b A.active {
	color: #fff;
	font-weight: bold;
}
#tools-b A.small,
#tools-b A.normal,
#tools-b A.big {
	margin: 0 1px;
	font-size: 11px;
}
#tools-b A.normal {
	font-size: 12px;
}
#tools-b A.big {
	font-size: 14px;
}
#tools-b A.print {
	padding-left: 17px;
	background: url(gfx/ico_print.gif) no-repeat 0 50%;
}
#tools-b A.send {
	padding-left: 17px;
	background: url(gfx/ico_send.gif) no-repeat 0 50%;
}
#tools-b A.pdf {
	padding-left: 17px;
	background: url(gfx/ico_pdf2.gif) no-repeat 0 50%;
}
#tools-b P.size01,
#tools-b P.size02 {
	position: relative;
	width: 140px;
	height: 180px;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
}
#tools-b P.size01 IMG,
#tools-b P.size02 IMG {
	display: block;
}
#tools-b P.size01 SPAN,
#tools-b P.size02 SPAN {
	position: absolute;
	top: 0;
	display: block;
	width: 140px;
	height: 180px;
	margin: 0 !important;
	background: url(gfx/bg06.png) no-repeat 0 0;
}
#tools-b P.size02,
#tools-b P.size02 SPAN {
	width: 220px;
	height: 140px;
}
#tools-b P.size02 SPAN {
	background-image: url(gfx/bg07.png);
}
* HTML #tools-b P.size02 SPAN {
	background-image: url(gfx/bg23.gif);
}
* HTML #tools-b P.size01 SPAN {
	background-image: url(gfx/bg24.gif);
}

/* =news
-------------------------------------------------- */
DIV.news {
	background: url(gfx/bg03.gif) repeat-y -815px 0;
}
DIV.news-inner {
	background: url(gfx/bg03.gif) no-repeat 0 0;
}
* HTML DIV.news-inner {
	height: 1px;
}
DIV.news-inner2 {
	padding: 8px 0 31px 8px;
	background: url(gfx/bg03.gif) no-repeat -1630px 100%;
}

DIV.news DIV.news-inner3 {
	width: 793px;
}
DIV.news DIV.news-inner-a {
	float: left;
	width: 477px;
	margin-right: 20px;
}
DIV.video-outer {
	position: relative;
}
DIV.flash P.type2,
DIV.flash P.type1 
{
    position: relative;
	margin: 0;
	padding: 0 10px 2px;
	font-size: 11px;
	line-height: normal;
}
DIV.flash P.type1 {
	margin-top: -35px;
}
DIV.flash P.type2 {
	padding-bottom: 5px;
}
DIV.news DIV.news-inner-b {
	float: left;
	width: 285px;
}

DIV.news H2 {
	float: right;
	margin-top: 0;
	padding-left: 30px;
	background: url(gfx/bg01.png) no-repeat 0 0;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
}
DIV.news H2 SPAN {
	float: left;
	padding: 1px 18px 9px 0;
	background: url(gfx/bg01.png) no-repeat 100% 0;
}
DIV.news DIV.news-inner-b H3 {
	font-size: 16px !important;
}
DIV.news DIV.news-inner-a H3 {
	margin-top: 15px;
	font-size: 24px !important;
	font-weight: normal !important;
}
DIV.news P.lead {
	float: left;
	height: 21px;
	overflow: hidden;
	margin: 8px 0 0 15px;
	font-size: 14px;
	text-transform: uppercase;
}
DIV.ScrollWrapper
{
	float: left;
	height: 21px;
	margin: 8px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	overflow:hidden;
}
DIV.ScrollWrapper A 
{
    color:#FFF;
}
DIV.ScrollWrapper UL 
{
    margin: 0;
    vertical-align: middle;
    padding: 0;
    height: 21px;
}

DIV.ScrollWrapper UL LI 
{
    line-height: 1.5em;
    background: none;
    margin: 0;
    padding: 0;
    height: 21px;
}

DIV.head P.lead {
	margin-right: .2em;
}
DIV.news P.lead STRONG {
	color: #71b5dd;
}
#Scroll {
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	height: 38px;
	width: 500px
}

.scrollline {
	position: absolute;
	top: 210px;
	left: 0;
	margin-top: 2px;
}

/* DIV.news-inner-a */

DIV.news DIV.img {
	position: relative;
}
DIV.news DIV.img P {
	margin-top: 10px;
}
DIV.news DIV.img P.prev,
DIV.news DIV.img P.next,
DIV.news DIV.img P.prev A,
DIV.news DIV.img P.next A {
	width: 35px;
	height: 97px;
	background: url(gfx/ico_arrows.png) no-repeat;
	overflow: hidden;
}
* HTML DIV.news DIV.img P.prev,
* HTML DIV.news DIV.img P.next,
* HTML DIV.news DIV.img P.prev A,
* HTML DIV.news DIV.img P.next A {
	background-image: url(gfx/ico_arrows.gif);
}
DIV.news DIV.img P.prev A,
DIV.news DIV.img P.next A {
	display: block;
	text-indent: -5000px;
}
DIV.news DIV.img P.prev,
DIV.news DIV.img P.next {
	position: absolute;
	top: 82px;
	margin-top: 0;
}
DIV.news DIV.img P.prev {
	left: 0;
}
DIV.news DIV.img P.next {
	right: 0;
}
DIV.news DIV.img P.next,
DIV.news DIV.img P.next A {
	background-position: 0 0;
}
DIV.news DIV.img P.prev,
DIV.news DIV.img P.prev A {
	background-position: -85px 0;
}

DIV.news DIV.text {
	position: relative;
	min-height: 140px;
	margin-top: -140px;
	padding: 0 15px 0 22px;
	border-top: 1px solid #fff;
	z-index: 1000;
	background: #000;
}
* HTML DIV.news DIV.text {
	height: 140px;
}
DIV.news DIV.text P {
	margin-top: .5em;
}
DIV.news DIV.text P.more {
	margin-top: .1em;
}
#overlay {
	position: relative;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	z-index: 1;
}

/* DIV.news-inner-b */

DIV.news-inner-b UL LI A {
	color: #fff;
}
DIV.news-inner-b UL LI H3 A {
	color: #71b5dd;
}
DIV.news-inner-b UL.news-list {
	padding-bottom: 22px;
	background: url(gfx/bg01.gif) repeat-x 0 100%;
}
DIV.news-inner-b UL.news-list LI {
	padding: 10px 0 !important;
}
DIV.news-inner-b UL.news-list LI P.img {
	float: left;
	width: 120px;
	margin-top: 0;
}
DIV.news-inner-b UL.news-list LI DIV.content {
	float: right;
	width: 156px;
}
DIV.news-inner-b UL.news-list LI DIV.content H3 {
	margin-top: 1px;
}

/* =audit-media
-------------------------------------------------- */
DIV.audit-media {
	margin-top: 15px;
	background: url(gfx/bg04.gif) repeat-y -815px 0;
}
DIV.audit-media-inner {
	background: url(gfx/bg04.gif) no-repeat 0 0;
}
DIV.audit-media-inner2 {
	padding: 8px 0 14px 8px;
	background: url(gfx/bg04.gif) no-repeat -1630px 100%;
}

DIV.audit-media UL LI A {
	color: #fff;
}
DIV.audit-media H2 {
	float: right;
	margin-top: 0;
	padding-left: 35px;
	background: url(gfx/bg01.png) no-repeat 0 0;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
}
DIV.audit-media H2 SPAN {
	float: left;
	padding: 1px 17px 9px 0;
	background: url(gfx/bg01.png) no-repeat 100% 0;
}

DIV.audit-media DIV.audit-media-inner-a {
	float: left;
	width: 547px;
}

DIV.audit-media DIV.audit-media-inner-a DIV.content {
	padding-top: 17px;
}
DIV.audit-media DIV.audit-media-inner-a DIV.content DIV.flash {
	float: left;
	width: 380px;
	margin-right: 20px;
}

DIV.audit-media DIV.audit-media-inner-a DIV.content DIV.text {
	float: left;
	width: 130px;
}
DIV.audit-media DIV.audit-media-inner-a DIV.content DIV.text UL {
	font-size: 11px;
}
DIV.audit-media DIV.audit-media-inner-a DIV.content DIV.text UL LI {
	padding-bottom: 1em;
}
DIV.audit-media DIV.audit-media-inner-a DIV.content DIV.text UL LI P {
	margin-top: 0;
	font-size: 10px;
}
DIV.audit-media DIV.audit-media-inner-a DIV.content DIV.text UL LI P.img {
	float: left;
	width: 60px;
	margin-top: 4px;
}

DIV.audit-media DIV.audit-media-inner-b {
	float: right;
	width: 227px;
}
DIV.audit-media DIV.audit-media-inner-c {
	width: 207px;
	padding-top: 3px;
	
}

P.search {
	margin-top: 31px;
	padding-top: 10px;
	background: url(gfx/bg01.gif) repeat-x 0 0;
}

P.search SPAN {
	display: block;
	padding: 0 0 3px 15px;
	background: url(gfx/ico_search.gif) no-repeat 0 5px;
	font-size: 11px;
}
P.search INPUT,
P.search SPAN.field,
P.search SPAN.search-btn {
	float: left;
}
P.search SPAN.field {
	width: 159px;
	height: 18px;
	overflow: hidden;
	padding:0;
	background: url(gfx/bg03.png) no-repeat 0 0;
}
P.search SPAN.field INPUT {
	width: 151px;
	padding: 2px 4px;
	border: none;
	background: none;
	font-size: 11px;
}
P.search SPAN.search-btn {
	height: 18px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
	background: url(gfx/btn-otsi.png) no-repeat 0 0;
}
P.search SPAN.search-btn INPUT {
	min-height: 16px;
	margin: 0;
	padding: 1px 6px 1px 11px;
	border: none;
	background: url(gfx/btn-otsi.png) no-repeat 100% -50px;
	font-size: 11px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
}

/* =audit
-------------------------------------------------- */
DIV.audit {
	margin-top: 15px;
	padding-bottom: 11px;
	background: url(gfx/bg05.gif) no-repeat -815px 100%;
}
DIV.audit-inner {
	padding: 0 0 9px 11px;
	background: #000 url(gfx/bg05.gif) no-repeat 0 0;
}

DIV.audit H2 {
	float: right;
	margin-top: 0;
	padding-left: 25px;
	background: url(gfx/bg02.png) no-repeat 0 0;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
}
DIV.audit H2 SPAN {
	float: left;
	padding: 6px 18px 6px 0;
	background: url(gfx/bg02.png) no-repeat 100% 0;
}

DIV.audit P {
	margin-top: .2em;
	font-size: 11px;
}
DIV.audit P SPAN {
	margin: 0 12px;
}

DIV.audit UL {
	padding-right: 20px;
}
DIV.audit UL H3 {
	margin-top: 1.3em;
}
DIV.audit UL H3 SPAN {
	display: block;
	color: #71B5DD;
}
DIV.audit UL LI {
	float: left;
	width: 245px;
	overflow: hidden;
	margin-right: 20px;
}
DIV.audit UL LI.row-last {
	float: right;
	margin-right: 0;
}
DIV.audit UL LI UL {
	margin-top: 1.5em;
}
DIV.audit UL LI UL LI A {
	color: #fff;
}
DIV.audit UL LI UL LI {
	width: 234px;
	margin: 0;
	padding-left: 11px;
	background: url(gfx/dot01.gif) no-repeat 0 5px;
	line-height: normal;
}
DIV.audit UL LI.separator {
	width: 100%;
	height: 3px;
	overflow: visible;
	margin: 0;
	background: url(gfx/bg06.gif) no-repeat 0 100%;
}

/* =news-list
-------------------------------------------------- */

DIV.news-list {
	padding-bottom: 8px;
}
DIV.news-list DIV.news-list-inner {
	float: left;
	width: 520px;
}
DIV.news-list P {
	margin-top: .4em;
}
DIV.news-list P.info {
	font-size: 11px;
	color: #666;
}
DIV.news-list P.img {
	float: right;
	width: 160px;
	margin: 1.8em 0 0 !important;
}
DIV.news-list P.img IMG {
	display: block;
	border: 1px solid #808080;
}
DIV.news-list P.img A {
	display: block;
	width: 160px;
}

/* more */

UL.news {
	margin-top: 2em;
}
UL.news LI {
	padding: .6em 0 0 0;
	background: none;
}
UL.news LI H2,
UL.news LI H3 {
	float: left;
	width: 450px;
	margin: 0;
	font-size: 12px;
}
UL.news LI P {
	float: left;
	width: 65px;
	margin: 0 7px 0 0;
	color: #666;
}

UL.news2 {
	margin-top: 1.5em;
}
UL.news2 LI {
	padding-top: .5em;
}
UL.news2 LI H2,
UL.news2 LI H3 {
	width: 640px;
}

UL.news3 {
	margin-top: .5em;
}
UL.news3 LI H3 {
	width: 400px;
}

/* =sendto
-------------------------------------------------- */
DIV.sendto-form {
	margin-top: 1em;
}
DIV.sendto-form TABLE {
	margin: 0;
}
DIV.sendto-form TABLE TH,
DIV.sendto-form TABLE TD {
	padding: 0;
}
DIV.sendto-form TABLE TH {
	padding: 12px 0 0 12px;
}
DIV.sendto-form TABLE LABEL {
	color: #333;
}
DIV.sendto-form TABLE TD {
	padding: 2px 0 0 12px;
}
DIV.sendto-form TABLE TD.data STRONG {
	font-size: 16px;
}
DIV.sendto-form TABLE TD INPUT.text {
	width: 175px;
}
DIV.sendto-form TABLE TD TEXTAREA {
	width: 371px;
	height: 100px;
}
DIV.sendto-form P.action {
	margin: 1em 0 0 12px;
}
DIV.sendto-form SELECT:focus,
DIV.sendto-form TEXTAREA:focus,
DIV.sendto-form INPUT[type="text"]:focus,
DIV.sendto-form INPUT[type="password"]:focus {
	background-color: #fbfcfc;
	color: #000;
}

/* =gallery
-------------------------------------------------- */

DIV.gallery {
	padding: 12px 0 1px;
}
DIV.gallery DIV.gallery-inner {
	float: left;
	width: 460px;
}
DIV.gallery P {
	margin-top: .4em;
}
DIV.gallery P.info {
	font-size: 11px;
	color: #999;
}
DIV.gallery P.info SPAN {
	margin: 0 3px;
	color: #ff7f02;
}
DIV.gallery P.img {
	float: left;
	width: 200px;
	margin: 0.4em 20px 0 0 !important;
}
DIV.gallery P.img IMG {
	display: block;
	border: 1px solid #808080;
}
DIV.gallery P.img A {
	display: block;
	width: 160px;
}
DIV.gallery H2 {
	font-size: 12px;
}

/* =gallery
-------------------------------------------------- */
#gallery {
	width: 714px;
	overflow: hidden;
	margin-top: 8px;
	background: #737373;
}
#gallery P {
	margin-top: 0;
}
#gallery-a {
	padding: 10px;
	text-align: center;
}
#gallery-b {
	padding: 10px 20px;
	border-top: 1px solid #969696;
	font-size: 11px;
	color: #fff;
	line-height: normal;
}
#gallery-b P.title {
	float: left;
	font-size: 12px;
}
#gallery-b DIV.author {
	float: right;
	padding-top: 1px;
	text-align: right;
}
#gallery-b A {
	display: block;
	margin-top: 3px;
	color: #ccc;
}
#gallery-b EM {
	display: block;
}

#gallery TABLE {
	width: 714px;
	border-top: 16px solid #fff;
	background: #fff;
}
#gallery TABLE TD {
	border: solid #fff;
	border-width: 7px 5px 0 0;
	padding: 7px;
	background: url(gfx/bg15.gif);
	text-align: center;
	vertical-align: middle;
}
#gallery TABLE TD.blank {
	background: none !important;
}
#gallery TABLE TD.active,
#gallery TABLE TD:hover,
#gallery TABLE TD:focus {
	background: #737373;
}

/* =article
-------------------------------------------------- */
DIV.article-a {
	float: left;
	width: 472px;
}
DIV.article-a P {
	margin-top: 1.5em;
}
DIV.article-b {
	float: right;
	width: 222px;
	padding-top: 11px;
}
DIV.article-c {
	padding-top: 0;
}
DIV.article-c H2 {
	margin-top: 1em !important;
}
DIV.article-b P.img IMG {
	border: 1px solid #808080;
}
DIV.article-b P.title {
	margin-top: .5em;
	text-align: right;
	line-height: normal;
	font-size: 11px;
}
DIV.article-b P.author {
	margin-top: 0;
	text-align: right;
	line-height: normal;
	font-size: 11px;
	font-style: italic;
}
DIV.article-b UL {
	margin-top: .5em !important;
}
DIV.quote {
	float: left;
	width: 170px;
	margin: 1em 1em 1em 0;
	padding-left: 31px;
	background: url(gfx/dot06.gif) no-repeat 0 5px;
	color: #448eb9;
	font-style: italic;
}
DIV.quote P.author {
	margin-top: .8em;
	font-style: normal;
}
DIV.quote P SPAN {
	padding-right: 20px;
	background: url(gfx/dot07.gif) no-repeat 100% 100%;
}
DIV.article-b H2 {
	margin-top: 1.5em;
	color: #333;
	font-size: 14px;
}
DIV.article-b H2.first {
	margin-top: 2.5em;
}
DIV.article-b H3 {
	margin-top: .7em;
	color: #666;
	font-size: 12px;
}

/* =tabs
-------------------------------------------------- */
UL.tabs {
	margin: 1em 0 0;
	font-weight: bold;
}
UL.tabs LI,
UL.tabs LI A,
UL.tabs LI A SPAN {
	float: left;
}
UL.tabs LI A,
UL.tabs LI A SPAN {
	background: url(gfx/bg_tabs.png) no-repeat 0 -100px;
}
UL.tabs LI {
	margin: 1px 1px 0 0;
	padding: 0;
	background: none;
}
UL.tabs LI A {
	padding-left: 10px;
	color: #bbb;
	text-decoration: none;
	outline: none;
}
UL.tabs LI A SPAN {
	padding: 8px 19px 7px 0;
	background-position: 100% -100px;
	cursor: pointer;
}
UL.tabs LI A:hover,
UL.tabs LI A:focus {
	background-position: 0 -50px;
	color: #fff;
	text-decoration: none;
}
UL.tabs LI A:hover SPAN,
UL.tabs LI A:focus SPAN {
	background-position: 100% -50px;
}
UL.tabs LI.active A {
	background-position: 0 0 !important;
	color: #fff;
	outline: none;
}
UL.tabs LI.active A SPAN {
	background-position: 100% 0 !important;
}

/* tabs2 */

UL.tabs2 {
	margin: 1em 0 0;
	padding: 0;
	border-bottom: 1px solid #143046;
	font-weight: bold;
	-moz-padding-start: 0 !important;
}
UL.tabs3 {
	margin: 0;
	padding: 0;
	border-bottom: none;
	float: right;
}
DIV.flash-content2 {
	border-bottom: 1px solid #143046;
}
DIV.flash-content2 IMG {
	display: block;
}
UL.tabs2 LI,
UL.tabs2 LI A {
	float: left;
}
UL.tabs2 LI {
	margin: 0 !important;
	padding: 0 !important;
	background: none;
	line-height: normal !important;
}
UL.tabs2 LI A {
	min-width: 40px;
	padding: 7px 30px 7px 18px;
	background: url(gfx/bg_tabs2.png) no-repeat 100% -50px;
	color: #617f99 !important;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	text-align: center;
}
UL.tabs3 LI A {
	padding: 7px 18px 7px 30px;
	background: url(gfx/bg_tabs3.png) no-repeat 0 -171px;
}
UL.tabs2 LI.last A {
	background-position: 100% -100px !important;
}
UL.tabs3 LI.last A {
	background-position: 0 -121px !important;
}
UL.tabs2 LI.prev-active A {
	background-position: 100% -150px !important;
}
UL.tabs3 LI.prev-active A {
	background-position: 0 -71px !important;
}
UL.tabs2 LI A:hover,
UL.tabs2 LI A:focus {
	color: #fff !important;
	text-decoration: none;
}
UL.tabs2 LI.active A {
	background-position: 100% 0 !important;
	color: #fff !important;
}
UL.tabs3 LI.active A {
	background-position: 0 -221px !important;
}
UL.tabs2 LI.active-last A {
	background-position: 100% -200px !important;
	color: #fff !important;
}
UL.tabs3 LI.active-last A {
	background-position: 0 -21px !important;
}

/* =pager
-------------------------------------------------- */

UL.pager {
	margin: 12px 0 0;
	padding: 0 0 12px;
}
UL.pager LI {
	float: left;
	margin-right: 11px;
	padding: 0;
	background: none;
}
UL.pager LI A,
UL.pager LI SPAN,
UL.pager LI STRONG {
	float: left;
	padding: 1px 5px;
	line-height: normal;
	text-decoration: none;
}
UL.pager LI SPAN,
UL.pager LI STRONG {
	cursor: default;
}
UL.pager LI A {
	color: #fff;
}
UL.pager LI A:hover,
UL.pager LI A:focus,
UL.pager LI STRONG {
	color: #333;
	background: #71b5dd;
	font-weight: normal;
}
UL.pager LI.back A,
UL.pager LI.back SPAN {
	padding: 1px 22px 0 12px;
	background: url(gfx/dot05.gif) no-repeat 0 4px;
	color: #ff7f02;
}
UL.pager LI.next A,
UL.pager LI.next SPAN {
	padding: 1px 12px 0 22px;
	background: url(gfx/dot02.gif) no-repeat 100% 4px;
	color: #ff7f02;
}
UL.pager LI.back A:hover,
UL.pager LI.next A:hover {
	background-color: none !important;
	text-decoration: underline;
}

P.pager {
	margin-top: 11px !important;
	color: #fff;
}
P.pager A.next {
	padding: 0 15px 0 22px;
	background: url(gfx/dot02.gif) no-repeat 100% 3px;
	color: #ff7f02 !important;
}
P.pager A.back {
	padding: 0 22px 0 15px;
	background: url(gfx/dot05.gif) no-repeat 0 3px;
	color: #ff7f02 !important;
}

/* =filter
-------------------------------------------------- */
DIV.filter {
	margin-top: .5em;
	padding-bottom: 1.2em;
}
DIV.filter P {
	float: left;
	margin: 0;
	padding: .5em .5em 1em 0;
	white-space: nowrap;
}
DIV.filter P.sep {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #474747;
}
DIV.filter LABEL,
DIV.filter SPAN,
DIV.filter INPUT,
DIV.filter SELECT {
	margin-right: 3px;
	vertical-align: middle;
}
DIV.filter LABEL {
	display: block;
	padding-bottom: .4em;
	color: #cdcdcd;
}
DIV.filter SPAN.type1 {
	float: left;
	padding-top: 1.75em;
	color: #cdcdcd;
}
DIV.filter P.check {
	padding-top: 1.7em;
}
DIV.filter P.check LABEL {
	display: inline;
	padding: 0;
}
DIV.filter P.action {
	padding-top: 2.4em;
}

/* =workers
-------------------------------------------------- */
#workers H2 {
	margin-top: 1.5em;
	color: #333;
	font-size: 16px;
}
#workers H2.first {
	margin-top: 0;
}
#workers H3 {
	margin-top: .7em;
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
#workers TABLE TD {
	padding: 0 16px 5px 0;
	color: #333;
}
#workers TABLE TH {
	padding: 0 16px 10px 0;
}
#workers TABLE TD P {
	margin-top: 0;
}
#workers TABLE TD.img {
	width: 35px;
	padding: 0 0 2px !important;
}
#workers TABLE TD.img P {
	position: relative;
	float: left;
	width: 35px;
	height: 45px;
	overflow: hidden;
	margin-right: 17px;
}
#workers TABLE TD.img P IMG {
	display: block;
}
#workers TABLE TD.img P SPAN {
	position: absolute;
	top: 0;
	width: 35px;
	height: 45px;
	display: block;
	background: url(gfx/bg08.png) no-repeat 0 0;
}
* HTML #workers TABLE TD.img P SPAN {
	background-image: url(gfx/bg25.gif);
}
#workers TABLE TD {
	width: 589px;
	padding-top: 5px;
}
#workers TABLE TD P.tel SPAN,
#workers TABLE TD P.email SPAN {
	display: block;
	padding: 1px 0;
}
#workers TABLE TD P.tel {
	padding-right: 16px;
	border-right: 1px solid #ff7f02;
}
#workers TABLE TD.name {
	font-weight: bold;
}
#workers TABLE TD.name P A {
	display: block;
	font-size: 14px;
}
#workers TABLE TD.name P SPAN {
	color: #999;
	font-size: 11px;
}

/* =tables
-------------------------------------------------- */
TABLE.data {
	width: 100%;
	border-top: 1px solid #a4a4a4;
}
TABLE.data TH,
TABLE.data TD {
	padding: 5px 10px 6px;
	background: #fff;
	border-bottom: 1px solid #a4a4a4;
	color: #333;
}
TABLE.data THEAD TH {
	background: #aaa;
	color: #fff;
}
TABLE.data TBODY TR.title TH {
	background: #e5e5e5;
	color: #808080;
}
TABLE.data A {
	color: #333;
}
div.audit-outer TABLE.data A {
	color: #448EB9;
}

TABLE.form {
	width: 100%;
}
TABLE.form TH {
	width: 30%;
	padding: 6px 12px 3px 0;
	text-align: right;
	color: #333;
}
TABLE TD.SubHead,
TABLE TD A.CommandButton {
	color: #fff !important;
}
TABLE.form TD {
	width: 70%;
	padding: 3px 0;
}
TABLE.form TD LABEL,
TABLE.form TD INPUT {
	vertical-align: middle;
}
TABLE.form TD LABEL {
	margin-right: 1em;
}
TABLE.form TD P.check {
	margin: 5px 0 .4em;
}
TABLE.form TD P.check BR {
	display: block;
	margin-top: 4px;
}
TABLE.form TD P.check INPUT {
	margin: 0 2px 0 0;
}
*+HTML TABLE.form TD P.check INPUT {
	margin: -1px 0 0 0;
}
* HTML TABLE.form TD P.check INPUT {
	margin: -1px 0 0 0;
}
TABLE.form TR.action TH,
TABLE.form TR.action TD {
	border-top: 1px solid #eaeaea;
}
TABLE.form TR.action TD {
	padding-top: 6px;
}
TABLE.form SELECT:focus,
TABLE.form TEXTAREA:focus,
TABLE.form INPUT[type="text"]:focus,
TABLE.form INPUT[type="password"]:focus {
	background-color: #fbfcfc;
	color: #000;
}

/* =inputs & buttons
-------------------------------------------------- */
SPAN.req {
	color: #808080;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

INPUT.text,
INPUT.date,
INPUT.time {
	padding: 1px 2px;
	color: #343434;
	line-height: 14px;
}

SELECT {
	padding: 1px;
	color: #343434;
}

INPUT.text {
	width: 175px;
}
INPUT.wide {
	width: 213px;
}
INPUT.max {
	width: 460px;
}
INPUT.min {
	width: 40px;
}
INPUT.small {
	width: 80px;
}
INPUT.date {
	width: 68px;
	padding-right: 18px;
	background: #fff url(gfx/ico_cal.gif) no-repeat 71px 40%;
	cursor: pointer;
}
INPUT.time {
	width: 40px;
}

INPUT.example {
	color: #808080 !important;
}

TEXTAREA {
	width: 450px;
	height: 100px;
	padding: 2px;
	color: #343434;
}
TEXTAREA.small {
	height: 60px;
}

SPAN.button {
	float: left;
	height: 21px;
	overflow: hidden;
	background: url(gfx/bg04.png) no-repeat 0 0;
}
SPAN.button INPUT {
	margin: 0;
	height: 21px;
	padding: 2px 8px 3px;
	border: none;
	background: url(gfx/bg04.png) no-repeat 100% -50px;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
}
SPAN.button2,
SPAN.button2 INPUT {
	background-image: url(gfx/bg05.png);
	color: #fff !important;
}
A.CommandButton{
	padding: 2px 8px 3px;
	border: none;
	background: #be4f01 url(gfx/bg26.gif) repeat-x 0 0;
	font-size: 11px;
	line-height: normal;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
}

/* =login
-------------------------------------------------- */
DIV.login {
	padding-bottom: 12px !important;
}
DIV.login P.more SPAN {
	margin-right:1em;
	color: #666;
}
DIV.login TABLE.form TD LABEL,
DIV.login TABLE.form TH {
	color: #fff;
	font-weight: normal;
}

/* =footer
-------------------------------------------------- */
#footer {
	margin-top: 30px;
	padding: 18px 10px 0;
	background: url(gfx/bg07.gif) repeat-x 0 0;
	font-size: 11px;
}
#footer P {
	margin-top: 1.4em;
	color: #999;
	line-height: normal;
}
#footer SPAN {
	margin: 0 9px;
	color: #ff7f02;
}
#footer A.sp {
	color: #71b5dd;
}
#footer A.ico IMG {
	vertical-align: middle;
}
#footer-inner ADDRESS {
	float: left;
	margin-top: 0;
}
#footer-inner ADDRESS A {
	color: #fff;
}
#footer-inner P {
	float: right;
	margin-top: 0;
	color: #fff;
}

/* =admin
-------------------------------------------------- */

#dnn_CubeA {
	float: left;
	margin-top: 10px;
}
* HTML #dnn_CubeA {
	overflow: hidden;
}

#tools-c {
	float: right;
	width: 140px;
	text-align: right;
	font-size: 11px;
	color: #ccc;
}
#tools-c P {
	margin-top: 2px;
	padding-bottom: 7px;
}
#tools-c P.size01{
	position: relative;
	width: 140px;
	height: 180px;
	overflow: hidden;
	float: right;
    margin:0 0 2em;
	padding: 0;
}
#tools-c P.size01 IMG {
	display: block;
}
#tools-c P.size01 SPAN {
	position: absolute;
	top: 0;
	display: block;
	width: 140px;
	height: 180px;
	margin: 0 !important;
	background: url(gfx/bg06.png) no-repeat 0 0;
}
* HTML #tools-c P.size01 SPAN {
	background-image: url(gfx/bg24.gif);
}
#tools-d {
	float: left;
}
#tools-d P.info {
	color: #ccc;
	font-size: 11px;
}
#tools-d P.info SPAN {
	margin: 0 3px;
	color: #ff7f02;
}
#tools-d P.more {
	font-size: 11px;
}
/* =text-size
-------------------------------------------------- */
DIV.audit-outer,
DIV.audit-outer TABLE TD,
DIV.audit-outer TABLE TH {
	font-size: 13px;
}
DIV.audit-outer2,
DIV.audit-outer2 TABLE TD,
DIV.audit-outer2 TABLE TH {
	font-size: 14px;
}
DIV.audit-outer3,
DIV.audit-outer3 TABLE TD,
DIV.audit-outer3 TABLE TH {
	font-size: 15px;
}

DIV.article-outer,
DIV.article-outer TABLE TD,
DIV.article-outer TABLE TH {
	font-size: 13px;
}
DIV.article-outer2,
DIV.article-outer2 TABLE TD,
DIV.article-outer2 TABLE TH {
	font-size: 14px;
}
DIV.article-outer3,
DIV.article-outer3 TABLE TD,
DIV.article-outer3 TABLE TH {
	font-size: 15px;
}
DIV.article-outer H2 {
	font-size: 16px;
}
DIV.article-outer2 H2 {
	font-size: 18px;
}
DIV.article-outer3 H2 {
	font-size: 20px;
}


DIV.enabling-act,
DIV.enabling-act TABLE TD,
DIV.enabling-act TABLE TH {
	font-size: 13px;
}
DIV.enabling-act2,
DIV.enabling-act2 TABLE TD,
DIV.enabling-act2 TABLE TH {
	font-size: 14px;
}
DIV.enabling-act3,
DIV.enabling-act3 TABLE TD,
DIV.enabling-act3 TABLE TH {
	font-size: 15px;
}
DIV.enabling-act H2 {
	font-size: 16px;
}
DIV.enabling-act2 H2 {
	font-size: 18px;
}
DIV.enabling-act3 H2 {
	font-size: 20px;
}

/* =IE fixes
-------------------------------------------------- */
* HTML {  } /* IE6 */
*+HTML {  } /* IE7 */
UL.filetype LI {
	background-image: url(gfx/ico_allikas.gif);
}
UL.filetype LI.img {
	background-image: url(gfx/ico_img.gif);
}
INPUT{
	color: #000000;
}
table.ControlPanel a.CommandButton
{
	background: none;
	color: #ff7f02 !important;
}	
UL.fs12 H2
{
	 font-size:12px;
}
#submenu TABLE A SPAN.currentHeaderHighlight0,
#submenu TABLE A SPAN.currentItemHighlight1{
	color: #71b5dd;
	font-weight: bold;
}
UL.news-full LI H2 {
	margin: 0;
	font-size: 12px;
}
#sidebar TABLE {
	margin: 0;
}
.main-content-inner3 table{
	border: 1px #333 solid;
	color: #333;
}
#workers table,
div.sendto-form table,
div.inventua_sidemenu table,
table.form,
table.data {
	border: 0 none;
}
