/*
======  Styles.css  ======
Autors : KSP, 02.2003.
Resurss : www.RTU.lv
Piezīmes : Satur resursa www.rtu.lv pamatteksta formatējuma CSS definīcijas
-------------------------
*/

.teksts {
	font-size : 8pt;
	font-family : Verdana, Tahoma;
	/*text-align : justify;*/
	

}

.H1 {
	font-size : 12pt;
	font-weight : bold;
/*	font-style: italic;*/
	text-align : center;
	border-bottom : 2 solid #245795;
	padding-top : 10px;
	padding : 2px;
	font-family : Arial, Verdana, Arial, sans-serif;
	color : #3A6EA5;
}

.H2 {
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
	font-family :  Verdana, Arial, sans-serif;
	border-bottom : 2 solid #245795;
	padding-top: 5px;
	padding : 1px;
	padding-left: 20px;
	color : #3A6EA5;
}

.H3 {
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
	font-family : Arial, Verdana, sans-serif;
	color : #3A6EA5;
	padding-left: 15px;
}

.H4 {
	font-size : 11pt;
	font-weight : bold;
	text-align : center;
	font-family : Arial, Verdana, sans-serif;
	color : #3A6EA5;
}

.H5 {
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
	font-family : Arial, Verdana, sans-serif;
	color : #3A6EA5;
}

.minitext {
	font-size : 8pt;
	color : #FFFFFF;
	font-family : Verdana, Tahoma;
	padding-bottom: 6px;
}

.minigray {
	font-size : 8pt;
	color : #999999;
	font-family : Tahoma;
	text-align: center;
}
 
.minileft {
	font-size : 8pt;
	color : #999999;
	font-family : Tahoma;
	text-align: left;
}


.peleks {
	background-color: #999999;
}

.linija {
	background-color: #87CEEB;
}

.linija {
	color: #87CEEB;
}
/* RJ */
.minidate {
	font-size : 8pt;
	color : #FFFFFF;
	font-family : Verdana, Tahoma;
	background-color: #87CEEB;
}
/*
#87CEEB - gaiši zilais
#245795 - tumši zilais
#3A6EA5 - tumši zilais #2
#EEEEEE - gaiši pelēkais (visam fonam, lai baltais paliek "lapām")
*/
