/*
 * styles.css
 *
 * Style Sheet for Applied Informatics Home Page.
 *
 * Copyright (c) 2004-2010, Applied Informatics
 *
 */

body
{
	background-color: #e0e0e0;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, td, th, address, blockquote, strong, b, emph, i
{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
}

p, ul, ol, address, blockquote, h6
{
	color: black; 
	font-size: 10pt; 
	line-height: 14pt; 
	margin-top: 6px; 
	margin-bottom: 4px;
}

.content p
{
	text-align: justify;
}

div.content
{
	margin-top: 24px;
	width: 416px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
}

abbr
{
	border-bottom-style: dotted;
	border-bottom-color: #069;
	border-bottom-width: 1px;
}

h1.pagetitle
{
	color: white; 
	font-size: 24px; 
	margin-top: 18px; 
	margin-bottom: 0; 
	margin-left: 16px;
	font-weight: normal;
}

h1
{
	color: black; 
	font-size: 18pt; 
	font-weight: normal; 
	line-height: 22pt; 
	margin-top: 12px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

h2
{
	color: black; 
	font-size: 13pt; 
	font-weight: normal; 
	line-height: 18pt; 
	margin-top: 12px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 7px;
}

h2.blurb
{
	color: #069;
	font-size: 10pt; 
	font-weight: bold; 
	line-height: 14pt; 
	font-stretch: wider; 
	text-transform: none; 
	margin-top: 6px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 14px;
	text-align: justify;
}

h3
{
	color: black;
	font-size: 11pt; 
	line-height: 16pt;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 6px;
}

h4
{
	color: #069;
	font-size: 10pt; 
	font-weight: bold; 
	line-height: 14pt; 
	font-stretch: wider; 
	text-transform: uppercase; 
	margin-top: 14px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
}

h5 
{
	color: #069; 
	font-size: 8pt; 
	font-weight: bold; 
	line-height: 12pt; 
	text-align: right; 
	text-transform: uppercase; 
	margin-top: 10px;
}

h6
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 4px;
}

td
{
    font-size: 8pt;
    color: #000000;
    background-color: #fff;
}

th
{
    font-size: 8pt;
    font-weight: bold;
    color: #fff;
    background-color: #069;
    text-align: left;
}

table.sla
{
	background-color: #069;
}

table.downloads
{
	background-color: #069;
}

table.downloads td, table.downloads th
{
	padding-left: 4px;
	padding-right: 6px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.downloads td a
{
	font-weight: bold;
}

tr.even, tr.even td
{
	background-color: #efefef;
}

tr.odd, tr.odd td
{
	background-color: #d8d8d8;
}

tr.group, tr.group td
{
	background-color: #bbb;
	font-weight: bold;
}

li, dd, dt
{
    font-size: 10pt;
    color: #000000;
}

dl
{
	padding-left: 0px;
}

dt
{
	margin-left: 0px;
}

dd
{
	margin-left: 2em;
	padding-bottom: 1ex;
}

ul
{
	padding-left: 0px;
	margin-left: 2em;
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: url(../images/bullet.gif);
}

li
{
    margin-left: 0px;
    margin-bottom: 2px;
}

strong, b
{
    font-weight: bold;
}

emph, i
{
    font-style: italic;
}

.address
{
	line-height: 11pt; 
	margin-bottom: 4px;
}

#maintable 
{
	margin-top: 25px;
	width: 1012px; 
	border: solid 0;
	padding: 0px;
}

#contenttable 
{
	margin: 0;
	padding: 0; 
	border-width: 0;
	width: 980px;
}

#contenttable > tr > td
{
	margin: 0;
	padding: 0; 
	border-width: 0;
	vertical-align: top;
}

.tdsubmenu 
{
	width: 222px;
}

.tdcontent 
{ 
	width: 416px;
}

.tdsidebar
{
	width: 222px;
}

.tdspacer40
{
	width: 40px;
}

.tdspacer20
{
	width: 20px;
}

.sidebar
{
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	font-size: 8pt;
	line-height: 11pt;
}

.subcategory  
{
	color: white; 
	font-size: 10px; 
	font-weight: bold; 
	font-stretch: wider; 
	margin-bottom: 3px; 
	margin-left: 5px; 
}

.submenu 
{
	color: black; 
	font-size: 10pt; 
	line-height: 14pt; 
	text-decoration: none; 
}

.submenu li
{
	color: black; 
	font-size: 10pt; 
	line-height: 14pt; 
	text-decoration: none; 
}

.submenu li.category
{
	color: black; 
	font-size: 10pt; 
	line-height: 14pt; 
	text-decoration: none; 
	text-transform: uppercase;
	font-style: normal;
	color: #069;
	margin-top: 19px;
	margin-bottom: 2px;
	list-style-type: none;
	margin-left: -16px;
}

.submenu li.selected
{
	color: #069; 
	font-size: 10pt; 
	line-height: 14pt; 
    list-style-image: url(../images/bullet.gif);
}

ul.submenu
{
	color: #069; 
	margin-top: 26px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 16px;
	padding-right: 0;
	padding-left: 0;
	list-style-type: none; 
	list-style-position: outside;
	list-style-image: none;
	font-weight: bold;
}

.submenu li a
{
	color: black; 
	font-size: 10pt; 
	line-height: 14pt; 
	text-decoration: none; 
	color: #069;
	margin-top: 0px;
}

.footer 
{
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center; 
	line-height: 12pt; 
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-right: 30px;
}

.small
{
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 10pt; 
}

.submenu li a:link 
{ 
    color: #464646;
    text-decoration: none;
}

.submenu li a:visited 
{ 
    color: #464646;
    text-decoration: none; 
}

.submenu li a:active 
{ 
    color: #069;
    text-decoration: none;
}

.submenu li a:hover 
{ 
    color: #069;
    text-decoration: none;  
}

div.ataglance
{
	width: 220px;
	padding-top: 36px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	border: 0px;
}

div.ataglance_bg_de
{
	background-image: url(../images/de/ataglance_box.png);
}

div.ataglance_bg_en
{
	background-image: url(../images/en/ataglance_box.png);
}

div.successstory_bg
{
	background-image: url(../images/successstory_box.png);
}

div.ataglance img
{
	vertical-align: bottom;
}

div.ataglance ul
{
	margin-left: 28px;
	margin-right: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.ataglance li
{
	font-size: 9pt;
	line-height: 13pt;
}

div.ataglance p
{
	font-size: 11px;
	line-height: 16px;
	margin-left: 12px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

h4 a:link 
{ 
    color: #069;
    text-decoration: none;
}

h4 a:visited 
{ 
    color: #069;
    text-decoration: none; 
}

h4 a:active 
{ 
    color: #069;
    text-decoration: underline;
}

h4 a:hover 
{ 
    color: #069;
    text-decoration: underline;  
}

a:link 
{ 
    color: #069;
    text-decoration: underline;
}

a:visited 
{ 
    color: #069;
    text-decoration: underline; 
}

a:active 
{ 
    color: #069;
    text-decoration: underline;
}

a:hover 
{ 
    color: #069;
    text-decoration: underline;  
}

a.footer:link 
{ 
    color: #069;
    text-decoration: underline;
}

a.footer:visited 
{ 
    color: #069;
    text-decoration: underline; 
}

a.footer:active 
{ 
    color: #069;
    text-decoration: underline;
}

a.footer:hover 
{ 
    color: #069;
    text-decoration: underline;  
}

td.optional
{
	color: black;
	text-align: right;
	font-size: 9pt;
	padding: 6px;
	padding-left: 8px;
}

td.required
{
	color: #069;
	font-weight: bold;
	text-align: right;
	font-size: 9pt;
	padding: 6px;
	padding-left: 8px;
}

p.required
{
	color: #069;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

table.form 
{
	background-color: white;
}

td.value
{
	text-align: left;
}

input.value, textarea.value, td.value input
{
	font-size: 9pt;
	width: 300px;
}

div.region
{
	text-align: right; 
	font-size: 9px; 
	margin-right: 18px; 
	margin-top: 8px; 
	margin-bottom: 0; 
	padding: 0; 
	color: #ddf;
}

a.region:link, a.region:active, a.region:hover, a.region:visited
{
	color: #b8b8ff;
}

