/**
 * Style sheet style
 */
@import url('reset.css'); @import url('typography.css'); body
{
	width:100%;
	margin:auto;
	background-color:#f8f8f8;
}

div#status-bar
{
	width:100%;
	height:40px;
	border-bottom:2px groove #ffffff;
	background:url(tl_files/promicrotech/status-bar-bg.png) repeat-x;
}

div#status-bar-content
{
	width:1024px;
	margin:10 auto 0 auto;
}

div#status-bar-command
{
	width:400px;
}

p#welcome
{
	width:300px;
	float:left;
	padding-top:7px;
}

p#action-bar
{
	width:184px;
	height:15px;
	margin-left:412px;
	padding:7px 8px;
	background:url(tl_files/promicrotech/action-bar-bg.png) no-repeat;
}

p#action-bar a:before
{
	content: ' | ';
}

p#action-bar a[title="map site"]:after
{
	content: ' | ';
}

div#header
{
	width:100%;
	height:266px;
	border-bottom:0px ridge #ffffff;
	background: url(tl_files/promicrotech/header-bg.png) repeat-x;
}

div#head-top-line
{
	height:20px;
}

div#header-img
{
	width:100%;
	height:266px;
	text-align:center;
	background-position:center;
	background:url(tl_files/promicrotech/header-bg.png) repeat-x;
}

#header-block
{
	width:100%;
	display:inline-block;
	margin:auto;
}

#head-left
{
	float:left;
	white-space:nowrap;
	min-width:264px;
}

#head-center
{
	width:40%;
	float:left;
	display:inline-block;
	padding-left:5%;
	white-space:nowrap;
}

#head-right
{
	float:right;
	white-space:nowrap;
	min-width:264px;
}

div#content
{
	width:auto;
	position:relative;
	margin:auto;
	padding-bottom:50px;
}

div#content-shadow-top
{
	width:100%;
	height:20px;
	background:url(tl_files/promicrotech/content-top-shadow.png) repeat-x;
}

div#content-shadow-bottom
{
	width:100%;
	height:20px;
	clear:both;
	background:url(tl_files/promicrotech/content-bottom-shadow.png) repeat-x;
}

div#page-wrapper
{
	width:auto;
	height:233px;
	overflow:hidden;
	clear:both;
	margin-top:75px;
	padding:15px;
	background-color:#ffffff;
	border:1px solid #999999;
}

div#slideshow
{
	width:375px;
	float:left;
	padding-right:15px;
	border-right:1px solid #999999;
}

div#slides
{
	width:370px;
	height:200px;
	border:1px solid #999999;
}

div#slides a.img-program-default
{
	display:block;
}

div#slides a.img-program
{
	display:none;
}

#left h2
{
	width:200px;
	height:22px;
	padding-top:5px;
	text-align:center;
	font-family:"Myriad Pro",Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:16px;
	color:#FFFFFF;
	background:#003389 bottom repeat-x;
}

#headblock
{
	padding:0px 5px 0px 1px;
	font-size:14px;
	font:Verdana, Arial, Helvetica, sans-serif;
}

#headblock a
{
	font-weight:bold;
	color:#007FFF;
}

#headblock a:hover
{
	font-weight:bold;
	color:#27b2de;
}

#headblock p
{
	font-weight:bold;
	color:#ce5713;
}

div#slideshow-command
{
	width:290px;
	height:24px;
	left:15px;
	position:relative;
	padding:3px 25px;
	background:url(tl_files/promicrotech/commands-bg.png) no-repeat;
}

a#previous-slide
{
	width:10px;
	height:13px;
	float:left;
	display:block;
	margin-top:5px;
	background:url(tl_files/promicrotech/commands-previous-slide.png) no-repeat;
	text-indent:-9000px;
}

a#next-slide
{
	width:10px;
	height:13px;
	float:right;
	display:block;
	margin-top:5px;
	background:url(tl_files/promicrotech/commands-next-slide.png) no-repeat;
	text-indent:-9000px;
}

div#slideshow h4
{
	width:100%;
	margin-top:3px;
}

div#massege
{
	width:594px;
	margin-left:400px;
}

div#massege h3
{
	margin-bottom:20px;
}

#mainmenu
{
	display:block;
	list-style-type:none;
}

ul#tabs
{
	right:0px;
	top:-65px;
	margin-top:30px;
}

ul#tabs li
{
	width:80px;
	height:35px;
	float:left;
	margin-right:1px;
	color:#FF00FF;
	background:url(tl_files/promicrotech/tabs-sprite.png) no-repeat;
}

ul#tabs li a
{
	display:block;
	text-indent:-9000px;
}

ul#tabs li#previous
{
	width:90px;
	background-position:0 0;
}

ul#tabs li#previous:hover
{
	background-position:0 -40px;
}

ul#tabs li#previous.home, ul#tabs li#previous:active
{
	background-position:0 -80px;
}

ul#tabs li#main
{
	background-position:-90px 0;
}

ul#tabs li#main:hover
{
	background-position:-90px -40px;
}

ul#tabs li#main.home, ul#tabs li#main:active
{
	background-position:-90px -80px;
}

ul#tabs li#software
{
	background-position:-170px 0;
}

ul#tabs li#software:hover
{
	background-position:-170px -40px;
}

ul#tabs li#software.home, ul#tabs li#software:active
{
	background-position:-170px -80px;
}

ul#tabs li#services
{
	background-position:-250px 0;
}

ul#tabs li#services:hover
{
	background-position:-250px -40px;
}

ul#tabs li#services.home, ul#tabs li#services:active
{
	background-position:-250px -80px;
}

ul#tabs li#support
{
	background-position:-330px 0;
}

ul#tabs li#support:hover
{
	background-position:-330px -40px;
}

ul#tabs li#support.home, ul#tabs li#support:active
{
	background-position:-330px -80px;
}

ul#tabs li#about-us
{
	background-position:-410px 0;
}

ul#tabs li#about-us:hover
{
	background-position:-410px -40px;
}

ul#tabs li#about-us.home, ul#tabs li#about-us:active
{
	background-position:-410px -80px;
}

ul#tabs li#next
{
	width:45px;
	background-position:-490px 0;
}

ul#tabs li#next:hover
{
	background-position:-490px -40px;
}

ul#tabs li#next.home, ul#tabs li#next:active
{
	background-position:-490px -80px;
}

div#blog-news
{
	width:497px;
	float:left;
	margin:50 15 0 0;
}

div#blog-news h4.news-header-bar
{
	width:496px;
	height:28px;
	margin:0px 0px 15px 15px;
	padding-top:12px;
	background:url(tl_files/promicrotech/blog-news-header-bar.png) no-repeat;
}

div#blog-news div.small-news
{
	margin-left:30px;
}

div#blog-news div.small-news h5
{
	width:482px;
	float:left;
}

div#blog-news div.small-news blockquote
{
	padding:10px 0px 10px 15px;
}

p#arhiv-news
{
	width:210px;
	float:right;
	margin-top:10px;
}

p#arhiv-news a
{
	width:210px;
	height:30px;
	display:block;
	background: url(tl_files/promicrotech/read-more-news-button.png) no-repeat;
	text-indent:-9000px;
}

p#arhiv-news a:hover
{
	background-position:0 -30px;
}

p#arhiv-news a:active
{
	background-position:0 -30px;
}

div#blog-article
{
	margin:50px 15px 0px 512px;
}

div#blog-article h4.article-header-bar
{
	width:482px;
	height:28px;
	margin:0px 0px 15px 15px;
	padding-top:12px;
	background:url(tl_files/promicrotech/blog-article-header-bar.png) no-repeat;
}

div#blog-article div.small-article
{
	margin-left:30px;
}

div#blog-article div.small-article h5
{
	width:467px;
	float:left;
}

div#blog-article div.small-article blockquote
{
	padding:10px 0px 10px 15px;
}

p#arhiv-article
{
	width:210px;
	float:right;
	margin-top:10px;
}

p#arhiv-article a
{
	width:210px;
	height:30px;
	display:block;
	background:url(tl_files/promicrotech/read-more-article-button.png) no-repeat;
	text-indent:-9100px;
}

p#arhiv-article a:hover
{
	background-position:0 -30px;
}

p#arhiv-article a:active
{
	background-position:0 -60px;
}

div#footer
{
	width:100%;
	height:50px;
	border-top:2px ridge #ffffff;
	border-bottom:2px ridge #ffffff;
	background:url(tl_files/promicrotech/footer-bg.png) repeat-x;
}

div#footer-menu
{
	height:50px;
	display:inline;
	background-position:center;
	background:url(tl_files/promicrotech/footer-image.png) no-repeat;
}

div#footer-menu p#footer-bar
{
	padding-top:18px;
	text-align:center;
}

div#footer-menu p#footer-bar a
{
	text-decoration:none;
	font-size:11px;
	color:#ffffff;
}

div#footer-menu p#footer-bar a:hover
{
	background:#0289b5;
}

div#footer-menu p#footer-bar a:before
{
	content:'| ';
}

div#footer-menu p#footer-bar a[title="about"]:after
{
	content:' |';
}

p#footer-text
{
	width:100%;
	height:37px;
	padding-top:13px;
	text-align:center;
	background:url(tl_files/promicrotech/content-top-shadow.png) repeat-x;
}

.footerlink
{
	float:right;
	font-size:9px;
	color:#0289b5;
}

#breaking_news h2
{
	height:35px;
	padding-left:10px;
	background:url(tl_files/promicrotech/nav-left-head.png) no-repeat;
}

#breaking_news a
{
	font-family:"Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#0289b5;
}

#languages
{
	position:absolute;
	float:left;
	display:inline;
	margin:190px 0px 5px 5px;
}

#short-map
{
	position:absolute;
	display:inline;
	margin:188px 0px 5px -180px;
}

/* module navigation */
.mod_navigation
{
	width:200px;
	top:0px;
	position:relative;
	overflow:auto;
}

.mod_navigation ul
{
	margin:10px 5px;
	padding:5px;
	border-bottom:1px solid #ffffff;
	list-style-type:none;
}

.mod_navigation li
{
	margin:0px;
	padding:5px 0px;
	border-top:1px solid #c6ad8d;
	list-style-type:none;
}

.mod_navigation p
{
	margin:0px;
	padding:0px;
}

* html .mod_navigation ul, * html .mod_navigation li
{
	height:1px;
}

.mod_navigation .level_2
{
	padding:3px 0px 0px 9px;
	border-bottom:0px;
}

.mod_navigation .level_2 li
{
	padding:0px 0px 3px 0px;
	border-top:0px;
}

.mod_navigation a, .mod_navigation li, .mod_navigation p
{
	font-weight:bold;
	font-size:13px;
	color:#000000;
}

.mod_navigation .level_2 a, .mod_navigation .level_2 li, .mod_navigation .level_2 p
{
	font-weight:normal;
	font-size:11px;
}

/* news */
.mod_newsmenu
{
	margin:0px 5px 20px 5px;
	padding:5px;
	background-color:#ece4d9;
}

#breaking_news
{
	margin:0px;
	padding:0px;
}

.mod_newsmenu ul, .mod_newsmenu li
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

* html .mod_newsmenu ul, * html .mod_newsmenu li
{
	height:1px;
}

.mod_newsmenu .year
{
	margin-bottom:2px;
	font-weight:bold;
}

.mod_newslist p
{
	margin:0px 0px 4px 0px;
}

.mod_newsreader .back
{
	margin-bottom:24px;
	padding-top:12px;
}

* html .mod_newsreader .back
{
	margin-top:12px;
	padding-top:0px;
}

.mod_newslist .info, .mod_newsreader .info
{
	margin-bottom:6px;
	font-size:10px;
	color:#999999;
}

.mod_newslist .layout_short
{
	width:200px;
	margin-bottom:8px;
	padding-bottom:6px;
	text-align:justify;
	border-bottom:1px solid #c6ad8d;
}

.mod_newsreader .ce_text
{
	margin-top:16px;
}

.mod_article, .mod_newsreader
{
	margin-right:5px;
}

.mod_newsreader h2
{
	margin-bottom:12px;
}

.mod_newsreader .comment_default
{
	margin-bottom:12px;
}

div#c2
{
	margin-bottom:20px;
}

.mod_newsreader .comment
{
	line-height:1.5;
}

.mod_newsreader .form
{
	margin-top:24px;
}

.mod_newsreader .widget
{
	margin-top:1px;
	margin-bottom:1px;
}

.mod_newsreader .textarea
{
	width:360px;
	height:120px;
}

.mod_search
{
	margin-top:3px;
}

.mod_search .text
{
	width:240px;
}

html>body .mod_search .radio_container
{
	margin-top:3px;
}

*:first-child+html .mod_search .radio_container
{
	margin-top:0px;
}

.mod_search .radio_container label
{
	left:-2px;
	top:-2px;
	position:relative;
	padding-right:3px;
}

.mod_search .header
{
	margin-top:18px;
	margin-right:5px;
	margin-bottom:24px;
	padding-bottom:4px;
	text-align:right;
	border-bottom:1px solid #ece4d9;
}

.mod_search h3
{
	margin:0px 0px 2px 0px;
	padding:0px;
}

.mod_search .context
{
	margin:0px 5px 3px 0px;
}

.mod_search .url
{
	margin-bottom:12px;
	color:#c6ad8d;
}

.mod_search .relevance
{
	font-weight:normal;
	font-size:11px;
	color:#c6ad8d;
}

.mod_search .highlight
{
	font-weight:bold;
}

.mod_calendar table
{
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.mod_calendar .head
{
	padding-top:4px;
	padding-bottom:5px;
	text-align:center;
	background-color:#f6f6f6;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_calendar .current
{
	background-color:#ffffcc;
}

.mod_calendar .label
{
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	background-color:#bbbbbb;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	font-size:10px;
	color:#ffffff;
}

.mod_calendar td
{
	width:14%;
	height:72px;
	padding:1px;
	vertical-align:top;
	background-color:#ffffff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_calendar .weekend
{
	background-color:#f6f6f6;
}

.mod_calendar .today
{
	background-color:#ffffcc;
}

.mod_calendar .empty, .mod_calendar .empty .header
{
	background-color:#f6f6f6;
}

.mod_calendar td .header
{
	padding-bottom:2px;
	background-color:#e0e0e0;
	font-size:10px;
}

.mod_calendar td .event a
{
	font-size:10px;
}

.mod_minicalendar
{
	margin:0px 5px 20px 5px;
	padding:5px 5px 10px 5px;
	background-color:#ece4d9;
}

.mod_minicalendar table
{
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.mod_minicalendar td
{
	width:14%;
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#ffffff;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_minicalendar td, .mod_minicalendar .active a
{
	font-size:10px;
}

.mod_minicalendar .weekend
{
	background-color:#f6f6f6;
}

.mod_minicalendar .today
{
	background-color:#ffffcc;
}

.mod_minicalendar .label
{
	padding-top:2px;
	padding-bottom:3px;
	text-align:center;
	background-color:#c3c3c3;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:10px;
	color:#ffffff;
}

.mod_minicalendar .head
{
	padding-top:3px;
	padding-bottom:4px;
	text-align:center;
	background-color:#f9f9f9;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.mod_minicalendar .current
{
	background-color:#ffffcc;
}

.mod_eventlist
{
	margin-right:6px;
}

.mod_eventlist .header
{
	padding:3px 6px 4px 6px;
	background-color:#e6e6e6;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-weight:bold;
}

.mod_eventlist .header.first
{
	border-top:1px solid #cccccc;
}

.mod_eventlist .event
{
	padding:10px 6px 12px 6px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.mod_eventlist .time
{
	margin-top:-6px;
	margin-bottom:6px;
	font-weight:normal;
	color:#999999;
}

.mod_eventreader .info
{
	margin-top:-12px;
	font-size:10px;
	color:#999999;
}

.mod_eventreader .recurring
{
	margin-top:2px;
	font-size:10px;
	color:#009900;
}

.mod_eventreader .ce_text
{
	margin-top:15px;
}

.mod_eventreader .back
{
	margin-top:18px;
}

.mod_personalData
{
	margin-bottom:36px;
}

.mod_personalData fieldset
{
	width:400px;
	display:block;
	margin:12px 0px 24px 0px;
	padding:12px;
}

* html .mod_personalData fieldset
{
	margin-top:-12px;
}

*:first-child+html .mod_personalData fieldset
{
	margin-top:-12px;
}

.mod_personalData legend
{
	color:#0000e6;
}

* html .mod_personalData legend
{
	margin-top:-12px;
	padding:12px 4px 12px 0px;
}

*:first-child+html .mod_personalData legend
{
	margin-top:-12px;
	padding:12px 4px 12px 0px;
}

.mod_personalData .submit_container
{
	width:428px;
	text-align:right;
}

* html .mod_personalData .submit_container
{
	width:434px;
}

*:first-child+html .mod_personalData .submit_container
{
	width:434px;
}

.mod_personalData td
{
	width:160px;
	padding:2px 6px 2px 0px;
}

* html .mod_personalData td
{
	padding:1px 6px 1px 0px;
}

.mod_personalData .text, .mod_personalData .password
{
	width:200px;
}

.mod_personalData select
{
	width:204px;
}

* html .mod_personalData select
{
	width:206px;
}

*:first-child+html .mod_personalData select
{
	width:206px;
}

.ce_table
{
	margin-top:24px;
	margin-bottom:24px;
	border-left:1px solid #cccccc;
}

.ce_table td
{
	padding:2px 8px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

*:first-child+html .ce_list li
{
	margin-left:26px;
}

.ce_table th
{
	padding:2px 8px;
	background-color:#e6e6e6;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.ce_table th a
{
	color:#000000;
}

.pagination li
{
	display:inline;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#tps td
{
	padding:2px 4px;
}

.pagination
{
	margin-top:22px;
	padding-top:4px;
	border-top:1px solid #ece4d9;
}

#tps .col_0
{
	width:80px;
}

.pagination p
{
	width:160px;
	float:left;
	padding-right:3px;
	padding-left:3px;
	text-align:left;
}

#tps .explanation
{
	padding-bottom:24px;
}

.pagination ul
{
	width:240px;
	float:right;
	margin:0px;
	padding:0px 3px;
	text-align:right;
}

/* login */
.mod_login
{
	margin:0px;
	padding:0px;
}

.mod_login .label
{
	margin:14px 0px 1px 0px;
}

.mod_login .submit_container
{
	margin-top:14px;
	margin-bottom:4px;
}

.mod_registration .row_1 td
{
	padding:2px 12px;
	background-color:#f0f0f0;
}

.mod_registration .row_0 td
{
	padding:8px 12px 2px 12px;
	background-color:#f0f0f0;
}

.formbody td
{
	padding:8px 12px 2px 12px;
	background-color:#f0f0f0;
}

.widget
{
	overflow:hidden;
	padding:8px 12px 2px 12px;
	background-color:#f0f0f0;
}
