﻿/*==========================================================================*/
/* axis_classes_reduced.css                                                 */
/*                                                                          */
/* Essential css classes for formatting content (text).                     */
/*                                                                          */
/* 20051002 Jonas Elmqvist jonase@axis.com                                  */
/* Upgraded with definition for tag type to prevent noncommom css-classes   */
/* to be visible in frontpage                                               */
/*                                                                          */
/* Jonas Elmqvist, Tord Karlsson                                            */
/* (c) Axis Communications                                                  */
/*==========================================================================*/
	
	.title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;	
		font-style: normal;  
		font-weight: normal;
		color: #666666;
		}
		
	.halftitle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		line-height: 20px;
		font-style: normal;  
		font-weight: bold;
		color: #666666;
		}
		
	.subtitle {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 12px;	 
		font-style: normal;  
		font-weight: bold;
		color: #666666;
		margin:0px;
		padding:0px;
		}
	
	div.smallheadline, span.smallheadline, p.smallheadline {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;	 
		font-style: normal;  
		font-weight: bold;
		color: #666666;
		margin:0px;
		padding:0px;
		}			
		
	.largetext	{
		color: #000000; 
		font-weight: normal; 
		font-size: 12px;
		line-height: 19px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		text-decoration: none;
		}
	 
	.midtext {
		color: #000000; 
		font-weight: normal; 
		font-size: 11px;
		line-height: 16px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		text-decoration: none;
		}
	
	.ingresstext	{
		color: #333333; 
		font-weight: bold; 
		font-size: 12px;
		line-height: 19px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		text-decoration: none;
		}
	
	.arrowsdown, 
	ul#mainNav .arrowsdown {
		color: #000000;
 		list-style-type: none; 
 		font-family: Verdana, Arial, Helvetica, sans-serif; 
 		font-size: 11px; text-decoration: none;
		margin-top: 0em;
    	margin-bottom: 8px;
    	margin-left: 0em;
    	list-style-type: none;
    	padding: 0 0 0 9px;
    	background:  url("/core/graphics/arrowsdown.gif") no-repeat 0px 0em;
	}

	.dash,
	ul#mainNav .dash {
  		font-family: Verdana, Arial, Helvetica, sans-serif; 
 		font-size: 11px; text-decoration: none;
	  	margin-top: 0em;
    	margin-bottom: 8px;
		margin-left: 0em;
    	list-style-type: none;
    	padding: 0 0 0 18px;
    	background:  url("/core/graphics/dash.gif") no-repeat 0px 0em;
	}

	li.nobullet,
	ul#mainNav li.nobullet{
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #666666;
		margin-bottom: 8px;
		list-style-type: none;
		background:  url("/core/graphics/blank.gif") no-repeat 0px 0em;
		padding-left:0px; 
		padding-right:0; 
		padding-top:0; 
		padding-bottom:0;
		}

	li.nobulletplain,
	ul#mainNav	li.nobulletplain{
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		margin-bottom: 8px;
		list-style-type: none;
		background:  url("/core/graphics/blank.gif") no-repeat 0px 0em;
		padding-left:0px; 
		padding-right:0; 
		padding-top:0px; 
		padding-bottom:0;
		}

	li.indentnobullet,
	ul#mainNav li.indentnobullet {
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		margin-bottom: 8px;
		list-style-type: none;
		background:  url("/core/graphics/blank.gif") no-repeat 0px 0em;
		padding-left:9px; 
		padding-right:0; 
		padding-top:5px; 
		padding-bottom:0
		} 

	.bulletlargetext {
		color: #000000;
 		list-style-type: none; 
 		font-family: Verdana, Arial, Helvetica, sans-serif; 
 		text-decoration: none;
		margin-top: 0em;
    	margin-bottom: 8px;
		margin-left: 0em;
    	list-style-type: none;
    	padding: 0 0 0 9px;
    	background:  url("/core/graphics/dot_gray_largetext.gif") no-repeat 0px 0em;
	}

	.bulletsmalltext  {
		color: #000000;
 		list-style-type: none; 
 		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 		
		text-decoration: none;
		margin-top: 0em;
    	margin-bottom: 2px;
    	margin-left: 0em;
    	list-style-type: none;
    	padding: 0 0 0 9px;
   		background:  url("/core/graphics/dots/bullet_blackdot.gif") no-repeat 0px 0em;
	}
  
	div.dotline {
		background-image: url(/core/graphics/dots/dots_hor_147w.gif);
		background-repeat: repeat-x;
		margin:0px;
		margin-top:10px;
		padding-top: 10px;
		padding-bottom: 0px;
		width: 100%;
	}
	
	div.greybox {
		border: 1px solid #CCCCCC;
		background-color: #EEEEEE;
		padding: 10px;
	}

	a.iconPdf {
		background-image: url(/core/graphics/filetypes/pdf_20x20px.gif);	
		background-position: 0px 0px;
		background-repeat: no-repeat;
		/*display: inline-block;*/
		padding-left: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	a.iconTxt {
		background-image: url(/core/graphics/filetypes/txt_20x20px.gif);	
		background-position: 0px 0px;
		background-repeat: no-repeat;
		/*display: inline-block;*/
		padding-left: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	a.iconFile {
		background-image: url(/core/graphics/filetypes/file_20x20px.gif);	
		background-position: 0px 0px;
		background-repeat: no-repeat;
		/*display: inline-block;*/
		padding-left: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	a.iconRight {
		background-image: url(/core/graphics/readmore_blue.gif);	
		background-position: 0px 0px;
		background-repeat: no-repeat;
		/*display: inline-block;*/
		padding-left: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	a.iconDownload {
		background-image: url(/core/graphics/button_download.gif);	
		background-position: 0px 0px;
		background-repeat: no-repeat;
		/*display: inline-block;*/
		padding-left: 25px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	li.iconwriteus {
  		font-family: Verdana, Arial, Helvetica, sans-serif; 
 		font-size: 11px; 
 		text-decoration: none;
    	margin-top: 15px;
    	margin-bottom: 5px;
	  	margin-left: 0em;
    	list-style-type: none;
    	padding: 0 0 0 18px;
    	background:  url("/core/graphics/icon_writeus.gif") no-repeat 0px 0em;
  	}

	.invisible {
		visibility: hidden;
	}
	.visible {
		visibility: visible;
	}
