/** kopeejaas lietas visaam lapaam **/
html {
	font-size: 100%;
}

body {
	font-family:	Tahoma, sans-serif;
	font-size:		0.625em;
	color:			#000;
	background:		#fdede6;
}

/** elementi **/
.b {
	font-weight:	bold;
}

a {
	color:				#184ca2;
	text-decoration:	none;
}

a:hover,
a:hover span {
	text-decoration: underline;
}

a img {
	border: 0;
}

p,
blockquote,
form,
input,
ul {
	margin: 0;
	padding: 0;
}

input {
	color: #4F4F4F;
}

h1,h2,h3,h4,h5 {
	padding: 0;
	margin: 0;
}

h1 {font-size:2.4em} /* 24px */
h2 {font-size:1.8em} /* 18px */
h3 {font-size:1.5em} /* 15px */
h4 {font-size:1.2em} /* 12px */

/* red, thin headings */
h1.rt,
h2.rt,
h3.rt,
h4.rt,
h5.rt {
	color:			#990100;
	font-weight:	normal;
}

.flash {
	background:	#00aa00;
	color:		#fff;
	font-weight:bold;
	padding:	10px;
}

.ui-datepicker {
	z-index:	60;
}

/* general text decorator class */
.g_txt {
	font-size:		1.2em;
}

#db_logo {
	padding-bottom: 11px;
	background-color: #990000;
}

/** brown button **/
input.brb {
	background:		transparent url(/images/brb_bg.gif) no-repeat;
	width:			63px;
	height:			17px;
	border:			0;
	color:			#fff;
	font-family:	Verdana, Tahoma, sans-serif;
	font-size:		1em;
	padding-bottom: 2px;
}

a.brb {
	display:		block;
	background:		transparent url(/images/brb_bg.gif) no-repeat;
	width:			63px;
	height:			10px;
	border:			0;
	color:			#fff;
	font-family:	Verdana, Tahoma, sans-serif;
	font-size:		1em;
	padding-top:	2px;
	padding-bottom: 5px;
	text-align:		center;
}

/* comments link */
a.c {
	color:		#990100;
	font-size:	1.2em;
}

/* rubric link */
.grl a, 
a.rl {
	font-size:		1.1em;
	color:			#584640;
}

#top_bar {
	background: #dfdfdf url(/images/top_bar_bg.gif) repeat-x;
	padding:	0 10px 0 7px;
/*	height: 18px; */
}

#top_bar:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#top_bar_l {
	width:	490px;
	float:	left;
/*	margin:		4px 0 0 0; */
}

#top_bar_r {
/*	width:	490px; */
	float: right;
	text-align: right;
}

#dm_balls {
	background: url(/images/dm_balls.gif) no-repeat;
	width:		41px;
	height:		8px;
	float:		left;
	margin-top:	4px;
}

ul.tb_menu {
	padding:	0;
	margin:		0;
	list-style: none outside none;
}

ul.tb_menu li {
	display:	inline;
	padding:	0;
}

ul.tb_menu a {
	display:		block;
	float:			left;
	margin-left:	17px;
	height:			16px;
	padding:		1px 0;
	
	color:			#686868;
	font-size:		1.2em;
}

ul.tb_menu a.sel {
	font-weight: bold;
}

#header_cont {
	background:		#fdede6;
	margin-bottom:	10px;
}

#header_top:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header_top {
	background-color: #990000;
}

#header_top_r {
	float: right;
}

#header_top_l {
	width:	140px;
	float:	left;
	height: 179px;
	background-color: #DDE6ED;
}

ul#lng_menu {
	padding:	0;
	margin:		0;
	list-style: none outside none;
}

ul#lng_menu li {
	display:	inline;
	padding:	0;
}

ul#lng_menu a {
	display:		block;
	float:			left;
	width:			70px;
	height:			16px;
	padding-top:	2px;

	background-color: #FDEDE6;
	font-family:	Verdana, Tahoma, sans-serif;
	font-size:		1em;
	color:			#686868;
	text-align:		center;
}

ul#lng_menu a.sel {
	color:		#fff;
	background:	#990000;
}

#header_bottom {
	background-color: #83685f;
}

#header_bottom:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

ul.header_menu {
	padding:	0;
	margin:		0;
	list-style: none outside none;
}

ul.header_menu li {
/*	display:	inline; */
	float:		left;
	padding:	0;
	background: transparent url(/images/menu_sep1.gif) no-repeat scroll -1px center; 
}

ul.header_menu a {
	display:		block;
	white-space:	nowrap;
	float:			left;
	/*margin-top:		1px;*/
	padding:		6px 10px;
	
	color:			#fff;
	font-size:		1.2em;
}

ul.header_menu li.sel,
ul.header_menu li.nosep,
.header_submenu ul.header_menu li.nosep {
	background: transparent;
}

ul.header_menu li.sel a {
	background: #f3d8cf;
	color:		#990000;
}

ul.header_menu li.sm a {
	padding-right: 16px;
	background: #83685F url(/images/header_menu_arrow.gif) no-repeat scroll center left;
}

ul.header_menu li.sm ul li a {
	padding-right: 0;
	background: #83685F;
}

div.header_submenu {
	background: #f3d8cf;
}

div.header_submenu:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.header_submenu ul.header_menu li {
	background: transparent url(/images/menu_sep2.gif) no-repeat scroll -1px center; 
}

.header_submenu ul.header_menu a {
	margin-top:		0;
	padding:		6px 8px 5px 8px;
	color:			#584640;
}

.header_submenu ul.header_menu li.sub_sel a {
	/*background: #bda198;*/
	color:		#990000;
}

/* hedar date */
#headerDate {
	background-color: #819ec0;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
	padding: 5px 0;
}

/* finance headerChart */
.headerChart {
	background-color: #dde6ed;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 7px 2px;
}

.headerChart div {
	padding: 3px 6px;
}

.headerChart div img {
	height: 9px;
	width: 9px;
	margin-left: 3px;
}

.headerChart div span.blue {
	color: blue;
}

.headerChart div span.red {
	color: red;
}

.headerChartItemBorder {
	border-bottom: 1px dotted #E0D2CB;
}

/* dropdown menu currently not used */
.nav,
.nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  z-index: 90;
  position: relative;
}

.nav ul {
  background: #83685F;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
/*  width: 100px; */
  position: absolute;
  top: -999em;
  left: 0em;
}

.nav li {
	position: relative;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}

.nav ul li {
  border: 0;
  float: none;
}

.hiconbox {
	width:	76px;
	float:	right;
	height:	16px;
	margin: 5px 5px 6px 0;
	text-align: right;
}

.hiconbox a {
	margin-left: 7px;
}

#search_form {
	width:			200px;
	padding:		0;
	margin:			0;
	margin-bottom: 	10px;
	text-align: 	right;
}

input#sq {
	width:			130px;
	padding:		1px 4px 2px 4px;
	font-size:		1.2em;
	margin:			0;
	border:			1px solid #dec9c1;
	font-family:	Verdana, Tahoma, sans-serif;
}

input#ssbm {
	color:			#fff;
	background:		#bda198;
	padding:		1px 8px 2px 8px;
	font-size:		1.2em;
	margin:			0;
	cursor:			pointer;
	border:			0;
	width:			60px;
	font-family:	Verdana, Tahoma, sans-serif;
}

#mid_top {
	padding:		10px 0 20px 10px; 
	font-family:	Verdana, Tahoma, sans-serif;
	font-size:		1.1em;
}

#mid_top:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.bnr {
	margin-bottom: 12px;
}

.bnr_center {
	text-align:center;
}

/** category menu **/
div.cat_menu {
	background: #fff url(/images/cat_menu_bg.gif) bottom left repeat-x;
	min-height:	40px;
}

div.cat_menu:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.cat_menu h1 {
	float:		left;
	font-size:  1.2em;
	background:	#83685f;
	color:		#fff;
	padding:	3px 3px 4px 3px;
	height:		16px;
}

ul.cat_menu {
	padding:	0;
	margin:		0;
	list-style: none outside none;
	display:	inline;
}

ul.cat_menu li {
	display:	inline;
	padding:	0;
}

ul.cat_menu a {
	display:		block;
	float:			left;
	height:			16px;
	padding:		4px 6px 5px 6px;
	height:			14px;	
	
	font-size:		1.1em;
	color:			#4f4f4f;
}

ul.cat_menu a.sel {
	background:		#eaccc3;
}


/** list 1 main news **/
.gl1 ul,
ul.l1 {
	padding-top:	2px;
	list-style:		none outside none;
	margin-bottom:	15px;
}

.gl1 ul li,
ul.l1 li {
	padding: 0;
}

.gl1 ul li.last,
ul.l1 li.last {
	padding: 0;
}

.gl1 ul li h3,
ul.l1 li h3 {
	font-size:		2.2em;
	font-weight:	normal;	
}	

.gl1 ul li h3,
ul.l1 li h3 {
	display:		inline;
}

.gl1 ul li p,
ul.l1 li p {
	font-size:		1.2em;
	font-family:	Tahoma, sans-serif;
}

/** list 2 **/
/** list 2 header **/
div.l2h {
/*	margin: 10px 0 7px 0; */
	margin-bottom:	7px;
}

div.l2h:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.l2h h2 {
	color:			#990100;
	font-family:	Arial, Tahoma, sans-serif;	
	font-size:		1.8em;
	font-weight:	normal;	
	display:		inline;
}

.gl2 ul,
ul.l2 {
	list-style: none outside none;
	margin-bottom: 15px;
}

.gl2 ul li,
ul.l2 li {
	padding: 0;
	margin-bottom: 10px;
}

.gl2 ul li:after,
ul.l2 li:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.gl2 ul li .l,
ul.l2 li img.l {
	float: left;
}

.gl2 ul li .r,
ul.l2 li .r {
	margin-left: 108px;
	padding-left: 10px;
}

.gl2 ul li .r img,
ul.l2 li .r img {
	float: none;
}

.gl2 ul li.last,
ul.l2 li.last {
	padding: 0;
}

.gl2 ul li h3,
ul.l2 li h3 {
	font-size:		1.2em;
	font-weight:	normal;
	display:		inline;
}

.gl2 ul li p,
ul.l2 li p {
	font-size:		1.2em;
}

/** list 2 with gradient backgrounds **/
.gl2grad ul li,
ul.l2grad li {
	background: url(/images/l2_bg.gif) repeat-y;
}

/** list 2 with compact elements **/
.gl2comp ul li,
ul.l2comp li {
	margin-bottom: 6px;
}

.gl2grad ul li .r,
ul.l2grad li .r {
	padding-top:	5px;
}

/** list 3 (raksti par šo tēmu, jūs varētu interesēt) **/
/** list 3 header **/
div.l3h {
	margin-bottom: 10px;
}

div.l3h h2 {
	color:			#990100;
	font-family:	Arial, Tahoma, sans-serif;
	font-size:		1.8em;
	font-weight:	normal;
	display:		block;
	margin-bottom:  10px;
}

div.l3h ul.al,
div.l3h ul.al li {
	margin-bottom: 10px;
}

ul.l3 {
	list-style: none outside none;
}

ul.l3 li {
	padding: 0;
	margin-bottom: 10px;
}

ul.l3 li img {
	margin-bottom: 5px;
}

ul.l3 li h3 {
	display:		inline;
	font-weight:	normal;
	font-size:		1.1em;
}

ul.l3 li .c {
	font-size:		1.1em;
}

div.l3h .ab3 .a_h {
	font-size:	1.2em;
}

/** list 4 **/
/** list 4 header **/
div.l4h {
	margin-bottom: 10px;
}

div.l4h h2 {
	color:			#990100;
	font-family:	Arial, Tahoma, sans-serif;	
	font-size:		1.8em;
	font-weight:	normal;	
	display:		inline;
}

ul.l4 {
	list-style: none outside none;
}

ul.l4 li {
	padding: 0;
	margin-bottom: 10px;
}

ul.l4 li img {
	margin-bottom: 5px;
}

ul.l4 li h3 {
	display:		inline;
	font-weight:	normal;
	font-size:		1.1em;
}

ul.l4 li .c {
	font-size:		1.1em;
}

/** list 5 "db.lv iesaka" **/
/** list 5 header **/
div.l5h {
	margin-bottom: 10px;
}

div.l5h h2 {
	color:			#990100;
	font-family:	Arial, Tahoma, sans-serif;	
	font-size:		1.8em;
	font-weight:	normal;	
}

ul.l5 {
	list-style:		none outside none;
	background:		#fff1af;
	padding:		5px 0;
}

ul.l5 li {
	margin:			5px 5px 5px 5px;
	padding-bottom:	4px;
	border-bottom:	2px solid #d1c278;
}

ul.l5 li.last {
	margin:			5px 5px 0 5px;
	border:			0;
}

ul.l5 li h3 {
	color:			#990100;
	font-family:	Tahoma, sans-serif;	
	font-size:		1.4em;
	font-weight:	normal;
	margin-bottom:	10px;	
}	

ul.l5 li a {
	color:			#000;
	font-size:		1.1em;
	line-height:	normal;
}

/** list 6 "arhivs" **/
/** list 6 header **/
div.l6h {
	margin-bottom: 10px;
}

div.l6h h2 {
	color:			#990100;
	font-family:	Arial, Tahoma, sans-serif;	
	font-size:		1.6em;
	font-weight:	normal;	
}

ul.l6 {
	list-style:		none outside none;
	margin-bottom:	15px;
}

ul.l6 li {
	margin-bottom:	4px;
	padding:		0;
}

ul.l6 li.last {
	margin:			0;
	border:			0;
}

ul.l6 li h3 {
	font-family:	Tahoma, sans-serif;	
	font-size:		0.98em;
	font-weight:	normal;
	display: 		inline;
}	

/* tabbed news list */
.tabb {
	margin-bottom:	10px;
	font-family:	Tahoma, sans-serif;
}

.ui-tabs {
	padding: 0;
}

.tabb ul.menu {
	padding:		0;
	margin:			0;
	list-style:		none outside none;
	background:		#fdede6;
	font-family:	Arial, Tahoma, sans-serif;
}

.tabb ul.menu:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.tabb ul.menu li {
	display:	inline;
	padding:	0;
}

.tabb ul.menu a {
	display:		block;
	float:			left;
	height:			16px;
	padding:		6px 15px;
	
	background:		#fdede6;
	color:			#4f4f4f;
	font-size:		1.4em;
}

#col_b .tabb ul.menu a {
	font-size:		1.2em;
	padding:6px 10px;
}

.tabb ul.menu li.ui-tabs-selected a {
	background:		#f4dad1;
	color:			#584640;
}

.tabb .l {
	/*height:			200px;*/
}

.tabb .tabbi {
	background:		#FDEDE6 url(/images/tabb_bg.gif) repeat-x ;	
	padding-right:	10px;
	padding-bottom: 10px;
	padding-top:	10px;
	border-bottom:	1px solid #F3D8CF;
}

.tabb .l ul {
	padding:		0 0 0 10px;
	list-style:		none outside none;
}

.tabb .l ul li {
	padding:		0;
	margin-bottom:	10px;
}

.tabb .l ul li:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.tabb .l ul li h3 {
	display:		inline;
	font-weight:	normal;
	font-size:		1.2em;
}

.tabb .l ul li .t {
	color:			#7a625a;
	width:			46px;
	float:			left;
	font-family:	Verdana, Tahoma, sans-serif;
	font-size:		1.1em;
}

.tabb .l ul li .c {
	font-size:		1.2em;
}

.tabb .tabb_all_link {
	color:			#7A625A;
	font-family:	Verdana,Tahoma,sans-serif;
	font-size:		1.1em;
	padding-left: 	10px;
}

/* small tabbed news list */
/** list 6 header **/

.small_tabb .tabb ul.menu a {
	height:			12px;
	font-size:		1.1em;
}

.small_tabb .tabb .tabbi {
/*	background:		#f4dad1 none; */	
	padding-right:	10px;
}

.small_tabb .tabb .l ul li {
	margin-bottom:	5px;
}

.small_tabb .tabb .l ul {
	padding: 10px 0 0 10px;
}

/** article content **/
.ac {
}

/* first article paragraph with different font-style (bold) */
.ac .artcp + p + p,
.ac .artcp + p + div, {
	font-weight: bold;
}

.artcp a {
	text-decoration: underline;
}

.artcp a:hover {
	text-decoration: none;
}


/** article tools icons **/
.ac .ai {
	margin:			0 25px 10px 0;
	text-align:		right;
}
.ac .ai a {
	margin-left:	10px;
}

.ac .ah,
.ac .ati {
	margin-bottom: 10px;
}

.ac .ah h3 {
	font-size:		2.2em;
	font-weight:	normal;
	display:		inline;
}

.ac .ah h3 a {
	color:			#000;
}

/** article author info **/
.ac .ah .aa {
	margin-top: 10px;
}

.ac .ah .aa a {
	color:		#4f4f4f;
}

.ac .ah .c {
	font-size: 1.4em;
}

.artcp:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
	

.ac p, 
.artcp div{
	margin-bottom:	10px;
	font-size:		1.2em;
	line-height:	1.6em;
}

.ac p.intro {
	font-weight:	bold;
}

.ac .bnr {
	font-size:		1.2em;
}

/** comments form **/

.comment_anchor,
#comment_anchor,
#gallery_anchor {
	/*position: relative;*/
	/*top: -260px;*/
}

#tabb_anchor {
	display:block;
	position: relative;
	bottom: 260px;
}

.comm_f {
	float: left;
	margin:	30px 0;
}

.replay_f {
	margin: 0;
	padding: 2px 0 0 5px;
}

.comm_active {
	background-color: #F3E2DA;
	margin-bottom: 30px;
}

.comm_active .brbs {
	background:transparent url(/images/rbs_bg.gif) no-repeat scroll 0 0;
}

.comm_f h4 {
	color:			#990000;
	font:			normal normal normal 1.61em Arial,Tahoma,sans-serif;
	margin-bottom:	10px; 
}

.comm_f .l {
	width:			142px;
	float:			left;
}

.replay_f .l {
	width: 125px;
}

.comm_f .l input.txt {
	width:			126px;
	border:			1px solid #dec8c0;
	margin-bottom:	11px;
	font-size:		1.2em;
	padding:		3px;
}

.replay_f .l input.txt {
	width: 110px;
}

.replay_f input.brb {
	background:		transparent url(/images/rrb_bg.gif) no-repeat;
}

.comm_f .r textarea {
	width:			318px;
	height:			74px;
	border:			1px solid #dec8c0;
	font-size:		1.2em;
	font-family:	Tahoma, sans-serif;
	padding:		3px;
}

.comm_f .l input.txt:focus,
.comm_f textarea:focus {
	border-color: #990000;
}

.comm_f .brb {
	margin-top: 31px;
}

/** comments list **/
.comm_l {
	margin:	20px 0;
}

.comm_l .comm_opt_r {
	float: right;
}

.comm_l h4 {
	color:			#990000;
	font:			normal normal normal 1.61em Arial,Tahoma,sans-serif;
	margin-bottom:	10px;
	display:		inline; 
}

.replay_f h4 {
	margin-bottom: 0px;
}

.replay_f .err {
	margin-bottom: 5px;
}

#replay_form {
	display: none;
}

/** comments tree **/
.comm {
	margin-top: 15px;
	padding: 5px;
}

.comm:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.comm_body {

}

.comm_level_1 .comm_bullet {
	display: none;
}

.comm_level_2 .comm_body {
	margin-left: 15px;
}

.comm_level_2 .comm_bullet {
	margin-left: -15px;
	width: 9px;
}

.comm_level_3 .comm_body {
	margin-left: 25px;
}

.comm_level_3 .comm_bullet {
	margin-left: -25px;
	width: 18px;
}

.comm_level_4 .comm_body {
	margin-left: 35px;
}

.comm_level_4 .comm_bullet {
	margin-left: -35px;
	width: 27px;
}

.comm_level_5 .comm_body {
	margin-left: 45px;
}

.comm_level_5 .comm_bullet {
	margin-left: -45px;
	width: 36px;
}

.comm_level_6 .comm_body {
	margin-left: 55px;
}

.comm_level_6 .comm_bullet {
	margin-left: -55px;
	width: 45px;
}

.comm_level_7 .comm_body {
	margin-left: 65px;
}

.comm_level_7 .comm_bullet {
	margin-left: -65px;
	width: 54px;
}

.comm_level_8 .comm_body {
	margin-left: 75px;
}

.comm_level_8 .comm_bullet {
	margin-left: -75px;
	width: 63px;
}

.comm_level_9 .comm_body {
	margin-left: 85px;
}

.comm_level_9 .comm_bullet {
	margin-left: -85px;
	width: 72px;
}

.comm_header {
	margin-bottom: 5px;
}

.comm_author {
	font-weight: bold;
}

.comm_replay {
	cursor: pointer;
	color: #990000;
	float: right;
}

.comm_child {
	float: right;
	margin-right: 10px;
}

.comm_text p {
/*	padding:5px;	*/
}

#comm_hide {
	cursor: pointer;
	color: #184CA2;
	margin-left: 5px;
}

.comm_cancel .comm_text {
	background-color: #BDA198;
}

.comm_cancel .comm_replay {
	color: #184CA2;
}

.comm_opt:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}

.comm_pager {
	margin: 10px 0;
	text-align: center;
}

.comm_pager a,
.comm_pager span {
	margin: 0 1px;
}

.comm_time {
	margin-left:4px;
}

.comm_l {
	font-size: 1.1em;		
}

.comm_opt {
	margin-bottom: 15px;
}

.comm_bullet {
	background:transparent url(/images/comm_bullet.gif) repeat-x scroll 0 2px;
	float:left;
	height: 13px;
}

.brbs {
	background:transparent url(/images/brbs_bg.gif) no-repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	display:block;
	font-family:Verdana,Tahoma,sans-serif;
	font-size:10px;
	height: 11px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align:center;
	width:50px;
}

#comm_sort_url {
	display: none;
}
/** comments tree end **/

/** error **/

.err {
	margin-bottom: 10px;
}

.err ul {
	list-style-type:none;
}

.err ul li {
	background:transparent none repeat scroll 0 0;
	color:#990000;
	font-size:11px;
	margin:0;
	padding:0;
}

/** error end **/

/** poll **/
.poll {
	margin-bottom:	12px;
	display:		none;
}

.poll h3 {
	display:		inline;
	font-size:		1.1em;
	font-weight:	normal;
}

.big_pb .poll h3 {
	font-size:			1.3em;
	font-weight:		bold;
}

.poll span {
	font-size:		1.2em;
}

.poll ul {
	padding:		5px 0;
	margin:			0;
	list-style:		none outside none;
}

.poll ul li {
	margin-bottom:	5px;
}

.big_pb .poll ul li {
	margin-bottom:	10px;
	font-size:		1.2em;
}

.poll ul li input {
	float:			left;
	display:		block;
	width:			20px;
}

.poll ul li label {
	display:		block;
/*	font-size:		1.1em; */
}

.big_pb .poll ul li label {
/*	font-size:		1.2em; */
}

.poll ul li label, .poll div {
	margin-left:	25px;
	margin-top: 0;
}

.poll a {
	text-decoration:	underline;
	margin-left:		5px;
	font-size:			1em;
}

.big_pb .poll a {
	display: none;
}

.poll a.pq {
	font-size:			1.1em;
	text-decoration:	none;
	margin:				0;
	color:				#000;
}

.big_pb .poll a.pq {
	font-size:			1.3em;
	font-weight:		bold;
}

/** question box **/
div.quest {
	width:			200px;
	background:		#c70000;
	margin-bottom:	10px;
}

div.quest .sig {
	width:			40px;
	color:			#fff;
	font-size:		3.4em;
	font-family:	Arial, Tahoma, sans-serif;
	font-weight:	bold;
	text-align:		center;
	float:			left;
}

div.quest .txt {
	width:			150px;
	min-height:		32px;
	margin-left:	40px;
	padding:		4px;
	border-left:	1px dashed #ffffff;
}

div.quest li:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

div.quest .txt a {
	color:			#fff;
	font-family:	Arial, Tahoma, sans-serif;
	font-size:		1.4em;
}

/* advanced search form */
div.adv_srch label,
div.adv_srch div.dr span {
	font-size:		1.2em;
}

div.adv_srch .nfo {
	font-size:		1.1em;
	margin:			5px 0;
}

div.adv_srch input,
div.adv_srch select,
div.adv_srch div.dr div.ds {
	margin:			0 10px;
}

div.adv_srch input {
	margin:			0 10px;
	border:			1px solid #DEC9C1;
	padding:		2px;
}

div.adv_srch div.dr div.ds {
	display:		inline;
}

div.adv_srch div.dr {
	margin:			5px 0;
}

div.adv_srch div.dr img {
	position:		relative;
	top:			2px;
	margin-left:	3px;
}

div.adv_srch div.dr select {
	margin:			0;
}

/* search results */
div.srch_res {
	margin-top:		20px;
}

div.srch_res ul.srch_list {
	list-style:		none outside none;
	margin:			15px 0;
}

div.srch_res ul.srch_list li {
	margin-bottom:	15px;
}

/* bloger info */
div.bl_i {
	margin-bottom:	20px;
}

div.bl_i h1 {
	font-size:		2em;
	font-weight:	normal;
}

div.bl_i p {
	font-size:		1.1em;
}

div.bl_i img {
	float:			left;
	margin-right:	15px;
}

div.bl_i:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* universal form */
div.frm_r {
	margin: 10px 0;
}

div.frm_warn {
	margin:			10px 0;
	font-size:		1.2em;
	color:			#83685F;
}

div.frm_err ul.error_list {
	list-style:		none outside none;
}

div.frm_err ul.error_list li {
	font-size:		1.1em;
	color:			#990000;
}

div.frm_r label {
	font-size:		1.2em;
}

div.frm_r input.txt {
	font-size:		1.2em;
	padding:		2px;
}

div.frm_r input.bord {
	border:1px solid #DEC9C1;
}

/* icons */
.pls,
.vls,
.lls,
.uls {
	margin-left:	2px;
}

.pls img,
.vls img,
.lls img,
.tls img,
.nls img,
.rls img,
.sls img,
.mls img,
.prls img,
.zils img,
.zols img,
.dls img {
	float:		none;
	margin:		0;
	padding:	0;
}

.pls img {
	background: url("/images/sprite.png") no-repeat -5px -26px;
	width:		16px;
	height:		9px;
}

.vls img {
	background: url("/images/sprite.png") no-repeat -26px -26px;
	width:		16px;
	height:		9px;
}

.lls img {
	background: url("/images/sprite.png") no-repeat -47px -26px;
	width:		16px;
	height:		9px;
}

/* twitter icon */
.tls img {
	background: url("/images/sprite.png") no-repeat -5px -5px;
	width:		16px;
	height:		16px;
}

/* rss icon */
.rls img {
	background: url("/images/sprite.png") no-repeat -26px -5px;
	width:		16px;
	height:		16px;
}

/* newsleter icon */
.nls img {
	background: url("/images/sprite.png") no-repeat -152px -5px;
	width:		16px;
	height:		16px;
}

.sls img {
	background: url("/images/sprite.png") no-repeat -47px -5px;
	width:		16px;
	height:		16px;
}

.mls img {
	background: url("/images/sprite.png") no-repeat -68px -5px;
	width:		16px;
	height:		16px;
}

.prls img {
	background: url("/images/sprite.png") no-repeat -89px -5px;
	width:		16px;
	height:		16px;
}

/** zoom in **/
.zils img {
	background: url("/images/sprite.png") no-repeat -110px -5px;
	width:		16px;
	height:		16px;
}

/** zoom out **/
.zols img {
	background: url("/images/sprite.png") no-repeat -131px -5px;
	width:		16px;
	height:		16px;
}

/** graudiem.lv icon **/
.dls img {
	background: url("/images/sprite.png") no-repeat -5px -40px;
	width:		61px;
	height:		16px;
}

/** scrollbar**/
.scroll-pane {
/*	height:200px;*/
	overflow:hidden;
}

#diena_bbox {
	border:			0;
	margin-bottom:	10px;
	padding:		0;
	height:			340px;
}


/**  **/
/**  **/
/**  **/
/** globalizaacija.. **/
/**  **/
/**  **/
/**  **/
.l {
	float:	left;
}	

.r {
	float:	right;
}

/** noklusētas raksta name links **/
.a_h {
	font-size:		1.4em;
	display:		inline;
	font-weight:	normal;
}


/** liels sarkans ...... kategorijas links **/
.h1 {
	margin-bottom:	5px;
}

.h1:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.h_r {
	display:		inline;
	font-size:		1.8em;	
}

.h_r,
.h_r a {
	color:			#990100;
	font-family:	Arial, Tahoma, sans-serif;	
	font-weight:	normal;	
}


/** raksta intro iekš kastēm **/
.a_intro {
	font-size:		1.2em;
}


/** **/
/** article boxes **/
/** **/

/** article box 1/2 - raksta kaste ar vidēji lielo bildi kreisajā/labajā pusē **/
.ab1 .a_h,
.ab2 .a_h {
	font-size:		1.8em;
}

.ab1 .l {
	margin: 0 10px 5px 0;
}

.ab2 .r {
	margin: 0 0 5px 10px;
}

.ab2 .a_h {
	font-size:		1.42em;	
}


/** article box 3 - raksta kaste ar name linku un intro, bez bildes **/
.ab3 .a_h {
	font-size:		1.4em;
}

/** article box 4 - raksta kaste ar lielu bildi augšā un name linku **/
.ab4 .a_h {
	font-size:		1.8em;
}

/** article box 5 - raksta kaste ar mazu bildi pa kreisi, name linku un kategorijas linku, ja vajag **/
.ab5 .ab5_r {
/*	margin-left: 108px;*/
	padding-top:	5px;	
	padding-left: 10px;
	padding-bottom:	8px;	
}	

.ab5 .a_h {
	font-size:		1.3em;
}

.ab5 .l {
	margin-right:	10px;
}

/** article box 6 - raksta kaste ar vidēju bildi augšpusē un name linku **/
.ab6 .a_h,
.ab6 .c {
	font-size:		1.2em;	
}

.ab6 .a_img_a img {
	margin-bottom:	5px;
}

/** article box 7 - raksta kaste ar xsmall bildi pa kreisi, name linku un intro**/
.ab7 .ab7_r {
	padding-top: 5px;	
	padding-left: 10px;
	padding-bottom:	8px;	
}	

.ab7 .a_h {
	font-size: 1.4em;
}

.ab7 .l {
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 6px;
}

/** newest article box**/
.nab {
	margin-bottom: 10px;
}

/** **/
/** // article boxes **/
/** **/


/** **/
/** article lists **/
/** **/

/**  rakstu listes defaulti **/
ul.al {
	list-style: none outside none;
}

ul.al li {
	margin-bottom:	10px;
}

.al li:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}	

/** liste, kurā parasti liek ab1 vai ab2 **/
.al1 {
	padding-top: 2px;
}	

.al1 li {
	padding:		0;
	margin-bottom:	10px;
}


/** liste, kurā liek ab5 **/
ul.al2 li {
	margin-bottom:	15px;
}

/** liste, kurā liek ab6 **/
.al3 li {
	margin-bottom:	10px;
}

ul.gall {
	margin-top: 14px;
	list-style-type:none;
}

ul.gall li {
	float:		left;
	width:		151px;
	margin:		0 7px 10px 0;
}

ul.gall li.last {
	margin-right: 0;
}

ul.gall:after,
ul.gall li.last:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* categories list - used for bloggers list */
/**  rakstu listes defaulti **/
ul.cl {
/*	list-style: none outside none;	*/
	list-style: square outside none;
}

ul.cl li {
	margin-bottom:	7px;
	margin-left:	15px;
}

ul.cl li a {
	font-size:		1.2em;
}

/* // categories list */


/* pager */

.pager {
	text-align: center;
	margin-top: 10px;
	padding:	0 auto;
}

.pager ul {
	list-style-type:	none;
	margin: 0			auto;
}

.pager ul li {
	float:		left;
	width:		20px;
	margin:		0 5px;
}

.pager ul li a,
.pager ul li span {
	font-size:		1.1em;
	font-family:	Arial, Tahoma, sans-serif;
	display:		block;
	background:		#8b7168;
	color:      	#fff;
	width:      	20px;
	padding:		3px 0 2px 0;
}

.pager ul li span {
	background:		#990000;
}

.pager ul li.arr,
.pager ul li.arr a {
	width:		11px;
	background:	none;
	padding:	0;
}

/** listu dekoratori **/

/** list with gradient backgrounds **/
.lgrad ul li,
ul.lgrad li {
	background: url(/images/l2_bg.gif) repeat-y;
}

/** list with compact elements **/
.lcomp ul li,
ul.comp li {
	margin-bottom: 6px;
}

/** liste ar lielāku headingu ab3 kastē **/ 
.lbah_ab3 .ab3 .a_h {
	font-size:		2.2em;
}

.lifix1 li {
	min-height:	80px;
}

.chooser_b ul li {
	background-position:	107px 0;
	background-color:		#F3D9D0;
}

/** // listu dekoratori **/

/** **/
/** //article lists **/
/** **/

/** **/
/** article grid **/
/** **/

.grid {
	border-width:0px;
}

.grid_3 .bnr {
	margin-top:30px;
	margin-bottom: 30px;
}

.grid_row3 {
	border-width:0px;
	margin-bottom:20px;
}

.grid_row3 .grid_item,
.grid_row3 .grid_item_last {
	width: 150px;
}

.grid_item,
.grid_item_last {
	float: left;
	border-width:0px; 
}

.grid_row3 .grid_item {
	margin-right: 9px;
}

.grid_item_last {
	margin-right: 0px;
}

.grid_row3:after,
.grid_item_last:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** **/
/** //article grid **/
/** **/




/** listes headeris 1 - lielais sarkanais + rubrikas links pa labi, ja vajag **/
div.lh1 {
	margin-bottom: 10px;
}

div.lh1 .grl a,
div.lh1 .rl {
	text-align: right;
}






/**  **/
/**  **/
/**  **/
/** globalizaacijai pārceltie **/
/**  **/
/**  **/
/**  **/

#footer h3 {
	color: #184CA2;
	font-weight: normal;
}

.footer_col {
	font-size: 1.12em;
}

.footer_col p.block {
	margin-top: 15px;
}

/** forma ar divām kolonnām (e-ziņas) **/

.form_row {
	zoom:1;
}

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

.form_row .cl {
	float:left;
	padding-right:6px;
	padding-top:6px;
	text-align:right;
	width:150px;
}

.form_row .cr {
	margin-left:156px;
	padding-top:6px;
}

.form_row .cr2 {
	padding-top:10px;
}

.a_b {
	color:#83685F;
	font-family:Tahoma,sans-serif;
	font-size:1.15em;
}

/** RSS list **/
#rssList {
	font-size:1.2em;
	line-height:2em;
}

#rssList .level_1 {
	margin-left: 0px;
}

#rssList .level_2 {
	margin-left: 10px;
}

#rssList .level_3 {
	margin-left: 20px;
}

#rssList .level_4 {
	margin-left: 30px;
}

/** Visas ziņas **/
.most_read .a_a {
	color:		#990000;
	font-weight:	bold;
}

.most_commented .a_a {
	font-weight:	bold;
}


/** igauņu tegu slēpšana **/
.picturegallery {
	display:	none;
}

/** igauņu image floati **/
.imgfloatleft { float:left; margin-top:10px; margin-right:10px; margin-bottom:10px; }
.imgfloatright { float: right; margin-left:10px; margin-bottom:10px; }
.imgfloatcenter { clear:both; margin-top:10px; margin-bottom:10px; margin-left:2px; margin-right:2px; }

/** Slīdrinda **/
div#slid_bann {
	position:	fixed;
	bottom:		0;
	left:		0;
	z-index:	100;
	padding:	0;
	margin:		0;
	overflow:	hidden;
	width:	100%; /** opera **/
	display: none;
}

div#slidi {
	width:		2400px;	
	white-space:nowrap;
}

div#slid_bann img {
	border:		0;
	margin:		0;
	padding:	0;
}

img#slid_close {
	position:	fixed;
	bottom:		7px;
	left:		0;
	z-index:	200;
	cursor: pointer;
	padding:	0;
	margin:		0;
	overflow:	hidden;
	width:	20px;
	height: 20px;
	opacity: 0.5;
}

div#BANNER_900x500_top {
	background-color:#FFFFFF;
	bottom:0;
	height:100%;
	left:0;
	margin:auto;
	overflow:hidden;
	padding:0;
	position:fixed;
	width:100%;
	z-index:99999;
	text-align:center;
	display:none;
}

div#BANNER_900x500_top #banner_header {
	margin:15px auto;
}

div#banner_header #sleft{
	padding-right:250px;	
}

div#banner_header #sleft_rus{
	padding-right:650px;	
}

div#banner_header #sright{
	font-size:17px;
	font-stretch: wider;
	text-decoration: none;
	color:#990100;
	cursor:pointer;
}

#sright img
{
	text-decoration:none;
	border:0;
	margin-left:5px;
}

/** Visas ziņas tabulārais skats **/

.an_top {
	margin: 5px 0px 10px;
}

.an_left {
	float: left;
	width: 370px;
}

.an_right {
	float: left;
	width: 90px;
	font-size: 1.05em;
	padding-top: 2px;
}

.an_left .a_h {
	font-size: 1.2em;
	padding-right: 5px;
}
