﻿@font-face {
	font-family: 'FrutigerLTW01-45Light';
	src: url("fonts/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff") format('woff');
}
html, body
{
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size: 11px;
	height: 100%;
}

div.clearPane
{
	/*border: solid 1px black;*/
	clear: both;
}

div#header
{
	border-bottom: solid 1px #c0c0c0;
	z-index: 200;
	height: 85px;
	margin: 0 67px 20px 67px;
}
div#logo
{
	/*border: solid 1px red;*/
	position: absolute;
	left: 67px;
	top: 16px;
}
div#portalName
{
	/*border: solid 1px red;*/
	position: absolute;
	left: 167px;
	top: 23px;
	color: #d00474;
	font-size: 18px;
	font-weight: bold;
}

/*device user selection*/

div.exactCenter { 
    width:300px; 
    max-width:300px;
    height:300px; 
    position: fixed;
    top: 50%; 
    left: 50%; 
    margin-top: -150px; 
    margin-left: -150px;
    padding:0;
}

div.exactCenter p.devicetypetext {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 8px 0px 0px 0px;    
    min-height: 40px;
}

div.exactCenter p.deviceheadingtext { 
    font-size:22px;
    color: #737373; 
    text-align : center; 
    margin:0;
}

div.exactCenter div.verticalLine { 
  width: 6px;
  background-color: #4655A5;
  height: 140px;
  border: 3px;
  border-color: #4655A5;
  border-radius: 4px;
  display:inline-block;
  margin: 0;
  position: relative;
}

div.exactCenter #selectortable {
    min-width:100%;
}

div.exactCenter .btncell {
    padding-top: 30px;
    text-align:center;
    font-size:14px; 
    color: #333;
    float: left;
    width: 137px;
    max-width:140px;
}

div.exactCenter .floatleft {
    float: left;
    padding-right:10px;
}

div.exactCenter .floatright {
    float: right;    
    padding-left:10px;
}

div.exactCenter .middlecell {
    padding: 0;
}

div.exactCenter .headingcell {
    padding-bottom:10px;
}


/* footer */
div#COPYRIGHT
{
	display: inline-block;
}
div#footer,
div#footer a:link,
div#footer a:visited,
div#footer a:hover
{
	color: #939598;
	text-decoration: none;
}
h1
{
	color: #737373;
	font-weight: normal;
}
p{
	color: #333;
	font-size: 14px;
}