
/***********************************************************
*
*	UNIVERSAL-TEXT
*
************************************************************/



/************************************************* 		
*	left | center | right
*	Textjusteringar
*************************************************/
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }



/************************************************* 		
*	txt-1
*	Vanlig brödtext - Mörk
*************************************************/

.txt-1 {
	color:rgb( 17, 17, 17 );
	font: 18px/18px "myriad-pro-condensed",sans-serif;
	text-transform:uppercase;
}


/************************************************* 		
*	txt-2
*	Vanlig brödtext - Ljus och fet
*************************************************/

.txt-2 {
	color:rgb( 245, 245, 245 );
	font: bold 18px/18px "myriad-pro-condensed",sans-serif;
	text-transform:uppercase;
}

/************************************************* 		
*	txt-3
*	Vanlig brödtext - Ljus 
*	Används till statusraden
*************************************************/

.txt-3 {
	color:rgb( 245, 245, 245 );
	font: 16px/16px "myriad-pro-condensed",sans-serif;
	text-transform:none;
}

/************************************************* 		
*	txt-4
*	Vanlig brödtext - Mörk 
*	Används till bibliotek
*************************************************/

.txt-4 {
	color:rgb( 17, 17, 17 );
	font: 16px/16px "myriad-pro-condensed",sans-serif;
}

/************************************************* 		
*	txt-5
*	Disablad txt-1 - Ljust  
*	Används till context
*************************************************/

.txt-5 {
	color:#bbb;
	font: 18px/18px "myriad-pro-condensed",sans-serif;
	text-transform:uppercase;
}
/************************************************* 		
*	txt-6
*	Som txt-1 fast ljus- Ljust  
*************************************************/

.txt-6 {
	color:rgb( 245, 245, 245 )	font: 18px/18px "myriad-pro-condensed",sans-serif;
	text-transform:uppercase;
}

/************************************************ 	
*	dsp-1
*************************************************/

.dsp-1 {
	color:rgb(215, 225, 195);
	font: 12px/12px "myriad-pro-condensed",sans-serif;
}

/************************************************ 	
*	dsp-2
*************************************************/

.dsp-2 {
	color:rgb( 17, 17, 17 );
	font: bold 26px/18px "myriad-pro-condensed",sans-serif;
	text-transform:uppercase;
}


/************************************************ 	
*	dsp-3
*	Stor rubrik
*	
*	Används i fields-title
*************************************************/

.dsp-3 {
	color:rgb( 17, 17, 17 );
	font: bold 42px/42px "myriad-pro-condensed",sans-serif;
	text-transform:uppercase;
}

/************************************************ 	
*	dsp-4
*************************************************/

.field-children-list-cell {
	color:rgb( 17, 17, 17 );
	font-weight: bold;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-transform:uppercase;
}

.field-children-paging-text {
	color: rgb( 245, 245, 245 );
	font-weight: bold;
	font-family: "myriad-pro-condensed",sans-serif;
	font-size: 18px;
}