/**
 * TVNET
 *
 * @package			TVNET
 * @author			TVNET Dev Team
 * @copyright		Copyright (c) 2009, TVNET
 * @since				Version 3.0
 * @date
 */

/**
 * CSS reset & core definition
 *
 * @package			Frontend
 * @subpackage	Assets
 * @category		CSS
 * @author			Aigars Sukurs <aigars@grafton.lv>
 * @version			1.0
 * @date
 */

@media all
{

	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,
	tt,
	var,
	b,
	u,
	i,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	thead,
	tbody,
	tfoot,
	tr,
	th,
	td {
		border: 0 solid;
		font-size: 100.01%;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
		background-color: transparent;
	}

	html {
		height: 100%;
		font-size: 16px;
	}

	body {
		background-color: #fafafa;
		color: #343434;
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
		font-size: .75em;
		line-height: 1.33em;
		/*padding-bottom: 35px;*/
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.list p{
		font-family: Helvetica, Arial, sans-serif;
		margin-bottom: .75em;
		line-height: 1.25em;
		color: #222;
	}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color: inherit;
	}

	h1 {
		font-size: 1.5em;
	}

	h2 {
		/*font-size: 1.25em;*/
		font-size: 1.167em;
	}

	h3 {
		font-size: 1.083em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: .917em;
	}

	h6 {
		font-size: .833em;
	}

	a {
		color: #333;
		text-decoration: none;
	}

	a:focus,
	a:hover {
		border-color: #667D7D;
		color: #C00;
	}

	a:focus {
		outline: none;
	}

	ul,
	ol {
		margin: 0 0 1em 1em;
	}

	li {
		margin-left: 1.5em;
		list-style-type: none;
	}

	li.last-child h5,
	li.last-child div {
		padding-bottom: 0 !important;
	}

	p {
		margin: 0 0 .75em 0;
	}

	big {
		font-size: 1.0833em;
	}

	small {
		font-size: .8333em;
	}

	sub,
	sup {
		font-size: .917em;
	}

	hr {
		background-color: #C00;
		border: 0 solid;
		border-bottom: .0833em solid #C00;
		color: #999;
		height: 0;
		margin: 0 0 .75em 0;
		line-height: 1em;
		padding: 0;
		width: auto;
	}

	form {
		min-height: 0;
		position: relative;
	}

	form div,
	form p {
		min-height: 0;
		position: relative;
	}

	label {
		font-family: Helvetica, Arial, sans-serif;
		margin-bottom: .25em;
	}

	form {
		font-size: .917em;
	}

	fieldset p {
		margin: 0;
	}

	fieldset legend {
/*		font-family: "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;*/
		padding: 0 1em;
		text-transform: capitalize;
	}

	input[type="text"], input[type="password"] {
		border: .083em solid #999;
		padding: .25em;
		margin-bottom: .25em;
	}

	textarea {
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
		display: block;
		font-size: 1.083em;
		width: 56.167em;
		padding: .25em;
		border: .083em solid #999;
		margin-bottom: .25em;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
		margin-bottom: 1em;
		width: auto;
	}

	td,
	th {
		padding: .25em .417em;
	}


	.addClear:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}

	.addClear {
		display: block;
	}

	.none {
		/*height: 0;
		left: -1000em;
		overflow: hidden;
		position: absolute;
		top: -1000em;
		width: 0;*/
		display:none;
	}

	.banner {
		overflow: hidden;
		margin-bottom: 1em;
	}

	.banner .b280 {
		margin-bottom: 5px;
	}

	#flag-banner {
		margin-bottom: 10px;
		text-align: center;
	}

	.center_half_side {
		margin-bottom: 0.5em;
	}

	.hideText {
		text-indent: -100em;
		overflow: hidden;
	}

	.hideFieldset {
		padding: 0;
		border: none;
	}

	.hideFieldset legend {
		display: none;
	}

	#ieClear {
		display: none;
	}

	div:after,
	form:after,
	ol:after,
	p:after,
	ul:after {
		content: ".";
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
	}

	#bg_pads{
		background-color: #fff;
		width: 83em;
		min-height: 0;
		margin: 0 auto;
	}

	#margins,
	#header,
	#navigation,
	#contentWrapper,
	#footer {
		clear: both;
	}

	#margins {
		margin-bottom: 0;
		min-width: 83em;
		min-height: 0;
		margin: 0 auto;
		width: 100%;
		background: url("/assets/images/bg_fx.gif") center 0 repeat-y;
	}

	#header,
	#navigation,
	#contentWrapper,
	#footer {
		width: 83em;
		min-height: 0;
		margin: 0 auto;
	}

	#contentWrapper {
		padding-bottom: 2em;
	}

	#column01 {
		width: 100%;
		float: left;
		min-height: 0;
	}

	#column02 {
		display: none;
	}

	#column03 {
		width: 280px;
		float: left;
		margin-left: -24.3333em;
		min-height: 0;
	}

	#column03 .banner iframe, #column03, #column03 .banner object {
		margin-bottom: 5px;
	}

	#c01Content {
		position: relative;
		padding: 1em 303px 0 1em;
		/*padding: 1em 25.3333em 0 1em;*/
	}

	.inCategory {
		margin-top: 1em !important;
	}

	#c02Content {
		position: relative;
	}

	#c03Content {
		position: relative;
		padding: 1em 0 0;
	}

	#c03Content > div.last-child {
		margin-bottom: 0;
	}

	#header {
		position: relative;
		padding: 122px 0 0;
	}

	#siteTitle {
		background-image: URL("/assets/images/logo.png");
		background-repeat: no-repeat;
		background-position: center center;
		color: #111;
		font-size: 2em;
		height: 1.50em;
		margin: 0;
		padding: 1em .18em;
		width: 9.17em;
	}

	#header .financenetLogo{
		background-image: URL("/assets/images/financenet-logo.png");
	}

	#siteTitle a {
		display: block;
		height: 1.50em;
		overflow: hidden;
		text-indent: -100em;
		width: 9.17em;
	}

	#date,
	#weather,
	#search {
		position: absolute;
		bottom: 0;
		left: 20.91em;
		font-size: 0.917em;
		padding: 2em .27em .24em 1em;
		width: 23.21em;
		height: 4.80em;
		overflow: hidden;
	}

	#header #weather {
		left: 45.28em;
		width: 22.94em;
		padding: 4em .27em .24em 0;
		background-repeat: no-repeat;
		background-position: right top;
	}

	.ico_w0{ background-image: URL("/images/icon/public/weather/icons_0.png"); }
	.ico_w1{ background-image: URL("/images/icon/public/weather/icons_1.png"); }
	.ico_w2{ background-image: URL("/images/icon/public/weather/icons_2.png"); }
	.ico_w3{ background-image: URL("/images/icon/public/weather/icons_3.png"); }
	.ico_w4{ background-image: URL("/images/icon/public/weather/icons_4.png"); }
	.ico_w5{ background-image: URL("/images/icon/public/weather/icons_5.png"); }
	.ico_w6{ background-image: URL("/images/icon/public/weather/icons_6.png"); }
	.ico_w7{ background-image: URL("/images/icon/public/weather/icons_7.png"); }
	.ico_w8{ background-image: URL("/images/icon/public/weather/icons_8.png"); }
	.ico_w9{ background-image: URL("/images/icon/public/weather/icons_9.png"); }
	.ico_w10{ background-image: URL("/images/icon/public/weather/icons_10.png"); }
	.ico_w11{ background-image: URL("/images/icon/public/weather/icons_11.png"); }
	.ico_w12{ background-image: URL("/images/icon/public/weather/icons_12.png"); }
	.ico_w13{ background-image: URL("/images/icon/public/weather/icons_13.png"); }
	.ico_w14{ background-image: URL("/images/icon/public/weather/icons_14.png"); }
	.ico_w15{ background-image: URL("/images/icon/public/weather/icons_15.png"); }
	.ico_w16{ background-image: URL("/images/icon/public/weather/icons_16.png"); }
	.ico_w17{ background-image: URL("/images/icon/public/weather/icons_17.png"); }
	.ico_w18{ background-image: URL("/images/icon/public/weather/icons_18.png"); }
	.ico_w19{ background-image: URL("/images/icon/public/weather/icons_19.png"); }
	.ico_w20{ background-image: URL("/images/icon/public/weather/icons_20.png"); }
	.ico_w21{ background-image: URL("/images/icon/public/weather/icons_21.png"); }
	.ico_w22{ background-image: URL("/images/icon/public/weather/icons_22.png"); }
	.ico_w23{ background-image: URL("/images/icon/public/weather/icons_23.png"); }
	.ico_w24{ background-image: URL("/images/icon/public/weather/icons_24.png"); }
	.ico_w25{ background-image: URL("/images/icon/public/weather/icons_25.png"); }
	.ico_w26{ background-image: URL("/images/icon/public/weather/icons_26.png"); }
	.ico_w27{ background-image: URL("/images/icon/public/weather/icons_27.png"); }
	.ico_w28{ background-image: URL("/images/icon/public/weather/icons_28.png"); }
	.ico_w29{ background-image: URL("/images/icon/public/weather/icons_29.png"); }
	.ico_w30{ background-image: URL("/images/icon/public/weather/icons_30.png"); }
	.ico_w31{ background-image: URL("/images/icon/public/weather/icons_31.png"); }
	.ico_w32{ background-image: URL("/images/icon/public/weather/icons_32.png"); }
	.ico_w33{ background-image: URL("/images/icon/public/weather/icons_33.png"); }
	.ico_w34{ background-image: URL("/images/icon/public/weather/icons_34.png"); }
	.ico_w35{ background-image: URL("/images/icon/public/weather/icons_35.png"); }
	.ico_w36{ background-image: URL("/images/icon/public/weather/icons_36.png"); }
	.ico_w37{ background-image: URL("/images/icon/public/weather/icons_37.png"); }
	.ico_w38{ background-image: URL("/images/icon/public/weather/icons_38.png"); }
	.ico_w39{ background-image: URL("/images/icon/public/weather/icons_39.png"); }
	.ico_w40{ background-image: URL("/images/icon/public/weather/icons_40.png"); }
	.ico_w41{ background-image: URL("/images/icon/public/weather/icons_41.png"); }
	.ico_w42{ background-image: URL("/images/icon/public/weather/icons_42.png"); }
	.ico_w43{ background-image: URL("/images/icon/public/weather/icons_43.png"); }
	.ico_w44{ background-image: URL("/images/icon/public/weather/icons_44.png"); }
	.ico_w45{ background-image: URL("/images/icon/public/weather/icons_45.png"); }
	.ico_w46{ background-image: URL("/images/icon/public/weather/icons_46.png"); }
	.ico_w47{ background-image: URL("/images/icon/public/weather/icons_47.png"); }
	.ico_w3200{ background-image: none; }

	.w0{ background-image: URL("/images/icon/public/weather/0.png"); }
	.w1{ background-image: URL("/images/icon/public/weather/1.png"); }
	.w2{ background-image: URL("/images/icon/public/weather/2.png"); }
	.w3{ background-image: URL("/images/icon/public/weather/3.png"); }
	.w4{ background-image: URL("/images/icon/public/weather/4.png"); }
	.w5{ background-image: URL("/images/icon/public/weather/5.png"); }
	.w6{ background-image: URL("/images/icon/public/weather/6.png"); }
	.w7{ background-image: URL("/images/icon/public/weather/7.png"); }
	.w8{ background-image: URL("/images/icon/public/weather/8.png"); }
	.w9{ background-image: URL("/images/icon/public/weather/9.png"); }
	.w10{ background-image: URL("/images/icon/public/weather/10.png"); }
	.w11{ background-image: URL("/images/icon/public/weather/11.png"); }
	.w12{ background-image: URL("/images/icon/public/weather/12.png"); }
	.w13{ background-image: URL("/images/icon/public/weather/13.png"); }
	.w14{ background-image: URL("/images/icon/public/weather/14.png"); }
	.w15{ background-image: URL("/images/icon/public/weather/15.png"); }
	.w16{ background-image: URL("/images/icon/public/weather/16.png"); }
	.w17{ background-image: URL("/images/icon/public/weather/17.png"); }
	.w18{ background-image: URL("/images/icon/public/weather/18.png"); }
	.w19{ background-image: URL("/images/icon/public/weather/19.png"); }
	.w20{ background-image: URL("/images/icon/public/weather/20.png"); }
	.w21{ background-image: URL("/images/icon/public/weather/21.png"); }
	.w22{ background-image: URL("/images/icon/public/weather/22.png"); }
	.w23{ background-image: URL("/images/icon/public/weather/23.png"); }
	.w24{ background-image: URL("/images/icon/public/weather/24.png"); }
	.w25{ background-image: URL("/images/icon/public/weather/25.png"); }
	.w26{ background-image: URL("/images/icon/public/weather/26.png"); }
	.w27{ background-image: URL("/images/icon/public/weather/27.png"); }
	.w28{ background-image: URL("/images/icon/public/weather/28.png"); }
	.w29{ background-image: URL("/images/icon/public/weather/29.png"); }
	.w30{ background-image: URL("/images/icon/public/weather/30.png"); }
	.w31{ background-image: URL("/images/icon/public/weather/31.png"); }
	.w32{ background-image: URL("/images/icon/public/weather/32.png"); }
	.w33{ background-image: URL("/images/icon/public/weather/33.png"); }
	.w34{ background-image: URL("/images/icon/public/weather/34.png"); }
	.w35{ background-image: URL("/images/icon/public/weather/35.png"); }
	.w36{ background-image: URL("/images/icon/public/weather/36.png"); }
	.w37{ background-image: URL("/images/icon/public/weather/37.png"); }
	.w38{ background-image: URL("/images/icon/public/weather/38.png"); }
	.w39{ background-image: URL("/images/icon/public/weather/39.png"); }
	.w40{ background-image: URL("/images/icon/public/weather/40.png"); }
	.w41{ background-image: URL("/images/icon/public/weather/41.png"); }
	.w42{ background-image: URL("/images/icon/public/weather/42.png"); }
	.w43{ background-image: URL("/images/icon/public/weather/43.png"); }
	.w44{ background-image: URL("/images/icon/public/weather/44.png"); }
	.w45{ background-image: URL("/images/icon/public/weather/45.png"); }
	.w46{ background-image: URL("/images/icon/public/weather/46.png"); }
	.w47{ background-image: URL("/images/icon/public/weather/47.png"); }
	.w3200{ background-image: none; }

	#search {
		left: 67.92em;
		width: 21.34em;
		padding: 2em .30em .24em 1em;
	}

	#search input.inactive{
		color:#666;
	}

	#search div {
		position: relative;
		margin-bottom: .36em;
		width: 235px;
		height: 30px;
		background-image: URL("/assets/images/search.png");
		background-repeat: no-repeat;
		background-position: right top;
	}

	#inSearch {
		background-color: transparent;
		border: none;
		font-size: 1.5em;
		width: 192px;
		padding: .25em .25em;
	}

	#inSubmit {
		position: absolute;
		top: 0;
		right: 0;
		opacity: .0;
		-moz-opacity: .0;
		width: 30px;
		height: 30px;
		overflow: hidden;
		padding: 0;
		cursor: pointer;
		background-color: transparent;
		border: 0;
	}

	#headerLinks {
		position: absolute;
		left: 0;
		top: 96px;
		font-size: 0.833em;
		width: 100%;
		border-bottom: .0833em dotted #999;
	}

	#headerLinks ul {
		margin: 0;
		padding: 0;
	}

	#headerLinks li {
		margin: 0;
		padding: 0;
		display: inline;
		float: left;
		list-style: none;
	}

	#headerLinks a {
		padding: 0 .5em;
		margin: .5em 0;
		display: block;
		border-right: .0833em dotted #999;
	}

	.language a {
		color: #C00;
	}

	.language.selected a {
		color: #999 !important;
	}

	#rss,
	#homepage {
		overflow: hidden;
		width: 12px;
		text-indent: -100em;
		padding: 0 .5em 0 0 !important;
		margin: .5em 0 0 .5em !important;
		background-repeat: no-repeat;
		background-image: URL("/assets/images/icons.gif");
	}

	#rss {
		margin-left: 3em !important;
		background-position: left 1px;
	}

	#headerLinks a#homepage, #headerLinks a:hover#homepage {
		border-left: .0833em dotted #999 !important;
		margin-left:0 !important;
		padding-left:.5em !important;
		background-position: .5em -99px;
	}

	#homepage_box{
		position: relative;
	}

	#homepage_ff{
		display: none;
		position: absolute;
		line-height: 1.5em;
		top:23px;
		left:0;
		width:210px;
		height:100px;
		border: 3px solid #666666;
		background-color: #fff;
		padding:5px 8px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

	#homepage_ff img{
		display:block;
		padding-top:6px;
	}

	.noBorder {
		border: 0 solid !important;
	}

	.noTopBorder {
		border-top: 0 solid !important;
	}

	.noRightBorder {
		border-right: 0 solid !important;
	}

	.noBottomBorder {
		border-bottom: 0 solid !important;
	}

	.noLeftBorder {
		border-left: 0 solid !important;
	}

	#shortcuts {
		display: inline;
		float: right !important;
	}

	#header .banner {
		position: absolute;
		top: 0;
		left: 0;
		width: 82.5em;
		height: 90px;
		border: 3px solid #EEE;
		margin: 0;
	}

	#global ul {
		margin: 0 1.2em;
		padding: 0;
	}

	#global li {
		display: inline;
		float: left;
		font-size: 100%;
		line-height: normal;
		list-style: none;
		margin: 0;
		padding: 0;
		background-image: URL("/assets/images/defaultNavLine.png");
		background-position: left top;
		background-repeat: repeat-x;
	}

	#global a {
		color: #F7F7F7;
		display: block;
		font-size: 1.167em;
		font-weight: bold;
		padding: .740em .32em .550em 1em;
		width: auto;
		font-family: Helvetica, Arial, Geneva, sans-serif;
	}

	#global a:hover {
		color: #FFFFFF;
	}

	#global .selected a {
		color: #FFFFFF;
	}

	#global {
		background-image: URL("/assets/images/defaultNavLine.png");
		background-position: left top;
		background-repeat: repeat-x;
		border-bottom: .0833em solid #FF6A00;
		background-color: #F90;
	}

	#global a {
		background-image: URL("/assets/images/navSeparator.png");
		background-position: left center;
		background-repeat: no-repeat;
	}

	#global .financenet {
		background-position: left -110px;
	}

	#global .sports {
		background-position: left -220px;
	}

	#global .online_tv {
		background-position: left -330px;
	}

	#global .izklaide {
		background-position: left -440px;
	}

	#global .muzika {
		background-position: left -550px;
	}

	#global .viriesiem {
		background-position: left -660px;
	}

	#global .sievietem {
		background-position: left -770px;
	}

	#global .tehnologijas {
		background-position: left -880px;
	}

	#global .auto {
		background-position: left -990px;
	}

	#local {
		background-color: #EEE;
		border-bottom: .0833em solid #CCC;
	}

	#local > ul {
		float: left;
		display: inline;
	}

	#local ul {
		margin: 0;
		padding: 0;
	}

	#local li {
		float: left;
		display: inline;
		list-style: none;
		font-size: 100%;
		line-height: normal;
		margin: 0;
		padding: 0;
	}

	#local a {
		color: #FFF;
		display: block;
		font-weight: bold;
		padding: .417em .75em .5em 1.25em;
		width: auto;
		font-family: Helvetica, Arial, Geneva, sans-serif;
	}

	#breadCrumb li {
		background-repeat: no-repeat;
		background-position: right center;
		background-image: URL("/assets/images/breadCrumb.png");
		background-color: transparent;
		margin:0;
	}

	#breadCrumb li.root {
		background: URL("/assets/images/breadCrumbRoot.png") right center no-repeat;
	}

	#breadCrumb li.last-child {
		background: URL("/assets/images/breadCrumbRootSingle.png") right center no-repeat;
	}

	#breadCrumb li a {
		padding: .417em 1.25em .5em .75em;
	}

	#subNavigation {	}

	#subNavigation a {
		color: #444;
		font-weight: normal;
		background: URL("/assets/images/navSeparatorGray.png") left center no-repeat;
	}

	#subNavigation li.first-child a,
	#subNavigation li:first-child a{
		background:none;
		padding-left:0.75em;
	}

	#footer {
		border-top: .4166em solid #FF6A00;
		background-color: #595959;
		color: #B3B3B3;
	}

	#footerLinks {
		float: left;
		display: inline;
		margin: 0;
		border-top: .0833em solid #FFF;
		padding: 1.333em 1.333em 1.333em 30em;
		width: 51.67em;
		font-family: Helvetica, Arial, sans-serif;
	}

	#footerLinks h2 {
		color: #B3B3B3;
		margin: 0;
		font-size: 1.333em;
		padding: .25em .125em;
		border-bottom: .0833em dotted #CCC;
	}

	#footerLinks hr {
		display: none;
	}

	#footerLinks ul {
		margin: 0;
	}

	#footerLinks li {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: .0833em dotted #888;
	}

	#footerLinks li.last-child {
		border-bottom: none;
	}

	#footerLinks > li {
		display: inline;
		float: left;
		height: 10em;
		padding: 0 .5em;
		width: 16.125em;
		border: none;
	}

	#footerLinks a {
		color: #FFF;
		display: block;
		padding: .25em .25em;
	}

	#footerLinks a:hover {
		color: #DDD;
	}

	#footHeader {
		float: left;
		display: inline;
		width: 27.334em;
		padding: 1.33em;
		margin-left: -83em;
	}

	#footHeader h1 {
		margin: 0;
		background-image: URL("/assets/images/footHead.png");
		background-repeat: no-repeat;
		background-position: left center;
		width: 155px;
		height: 25px;
	}

	#footHeader a {
		display: block;
		width: 155px;
		height: 25px;
		overflow: hidden;
		text-indent: -100em;
	}

	#footHeader blockquote {
		margin-bottom: 2em;
	}


	.thumb45_4-3 {
		overflow: hidden;
		margin: 0 .75em .167em 0;
		display: block;
		width: 43px;
		height: 32px;
		border: .083em solid #999;
	}

	.thumb45_4-3 img {
		display: block;
		width: 45px;
		height: 34px;
	}


	.thumb60_12_9 {
		overflow: hidden;
		margin: 0 .75em .167em 0;
		display: block;
		width: 60px;
		height: 45px;
		border: .083em solid #999;
	}

	.thumb60_12_9 img {
		display: block;
		width: 60px;
		height: 45px;
	}


	.list .thumb45_4-3,
	.list .thumb60_12_9,
	.metainfo .thumb80_4-3,
	.metainfo .thumb80 {
		float: left;
		display: inline;
		z-index: 1;
		position: relative;
	}

	.metainfo a.thumb80{
		margin-right:10px;
	}

	.highlight .thumb45_4-3 {
		float: right;
		margin: 0 0 0 .75em;
		display: inline;
	}


	.thumb80_4-3 {
		overflow: hidden;
		margin: 0 .75em .167em 0;
		display: block;
		width: 78px;
		height: 58px;
		border: .0833em solid #999;
	}
	.thumb80_4-3.v2 {
		margin: .167em .75em 0 0;
	}

	.thumb80_4-3 img {
		display: block;
		width: 80px;
		height: 60px;
	}

	.thumb80 img {
		display: block;
		width: 80px;
		height: 60px;
	}

	.list .thumb80_4-3 {
		float: left;
		display: inline;
	}


	.thumb156_4-3 {
		overflow: hidden;
		margin: 0 9px .367em 0;
		display: block;
		width: 154px;
		height: 115px;
		border: 1px solid #999;
	}

	.online_tv_category_thumbs a.thumb156_4-3, .online_tv_fp_thumbs a.thumb156_4-3{
		position: relative;
	}

	.thumb156_4-3 span.icon_videoThumb{
		display:block;
		background: url("/assets/images/iconOnlineVideoThumb.png") 0 0 no-repeat;
		background-position: center center;
		width:154px;
		height:115px;
	}

	span.videoThumbDuration{
		position: absolute;
		right:1px;
		bottom:-2px;
		background-color: #333;
		color: #ccc;
		font-size:10px;
		padding:0px 2px 1px 2px;
		line-height: 10px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
	}

	.online_tv_fp_thumbs span.videoThumbDuration{
		bottom:1px;
	}

	a.parentVideo{
		color:#666666;
		font-size: 11px;
	}

	.article a.thumb156_4-3{
		margin: 0 9px .567em 0;
	}

	.article h4{
		padding-left:0.182em;
	}

	.thumb156_4-3 img {
		display: block;
		width: 156px;
		height: 117px;
	}

	.thumb156_16-9 {
		overflow: hidden;
		margin: 0 0 .167em 0;
		display: block;
		width: 154px;
		height: 57px;
		border: .083em solid #999;
	}

	.thumb156_16-9 img {
		display: block;
		width: 156px;
		height: 59px;
	}

	.grid .thumb156_4-3 {
		margin: 0 0 .5em;
	}


	.thumb330_4-3 {
		overflow: hidden;
		margin: 0 0 .5em;
		display: block;
		width: 27.5em;
		height: 248px;
	}

	.thumb330_4-3 img {
		display: block;
		width: 330px;
		height: 248px;
	}


	.thumb330_16-9 {
		overflow: hidden;
		margin: 0 0 .75em;
		display: block;
		width: 27.5em;
		height: 186px;
	}

	.thumb330_16-9 img {
		display: block;
		width: 330px;
		height: 186px;
	}

	.image506_16-9 {
		overflow: hidden;
		margin: 0 0 .30em;
		display: block;
		width: 42.167em;
		height: 285px;
	}

	.image506_16-9 img {
		display: block;
		width: 506px;
		height: 285px;
	}


	.advert680x40 {
		display: block;
		width: 56.667em;
		overflow: hidden;
		height: 40px;
	}

	.advert680x40 img {
		display: block;
		width: 680px;
		height: 40px;
	}

	.advert680x90 {
		display: block;
		width: 56.667em;
		overflow: hidden;
		height: 90px;
	}

	.advert680x90 img {
		display: block;
		width: 680px;
		height: 90px;
	}

	.form {
		margin: 0 0 1em;
	}

	.grid {
		padding-bottom: 0;
		margin: 0 0 .5em;
	}

	.form {
		padding-bottom: .5em;
		border-bottom: .083em dotted #999;
	}

	#c03Content .list/*,
	.list.highlight*/ {
		padding-bottom: .5em !important;
		/*border-bottom: .083em dotted #999;*/
	}

	.list ul,
	.list ol
	.grid ul,
	.grid ol {
		margin: 0;
		padding: 0;
	}

	.list li {
/*		border-top: .0833em dotted #999;*/
		border-top: .0833em dotted #999;
		list-style: none;
		margin: 0;
	}

	.list li:first-child {
		border-top: 0 solid;
	}

	.list p{
		margin:0;
	}

	.list.live ul li div .imgLeft {
		float: left;
		margin-right: 10px;
	}

/*	.list .list li:first-child {
		border-top: 0 solid;
	}*/

	.grid li {
		float: left;
		display: inline;
		padding: 0 9px 0 0;
		margin: 0 9px 0 0;
		border: 0 solid;
		width: 156px;
		/*height: 15.3em;*/
		overflow: hidden;
		list-style: none;
		border-right: 1px dotted #999;
	}

	.grid li.last-child {
		padding: 0;
		margin: 0;
		border: 0 solid;
	}

	.grid li > div {
		padding: 0;
	}

	.list	li > div {
		padding: .5em 0;
	}

	.list h2,
	.form h2,
	.glist h2 {
		border-top: .357em solid #F60;
		border-bottom: .0833em dotted #F60;
		color: #F60;
		padding: .5em .083em .25em;
		text-transform: uppercase;
	}

	.list h2 img {
		margin-right: .417em;
		margin-bottom: -.167em;
	}

	.list h1,
	.list h2,
	.list h3,
	.list h4,
	.list h5,
	.list h6 {
		margin: 0;
	}

	.list h2 a.sponsorship{
		margin-top:3px;
		float:right;
	}

	.list h2 a.sponsorship img{
		margin:0;
	}

	.eGrid {
		border-top: .417em solid #999;
		padding-top: .75em;
	}

	.eGrid li {
		height: auto;
	}

	.grid .widow {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	.grid .seperate {
		display: block;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;
		width: 100%;
		overflow: hidden;
		height: 0px;
		line-height: 0;
	}

	.grid :last-child {
		margin-bottom: .35em !important;
	}

	.comment,
	.video,
	.foto,
	.audio {
		background-image: URL("/assets/themes/default/images/icons.png");
		background-repeat: no-repeat;
		color: #C00;
		padding: 0 0 0 14px;
		background-position: .11em .35em;
		margin-right: .25em;
		font-weight: bold;
	}

	.video,
	.foto,
	.audio {
		padding: 0 0 0 38px;
	}

	.video {
		background-position: 1px -97px;
	}

	.audio {
		background-position: 1px -197px;
	}

	.foto {
		background-position: 1px -297px;
		padding-left: 34px;
	}

	.video small,
	.foto small,
	.audio small {
		display: inline;
		float: left;
		line-height: 0;
		overflow: hidden;
		text-indent: -100em;
	}

	.comment:hover,
	.video:hover,
	.foto:hover,
	.audio:hover {
		color: #F00;
	}

	.update,
	.tava_balss,
	.aculiecinieks,
	.exclusive,
	.coverage,
	.arrowRight,
	.arrowLeft {
		padding-left: 55px;
		line-height: 1.5em;
		background-image: URL("/assets/themes/default/images/icons.png");
		background-repeat: no-repeat;
		background-position: left -398px;
	}

	.tava_balss {
		background-position: left -1288px;
	}

	.aculiecinieks {
		padding-left:60px;
		background-position: left -1088px;
	}

	.exclusive {
		padding-left:48px;
		background-position: left -1188px;
	}

	.coverage {
		padding-left:50px;
		background-position: left -1388px;
	}

	.arrowRight{
		padding:0 12px 0 0;
		background-position: right -1488px;
	}

	.arrowLeft{
		padding:0 0 0 12px;
		background-position: left -1587px;
	}

	h1 span.update{
		background-position: left -396px;
	}

	h1 span.tava_balss{
		background-position: left -1286px;
	}

	h1 span.aculiecinieks{
		background-position: left -1086px;
	}

	h1 span.exclusive {
		background-position: left -1186px;
	}

	h1 span.coverage {
		background-position: left -1386px;
	}

	h1 a.video{
		background-position: left -94px;
	}

	h1 a.foto{
		background-position: left -294px;
	}
	
	.article_main h1 a.comment{
		font-size:0.7em;
	}
	
	.article_main h1 span.update{
		background-position: left -392px;
		line-height:1em;
	}
	
	.article_main h1 a.video{
		background-position: left -88px;
		line-height:1em;
	}
	
	.article_main h1 a.foto{
		background-position:left -288px;
		line-height:1em;
	}

	.date,
	.before {
		font-weight: normal;
		color: #666;
		padding: 0 .5em 0 0;;
	}

	.date {
		font-family: "Georgia", serif
	}

	.before {
		font-weight: bold;
	}

	.textads h5 {
		font-weight: normal;
		padding: .5em 0;
	}

	.justInquiry > p{
		border: .0833em dotted #999;
		border-top: 0 none;
		margin: 0 .25em;
		padding: .6667em;
		background-color: #F8F5F0;
		font-family: "Georgia", sans-serif;
		font-style: italic;
	}

	.justInquiry h2 {
		padding-bottom: .429em !important;
		border-bottom: .083em dotted #999 !important;
	}

	#tvnetAsks{
		font-family: Arial;
		font-size: 91.7%;
		margin: 0;
	}

	#tvnetAsks span.tvnetAsksQ{
		background: #EEEEEE url("/assets/themes/default/images/icons.png") 0 -988px no-repeat;
	}

	#tvnetAsks strong{
		width: 7.7em;
		text-align: right;
		display: block;
		float: left;
		margin-right: .3667em;
	}

	#tvnetAsks span{
		display: block;
		background-color: #EEEEEE;
		padding: .3367em .3667em;
		border-bottom: 1px solid #fff;
	}

	#tvnetAsks span.tvnetAsksA{
		background-color: #f7f7f7;
	}


	.mediaList,
	.mediaGrid {
		min-height: 0;
		position: relative;
		width: auto;
		/*margin-bottom: 1em;*/
	}

	.mediaGrid {
		overflow: hidden;
		/*padding-bottom: .833em !important;
		border-bottom: .071em dotted #999;*/
	}

	.mediaList > h2,
	.mediaGrid > h2 {
		border-top: .357em solid #F60;
		border-bottom: .071em dotted #999;
		color: #F60;
		margin: 0 0 .714em;
		padding: .5em .333em;
		text-transform: uppercase;
	}

	.thumbnail {
		padding-bottom: .5em;
		border-bottom: .083em dotted #999;
		margin-bottom: .5em;
	}

	.thumbnail .thumb156_4-3 {
		margin: 0 0 .167em;
		margin: 0 0 .083em;
		position: relative;
	}

	.thumbnail .thumb156_4-3 img.orb_bg{
		top:5px;
		left:4px;
		height:23px;
		width:23px;
		position: absolute;
	}

	.thumbnail h4 {
		margin: 0;
		height:2.4em;
		background-color: #595959;
		padding: .25em .5em .5em;
		color: #EEE;
		font-weight: normal;
	}

	.thumbnail h4 a{
		color: #EEE;
	}

	.thumbnail h4:focus,
	.thumbnail h4:hover {
		background-color: #606060;
	}

	.thumbnail h4.orb_bg{
		background-color: #339900;
	}

	.thumbnail a:focus,
	.thumbnail a:hover {
		color: #FFF;
	}

	.mediaGrid .thumbnail {
		display: inline;
		float: left;
		width: 13em;
		padding: 0 .73em 0 0;
		border: 0 solid;
		border-right: .083em dotted #999;
		margin: 0 .74em 0 0;
/*		height: 14.33em;*/
	}

	.mediaGrid .thumbnail h4 {
/*		height: 3.75em;*/
	}

	.mediaGrid .wrapper {
/*		overflow: hidden;
		height: 14.33em;*/
	}

	.mediaList .thumbnail.last-child,
	.mediaGrid .thumbnail.last-child {
		padding: 0;
		border: 0 solid;
		margin: 0;
	}

	li > .mediaGrid.last-child {
		border-bottom: 0 solid;
	}

	.mediaGrid.e {
		margin-bottom: 0;
	}

	.mediaGrid.e,
	.e .thumbnail {
/*		height: 11.5em;*/
	}

	.e .thumb156_4-3 {
		height: 96px !important;
	}

	.e .thumbnail h4 {
		background-color: #FFF;
		font-weight: bold;
		color: #444;
/*		height: 2.5em;
		overflow: hidden;*/
	}

	.e .thumbnail a:focus,
	.e .thumbnail a:hover {
		color: #C00;
	}

	.sa .thumbnail h4 {
		background-color: #888;
		font-weight: normal;
		color: #EEE;
	}

	.sa .thumbnail a:focus,
	.sa .thumbnail a:hover {
		color: #FFF;
	}

	.e h5 {
		border-top: .455em solid #999;
		text-transform: uppercase;
		padding: .5em .083em .25em;
	}

	.e.muzika h5 {
		border-top-color: #545556;
		color: #545556;
	}

	.e.sievietem h5 {
		color: #d12d8e;
	}

	.e.viriesiem h5 {
		color: #3e2100;
	}

	.switch {
/*		display: none;*/
	}



	.mediaBlock .switch {
		position: absolute;
		overflow: hidden;
		top: .666em;
		right: 0;
		height: 24px;
		margin: 0;
		padding: 0;
	}

	.switch li {
		display: inline;
		float: left;
		width: 24px;
		height: 24px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.switch a {
		display: block;
		width: 24px;
		height: 24px;
		overflow: hidden;
		text-indent: -100em;
		background-repeat: no-repeat;
		background-image: URL("/assets/images/mediaSwitcher.gif");
		background-position: -48px center;
	}

	.switch .prev {
		background-position: 0 center !important;
	}

	.switch .next {
		background-position: -24px center !important;
	}

	.switch .selected {
		background-position: -72px center !important;
	}

	.mediaBlock {
		min-height: 0;
		position: relative;
		width: auto;
	}

	.mediaBlock ul {
		margin: 0;
		padding: 0;
	}

	.mediaBlock li {
		margin: 0 0 .833em;
		padding: 0;
		list-style: none;
		border: 0 solid;
	}
/*
	.mediaBlock .thumb156_4-3 {
		margin: 0 0 .083em;
	}

	.mediaBlock h4 {
		margin: 0 0 .25em;
		padding: .25em .333em;
		background-color: #595959;
		color: #EEE;
		font-weight: normal;
	}

	.orb > h4 {
		background-color: #390;
	}

	.mediaBlock li:last-child,
	.mediaBlock li:last-child h4 {
		margin-bottom: 0;
	}

	.mediaBlock > h2 {
		border-top: .357em solid #F60;
		border-bottom: .071em dotted #999;
		color: #F60;
		margin: 0 0 .714em;
		margin: 0 0 .429em;
		padding: .5em .333em;
		text-transform: uppercase;
	}

	.mediaGrid {
		margin-bottom: 1em;
	}

	.mediaGrid li {
		display: inline;
		float: left;
		margin: 0;
	}

	.mediaGrid h4 {
		margin-bottom: 0;
		height: 3.75em;
		overflow: hidden;
	}

	.mediaBlock .wrapper,
	.mediaGrid .wrapper {
		overflow: hidden;
		position: relative;
		visibility: visible;
		z-index: 2;
	}

	.mediaBlock .thumbnail {
		width: 13em;
	}

	.mediaGrid .thumbnail {
		width: 13em;
		padding: 0 1.50em 0 0;
		display: inline;
		float: left;
		margin: 0;
		background-image: URL("/assets/images/vSeparator.png");
		background-repeat: repeat-y;
		background-position: 13.75em top;
	}

	.wrapper ul {
		width: 1000em;
	}
*/
	#poll input {
		opacity: .0;
		-moz-opacity: .0;
		position: absolute;
		left: -100em;
	}
	
	#poll #chart_cover {
		text-align: center;
	}

	#poll span {
		background-image: URL("/assets/themes/default/images/vote.gif");
		background-repeat: no-repeat;
		background-position: left center;
		background-color: #C00;
		display: inline;
		float: left;
		height: 11px;
		margin: .333em .5em 0 0;
		width: 37px;
		cursor: pointer;
	}

	#poll .vo1 {
		background-color: #39F;
	}

	#poll .vo2 {
		background-color: #C00;
	}

	#poll .vo3 {
		background-color: #FF6A00;
	}

	#poll .vo4 {
		background-color: #390;
	}

	#poll .vo5 {
		background-color: #333;
	}

	#poll .vo6 {
		background-color: #EE0F21;
	}

	#poll .vo7 {
		background-color: #00FF6A;
	}

	#poll .vo8 {
		background-color: #9C0;
	}

	#poll .vo9 {
		background-color: #EA0;
	}

	#poll .vo10 {
		background-color: #B37;
	}

	#poll h2 {
		border-bottom: .071em dotted #999;
	}

	#poll h4 {
		padding: .333em 0;
	}

	#poll p {
		border-bottom: .083em dotted #999;
		padding: .25em 00;
	}

	#poll p.last-child {
		border-bottom: 0 solid;
	}

	.fickle {
		position: relative;
	}

	.fickle .date {
		font-size: .917em;
	}

	.fickle li {
		padding: 0;
	}

	.fickle h4 {
		font-weight: normal;
	}

	.fickle li.last-child {
		border-bottom: 0;
	}

	.info {
		font-size: .917em;
	}

	.metainfo {
		position: relative;
		color: #666;
		padding: 0 13em .75em .5em;
		border-bottom: .083em dotted #999;
		margin: 0 0 .75em;
	}

	.form textarea {
		width: 22.166em;
	}

	.form .submit input {
		color: #FFF;
		background-color: #F60;
		border: none;
		font-size: .917em;
		text-transform: uppercase;
		padding: .5em;
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	}

	.form .metainfo {
		padding: 0 .5em .75em;
	}

	.metainfo p {
		line-height: 1.25em !important;
		margin-bottom: .125em;
		font-family: Georgia, serif;
	}

	.metainfo .author {
		color: #666;
		/*font-family: "Georgia", serif;*/
		font-style: italic;
	}

	.metainfo .update {
		padding-left: 60px;
	}

	.metainfo .pm {
		position: absolute;
		top: .5em;
		right: .5em;
		font-size: .917em;
	}

	.eCategory {
		text-transform: uppercase;
		border-bottom: .083em dotted #999;
		padding-bottom: .25em;
	}

	.tabs {
		position: absolute;
		top: 0;
		right: .125em;
		padding: 0;
		margin: 0;
		top: 1.10em;
		z-index: 1;
	}

	.tabs.right,
	.right {
		right: auto;
		left: .25em;
	}

	.tabs li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		display: inline;
		margin-right: .25em;
		font-family: Helvetica, Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
		border: none;
	}

	.tabs a {
		display: block;
		position: relative;
		padding: .125em .75em;
		color: #FFF;
		font-weight: bold;
		font-size: .917em;
		height:16px;
		border: .091em solid #F60;
		/*border-bottom: .091em dotted #F60;*/
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-radius: 4px 4px 0 0;
		background-color: #F60;
	}

	.sports .tabs a{
		background-color: #2C507B;
		border: .091em solid #2C507B;
	}

	.tabs .selected a {
		background-color: #FFF;
		border-bottom: .091em solid #FFF;
		color: #333;
	}

	.gallery {
		margin: 0 0 1em;
		padding: 0;
	}

	.gallery a {
		cursor: pointer;
	}

	.gallery li {
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 0 solid;
	}


	.gallery h4 {
		/*min-height: 3.5em;*/
		margin-bottom: 0;
		padding: .167em .182em 0;
	}


	.gallery h5 {
		text-transform: uppercase;
		color: #999;
		border-bottom: .083em dotted #999;
		padding: .167em;
		margin-bottom: 0;
	}

	.gallery .split {
		float: none;
		display: block;
		clear: both;
		width: 100%;
		height: .75em;
		overflow: hidden;
		border-bottom: .083em dotted #999;
		margin-bottom: .75em;
	}

	.thumbnaile {
		width: 13em;
		margin-right: 9px;
		padding-right: 9px;
		border-right: 1px dotted #999;
	}

	.gallery_first_page div.thumbnaile{
		margin-right: 8px;
		padding-right: 8px;
	}

	.thumbnaile_last {
		width: 13em;
		margin-right: 0;
		padding-right: 0;
		border-right: 0 ;
	}

	.pagination {
		margin: 0;
		padding: 1.167em 1.667em;
	}

	.previous,
	.next,
	.page {
		float: left;
		display: inline;
		line-height: 1em;
		font-weight: bold;
		color: #cc0000;
		font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
		border: .0833em solid #e6e6e6;
		margin-right: .25em;
		padding: .15em  .15em;
		text-align: center;
		min-width: 1.167em;
	}

	.page {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}


	.page:hover,
	.page:focus {
		border-color: #e6e6e6;
		color: #cc0000;
	}

	.previous,
	.next {
		overflow: hidden;
		width: 24px;
		height: 18px;
		text-indent: -100em;
		background-image: URL("/assets/themes/default/images/mediaSwitcher.gif");
		background-repeat: no-repeat;
		background-position: 0 center;
		border: none;
		padding: 0;
		text-align: left;
	}

	.next {
		background-image: URL("/assets/themes/default/images/mediaSwitcher.gif");
		background-position: -24px center;
	}

	.pagination strong.selected {
		border-color: #FFF;
		color:#000;
	}

	.heel,
	.heel:hover,
	.heel:focus {
		border-color: transparent;
		color: #999;
	}

	.selected {
		border-color: #666;
		color: #444;
	}

	.heel,
	.heel:hover,
	.heel:focus {
		border-color: transparent;
		color: #444;
	}

	#commentForm {
		position: relative;
	}

	#commentForm .submit {
/*		position: absolute;
		left: 0;
		top: 11.167em;
		padding: 0;*/
		margin-bottom: .25em;
	}

	#commentForm .submit input {
		background-color: #F60;
		border: .0833em solid #F60;
		color: #FFF;
		padding: .167em;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	#commentForm label {
		position: absolute;
		left: 0;
		top: 0;
		width: 9em;
		display: block;
	}

	#commentForm div {
		position: relative;
		padding-left: 10em;
	}

	/*#commentForm div > p {
		float: left;
		display: inline;
		width: 44.5em;
	}*/

	#user_name,
	#comment,
	#login_user_name,
	#password {
		width: 562px;
	}

	.reg {
		background-color: #eaecec;
	}

	#comment {
		line-height: 1em;
	}

	#manstvnet {
		cursor: pointer;
		color: #FF6600;
	}

/*	#manstvnet:hover {
		text-decoration: underline;
	}*/

	.last {
		/*border-bottom: .083em dotted #999;*/
		margin-bottom: 1em;
	}

	.mediaGrid .wrapper {
		height: 13em;
	}

	.mediaGrid .wrapper li {
		width: 13em;
		padding: 0 .74em 0 0;
		border-right: .0833em dotted #999;
		margin: 0 .73em 0 0;
	}

	.mediaGrid li.padsFix{
		margin: 0;
		padding: 0;
		display: block;
		float: left;
	}

	.winner {
		font-weight: bold;
	}

	.latvia {
		color: #C00;
	}

	.delete {
		color: red ! important;
	}

	.first_page {
		color: green ! important;
	}

	.online_tv_category_thumbs li:first-child{
		margin-right:8px;
		padding-right:8px;
	}

	.clearFloat{
		clear:both;
		font-size:1px;
		line-height:1px;
		height:1px;
	}

	#mediaPlayer div.alt, #mediaPlayer span.alt{
		display:none;
	}

	.flash-update p{
		padding:20px 10px;
		font-size: 1em;
	}

	#updateFlash{
		display: none;
		font-size: 0.917em;
		background-color: #FDF2AB;
		border: 1px solid #A29330;
		margin:5px 0 0 0;
		padding:4px;
	}

	#updateFlash a{
		color:#E25600;
		text-decoration:underline;
	}

	/* Optibet temp */

	.optibet .tabs a{
		background-color: #f22800;
		border: .091em solid #f22800;
	}

	.tabs .selected a {
		background-color: #FFF;
		border-bottom: .091em solid #FFF;
		color: #333;
	}

	.optibet_spons{
		margin-left:10px;
	}

}
/**
 * TVNET
 *
 * @package			TVNET
 * @author			TVNET Dev Team
 * @copyright		Copyright (c) 2009, TVNET
 * @since				Version 3.0
 * @date
 */

/**
 * Article
 *
 * @package			Frontend
 * @subpackage	Assets
 * @category		CSS
 * @author			Aigars Sukurs <aigars@grafton.lv>
 * @version			1.0
 * @date
 */

@media screen, projection
{
	/* default color of first page */
	.siteColor {
		color: #FF6600;
	}

	#c01Content > *:last-child{
		margin-bottom: 0;
	}

	#newsTicker {
		margin-bottom: 1em;
		padding: .5em .75em;
		border-bottom: .083em dotted #C00;
	}

	.newsTickerRed{
		border-top: .417em solid #C00;
	}

	.newsTickerRed strong {
		color: #C00;
	}

	.newsTickerGrey{
		border-top: .417em solid #666;
	}

	.newsTickerGrey strong {
		color: #666;
	}

	.splitColumn {
		margin: 0 0 1em;
		background-image: URL("/assets/images/vSeparator.png");
		background-repeat: repeat-y;
		background-position: center top;
		border-bottom: .083em dotted #999;
	}

	.splitColumn .left,
	.splitColumn .right {
		float: left;
		display: inline;
		min-height: 0;
		list-style: none;
		margin: 0;
		/*padding: 0 0 .75em;*/
		width: 27.5em;
	}

	.splitColumn .right {
		float: right;
	}

	.small .left,
	.small .right {
		width: 13em;
	}

	.splitColumn .small {
		border-bottom: 0 solid;
	}

	.r7525 .left {
		width: 506px;
	}

	.r7525 .right {
		width: 13em;
	}

	.r7525 {
		background-position: 515px top;
	}

	.r2575 .left {
		width: 13em;
	}

	.r2575 .right {
		width: 42.667em;
	}

	.r7525 .r2575 .right,
	.r2575 .r7525 .left {
		width: 27.6em;
	}

	.r2575 {
		background-position: 13.75em top;
	}

	.r7525 .r2575,
	.r2575 .r7525 {
		margin: 0;
		border-bottom: 0 solid;
	}

	.category h3,
	.category h4,
	.category h5,
	.category h6 {
		margin: 0 0 .0833em;
	}

	#siteHeader {
		margin: 1em 25.3333em -1.417em 1em;
		border-bottom: .417em solid #F60;
		position: relative;
	}

	#siteHeader h1 {
		margin: 0;
		font-size: 2.5em;
		text-transform: uppercase;
		color: #F60;
		font-weight: normal;
		background-repeat: no-repeat;
		background-position: left bottom;
	}

	#siteHeader span {
		display: block;
		overflow: hidden;
		width: 0;
		text-indent: -100em;
	}

	#siteHeader a.sponsorship{
		position: absolute;
		top: -4px;
		right: 0px;
	}

	#gLinks {
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: .917em;
		margin: .25em .25em;
		z-index: 1;
	}

	#gLinks li {
		float: left;
		display: inline;
		margin: 0;
		padding: 0 0 0 1.6em;
		list-style: 0;
		background-image: URL("/assets/themes/default/images/icons.png");
		background-repeat: no-repeat;
		background-position: .4em -496px;
	}

	#gLinks li.spliter {
		background: none;
		padding-right:3em;
	}

	#gLinks .rss {
		background-image: URL("/assets/themes/default/images/rss.gif");
		background-position: .4em .3em;
	}

	#gLinks a {
		color: #333;
	}

	#article {
		margin-bottom: 1em;
	}

	#article h1 {
		margin-bottom: .278em;
	}

	.article h2 {
		border: 0 none;
		color: inherit !important;
		padding: 0;
		text-transform: none;
		margin-bottom: .167em;
	}

	#article > h2:last-child,
	#article > *:last-child {
		margin-bottom: 0;
	}

/*	#articles > li:first-child {
		border-top: 0 solid;
	}*/

	#articles > li.last-child {
		border-bottom: 0 solid;
	}

	#articles > li:first-child > div {
		padding-top: 0;
	}
	
	ul#articles{
		margin:0;
	}
	
	.article h1.last-child {
		margin-bottom:12px;
	}
	
	.main_article_box .article h1.last-child {
		margin-bottom:3px;
	}

	.highlight blockquote,
	.highlight .author {
		font-family: "Georgia", sans-serif;
		/*font-style: italic;*/
		color: #667D7D;
	}

	.highlight blockquote {
		text-indent: .5em;
		padding: .5em 0;
		color: #000;
	}

	.commentee h4 {
		padding: .333em 0;
	}

	.commentee .author {
		text-align: right;
	}

	.gallery h2 {
		border-bottom: 0 solid;
	}

	.list li.index {
		padding-top: .5em;
	}

	.category {
		padding-bottom: 1em;
		border-bottom: .083em dotted #999;
	}

	.category li.last-child {
		padding-bottom: 0;
		border-bottom: 0 solid;
	}

	.index > div:first-child{
		padding-top: 0;
	}

	.customers {
		border-top: .417em solid #666;
	}

	.customers h2 {
		margin-bottom: 0;
		padding: 0 0 .5em;
		color: #666;
		margin-bottom: .5em;
		border-bottom: .071em dotted #999;
	}

	.customer > p,
	.customer > ul,
	.live p {
		font-size: .917em;
	}

	.customer ul,
	.customer li {
		margin: 0;
		padding: 0;
	}

	.customer em {
		font-style: normal;
	}

	.customer li {
		list-style: none;
		padding: .091em;
	}

	.customer .odd {
		background-color: #E9E9E9;
	}

	.customers .small {
		border-bottom: 0 solid;
		margin: .5em 0;
	}

	.financenet h2 {
		border-color: #1b49a6 !important;
		color: #1b49a6 !important;
	}

	.sports h2 {
		border-color: #2C507B !important;
		color: #2C507B !important;
	}

	.auto h2 {
		color: #B60101 !important;
		border-color: #B60101 !important;
	}

	.izklaide h2 {
		border-color: #DE4810 !important;
		color: #DE4810 !important;
	}

	.muzika h2 {
		color: #545556 !important;
		border-color: #545556 !important;
	}

	.sievietem h2 {
		color: #d12d8e !important;
		border-color: #d12d8e !important;
	}
	
	.lafleur h2 {
		color: #ef4e91 !important;
		border-color: #ef4e91 !important;
	}

	.viriesiem h2 {
		border-color: #3e2100 !important;
		color: #3e2100 !important;
	}

	.tehnologijas h2 {
		border-color: #690 !important;
		color: #690 !important;
	}
	
	#calendar,
	#results {
		margin: 0 0 1em;
		padding: .417em 0 0;
	}

	#calendar dt,
	#results dt {
		color: #777;
		background-color: #EEE;
		padding: .167em .5em;
		font-size: .917em;
		margin-bottom: .5em;
		border-bottom: .0833em dotted #999;
	}

	#calendar dt a,
	#results dt a{
		color: #777;
	}

	#calendar dd,
	#results dd {
		position: relative;
		padding: 0 0 .5em;
		margin: 0 0 .5em;
		border-bottom: .0833em dotted #999;
	}

	#calendar dd.last-child,
	#results dd.last-child {
		border-bottom: 0 solid;
		margin-bottom: 0;
	}

	dd *:last-child {
		margin-bottom: 0;
	}

	#calendar h4,
	#results h4 {
		margin-bottom: 0;
	}

	#results h4 {
		padding-left: 0;
		padding-right: 5.167em;
	}

	#calendar h4:last-child,
	#results h4:last-child {
		margin-bottom: 0;
	}

	#calendar p,
	#results p {
		padding-left: 3.455em;
		font-size: .917em;
		color: #999;
	}
	
	#results p a{
		color: #999;
	}

	#results p {
		padding-left: 0;
		padding-right: 5.636em;
	}

	#calendar .date,
	#results .result {
		font-size: .917em;
	}

    #calendar span.tv,
	#calendar span.tv_live{
		font-weight: bold;
		padding-left:17px;
		background: URL("/assets/images/iconTv.gif") no-repeat 0 3px;
	}

	#calendar span.tv_live{
		color:#FF0000;
		background-image: URL("/assets/images/iconTvLive.gif")
	}

	.late {
		position: relative;
	}

	.late h2 {
		padding-right: 12em;
	}

	.late h4 {
		font-weight: normal;
		position: relative;
		padding-left: 3.167em;
	}

	.late .date,
	.late .result {
		position: absolute;
		width: 3em;
		top: 0;
		left: 0;
		display: block;
	}

	.late .result {
		width: 5em;
		text-align: right;
		right: 0;
		left: auto;
		padding: 0 0 0 .5em;
		font-weight: normal;
		font-size: .917em;
		color: #C00;
	}

	.late .position {
		position: absolute;
		width: 1.5em;
		top: 0;
		left: 0;
	}

	.late h5 {
		color: #666;
		text-transform: uppercase;
	}

	.articleHolder div {
		padding: .5em 0 !important;
	}

	.late li {
		padding: 0;
	}

	.late li.last-child {
		border-bottom: 0;
	}

	.late .left,
	.late .right {
		border-bottom: 0 solid;
	}

	#tvProgram {
		border-top: .417em solid #FF6600;
		border-bottom: .083em dotted #999;
		width: 100%;
		cursor: pointer;
	}

	#tvProgram col {
		width: 25%;
	}

	#tvProgram th {
		padding: 0;
	}

	#tvProgram h2 {
		text-align: left;
		color: #F60;
		padding: .5em .083em .25em;
		text-transform: uppercase;
		margin: 0;
	}

	#tvProgram tbody {
		border-top: .091em dotted #999;
		font-size: .917em;
	}

	#tvProgram td {
		border-left: .091em dotted #999;
	}

	#tvProgram td:first-child {
		border-left: 0 solid;
	}

	#tvProgram .odd {
		background-color: #E9E9E9;
	}

	#tvProgram span {
		color: #667D7D;
	}

	#tvProgram span.tv_program_news_group{
		color:#FF6600;
	}

	#entertain > li:first-child {
		border-top: 0 solid;
	}

	#entertain > li:first-child div {
		padding-top: 0;
	}

	#entertain .image506_16-9 {
		margin-bottom: 0;
	}

	#entertain .article,
	.article_main {
		position: relative;
	}

	#entertain h1,
	.article_main h1{
		position: absolute;
		left: 0;
		bottom: 0;
		padding: .3em .5em .3em .5em;
		background-image: URL("/assets/images/transparent.png");
		background-repeat: repeat;
		background-position: left top;
		width: 20.1em;
		font-size: 2em;
		line-height:1.2em;
	}

	#entertain h1 a,
	.article_main h1,
	.article_main h1 a{
		color: #FFF;
	}

	#entertain h1 a:hover,
	.article_main h1 a:hover {
		color: #C00;
	}

	.gridBorder{
		border-top: 0.417em solid #FF6600;
		padding-top: .75em;
	}

	/* Fixes */
	.splitColumn li.noPadding{
		padding:0;
	}

	.noMargin{
		margin:0;
	}
	.submitForm{
		border-bottom: 0.0833em dotted #666;
		padding-bottom: 1em;
	}
	.submitForm div{
	 	position: relative;
	}
	.submitForm div.addClear input{
		width: 50.167em;
	}
	.submitForm label{
		display: block;
		font-size: 1.083em;
	}
	.submitForm label span{
		font-size: 0.917em;
	}
	.submitForm textarea{
		line-height: 1em;
	}
	.submitForm .submit{
		margin-top: 1em;
	}
	.submitForm .submit input{
		-moz-border-radius: 4px;
		-webkit-border-radius:4px;
		border-radius: 4px;
		background-color: #FF6600;
		border: 0.0833em solid #FF6600;
		color: #fff;
		padding: 0.167em;
	}
	.infoText{
		border-bottom: 0.0833em dotted #666;
	}
	.disclaimer{
 		font-size: 0.917em;
	}
	
	.fp_top_selfads{
		height:128px;
		margin-bottom: 10px;
		border-bottom:0.0833em dotted #999999;
	}
	
	.fp_top_selfads img.orb_bg{
		top:5px;
		left:4px;
		height:23px;
		width:23px;
		position: absolute;
	}

	.fp_top_selfads div.self_ad{
		float:left;
		width:156px;
		margin:0 0 0 18px;
		font-size:100%;
	}

	.fp_top_selfads div.self_ad a.img{
		position: relative;
		display:block;
		width:156px;
		height:86px;
		border:1px solid #999999;
	}

	.fp_top_selfads div.self_ad h4 {
		font-family: Arial;
		font-weight: normal;
		padding:5px 0px 6px 4px;
		height:2.4em;
		overflow: hidden;
	}

	.fp_top_selfads div.self_ad_first{
		margin-left:0;
	}
 	.err_alert{
		color: red;
		font-weight: bold;
		padding-bottom: 1em;
 	}

	.discussion h4{
		font-weight: normal
	}
	.discussion li{
		clear: left;
		height: 1%;
		overflow:hidden;
	}
	h5 span.nobold{
		font-weight: normal;
	}
	.post_list{
		float: left;
		width: 18.25em;
	}
	.discussion .date{
		float: left;
		width: 4.5em;
		padding-top: 0.5em;
		text-align: right;
		font-size: 0.917em;
	}
	
	/* ANTISPAM FIELD */
	.specialField,
	.specialField label,
	.specialField input{
		display: none;
	}
	
	.rusSelfAds{
		border-bottom:0.0833em dotted #999999;
		border-top:0.417em solid #FF6600;
		height:30px;
		margin:0 0 10px 0;
		padding:10px 0 0 0;
	}
	
	.rusSelfAds h2{
		color:#FF6600;
		text-transform: uppercase;
		float:left;
	}
	
	.rusSelfAds a.newsTitle{
		font-family:Helvetica,Arial,sans-serif;
		font-size:1.25em;
		line-height:1.3em;
		font-weight:bold;
		padding-left:0.4em;
	}
	
	/*#rusSelfAdsList ul{
		display:none;
	}*/
	
	#rusSelfAdsList{
		width:480px;
		height:20px;
		float:left;
		position: relative;
	}
	
	#rusSelfAdsList div.item{
		display: none;
		position: absolute;
		top:0;
		left:0;
	}
	
	#rusSelfAdsTools{
		float: right;
		
	}
	
	#rusSelfAdsTools span{
		cursor: pointer;
		background-image:url("/assets/themes/default/images/bnControl.png");
		background-repeat: no-repeat;
		background-position: -7px -4px;
		padding: 0 0 0 8px;
	}
	
	#rusSelfAdsTools span.bnStop{
		background-position: -31px -4px;
	}
	
	#rusSelfAdsTools span.bnNext{
		background-position: -54px -4px;
	}
	
	.readers_comment h4{
		background-color:#EEEEEE;
		padding:0.3367em 0.3667em;
		font-size: 11px;
	}
	
	.readers_comment div{
		background-color:#F7F7F7;
		padding:0.3367em 0.3667em;
		margin-top: 1px;
	}
	
	.olderLink{
		font-weight: bold;
		float: right;
		padding:10px 23px 0 0;
	}
	
	/* Optibet temp */
	
	.optibet h2{
		border-color: #f22800 !important;
		color: #f22800 !important;
		padding-right:0;
	}
	
	.rangerFirstLine{
		font-size: 3.25em;
		font-family: Helvetica;
		line-height: 1em;
		
	}
	.infoText .rangerFirstLine{
 		margin: 0.5em 0;
	}
	.rangerSecondLine{
		font-size: 1.833em;
		font-family: Helvetica;
		line-height: 1.25em;
		margin: 1em 0;
	}
	.rangerSecondLine span{
		text-decoration: underline;
		color: #ff6600;
		font-weight: bold;
	}
	ul.ranger-list {
		margin-left: 0;
	}
	.ranger-list li{
		background-image:url(/assets/themes/default/images/icons.png);
		background-repeat: no-repeat;
		background-position: 0 -1686px;
		margin: 1em 0;
		padding-left: 3.5em;
		
	}
	
	a.reindzeris_link{
		background-image:url(/assets/images/reindzersButton.png);
		display: block;
		background-repeat: no-repeat;
		background-position: top left;;
		height: 1.417em;
		color: #fff;
		font-weight: bold;
		width: 5.5em;
		font-size: 2.5em;
		line-height: 0.833em;
		padding: 0.667em 0 0 1.5em;
		font-family: Helvetica;
		float: left;
	}
	a.reindzeris_link:focus, 	a.reindzeris_link:hover{
		color: #fff;
		
	}
	.rangerBottomContainer{
		height:6.417em;
	}
	.rangerBottomContainer div {
		float: left;
		width: 35.25em;
	}
	
}
/**
 * TVNET
 *
 * @package			TVNET
 * @author			TVNET Dev Team
 * @copyright		Copyright (c) 2009, TVNET
 * @since				Version 3.0
 * @date
 */

/**
 * Article
 *
 * @package			TVNET-Frontend
 * @subpackage	Assets
 * @category		CSS
 * @author			Aigars Sukurs <aigars@grafton.lv>
 * @version			1.0
 * @date
 */

@media screen, projection
{

	#c01Content {
		padding-right: 39.8em;
		/*background-image: url(/assets/images/vSeparator.png);
		background-repeat: repeat-y;
		background-position: 43.9em top;*/
	}

	#column02 {
		display: inline;
		float: left;
		margin-left: -38.3333em;
		overflow: hidden;
		width: 15em;
		width: 13em;
	}

	#c02Content {
		padding: 1em 0 0;
	}

	#bodyCopy h1,
	#bodyCopy h2,
	#bodyCopy h3,
	#bodyCopy h4,
	#bodyCopy h5,
	#bodyCopy h6 {
		margin: .75em 0 .25em;
	}

	#bodyCopy h1 {
		font-size: 1.833em;
	}

	#bodyCopy h2 {
		font-size: 1.583em;
	}

	#bodyCopy h3 {
		font-size: 1.417em;
	}

	#bodyCopy h4 {
		font-size: 1.333em;
	}

	#bodyCopy h5 {
		font-size: 1.25em;
	}

	#bodyCopy h6 {
		font-size: 1.167em;
	}

	#bodyCopy p {
		letter-spacing: 0;
	}
	
	#articleBody{
		color:#000;
	}
	
	#articleBody p{
		margin: .75em 0;
		line-height: 1.5em;
		color:#000;
	}

	#articleHeader {
		position: relative;
		margin: .75em 1em 0;
	}

	#videoHeader {
		position: relative;
		margin: 0;
	}

	.title {
		font-size: 2em;
		padding:0 0 0.5em 0;
		width:21em;
		margin: 0;
		float:left;
	}

	#essence {
		float:right;
		margin: 0;
		padding-top: 0.7em;
		width: 37.3em;
		overflow: hidden;
	}

	#essence h5 {
		text-transform: uppercase;
		margin: 0;
		padding: 0;
	}

	#essence ul {
		margin: 0;
		padding: 0;
	}
	
	#essence ul li{
		margin:0;
		padding-left:1em;
		background-image: url("/assets/themes/default/images/icons.png");
		background-repeat: no-repeat;
		background-position: 0 -889px;
	}

	#options {
		border-top: .083em dotted #999;
		margin: 0;
		padding: 0 0 0 1.2em;
		background-image: URL("/assets/images/horizontalDots.gif");
		background-repeat: repeat-x;
		background-position: left bottom;
	}

	#videoHeader #options {
		border-top: 0 solid;
		margin-bottom: .75em;
	}

	#options li {
		color: #666;
		margin: .417em .167em 0 0;
		padding: 0;
		list-style: none;
		float: left;
		display: inline;
		font-size: .917em;
		line-height: normal;
		border: 1px solid #999;
		border-bottom: 0 solid;
		background-image: URL("/assets/images/horizontalDots.gif");
		background-repeat: repeat-x;
		background-position: left bottom;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
		border-radius: 6px 6px 0 0;
	}

	#options a {
		color: #666;
		display: block;
		font-size: 1em;
		padding: .583em 2em;
		width: auto;
		font-weight: bold;
	}

	#options a:hover {
		color: #C00;
	}

	#options .selected,
	#options .selected a {
		color: #333;
	}

	#options .selected {
		background-image: none;
		background-color: #FFF;
	}
	
	/* Lai ieliktu URL Online TV */
	#options li.additional_right{
		border: 0;
		background: none;
		float:right;
		margin:0.2em 0 0 0;
		padding:0;
		vertical-align:top;
	}
	
	#options li.additional_right input{
		display:inline;
	}
	
	#options li.additional_right, #options li.additional_right input{
		font-size:11px;
		color:#666;
	}

	.copyright,
	.copyright a {
		color: #666;
	}
	
	.copyright {
		padding: .20em 0 .75em;
		border-bottom: .083em dotted #999;
		margin: 0 0 .75em;
		font-size: 90%;
	}
	
	#articleBody span.copyright{
		display:block;
		padding:0 0 0 .5em;
		border:0;
	}
	
	#articleBody p.img_left{
		float: left;
		margin-right:1em;
		margin-top:0;
		margin-bottom:0;
	}
	
	#articleBody p.img_left span.copyright{
		padding:0;
		margin:0;
	}
	
	#articleBody p.img_right{
		float:right;
		margin:0 0 0 1em;
	}

	.excerpt {
		line-height: 1.5em !important;
		padding: 0.11em 0 1.25em 0;
		color: #000;
		font-weight: bold;
		border-bottom: .0833em dotted #999;
	}

	.list blockquote {
		border-top: .083em dotted #999;
		font-family: "Georgia", sans-serif;
		font-style: italic;
		padding: .5em;
	}

	#tvnetAsks {
		border: 0 solid;
		margin: 0 0 .75em;
		padding: .75em .5em;
		font-size:100%;
		clear:both;
	}

	.thumb156_4-3 {
		margin: 0 0 .75em;
	}

	.doc {
		display: block;
	}

	.list .docWrapper {
		border-top: 0 solid;
	}

	#changeFont {
		position: absolute;
		bottom: .65em;
		left: 44em
	}

	#enlarge,
	#reduce,
	.comord_desc,
	.comord_asc,
	.comord_desc_grey,
	.comord_asc_grey,
	.show_suggested,
	.show_suggested_grey {
		float: left;
		display: inline;
		text-indent: -100em;
		overflow: hidden;
		width: 18px;
		height: 18px;
		margin-right: .417em;
		background-repeat: no-repeat;
		background-position: left center;
		background-image: URL('/assets/themes/default/images/iconFont.gif');
	}
	
	.comord_asc, .comord_desc_grey, .comord_desc, .comord_asc_grey, .show_suggested, .show_suggested_grey {
		background-image: URL('/assets/themes/default/images/iconComments.gif');
	}
	
	.show_suggested{
		background-position: 0 center;
	}
	
	.show_suggested_grey, #reduce{
		background-position: -20px center;
	}
	
	.comord_asc{
		background-position: -80px center;
	}
	
	.comord_asc_grey{
		background-position: -100px center;
	}
	
	.comord_desc{
		background-position: -40px center;
	}
	
	.comord_desc_grey{
		background-position: -60px center;
	}
	
	.metainfo{
		padding:0;
		padding:0 0 .5em 0;
		color:#333;
	}
	
	.metainfo .author{
		font-style:normal;
		color:#333;
	}
	
	.metainfo .clear{
		clear: left;
	}
	
	.metainfo p{
		line-height: .75em;
		margin:0;
	}
	
	#articleBody p#tvnetAsks{
		padding:0;
	}
	
	ul.articleTools{
		display:block;
		height:20px;
		margin:0 0 10px 0;
		padding:10px 0 0 0;
		list-style-type: none;
		border-top: .0833em dotted #999;
	}
	
	ul.articleTools li{
		height:20px;
		display:block;
		float:left;
		margin:0 5px 0 0;
		background: url("/assets/images/article-tools-right.gif") no-repeat right top;
	}
	
	ul.articleTools li a{
		display:block;
		font-size:83.3%;
		font-weight: bold;
		color:#666;
		padding:2px 6px 2px 26px;
	}
	
	ul.articleTools li.articleToolsPrint a{
		background: url("/assets/images/article-tools-print.gif") no-repeat left top;
	}
	
	ul.articleTools li.articleToolsSend a{
		background: url("/assets/images/article-tools-send.gif") no-repeat left top;
	}
	
	ul.articleTools li.articleToolsShare a{
		background: url("/assets/images/article-tools-share.gif") no-repeat left top;
	}
	
	ul.articleTools li.articleToolsContact a{
		background: url("/assets/images/article-tools-contact.gif") no-repeat left top;
	}
	
	ul.articleTools li.articleToolsShare{
		position: relative;
	}
	#share_box{
		display: none;
		position: absolute;
		left:0;
		bottom: 25px;
		background-color: #eeeeee;
		width:120px;
		padding:5px;
	}
	
	#share_box span{
		display: block;
	}
	
	#share_box span.share_tools span.share_title{
		padding:3px 0 5px 0;
	}
	
	#share_box span.share_tools span.share_title a.close{
		float:right;
		padding:0;
		margin:2px 0 0 0;
		width:12px;
		height:12px;
		background: url("/assets/images/iconClose.gif") 0 0 no-repeat;
	}
	
	#share_box span.share_tools{
		background: #fff;
		border:1px solid #cfcfcf;
		padding:1px 6px 0 9px;
	}
	#share_box span.share_tools a{
		padding:0 0 0 22px;
		background: none;
		background-repeat: no-repeat;
		background-position: 0 0;
		margin-bottom: 6px;
	}
	
	#share_box span.share_tools a.twitter {
		background-image: URL('/assets/images/iconTwitter.gif');
	}

	#share_box span.share_tools a.digg {
		background-image: URL('/assets/images/iconDigg.gif');
	}

	#share_box span.share_tools a.facebook {
		background-image: URL('/assets/images/iconFacebook.gif');
	}

	#share_box span.share_tools a.google-bookmarks {
		background-image: URL('/assets/images/iconGoogle.gif');
	}
	#share_box span.share_tools a.orb {
		background-image: URL('/assets/images/iconOrb.gif');
	}

	#share_box span.share_tools a.delicious {
		background-image: URL('/assets/images/iconDelicious.gif');
	}
	
	.relatedBlock{
		float:right;
	}
	
	.related{
		/*float:right;*/
		border-top:0.357em solid #FF6600;
		width:175px;
		background-color: #f2f2f2;
		padding:1px 5px 4px 5px;
		margin:5px 0 5px 5px; 
		font-size: 90%; 
	}
	.related strong{
		display:block;
		padding:0 0 2px 0;
	}
	
	br.clearFloat{
		clear: both;
	}
	
	.articleTable, #articleBody table{
		border-collapse: collapse;
		width:100%;
	}
	.articleTable tr td, .articleTable tr th, #articleBody table tr td, #articleBody table tr th{
		border:1px dotted #999999;
		font-size:91.7%;
		padding:5px;
	}
	.articleTable tr th, #articleBody table tr th {
		color:#666666;
		text-align: left;
		background-color: #E9E9E9;
	}
	
	p.quote{
		background: url("/assets/images/iconQuote.png") 0 0 no-repeat;
		font-family: Arial;
		font-size:2em;
		line-height:1em !important;
		font-weight:bold;
		color:#666;
		padding-left: 70px;
		min-height: 53px;
	}
	
	/* Kontaktforma */
	.contactForm{
		border-bottom: 0.0833em dotted #666;
		padding-bottom: 1em;
	}
	.contactForm div{
	 	position: relative;
	}
	.contactForm div.addClear input{
		width: 41.35em;
	}
	.contactForm label{
		display: block;
		font-size: 1.083em;
	}
	.contactForm label span{
		font-size: 0.917em;
	}
	.contactForm textarea{
		line-height: 1em;
		width: 46.3em;
	}
	.contactForm .submit{
		margin-top: 1em;
	}
	.contactForm .submit input{
		-moz-border-radius: 4px;
		-webkit-border-radius:4px;
		border-radius: 4px;
		background-color: #FF6600;
		border: 0.0833em solid #FF6600;
		color: #fff;
		padding: 0.167em;
	}
	.infoText{
		border-bottom: 0.0833em dotted #666;
		padding-bottom: .8em;
	}
	
	.boxes_titles{
		padding:2px 5px;
		display: block;
		background-color: #E9E9E9;
		color: #666;
		font-weight: bold;
	}
	
	#articleBody ul li{
		background:transparent url("/assets/themes/default/images/icons.png") no-repeat scroll 0 -890px;
		margin:0;
		padding-left:1em;
	}
	
	#articleBody div.related ul{
		margin:0 0 0 0;
		list-style-type: none;
	}
	
	#articleBody div.related ul li{
		padding:0;
		margin:0;
		background: none;
	}
	
	#articleBody div.related ul li a{
		background: url("/assets/themes/default/images/icons.png") no-repeat 0 -890px;
		padding-left:11px;
	}
	
	#articleBody div.related ul li a.external{
		background: url("/assets/images/iconArrow.gif") no-repeat 0 4px;
		padding-left:11px;
	}
	
	#articleBody ul.playlist{
		padding:10px;
		margin:1px 0 10px 0;
		background-color:#F7F7F7;
	}
	
}/**
 * TVNET
 *
 * @package			TVNET
 * @author			TVNET Dev Team
 * @copyright		Copyright (c) 2009, TVNET
 * @since				Version 3.0
 * @date
 */

/**
 * Article
 *
 * @package			TVNET-Frontend
 * @subpackage	Assets
 * @category		CSS
 * @author			Aigars Sukurs <aigars@grafton.lv>
 * @version			1.0
 * @date
 */

@media screen, projection
{
	.custom h1,
	.list h1,
	.grid h1,
	.custom h2,
	.list h2,
	.grid h2,
	.form h2,
	.mediaBlock > h2,
	#siteHeader h1,
	.eCategory,
	.siteColor {
		border-color: #09F;
		color: #09F;
	}

	#siteHeader,
	#global.globalOnline_tv,
	.eGrid,
	.tabs a {
		border-color: #09F;
	}
	
	#siteHeader a.sponsorship{
		top: 3px;
		right: 0px;
	}

	#global.globalOnline_tv,
	.form .submit input,
	.tabs a {
		background-color: #09F;
	}

	#global.globalOnline_tv a {
		background-image: URL("/assets/themes/online_tv/images/navSeparatorOnline_tv.png");
	}

	#global a {
		color: #b3d1db;
		color: #EEE;
	}

	#c01Content {
		padding-right: 25.3333em;
	}

	#column02 {
		display: none;
	}

	.late {
		position: relative;
	}

	.late h2 {
		padding-right: 12em;
	}

	#mediaPlayer {
		line-height: 0;
	}

	.centered,
	.videoMeta {
		font-size: .917em;
		width: auto;
		min-height: 0;
		margin: 0 auto;
		padding: 0;
	}

	.videoMeta {
		position: relative;
		margin-top: .5em;
		/*padding: 1em 1.5em 2.125em;*/
		padding: 0.5em 1.5em 0.4em 1.5em;
		border: .0833em dotted #999;
	}

	.videoMeta h4 {
		font-size:116.7%;
		margin: 0;
	}

	.videoMeta ul {
		margin: 0;
		padding: 0;
	}
	
	.videoMeta ul li{
		margin:0;
		padding:0 0 0.5em 1em;
		background: url("/assets/themes/online_tv/images/icons.png") 0 -889px no-repeat;
	}

	.videoMeta p {
		margin: .75em 0;
	}

	.videoMeta .inline-date {
		color: #667D7D;
		font-family: "Georgia", serif;
		font-style: italic;
	}
	
	.videoMetaFooter {
		position: absolute;
		width: 60em;
		width: 100%;
		bottom: 0;
		right: 0;
		border-top: .0833em dotted #999;
		text-align: right;
	}

	.videoMetaFooter a {
		font-size: .917em;
		display: block;
		width: auto;
		padding: .5em 1em;
	}

/*	.tabs .selected a {
		background-color: #e9e9e9;
		border-bottom-color: #e9e9e9;
	}*/

	#archive {
/*		background-color: #e9e9e9;*/
		padding: 1em 0;
	}

	#categories {
		float: left;
		display: block;
		width: 11em;
	}

	#categories a {
		display: block;
		padding: .5em .25em;
	}

	#categories li.selected a {
		color:#CC0000;
	}

	#items {
		float: left;
		display: inline;
		width: 68.833em;
		margin-left: .54em;
		padding-left: .53em;
		border-left: .0833em dotted #999;
	}

	#items .thumb80_4-3 {
		float: none;
		display: block;
	}

	#items .thumbnaile {
		background-color: #FFF;
	}

	#items .thumbnaile {
		padding: 0 .43em 0 0 !important;
		margin: 0 .44em 0 0 !important;
	}

	#items .last {
		padding: 0 !important;
		margin: 0 !important;
		border-bottom: 0 solid;
	}

	#items h4 {
		padding: 0;
	}
	
	#categories li.archive{
		display:none;
	}
	
	#items li div{
		padding:0;
	}

	#videoContent {
		clear: both;
		margin: 0 auto;
		min-height: 0;
		padding: 1em 1em 2em;
	}
	
	.video_box a.thumb80_4-3, .video_box a.thumb156_4-3{
		position: relative;
	}
	
	.video_box a.thumb80_4-3 img, .video_box a.thumb156_4-3 img{
		position: absolute;
		top:0;
		left:0;
	}
	
	.video_box a.thumb80_4-3 span, .video_box a.thumb156_4-3 span{
		position: absolute;
		right:1px;
		bottom:1px;
		background-color: #333;
		color: #ccc;
		font-size:10px;
		padding:0px 2px 1px 2px;
		line-height: 10px;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
	}
	
	.video_box h4 a.video_programme{
		padding-top:0.4em;
		color: #666;
	}
	
	/*.videoMeta span.url, .videoMeta input{
		font-size:10px;
		color: #666;
	}
	
	.videoMeta span.url{
		display:block;
		padding-top:0.5em;
	}*/
	
	#commentForm .submit input{
		background-color:#09F;
		border-color:#09F;
	}
	
	#changeFont {
		position:absolute;
		left:450px;
		top:4px;
		width:230px;
	}
	
	.late h4{
		padding:0;
		position: static;
		padding:0;
	}

}
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/assets/images/jquery_ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/assets/images/jquery_ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/assets/images/jquery_ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(/assets/images/jquery_ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/assets/images/jquery_ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(/assets/images/jquery_ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/assets/images/jquery_ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/assets/images/jquery_ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/assets/images/jquery_ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/assets/images/jquery_ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/assets/images/jquery_ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/assets/images/jquery_ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/assets/images/jquery_ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/assets/images/jquery_ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/assets/images/jquery_ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/assets/images/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/assets/images/jquery_ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
