@import url("innovagen.framework.css");
@import url("innovagen.menusystem.css");

/* Main style definitions */
html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body, ol, h1, h2, h3, p, div, ul, li {

	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;	
}

pre {
	font-family: courier, monotype;
}

body {  
	background-color:#FFFFFF; 
	margin: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 32px;	
	text-align:right;	
}

h1 span {
	font-size:80%;
}

h2 {
	font-size: 13.44px;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
}

ul {
	padding-right:5px;
}

ul, li a {
	list-style-type:none;
	text-decoration:none;
}
ul h2 {
	margin-top:10px;
}

ul ul h2 {
	margin-top:0px;
}

a:link {  color: #0669A5; }
a:visited { color: #0669A5; }
a:hover {  color: #0587D9 }
a:active {  color: #0669A5}

a:link h2 {  color: #0669A5; }
a:visited h2 { color: #0669A5; }

table.art div {
	width:160px;
	font-size:70%;
}
table.art h3 {
	width:110px;
	margin-bottom:10px;
}
img.art {
	padding:5px;
	border:2px solid black;
}

.indent {
	margin-left: 10%; 
	margin-right: 10%;
}

.alert {
	font-size: 12.5px; 
	font-style: italic;
	font-weight: bold;
    color: #FD1912;
	margin-left: 5px; 
}
.disclaimer {
	font-size: 10px; 
	font-style: italic;

}

.button {
	text-align: center;
}
.loading {
	background-image: url(loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}
/* Part of menu system */
.campaign {

	width:90px;
	height:auto;
	margin:5px 5px 5px 5px;
	padding:5px 0px 5px 0px;

/*	overflow:auto; */

	background-color:none;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	font-weight: bold;
	vertical-align:middle;
	border: 1px solid silver;
	
}

.campaign a {
	vertical-align:middle;
	text-decoration:none;
	color:#FFFFFF; 
	display:block;
	padding:5px 0px 5px 0px; 
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#5B7F95;
	font-style: normal;
	line-height:normal;
	font-weight: normal;
	text-align: left;
}

.bordered {
	border:2px #EEF4F8 solid;
}
.dimmed {
	color:#BBBBBB;
}
.dark {
	background-color:#B4D1E4;
}
.light {
	background-color:#EEF4F8;
}
.highlightborder { 
	border: 2px #FD1912 dotted;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}


.hidden {
	visibility:hidden;
}

@media screen {

	.printonly {
		visibility:hidden;
	}
}
