/*-----------------------------------------------------------------------------
PRMIX Screen Stylesheet

version:   1.0
date:      04/01/08
author:    Alexander Chuprin
email:     a.s.chuprin@gmail.com
website:   www.chuprin.com

-----------------------------------------------------------------------------*/


/* Global 
---------------------------------------------------------- */

* {	padding:0; margin:0; }
html, body { width: 100%; height: 100%; }
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #4c4b4b;
	background: url(../images/page_bg.gif) repeat-x #f5f5f5;
}
p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 15px 0;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 25px 0 15px 0;
}
li, dd, blockquote { 
	margin-left: 30px; 
}

h1 { font-size: 1.45em; color: #363636; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

/* Table */
table { border-collapse: collapse; border: 0; }
table td { padding: 0px; vertical-align: top; text-align: left; }

/* Inputs */
input { padding-left: 3px; }
select { font: normal 1em Tahoma; }

/* Lists */

/* Text */
.text { font-size: 1.1em; line-height: 1.4em; }
.important { position: relative; zoom: 1; margin: 0 -20px; padding: 10px 20px; background: #fff; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.last { border-bottom: none !important; border-right: none !important; margin-right: 0 !important; background: none !important; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.middle { vertical-align: middle; }
.fleft { display: block; float: left; }
img.fleft { margin: 0 15px 0 0; }
.fright { display: block; float: right; }

.user { padding: 0 0 0 13px; background: url(../images/user.gif) 0 80% no-repeat; font-size: 10px; color: #c5c5c5; }

/* Links 
---------------------------------------------------------- */

a img { border: 0; }
a {
	color: #9a9a9a;
}
a:hover, a:focus, a:active {
	color: #b3232d !important;
}
:focus
{
  -moz-outline-style: none;
}
/* Layout 
---------------------------------------------------------- */

#page { width: 902px; margin: 0 auto; font-size: 1.1em; }
	#header { position: relative; padding: 52px 0 0 0; background: url(../images/header_bg.jpg) no-repeat #111111; }
	#content { position: relative; z-index: 1; background: #fff; overflow: hidden; zoom: 1; }
		#sidebar-left { position: relative; float: left; width: 300px; margin: 0 0 -3000px 0; padding: 0 0 3000px 0; }
			#sidebar-left .wrapper { padding: 0 20px 58px 15px; }
		#main { position: relative; z-index: 3; float: left; width: 300px; margin: 0 0 -3000px 0; padding: 0 0 3000px 0; background: #f5f5f5; border: solid #e1e1e1; border-width: 0 1px 1px; }
			#main .wrapper { padding: 0 30px 0 15px; }
		#sidebar-right { position: relative; float: left; width: 300px; margin: 0 0 -3000px 0; padding: 0 0 3000px 0; }
			#sidebar-right .wrapper { padding: 0 25px 58px 15px; }
	#footer { padding: 25px 0; overflow: auto; zoom: 1; } 

	#inner-page #main { width: 600px; }
		#inner-page #main .wrapper { padding: 0 25px; }

/* Header
---------------------------------------------------------- */

#top { margin: 0 0 18px 0; overflow: auto; zoom: 1; }

#service-nav { float: left; width: 49%; }
#service-nav ul { float: left; margin: 0;  padding: 0 0 0 17px; overflow: auto; zoom: 1; }
#service-nav ul li { float: left; margin: 0; padding: 15px 26px 4px 12px; background: url(../images/dots_light_vert.gif) repeat-y; list-style: none; color: #fff; }
#service-nav ul li a { text-decoration: none; color: #fff; }
#service-nav ul li a:hover { color: #fff !important; text-decoration: underline; }

#search { width: 49%; float: right; }
#search form { float: right; margin: 0; }
#search fieldset { float: right; margin: 0; padding: 15px 0 0 0; border: 0; overflow: auto; zoom: 1; }
#search input, #search select { border: 0; background: url(../images/input_bg.gif) #fff repeat-x; vertical-align: middle; font-size: 1em; }
#search input { width: 177px; height: 1.5em; }
#search select { width: 80px; border: 1px solid transparent; }
#search span { padding: 0 10px 0 0; vertical-align: middle; font-weight: bold; font-size: 1.2em; color: #fff; }

#header .shadow { position: absolute; top: 0; width: 15px; height: 171px; background-repeat: no-repeat; }
#header .shadow.left { left: -15px; background-image: url(../images/header_shadow_left.png); }
#header .shadow.right { right: -15px; background-image: url(../images/header_shadow_right.png); }

#logo { width: 98px; margin: 0 auto; }

#nav { margin: 43px 0 0; }
#nav ul { display: table; margin: 0 auto; overflow: auto; zoom: 1; }
#nav ul li { display: table-cell; float: left; width: 123px; margin: 0 1px; list-style: none; }
#nav ul li a, #nav ul li span { display: block; background: url(../images/nav_left.gif) no-repeat; font-size: 1.1em; text-decoration: none; color: #fff; }
#nav ul li a span, #nav ul li span span { display: block; height: 24px; line-height: 21px; background: url(../images/nav_right.gif) 100% 0 no-repeat; text-align: center; cursor: pointer; }
#nav ul li.active span { background-image: url(../images/nav_left_active.gif); }
#nav ul li.active span span { background-image: url(../images/nav_right_active.gif); color: #000; cursor: default; }
#nav ul li img { margin: 6px 0 0; }
#nav ul li a:hover { background-image: url(../images/nav_left_hover.gif); }
#nav ul li a:hover span { background-image: url(../images/nav_right_hover.gif); }

#header .banner { border: 1px solid #7f7f7f; }
#header .banner img { display: block; }

/* Content
---------------------------------------------------------- */

.news-list li { margin: 0 0 35px 0; list-style: none; }
.news-list li h3, .news-list li p { margin: 10px 0; }
.entry-options { margin: 25px -25px 0 -10px; padding: 0 25px 0 10px; border-bottom: 1px solid #e2e2e2; color: #fff; font-size: 0.9em; }
.entry-options ul { float: left; margin: -9px 0 0 0; background: url(../images/entry_options_left.gif) #c5c5c5 0 0 no-repeat; overflow: auto; zoom: 1; }
.entry-options ul li { float: left; margin: 0 !important; padding: 0 9px; background: url(../images/dots_white_vert.gif) 100% 0 repeat-y; line-height: 18px; }
.entry-options ul li a { text-decoration: none; color: #fff; }
.entry-options ul li.last { background: url(../images/entry_options_right.gif) #c5c5c5 100% 0 no-repeat !important; }
.entry-options img { display: block; float: left; margin: 4px 7px 0 0; vertical-align: middle; }
.entry-options .user { display: block; float: left; margin: -6px 0 0 10px; }

.prev-next { margin-right: -15px; text-transform: uppercase; font-size: 2.27em; text-align: center; }
.prev-next a { text-decoration: none; }
.prev-next img { vertical-align: middle; }
.prev-next .inactive { color: #d6d6d6; }

.sort { margin-right: -15px; text-align: center; color: #c4c4c4; }
.sort select { margin: 0 0 0 7px; padding: 2px 10px 2px 0; }
.sort select, x:-moz-any-link { padding: 0; }
.sort option, x:-moz-any-link { padding: 2px 10px 0 0;  }


.comments .title { padding-bottom: 5px; border-bottom: 1px solid #e2e2e2; }
.comments li { margin: 0; padding: 0 0 13px 0; border-bottom: 1px solid #e2e2e2; list-style: none; color: #636363; }

/* Sidebar (Left)
---------------------------------------------------------- */

.section-head { position: relative; width: 100%; height: 100px; overflow: hidden; border: solid #ededed; border-width: 1px 0; }
.section-head div { position: absolute; left: 0; bottom: 0; width: 100%; padding: 7px 10px; background: url(../images/section_head_title_bg.png); }
.section-head div img { display: block; }
.section-head div a { float: left; margin-right: 7px; }
#inner-page .section-head { height: 26px; margin: 0 -1px; padding: 0 1px; border: 0; }

#sidebar-left .entry-options, #sidebar-right .entry-options { border: none; }
#sidebar-left .entry-options ul, #sidebar-right .entry-options ul { background-image: url(../images/entry_options_left_white.gif); background-color: #cdcdcd; }
#sidebar-left .entry-options ul li.last, #sidebar-right .entry-options ul li.last { background-image: url(../images/entry_options_right_white.gif) !important; background-color: #cdcdcd !important; }
#sidebar-left .news-list ul, #sidebar-right .news-list ul { overflow: hidden; zoom: 1; }
#sidebar-left .news-list h3, #sidebar-right .news-list h3 { margin-top: 0; }
#sidebar-left .news-list ul li, #sidebar-right .news-list ul li { margin-bottom: 15px; }

#reports h3 a { color: #b3232d; }

#tags { text-align: justify; }
#tags ul { margin: 0; padding: 0 10px; }
#tags li { display: inline; margin: 0; }
#tags a { font-size: 1em; line-height: 1em; text-decoration: none; color: #737373; }
#tags .s9 {font-size:11px;}
#tags .s10 {font-size:12px;}
#tags .s11 {font-size:13px;}
#tags .s12 {font-size:14px;}
#tags .s13 {font-size:15px;}
#tags .s14 {font-size:16px;}
#tags .s15 {font-size:17px;}
#tags .s16 {font-size:18px;}
#tags .s17 {font-size:19px;}
#tags .s18 {font-size:20px;}
#tags .s19 {font-size:21px;}
#tags .s20 {font-size:22px;}

#sidebar-left .banner { width: 240px; margin: 15px auto; padding: 7px; background: url(../images/banner_left_bg.gif) no-repeat; }

/* Sidebar (Right)
---------------------------------------------------------- */

.more-list .title { position: relative; margin: 0 -25px 0 -15px; padding: 10px 25px 10px 15px; background: #f5f5f5; font-weight: normal; font-size: 1em; overflow: auto; zoom: 1; }
.more-list .title span { float: left; }
.more-list .title a { float: right; text-decoration: none; }
.more-list ul { margin-top: 0; }
.more-list li { position: relative; margin: 0 -22px 0 -12px; padding: 6px 22px 6px 12px; border-bottom: 1px dashed #e5e5e5; list-style: none; }
.more-list li a { text-decoration: none; color: #686868; }

#events ul { margin-bottom: 9px; }
.calendar { position: relative; width: 264px; height: 162px; margin: 0 -4px 15px 0; background: url(../images/calendar_bg.gif); }
.calendar .arrow { position: absolute; top: 50%; margin-top: -6px; }
.calendar .arrow.prev { left: 19px; }
.calendar .arrow.next { right: 19px; }
.calendar h3 { margin: 0 0 0 55px; padding: 15px 0 10px 0; }
.calendar table { width: 60%; margin: 0 auto; }
.calendar table td { text-align: center; vertical-align: middle; font-size: 0.9em; color: #373737; }
.calendar table td a { display: block; padding: 4px; text-decoration: none; color: #373737; }
.calendar tr.active { background: #e7e7e7; }
.calendar td.active { background: #ae2225; }
.calendar td.active a { color: #fff !important; }

#partner-news { margin: 0 -20px 0 -15px; padding: 0 20px 0 15px; background: #f5f5f5; }
#partner-news li { margin-right: -17px; border-color: #dcdcdc; }
#partner-news .title { padding-top: 7px; padding-bottom: 6px; background: #ebebeb; }

/* Footer 
---------------------------------------------------------- */

#copyright { position: relative; width: 100%; zoom: 1; z-index: 2; margin-top: -58px; background: url(../images/copyright_corner_left.gif) #494949 0 100% no-repeat; }
#copyright div.wrapper { height: 25px; padding: 23px 28px 30px; background: url(../images/copyright_corner_right.gif) 100% 100% no-repeat; }
#copyright div.wrapper div { position: absolute; }
#copyright span { color: #696969; }
#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: none; color: #9a9a9a !important; }

#main-bottom { position: relative; z-index: 4; width: 302px; clear: both; margin: -20px auto 0; padding-bottom: 10px; background: #494949; zoom: 1; }
#inner-page #main-bottom { width: 602px; margin: -20px 0 0 300px; background: url(../images/copyright_corner_right.gif) 100% 100% no-repeat #494949; }
#main-bottom div { background: url(../images/main_corner_right.gif) #f5f5f5 100% 100% no-repeat; }
#main-bottom img { display: block; background: #f5f5f5; }

.footer-links { float: left; padding: 5px 0 0 17px; }
.footer-links ul { float: left; overflow: hidden; zoom: 1; }
.footer-links ul li { float: left; margin: 0 0 0 -1px; padding: 0 10px; border-left: 1px solid #898989; list-style: none; }
.footer-links ul li a { text-decoration: none; color: #898989; }

#footer .banner { float: right; }