
/* ========================================================================================================== */
/*                                             Styles                                                         */
/* ========================================================================================================== */
/* ---------------------------------------------------------------------------------------------------------- */
/*                                             Tag definitions                                                */
/* ---------------------------------------------------------------------------------------------------------- */


body, h2, h3, h4, h5, h6, td, th, caption, p, pre, span, code, div, object, label, fieldset, legend, button, input, select, textarea, optgroup, option, a, ul, ol, li, dd, dt {
	font-family: verdana, "trebuchet ms", arial, "times new roman", sans-serif;
	font-size: 10pt;
}

h1, h1 span {
	font-size: 20pt;
	font-weight: bold;
	line-height: 1.1em;
}

h2, h2 span {
	font-size: 10pt;
	font-weight: bold;
}

h5 {
	font-size: 12pt;
}

/* if you only specify 'a' and not the pseudo classes (link, visited, active) it goes for anchors as well as links. */
a:link, a:visited, a:active {
    font-size:10pt;
}

.TableStandard, .visible {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 100%;

	border-collapse: separate;

	background-color: #000000;

	border-spacing: 1px;

}
* html .TableStandard {border-collapse: separate;border-spacing: 1px;}
* html .visible {border-collapse: separate;border-spacing: 1px;}

.visible tr td, .TableStandard thead td, .visible thead td, .TableStandard thead th, .visible thead th, .visible th {
	border: 1px solid #000000;
}

.TableStandard thead td, .visible thead td, .TableStandard thead th, .visible thead th, .visible th {
	font-size: 10pt;
	
}



#divContent {

	width: 600px;

}



#tblContentPane {position: relative; top: -30px;}

#tdLeftMenu {display: none;}

.tdLeftMenu {display: none;}

#tdContext {display: none;}

#tdTopRow {display: none;}

#divBanner {display: none;}

#tblBanner {display: none;}

#tdBanner {display: none;}

.tdBottomLine {display: none;}

#tdContext {display: none;}

#divFooter a {display: none;}

#divFooter .onlyOnPrint {display: inline;}

.imgPrintLogo {display: block;}

.AnsvarsDiv {display: block;}

#divTopMenu {display: none;}





/*sIFR print definitions*/

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

p {
	font-size: 10pt;	
}
