
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; outline:none; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { /*border-collapse:collapse; border-spacing:0;*/ }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

body { font:12px/1.231 sans-serif; *font-size:12px; line-height:140%} /* hack retained to preserve specificity */

select, input, textarea, button { font:12px/1.231 sans-serif; *font-size:12px; line-height:140% }

/* normalize monospace sizing
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/*
 * minimal base styles
 */


body, select, input, textarea {

  	color: #333;

}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/* always force a scrollbar in non-IE */
html {
	overflow-y: scroll;
}
html, body { height:100%;  }
body{
	font-family: Arial, Helvetica,Tahoma,Verdana, serif;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #3fa9f5;outline:none; }
a:hover { color: #333; }


ul, ol { margin-left: 15px; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; }

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre {
  padding: 15px;
  white-space: pre; /* CSS2 */
  word-wrap: break-word; /* IE */
}

textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
 -webkit-box-shadow: 0px 0px 5px red;
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink. */
::-moz-selection{ background: #3fa9f5; color:#fff; text-shadow: none; }
::selection { background:#3fa9f5; color:#fff; text-shadow: none; }

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/*
 * Non-semantic helper classes
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.group:before, .group:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;
}

.group:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.group { zoom: 1; }



@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

span.opa{
	filter: alpha(opacity=30);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('mypnstyleimages/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('mypnstyleimages/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('mypnstyleimages/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('mypnstyleimages/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('mypnstyleimages/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('mypnstyleimages/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('mypnstyleimages/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('mypnstyleimages/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('mypnstyleimages/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('mypnstyleimages/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('mypnstyleimages/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('mypnstyleimages/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('mypnstyleimages/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('mypnstyleimages/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('mypnstyleimages/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('mypnstyleimages/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('mypnstyleimages/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mypnstyleimages/fancy_shadow_nw.png', sizingMethod='scale'); }


.pie {
  position:relative;
  behavior:url("/static/js/libs/pie/PIE.htc");
}
.container {
  margin:0 auto;
  width:980px;
}
body { background:#9fd4fa;font:12px/1.231 sans-serif; *font-size:12px; line-height:140%;font-family: Arial, Helvetica,Tahoma,Verdana, serif; }
.c {
  width:100%;
  overflow:auto;
  background:#ffffff;
  padding-bottom:10px;
  height:91%;
  text-align: center;
}
.cw {
  margin:0 auto;
  width:980px;
  vertical-align: top;
  text-align: center;

}
.cf {
  width:100%;
  height:7%;
  overflow:hidden;
  background:#9fd4fa url("mypnstyleimages/bg_cf.jpg") repeat-x top;
}
header #logo {
  display:block;
  width:116px;
  height:106px;
  float:left;
  text-indent:-9999em;
  padding-left:30px;
  background:url("mypnstyleimages/partynet_logo.jpg") no-repeat top right;
}
header .callus, header nav {
  width:740px;
  float:left;
}
header .callus b {
  font-size:20px;
  font-weight:normal;
  color:#3fa9f5;
}
header .callus {
  padding-left:94px;
  height:30px;
  color:#4d4d4d;
  font-size:18px;
  text-align:right;
  margin-bottom:10px;
}
header nav ul li a:hover, header nav ul li a:visited:hover, header nav ul li a:active:hover {
  padding:4px;
  border-bottom:2px solid #3fa9f5;
}
header nav ul li a, header nav ul li a:visited, header nav ul li a:active {
  color:#000000;
  text-decoration:none;
  padding:4px 4px 7px 4px;
  display:block;
  font-size:14px;
  font-weight:bold;
}
header nav ul li {
  float:left;
  list-style:none;
  padding-right:15px;
  position:relative;
}
header nav ul li.active a {
  /*padding:5px;
  border-bottom:2px solid #3fa9f5;*/
  /*background:#3fa9f5;
  color:#ffffff;*/
  padding:4px;
  border-bottom:2px solid #3fa9f5;
  color:#3fa9f5;
}
header nav ul li.lang a:hover {
  padding:0;
  line-height:1;
  border:0;
}
header nav ul li.lang a {
  float:right;
  overflow:hidden;
  width:26px;
  height:13px;
  display:block;
  margin:0;
  margin-left:4px;
  padding:0;
  line-height:1;
  border:0;
}
header nav ul li.lang a.lang-si-active {
  background:url("mypnstyleimages/icon_lang_si_active.png");
  padding:0;
  line-height:1;
  border:0;
}
header nav ul li.lang a.lang-si { background:url("mypnstyleimages/icon_lang_si.png"); }
header nav ul li.lang a.lang-en { background:url("mypnstyleimages/icon_lang_en.png"); }
header nav ul li.lang a.lang-en-active {
  padding:0;
  line-height:1;
  border:0;
  background:url("mypnstyleimages/icon_lang_en_active.png");
}
header nav ul li.lang {
  width:70px;
  float:right;
  padding:0;
  padding-top:7px;
}
header nav ul {
  width:100%;
  float:left;
  background:url("mypnstyleimages/nav_bg.jpg") repeat-x bottom;
}
header nav ul > li.hoversub a {
  /*background:#3fa9f5;
  color:#ffffff;*/
  /*
  padding:5px;
  border-bottom:2px solid #3fa9f5;
  font-size:12px;*/
  background:#3fa9f5;
  color:#ffffff;
}
header nav ul ul li a border:0
					&:hover, header nav ul ul li a:visited border:0
					&:hover {
  border:0;
  text-decoration:underline;
}
header nav ul ul li a, header nav ul ul li a:visited { color:#ffffff; }
header nav ul ul li {
  background:#3fa9f5;
  float:left;
  width:100%;
  padding-right:0;
}
header nav ul ul li.active a { border:0; }
header nav ul ul {
  width:200px;
  top:29px;
  left:0;
  display:none;
  z-index:700;
  position:absolute;
}
header nav { padding-left:94px; }
header { margin-top:5px; }
footer .menu span.title {
  font-size:16px;
  margin-bottom:10px;
  display:block;
}
footer .menu ul li a:hover, footer .menu ul li a:visited:hover, footer .menu ul li a:active:hover { text-decoration:underline; }
footer .menu ul li a, footer .menu ul li a:visited, footer .menu ul li a:active {
  color:#4d4d4d;
  text-decoration:none;
  font-size:12px;
}
footer .menu ul li { font-size:8px; }
footer .menu ul {
  width:100%;
  float:left;
}
footer .menu {
  width:260px;
  float:left;
  margin-right:30px;
  color:#4d4d4d;
}
footer .menulast { margin-right:0; }
footer .callus span, footer .callus b { display:block; }
footer .callus b {
  font-size:22px;
  font-weight:normal;
  color:#3fa9f5;
}
footer .callus {
  width:140px;
  color:#4d4d4d;
  font-size:18px;
  text-align:right;
  float:right;
}
footer {
  margin:0 auto;
  width:980px;
  padding-top:10px;
  overflow:hidden;
}
section#banner, section#newsline, section#boxes, section#wrap, section#demo, section#bgwrap {
  width:100%;
  float:left;
}
section#boxes{height:40px;}


section#wrap
{
   height:100%;
   text-align: center;
}
section#bgwrap {
  background:url("mypnstyleimages/banner_bg.jpg") repeat-x bottom;
  margin-bottom:1px;
  min-height:100%;
  text-align: center;
}
section#banner ul li span {
  font-size:16px;
  color:#333333;
}
section#banner ul li a { text-decoration:none; }
section#banner ul li {
  width:100%;
  float:left;
  font-size:11px;
  margin-bottom:20px;
  color:#29abe2;
}
section#banner ul {
  width:450px;
  float:left;
  padding-top:200px;
  padding-left:85px;
  margin:0;
}
section#banner {
  background:url("mypnstyleimages/index-img.jpg") no-repeat bottom;
  margin-bottom:1px;
  overflow:hidden;
  height:445px;
}
section#newsline .nwrap a.news {
  color:#4d4d4d;
  text-decoration:none;
}
section#newsline .nwrap b, section#newsline .nwrap span {
  display:inline-block;
  float:left;
  margin-left:5px;
}
section#newsline .nwrap span {
  width:840px;
  float:left;
  background:none;
}
section#newsline .nwrap span a:hover { text-decoration:underline; }
section#newsline .nwrap span a {
  font-weight:normal;
  text-decoration:none;
  color:#4d4d4d;
  display:block;
  background:#ffffff;
  float:left;
  width:840px;
}
section#newsline .nwrap {
  width:940px;
  margin:6px 15px;
  height:27px;
  line-height:25px;
  padding:0 5px;
  float:left;
  background:#ffffff;
  border:1px solid #a3d5fa;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  position:relative;
  behavior:url("/static/js/libs/pie/PIE.htc");
}
section#newsline .dwrap a span {
  display:block;
  padding:5px 10px;
}
section#newsline .dwrap a {
  display:inline-block;
  text-decoration:none;
  color:#000000;
  margin-right:10px;
}
section#newsline .dwrap a.active span { background:url("mypnstyleimages/newslinebuttonspan.jpg") no-repeat left bottom; }
section#newsline .dwrap a.active { background:#ffffff url("mypnstyleimages/newslinebutton.jpg") repeat-x bottom; }
section#newsline .dwrap {
  width:100%;
  text-align:center;
  float:left;
}
section#newsline {
  background:#9fd4fa url("mypnstyleimages/newsline.jpg") repeat-x top;
  margin-bottom:1px;
}
aside#right .faq h2 {
  color:#3fa9f5;
  font-weight:normal;
  font-size:16px;
  margin-bottom:10px;
  float:left;
  width:100%;
}
aside#right .faq span.title {
  display:block;
  line-height:1;
  font-style:italic;
  color:#666666;
  float:left;
  width:100%;
}
aside#right .faq p {
  float:left;
  width:100%;
}
aside#right .faq .nav a {
  width:13px;
  height:13px;
  display:inline-block;
  outline:none;
  text-indent:-9999em;
  margin:0 5px;
}
aside#right .faq .nav a.prev { background:url("mypnstyleimages/faq_arrows.jpg") no-repeat top left; }
aside#right .faq .nav a.next { background:url("mypnstyleimages/faq_arrows.jpg") no-repeat top right; }
aside#right .faq .nav {
  display:block;
  text-align:center;
  width:100%;
  float:left;
}
aside#right .faq {
  float:left;
  margin-left:25px;
  *margin-left:12px;
  width:178px;
  padding:10px;
  border:1px solid #e6e6e6;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  position:relative;
  behavior:url("/static/js/libs/pie/PIE.htc");
  font-size:11px;
}
aside#right {
  float:right;
  width:240px;
}
section#boxes .box h2 {
  font-size:18px;
  color:#000000;
  font-weight:normal;
  margin-bottom:5px;
}
section#boxes .box .image a { display:block; }
section#boxes .box .image a.button {
  width:80%;
  height:40px;
  margin-top:-20px;
  margin-left:-70px;
  position:absolute;
  z-index:20;
  top:50%;
  left:50%;
}
section#boxes .box .image {
  width:960px;
  text-align:center;
  position:relative;
  float:left;
  height:140px;
}
section#boxes .box {
  height:40px;
  padding:10px;
  width:960px;
  float:left;
  margin-right:12px;
  *margin-right:8px;
  border:1px solid #cccccc;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  position:relative;
  behavior:url("/static/js/libs/pie/PIE.htc");
}
section#boxes .box-last { margin-right:0; }
section#boxes .nobp a { height:134px; }
section#boxes .nobp { padding-bottom:0; }
section#boxes { margin-top:8px; }
section#demo #player, section#demo #player_wrapper { width:300px; }
section#demo #vsebina {
  width:460px;
  float:left;
  padding-left:30px;
  margin-top:20px;
}
section#demo #demounit .wrap .notaval {
  position:absolute;
  left:0;
  bottom:0;
  height:92px;
  background:#000000;
  width:185px;
  color:#ffffff;
  text-align:center;
  display:none;
}
section#demo #demounit .wrap {
  width:180px;
  height:137px;
  padding:3px;
  float:left;
  display:inline;
  margin-top:140px;
  margin-left:150px;
  margin-right:140px;
  overflow:hidden;
  position:relative;
}
section#demo #demounit span.topbar i, section#demo #demounit span.topbar b, section#demo #demounit span.nowplaying i, section#demo #demounit span.nowplaying b {
  float:left;
  display:inline-block;
}
section#demo #demounit span.topbar, section#demo #demounit span.nowplaying {
  display:block;
  font-size:12px;
  color:#ffffff;
  border-bottom:1px solid #ffffff;
}
section#demo #demounit span.topbar { height:16px; }
section#demo #demounit span.nowplaying i { margin-right:10px; }
section#demo #demounit span.nowplaying b {
  font-size:14px;
  font-weight:normal;
  line-height:22px;
  margin-top:2px;
}
section#demo #demounit span.nowplaying {
  height:29px;
  margin-bottom:3px;
}
section#demo #demounit i.speaker {
  background:url("mypnstyleimages/icon_speaker.jpg") no-repeat;
  height:22px;
  width:25px;
  margin:3px 0;
}
section#demo #demounit ul li a {
  color:#ffffff;
  text-decoration:none;
  padding-left:27px;
  display:block;
  border:1px solid #000000;
  height:16px;
  background:url("mypnstyleimages/demo_rownotactive.jpg") no-repeat center right;
}
section#demo #demounit ul li { list-style:none; }
section#demo #demounit ul li.current a {
  border:1px solid #ffffff;
  background:url("mypnstyleimages/demo_rowactive.jpg") no-repeat center right;
}
section#demo #demounit ul {
  width:100%;
  margin:0;
  color:#ffffff;
}
section#demo #demounit ul.partynet li a, section#demo #demounit ul.radio li a, section#demo #demounit ul.web li a, section#demo #demounit ul.settings li a, section#demo #demounit ul.system li a {
  padding-left:27px;
  background:none;
}
section#demo #demounit ul.partynet li.current a, section#demo #demounit ul.radio li.current a, section#demo #demounit ul.web li.current a, section#demo #demounit ul.settings li.current a, section#demo #demounit ul.system li.current a { background:none; }
section#demo #demounit ul.partynet li { background:url("mypnstyleimages/icon_partynet.jpg") no-repeat 5px center; }
section#demo #demounit ul.radio li { background:url("mypnstyleimages/icon_radio.jpg") no-repeat 5px center; }
section#demo #demounit ul.web li { background:url("mypnstyleimages/icon_web.jpg") no-repeat 5px center; }
section#demo #demounit ul.settings li { background:url("mypnstyleimages/icon_settings.jpg") no-repeat 5px center; }
section#demo #demounit ul.system li { background:url("mypnstyleimages/icon_system.jpg") no-repeat 5px center; }
section#demo #demounit ul.main li.partynet { background:url("mypnstyleimages/icon_partynet.jpg") no-repeat 5px center; }
section#demo #demounit ul.main li.radio { background:url("mypnstyleimages/icon_radio.jpg") no-repeat 5px center; }
section#demo #demounit ul.main li.web { background:url("mypnstyleimages/icon_web.jpg") no-repeat 5px center; }
section#demo #demounit ul.main li.system { background:url("mypnstyleimages/icon_system.jpg") no-repeat 5px center; }
section#demo #demounit ul.main li.settings { background:url("mypnstyleimages/icon_settings.jpg") no-repeat 5px center; }
section#demo #demounit nav a {
  width:18px;
  height:18px;
  display:block;
  position:absolute;
  z-index:10;
}
section#demo #demounit nav a.prev {
  top:55px;
  left:0;
}
section#demo #demounit nav a.next {
  top:55px;
  right:0;
}
section#demo #demounit nav a.up {
  top:0;
  left:55px;
}
section#demo #demounit nav a.down {
  bottom:0;
  left:55px;
}
section#demo #demounit nav a.mid {
  top:55px;
  left:54px;
}
section#demo #demounit nav a.play {
  top:0;
  right:0;
}
section#demo #demounit nav a.back {
  top:0;
  left:0;
}
section#demo #demounit nav {
  display:inline;
  height:125px;
  margin-left:181px;
  position:relative;
  margin-top:25px;
  width:125px;
  float:left;
}
section#demo #demounit {
  width:480px;
  float:right;
  height:450px;
  position:relative;
  background:url("mypnstyleimages/demo_naprava.png") no-repeat;
}
section#demo {
  background:url("mypnstyleimages/banner_bg.jpg") repeat-x bottom;
  margin-bottom:1px;
}
#content h1, #content h2, #content h3, #content h4 {
  color:#3fa9f5;
  margin-bottom:10px;
  font-weight:normal;
}
#content h1 {
  font-size:22px;
  margin-top:10px;
}
#content h2 { font-size:18px; }
#content h3 { font-size:16px; }
#content h4 { font-size:14px; }
#content p { margin-bottom:10px; }
#content a { color:#3fa9f5; }
#content table caption { background:#fafafa; }
#content table tr { border-bottom:1px solid #c7c7c7; }
#content table th { padding:3px; }
#content table td { padding:3px; }
#content .paging a {
  text-decoration:none;
  padding:0 5px;
}
#content .paging a.current {
  color:#4d4d4d;
  font-weight:bold;
}
#content .paging { text-align:center; }
#content form .row {
 /* width:100%;
  margin-bottom:15px;
  position:relative;
  float:left;*/
}
#content form .half label {
  /*width:140px;
  float:left;
  margin-right:5px;*/
}
#content form label {
 /* display:block;
  color:#999999;*/
}
#content form input.text {
 /* width:300px;
  padding:2px;
  height:22px;
  border:1px solid #c7c7c7;
  font-size:13px;*/
}
#content form input.post {
  /*width:60px;
  margin-right:31px;*/
}
#content form input.submit {
 /* padding:3px 5px;
  float:right;
  color:#ffffff;
  display:inline-block;
  background:#3fa9f5;
  font-size:13px;
  margin-right:2px;
  border:1px solid #3998dc;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  position:relative;
  behavior:url("/static/js/libs/pie/PIE.htc");
  -webkit-box-shadow:0px 0px 2px 0px #aeaeae;
  -moz-box-shadow:0px 0px 2px 0px #aeaeae;
  box-shadow:0px 0px 2px 0px #aeaeae;*/
}
#content form .error label { color:red; }
#content form {
  /*width:308px;
  float:left;
  margin-top:20px;*/
}
#content {
  float:left;
  width:970px;
  padding-bottom:20px;
  text-align: left;
}
ul.newslist li a.title {
  display:block;
  text-decoration:none;
  font-size:14px;
}
ul.newslist li p { display:block; }
ul.newslist li {
  list-style:none;
  margin-bottom:10px;
}
ul.newslist {
  width:100%;
  padding:0;
  margin:0;
}
#app_demo #gallery a.nav {
  display:block;
  height:42px;
  width:21px;
  position:absolute;
  z-index:30;
  top:50%;
  margin-top:-100px;
  background:url("mypnstyleimages/galler_arrows.png");
  background-position:top left;
}
#app_demo #gallery a.nav-prev {
  background-position:top left;
  left:110px;
}
#app_demo #gallery a.nav-next {
  background-position:top right;
  right:110px;
}
#app_demo #gallery .items a {
  width:700px;
  height:500px;
  display:inline-block;
}
#app_demo #gallery .items {
  width:700px;
  margin-left:140px;
  float:left;
  text-align:center;
  margin-bottom:10px;
  overflow:hidden;
}
#app_demo #gallery .pager ul li a {
  border:1px solid #cccccc;
  padding:3px;
  width:115px;
  display:block;
  float:left;
}
#app_demo #gallery .pager ul li {
  float:left;
  margin:0 8px;
  list-style:none;
  background:url("mypnstyleimages/gallery_item_bg.jpg") no-repeat bottom center;
  padding-bottom:10px;
  margin-bottom:10px;
}
#app_demo #gallery .pager ul {
  margin:0;
  width:100%;
  float:left;
}
#app_demo #gallery .pager {
  width:100%;
  float:left;
}
#app_demo #gallery {
  width:100%;
  float:left;
  position:relative;
}
#app_contact #content { width:970px; }
#app_contact .mapcont {
  width:500px;
  padding:5px;
  background:#ffffff;
  border:1px solid #c7c7c7;
}
.two-column #content {
  width:970px;


  display:inline;
}
.two-column aside#right {
  float:right;
  width:240px;
}

input[type='submit'],input[type='reset']
{
   /*background-color:#fff; width:100px; text-align: center; font: bold 12px Arial, Helvetica, sans-serif; color: #4f6b72;*/
   width: 300px;
 padding: 5px;
 border: 1px solid #CCCCCC;
 border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
 color: black;
 font-size: 12px;
 font-weight: bold;
 background-color: #FAFAFA;
 box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -khtml-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 box-shadow: 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
 -moz-box-shadow: 0 0 3px rgba(0,0,0,.4);
 -khtml-box-shadow: 0 0 3px rgba(0,0,0,.4);
}
input[type='text'].login,select,input[type='password'].login {font: 18px Helvetica, sans-serif; text-align: center;}
table.input_form
{
   text-align: left;
}
table.input_form tr { }
table.input_form td.label { font-size:16px; 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;color: white; font-weight: bold; }
table.input_form td.data { }
#logindiv
{

   text-align:center;
   width:500px; height:200px;
   padding-left: 160px;

}

.has-js .label_check,
.has-js .label_radio    { padding-left: 34px; }
.has-js .label_radio    { background: url(../images/radio-off.png) no-repeat; }
.has-js .label_check    { background: url(../images/check-off.png) no-repeat; }
.has-js label.c_on      { background: url(../images/check-on.png) no-repeat; }
.has-js label.r_on      { background: url(../images/radio-on.png) no-repeat; }
.has-js .label_check input,
.has-js .label_radio input  { position: absolute; left: -9999px; }
fieldset    { border: 0; padding-bottom: 9px; }
label       { display: block; cursor: pointer; line-height: 13px; padding-bottom: 9px; text-shadow: 0 -1px 0 rgba(0,0,0,.2); }
.radios     { padding-top: 18px; }
.label_check input,
.label_radio input  { margin-right: 5px; }
div.checkboxescool  { width: 300px; padding: 9px 20px 0; margin-bottom: 18px; background: #4f84b8 url(../images/box-grad.png) repeat-x 0 0; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -khtml-border-radius: 10px; box-shadow: 0 5px 12px rgba(0,0,0,.4); -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4); -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4); -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4); }
#log_res
{
   border:1px solid #cccccc;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  display:none;
}

#log_res_login
{
   border:1px solid #cccccc;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  width:80%;
}

#log_resx, #timetable_add
{
   width:300px;
   text-align: center;
   font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   color: #4f6b72;
   letter-spacing: 1px;
   text-transform: uppercase;

}

#list{font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size:12px;text-align:left;border-collapse:collapse;margin:20px;text-align: center; }
#list thead th.rounded-company{background:#BDBDBD url("../images/left.png") left -1px no-repeat; color:black; font-weight: bold; font-size: 11px;}
#list thead th.rounded-q4{background:#BDBDBD url("../images/right.png") right -1px no-repeat; color:black; font-weight: bold; font-size: 11px;}
#list thead th.rounded-q1 {color:black; font-weight: bold; font-size: 11px;}
#list th{font-weight:normal;font-size:13px;color:#039;background:#BDBDBD;padding:15px;}
#list td{background:#E6E6E6;border-top:1px solid #fff;color:#669;padding:50px;border-right: 1px white solid;}
#list tfoot td.rounded-foot-left{background:#E6E6E6 url("../images/botleft.png") left bottom no-repeat;}
#list tfoot td.rounded-foot-right{background:#E6E6E6 url("../images/botright.png") right bottom no-repeat;}
#list tfoot td.rounded-foot-one{background:#E6E6E6 url("../images/botright.png") right bottom no-repeat;background:#E6E6E6 url("../images/botleft.png") left bottom no-repeat;}
#list tbody tr:hover td{background:#E6E6E6;}

#osnovni {font-family:"Lucida Grande", Sans-Serif; font-size:13px; font-weight: bold; text-align:center;-webkit-border-radius:15px; -moz-border-radius:15px; width:90%; }

div.plistradio {font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color: #4f6b72;letter-spacing: 1px;text-transform: uppercase;text-align: left;background: #CAE8EA url(../images/bg_header.jpg) no-repeat; font-size:14px; height:25px; vertical-align:bottom; text-align: center;}
ul{list-style-type:none;}
div.plistradiodel {font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color: #4f6b72;letter-spacing: 1px;text-transform: uppercase;text-align: left;background: #CAE8EA url(../images/bg_header.jpg) no-repeat; font-size:14px; height:25px; vertical-align:bottom;}
#submit {height:35px; width:300px;}
ul{list-style-type:none;}
#content LI	{cursor: move;}
#my {height:260px;background: url('../images/hearth.png') no-repeat transparent center;}
#which_i_dont_have {height:260px;}
#ones_to_delete {height:210px;background: url('../images/trashcan.png') no-repeat transparent center; }
#ones_to_delete li {display:none;}
#mym {height:110px;background: url('../images/hearth.png') no-repeat transparent center;}
#which_i_dont_havem {height:210px;}

#mytable {font-size:10px; font-size: sans-serif; font-weight: bold; width:100%; }
#mytable td {color:black;}
#mytable tr {height:10px;}
#mytable th {border-bottom: 1px white solid;}
#mytable caption {font-size:10px; font-style: italic;}
input.search_input {text-align: center; width:32%; font-size: 14px; font-weight: bold;}
div.checkboxescool_res  { margin-bottom: 8px; background: #4f84b8 url(../images/box-grad.png) repeat-x 0 0; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -khtml-border-radius: 10px; box-shadow: 0 5px 12px rgba(0,0,0,.4); -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4); -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4); -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4); width:99%; overflow:auto; height: 330px; display:block; }
#playlist {font-size:9px; font-size: sans-serif; font-weight: bold; text-align: left;}
div.checkboxescool_list  { padding-bottom: 10px; padding-right: 10px; margin-bottom: 8px; background: #4f84b8 url(../images/box-grad.png) repeat-x 0 0; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -khtml-border-radius: 10px; box-shadow: 0 5px 12px rgba(0,0,0,.4); -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4); -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4); -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4); width:99%; }
#savebutton {display: none;height:30px; width:99%; font-size:10px;}
#title_sort {font-family:"Lucida Grande", Sans-Serif; font-size:13px; font-weight: bold;}
div.plistradiogms {margin-bottom: 6px; font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color: #4f6b72;text-transform: uppercase;background: #CAE8EA url(../images/bg_header.jpg) no-repeat; font-size:12px; height:18px; vertical-align:bottom; text-align: center;}

div.plistradioclicked {
 width: 94%;
 margin-top: 2px;
 height:16px;
 padding: 4px;
 border: 1px solid #CCCCCC;
 border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
 color: #000000;
 font-size: 12px;
 background-color: #FAFAFA;
 box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -khtml-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
}

div.plistradioclickedothers {
 width: 94%;
 margin-top: 2px;
 height:15px;
 padding: 2px;
 padding-top: 2px;
 border: 1px solid #CCCCCC;
 border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
 color: white;
 font-size: 15px;
 background-color: #FAFAFA;
 box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -khtml-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
}

div.plistradioclicked2 {margin-bottom: 6px;font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;color: #4f6b72;text-transform: uppercase; font-size:15px; height:25px; vertical-align:bottom; text-align: center;  background-color: white;}
div.conf_link_menu
{
-moz-border-radius: 10px;
border-radius: 10px;
color: #4f6b72;
font-weight: 700;
/*background: #4F84B8;*/
border: 1px solid #CCCCCC;
background-color: #F2F2F2;
box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.4);
 -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.4);
 -khtml-box-shadow: inset 0 0 1px rgba(0,0,0,.4);
padding: 5px;
margin-bottom: 5px;
width:98%;
font-family: sans-serif;
}

.conf_link_menu_s
{
text-decoration: none;
}
#slidingDiv, #slidingDiv_2, #slidingDiv_3, #slidingDiv_4, #slidingDiv_6
{

 display:none;
 width: 97%;
 padding: 5px;
 border: 1px solid #CCCCCC;
 border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
 color: #000000;
 font-size: 12px;
 background-color: #f2f2f2;
 box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -khtml-box-shadow: inset 0 0 3px rgba(0,0,0,.4);

}

div.whiteContainer
{
 display:none;
 width: 97%;
 padding: 5px;
 border: 1px solid #CCCCCC;
 border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
 color: #000000;
 font-size: 12px;
 background-color: #F2F2F2;
 box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -khtml-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
}

#slidingDiv_custom
{
 width: 97%;
 padding: 5px;
 border: 1px solid #CCCCCC;
 border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
 color: #000000;
 font-size: 12px;
 background-color: #FAFAFA;
 box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -khtml-box-shadow: inset 0 0 3px rgba(0,0,0,.4);

}
div.slidingDiv_custom
{
 width: 97%;
 padding: 5px;
 border: 1px solid #CCCCCC;
 border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
 color: #000000;
 font-size: 12px;
 background-color: white;
 box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -khtml-box-shadow: inset 0 0 3px rgba(0,0,0,.4);

}

#slidingDiv_5
{
display: none;
}
#slidingDiv_login
{

 width: 60%;
 padding: 5px;
 border: 1px solid #CCCCCC;
 border-radius: 10px 10px 10px 10px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -khtml-border-radius: 10px;
 color: #4f6b72;
 font-size: 12px;
 background-color: #FAFAFA;
 box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -khtml-box-shadow: inset 0 0 3px rgba(0,0,0,.4);

}

div.conf_link_custom
{
-moz-border-radius: 10px;
border-radius: 10px;
color: #4f6b72;
font-weight: 700;
/*background: #4F84B8;*/
border: 1px solid #CCCCCC;
background-color: #F2F2F2;
box-shadow: inset 0 0 3px rgba(0,0,0,.4);
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.4);
 -moz-box-shadow: inset 0 0 1px rgba(0,0,0,.4);
 -khtml-box-shadow: inset 0 0 1px rgba(0,0,0,.4);
padding: 5px;
margin-bottom: 5px;
font-family: sans-serif;
}

div.arrowd
{

   float:right;
   background: url('../images/arrowdown.png') no-repeat transparent center;
   width:17px;
   height:17px;
}
div.arrowu
{

   float:right;
   background: url('../images/arrowup.png') no-repeat transparent center;
   width:17px;
   height:17px;
}

input[type=range] {
   border: 1px solid #4f6b72;
margin: 0px 0px 5px 5px;
background:-webkit-gradient(linear,center top, center bottom, from(#FAFAFA),to(#FAFAFA),color-stop(50%,#FAFAFA));
float:left;
pointer:cursor;
-webkit-appearance:none;
-webkit-border-radius:5px;
-moz-border-radius:5px;
height:3px;
}
input[type=range]::-webkit-slider-thumb
{
   -webkit-appearance:none;
   border:1px solid #F2F2F2;
   background-color:grey;
   width:20px;
   height:15px;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
}

span.main_box_title
{
   font-size:12px; font-weight: bold; font-style: oblique;
}
span.empty_box_title
{
   color:white;
}

select.mod_search {text-align: center; width:32%; height:25px; font-size: 14px; font-weight: bold;}
select.mod_search option {text-align: center; font-size: 14px; font-weight: bold;}

div.info_wall
{
   font-size: 11px;
   font-weight: 500;
   color: #29abe2;
   margin-top: 1px;
}