/* Default: Noklusētie CSS nosacījumi 
   ****************************************************************************/

html, body 
{
	/* Centrēta lapa */
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	
	/* Lapas noklusētie parametri */
	background-color: #ffffff;
	font-family: Tahoma, Verdana Arial, Arial Narrow, "Times New Roman", serif;
}

#container
{
	text-align: left;
}

form
{
	padding: 0px;
	margin: 0px;
}

button, input
{
	font-size: 8pt;
	font-family: Tahoma, Verdana Arial, Arial Narrow, "Times New Roman", serif;
	line-height:1em;
	padding-top: 2px;
	padding-bottom: 2px;
}

select
{
	font-size: 8pt;
	font-family: Tahoma, Verdana Arial, Arial Narrow, "Times New Roman", serif;
	line-height: 1.2em;
}

select option 
{
	padding: 2px;
}

input
{
	border: 1px solid #cccccc;
	padding-left: 2px;
	padding-right: 2px;
}

fieldset
{
	border: 1px solid #6c6766;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}

fieldset legend
{
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0px;
}

textarea.small-size
{
	font-family: Tahoma, Verdana Arial, Arial Narrow, "Times New Roman", serif;
	font-size: 8pt;
}

a img
{
	border:0px;
}

/* Layout: Izklājuma CSS nosacījumi 
   ****************************************************************************/

#main
{
	width:100%;
}

#footer 
{
	width:100%;
}

div#logo
{
	float: left;
	width: 290px;
	height: 70px;
}

	div#logo a img
	{
		padding: 5px 0px 0px 0px;
	}

div#lang
{
	float: right;
	width: 290px;
	height: 70px;
	text-align: right;
}

	div#lang ul
	{
		border: 0px;
		margin: 50px 0px 0px 0px;
		padding: 0px;
		
		list-style-type: none;
		font-size: 0.6em;
		font-family: arial;
	}

		div#lang ul li
		{
			display: inline;
			padding-left: 2px;
		}
		
		div#lang ul li a
		{
			color: #6c6766;
			text-decoration: none;
		}
		
div#title-image
{
	clear: both;
	border-top: 2px solid #b91c1c;
	border-bottom: 6px solid #00808d;
	width: 900px;
}

	div#title-image img
	{
		padding: 0px;
		margin: 2px 0px 0px 0px;
		/*height: 209px;*/
		width: 900px;
	}

td#body
{
	padding: 0px;
	margin: 0px;
	
	background-image:url('../img/body-bg.gif');
	background-repeat: no-repeat;
	line-height:1.2em;
}

	td#body div#data h1, td#body div#data h2, td#body div#data h3, td#body h4 div#data
	{
		color: #007c8e;
	}
	
	td#body div#data
	{
		font-size: 8pt !important;
	}
	
	td#body div#data h1 
	{
		margin-top: 5px;
		font-size: 2.3em;
	}
	
	td#body div#data h2
	{
		font-size: 1.2em;
		color: #b91c1c;
	}
	
	td#body div#data ul, td#body div#data ol
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	td#body div#data ul li
	{
		list-style-type:none;
		list-style-image:url('../img/body-li.gif');
	}
	
	td#body div#data strong, td#body div#data em, td#body div#data i, td#body div#data b
	{
		color: #007c8e;
	}
	
	td#body div#data p, td#body div#data div
	{
		padding: 0px;
		margin: 5px 0px 0px 5px;
	}
	
	td#body div#data a
	{
		letter-spacing: 0.3px;
	}
	
	td#body div#data a:link
	{
		color: #02189d;
		border-bottom:1px dotted #02189d;
		text-decoration: none;
	}
	
	td#body div#data a:visited
	{
		color: #02189d;
		text-decoration:none;
	}
	
	td#body div#data a:hover
	{
		border-bottom:1px dotted #9d0229;
	}
	
	td#body div#data p.error, td#body div#data p.warning, td#body div#data p.success, td#toolbox p.error, td#toolbox p.warning, td#toolbox p.success
	{
		margin: 5px 0px;
		padding: 5px 5px;
		color: white;
		font-size: 8pt !important;
		font-weight:bold;
		text-align:center;
	}
	
	td#body div#data p.error, td#toolbox p.error
	{
		background-color: #b91c1c;
	}
	
	td#body div#data p.warning, td#toolbox p.warning
	{
		background-color: #ff7e00;
	}
	
	td#body div#data p.success, td#toolbox p.success
	{
		background-color: #2a9500;
	}	
	
div#main-menu
{
	text-align: right;
	padding-top: 10px;
	
	height: 25px;
	font-size: 0.6em;
	text-transform: uppercase;
}
div#main-menu ul 
{
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
	font-family: arial;
}
div#main-menu ul li 
{
	display: inline;
	margin-left:15px;
}
div#main-menu ul li a
{
	color: #b91c1c;
	text-decoration : none;
}
div#main-menu ul li a:hover 
{
	color: #b91c1c;
	border-bottom: 1px solid #b91c1c;
}

td#toolbox
{
	width: 230px;
	padding-right: 10px;
}

	td#toolbox div.menu-box h1
	{
		font-size: 0.9em;
		color: #007c8e;
		margin-bottom:0px;
		padding-bottom:0px;
		letter-spacing:0.5px;
	}
	
	td#toolbox div.menu-box ul
	{
		margin-top:7px;
		font-size:0.7em;
	}
	
	td#toolbox div.menu-box ul li
	{
		line-height:1.5em;
		list-style-type:none;
		list-style-image:url('../img/menu-box-li_v2.gif');
	}
	
	td#toolbox div.menu-box ul li a
	{
		color: #02189d;
	}
	
	td#toolbox div.menu-box ul li a:link, td#toolbox div.menu-box ul li a:visited
	{
		color: #02189d;
		text-decoration:none;
	}
	
	td#toolbox div.menu-box ul li a:hover, td#toolbox div.menu-box ul li a:active
	{
		color: #9d0229;
		text-decoration:underline;
	}

table#flash
{
	width: 100%;
}

td#news
{
	width:33%;
}

	td#news h1, td#training h1, td#publications h1
	{
		color: #00808d;
		font-size: 1.1em;
		font-family: arial;
		font-weight: normal;
		text-align: right;
		border-bottom: 1px solid #00808d;
		padding-bottom: 5px;
		margin-bottom: 0px;
	}
	
	td#news ul, td#training ul, td#publications ul
	{
		padding-left: 20px;
		margin-left: 10px;
		margin-top: 5px;
		font-size: 0.7em;
	}
	
	td#news ul li, td#training ul li, td#publications ul li
	{
		color: #e9e8e8;
		padding-bottom: 10px;
		border-bottom: 1px dotted #e9e8e8;
		/*list-style-type:none;*/
		list-style-image:url('../img/lzra-arrow.gif');
		padding-top: 10px;
	}
	
	td#news ul li a, td#training ul li a, td#publications ul li a
	{
		color: black;
		text-decoration: none;
		line-height:1.5em;
	}
	
	td#news ul li a:hover, td#training ul li a:hover, td#publications ul li a:hover
	{
		border-bottom: 1px dotted #b91c1c;
	}
	
	td#news ul li div.date, td#training ul li div.date, td#publications ul li div.date
	{
		color: #b91c1c;
		padding-bottom: 3px;
	}
	
td#training
{
	width:33%;
}

td#publications
{
	width:33%;
}


div#int-orgs
{
	font-size: 0.6em;
	text-transform: uppercase;
	color: #6c6766;
	padding-bottom:3px;
}

td#foot-int-orgs
{
	text-align: left;
	border-top: 1px solid #00808d;
	padding-left: 20px;
	padding-top: 5px;
}

td#foot-lzra
{
	border-top: 1px solid #00808d;
	border-left: 1px solid #00808d;
	border-right: 1px solid #00808d;
	width: 50px;
}

td#foot-copyrights
{
	border-top: 1px solid #00808d;
	font-size: 0.7em;
	padding-left: 5px;
	width: 320px;
	color: #6c6766;
}

	td#foot-copyrights p
	{
		margin: 0px;
		padding: 0px;
	}

/* Misc: Misc CSS nosacījumi 
   ****************************************************************************/

/* Datu labošanas forma */

table.edit-form
{
	width:100%;
}

table.edit-form th
{
	font-size: 8pt;
	font-weight:normal;
	padding-right:5px;
	width:15%;
}

table.edit-form td label, table.edit-form th label
{
	font-weight: normal;
	font-size: 8pt;
}

table.edit-form td input.mandatory
{
	border-bottom: 1px solid #b91c1c;
	color: #b91c1c;
}

table.edit-form td input.error
{
	background-color: #b91c1c;
	border: 1px solid #b91c1c;
	color: white;
	font-weight: bold;
}

table.edit-form td input.success
{
	background-color: #2a9500;
	border: 1px solid #2a9500;
	color: white;
	font-weight: bold;
}

table.edit-form td label
{
	font-size: 8pt;
}

table.edit-form td span.edit-note, span.edit-note, span.note
{
	font-size: 8pt;
	color: #999999;
	padding-left:10px;
}

div.info-box h1
{
	color: #b91c1c;
	font-size: 1.1em;
	font-family: arial;
	font-weight: normal;
	border-bottom: 1px solid #b91c1c;
	text-align: right;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

div.info-box p
{
	font-size:0.7em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #6c6766;
}

/* Sesijas datu izvade */

form#login fieldset
{
	padding: 5px;
	color: #6c6766;
}

	form#login fieldset legend
	{
		font-size: 0.6em;
		text-transform: uppercase;
		padding: 5px;
	}
	
#session-status
{
	/*color: #6c6766;*/
	color: white;
	background-color: #00808d;
	margin-top:5px;
	padding-top:5px;
	padding-bottom: 10px;
	text-align:center;
}

#session-status p
{
	font-size:0.7em;
	line-height: 1.5em;
}

#session-status a
{
	color: white;
}

.selected
{
	color: #2a9500;
	font-weight: bold;
}

/* Statusa izvade bloķētiem elementiem */
table tr td div.blocked, table tr td div.new, table tr td div.alert-until 
{
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#b91c1c;
}

div.button
{
	font-size:8pt;
}

/* Tabulu saraksta datu izvade */

table.data-list
{
	width:100%;
	border: 1px solid #b91c1c;
	border-collapse: collapse;
	margin-top: 5px;
}

table.data-list tr
{
	border-bottom: 1px dotted #b91c1c;
}

table.data-list th
{
	background-color: #b91c1c;
	color: white;
	font-size: 8pt;
	padding:3px;
	
}

table.data-list td 
{
	padding:3px;
	border-bottom: 1px dotted #b91c1c;

}

table.data-list td.text-string, table.file-list td.text-string
{
	font-size: 8pt;
}

table.file-list
{
	width:100%;
	border: 1px solid #dddddd;
	background: #f0f0ee;
	border-collapse: collapse;
}

table.file-list th
{
	font-weight:bold;
	padding:3px;
}

table.file-list td
{
	background: #ffffff;
	padding:5px 0px 5px 5px;
}

table.data-entry
{
	width:100%;
	/*border: 1px solid #b91c1c;*/
	border-collapse: collapse;
	font-size: 8pt;
}

table.data-entry tr th
{
	/*background-color: #b91c1c;*/
	color: black;
	font-size: 8pt;
	padding:3px;
	width: 25%;
}

table.data-entry tr td
{
	padding:3px;
	border-bottom: 1px dotted #b91c1c;
}

table.data-entry tr td.mandatory
{
	font-weight:bold;
	color: #b91c1c;
}

/* Viedokļu uzvade */
.opinion-top
{
	margin-top: 5px;
	padding: 5px;
	background-color: #b91c1c;
	border: 1px solid #ffe9d4;
	text-align: left;
	border-bottom: 0px solid #ffe9d4;
	font-size: 8pt;
	color: white;
}

/* Dzēsts ziņojums */
div.opinion-top em
{
	color: white !important;
	padding: 5px;
}

.opinion-text
{
	padding-top: 5px !important;
	padding-bottom: 10px !important;
	border-bottom: 1px dotted #b91c1c;
	font-size: 8pt;
	line-height: 1.5em;
}

.opinion-my
{
	font-weight: bold;
	color: white;
}

/* Intranet sākuma lapas datu atlase boxos */

.newmsgs-box h1
{
	font-size:1.2em !important;
	color: #b91c1c !important;
	/*padding-bottom:5px;*/
	margin-bottom:5px !important;
	/*border-bottom:1px solid #b91c1c;*/
}

.newmsgs-box ul
{
	padding-top:0px !important;
	margin-top:0px !important;
}

.msg_attach_elem
{
	margin-top: 5px;
}

.archive a
{
	font-size: 8pt;
	color: #b91c1c;
}

span.for-auditor
{
	font-weight: bold;
	font-size: 8pt;
	background-color: #007c8e;
	padding: 3px;
	margin-right: 3px;
	color: #ffffff;
}

#news-classes
{
	border: 1px solid #b91c1c;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#news-classes li
{
	
	
}

div.list-navigator
{
	clear: both;
	background: #e6e6e6;
	padding: 5px;
}

div.gallery-thumb
{
	float: left;
	background: #f6f6f6;
	display: block;
	width: 156px;
	height: 170px;
	text-align:center;
}

div.gallery-thumb img
{
	margin: 3px;
	margin-top: 10px;
}

div.gallery-thumb p
{
	margin:0px;
	padding:3px;
}

div.image-thumb
{
	float: left;
	height: 160px;
}

div.image-thumb img
{
	
	display: block;
	padding: 5px;
	background: #f4f4f4;
	border: 1px solid #d4d4d4;
}

div.image-thumb img.not-active
{
	background: #c00;
}

div.gallery-image
{
	text-align:center;
}

div.list-navigator
{
	clear: both;
	text-align: center;
}

a.current:link, a.current:visited, a.current:hover
{
	color: #b91c1c !important;
	text-decoration: underline !important;
}

div#lzraic-banner-top {
	height:17px;
	margin-top:20px;
	margin-left: 10px;
	margin-right: 10px;
	background: #f4f8fb url('/img/lzraic_banner_top.png') no-repeat top center;
}
div#lzraic-banner {
	
	border-left:1px solid #cbe2ee;
	border-right:1px solid #cbe2ee;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 30px;
	background-color: #f4f8fb;
	padding-bottom: 20px;
	text-align: center;
}
div#lzraic-banner-bottom {
	height:17px;
	margin-left: 10px;
	margin-right: 10px;
	background: #f4f8fb url('/img/lzraic_banner_bottom.png') no-repeat bottom center;
}

div#lzraic-banner h3 {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #134D62;
}

div#lzraic-banner p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}
