body {
	margin: 0;
	padding: 0;
}


#topheaderwrapper, 
#headerwrapper, 
#titlewrapper,
#navbarwrapper, 
#mainwrapper, 
#footerwrapper, 
#bottomfooterwrapper{
	margin: 0;
	padding: 0px;
	width: 100%;
	clear: left;
}

#topheader{
	padding: 10px;
}

#headerwrapper{
	margin-top: 0px;
}

#topheader, 
#header, 
#navbar, 
#title,
#main, 
#footer, 
#bottomfooter{
	margin: auto;
	width: 800px;
}

#homemain{
	width: 1000px;
	margin: auto;	
}

#homelogo{
	padding-top: 50px;
	padding-left: 50px;
}

p{
	font-size: 50pt;
	letter-spacing: 0.3pt;
	font-family: Arial;
	
}
em{
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
}

#line1{
	margin-top: 80px;
	margin-left: 150px;
	margin-bottom: 0px;
}
#line2{
	margin-top: 0px;
	margin-left: 180px;	
}
#number{
	font-size: 40px;
	font-weight: bold;
	margin-left: 700px;
	margin-bottom: 0px;		
}
#mail{
	font-size: 20px;
	margin-left: 700px;
	margin-top: 0px;	
	letter-spacing: 4px;	
}


#homemain h1{
	margin-top: 300px;
	margin-bottom: -15px;
	font-size: 62px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -2px;
}

#homemain h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 21px;
	font-family: Arial;
	letter-spacing: 0.7px;
}

#homemain h2 .number{
	margin-top: 0px;
	margin-bottom: 0px;	
	font-size: 18px;
	font-family: Arial;
}

#header{
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #333;
}

#main{
	display: block;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #333;
}

#signinheader, #signin, #signinfooter{
	display: block;
	width: 800px;
	margin: auto;
}

#signin{
	height: 650px;
}

#topheader{
}

#header{
	height: 93px;
}

.logo{
	margin-left: 580px;
}

#signedininfo{
	display: inline-block;
	padding-right: 25px;
	width: 775px;
	text-align: right;
	margin-top: 69px;
	color: #002c63;
}

#signedininfo a{
	font-weight: bold;
	text-decoration: none;
	color: #002c63;
}

#signedininfo a:hover{
	color: #003c87;
}


.signinlogo{
	margin-top: 20px;
	margin-left: 280px;
}

.loginform{
	position: relative;
	display: inline-block;
    width: 270px;
	top: 260px;
	left: 210px;
	padding: 15px;
	
}

.loginform table{

}

.signinbutton{
	width: 79px;
	height: 30px;
	background-color: #e8e8e8;
	background-image: url('../listimages/signinbutton.png');
	display: inline-block;
	text-align: center;
	padding-top: 0px;
	font-size: 14px;
	text-decoration: none;
	margin-top: 0px;
	border: none
}

#leftpanel{
	width: 200px;
	display: inline-block;
	float: left;
	
}

#selectpanel{
	display: inline-block;
	width: 200px;
	height: 300px;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

#selectpanel p{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
}

#statuspanel{
	display: block;
	clear: left;
	background-color: #505050;
	width: 200px;
	height: 90px;
	color: red;
}

#statuspanel img{
	margin-top: 35px;
	margin-left: 35px;
}

.selectlist{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
}

.selectlist li{
	margin: 0;
	width: 200px;
	font-size: 11px;
	letter-spacing: 0;
	display: inline-block;
}

.selectlist li a{
	display: block;
	text-decoration: none;
}

.selectlist li a:hover{

}

.selectlist li .active{

}

.selectlist img{
	vertical-align: middle;	
	margin-right: 8px;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#searchform{
	display: inline-block;
	width: 100px;
    margin:0;
	padding: 20px;
	padding-left:40px;
	padding-top: 23px;
	background-image: url('../listimages/searchback.png');
}

#searchbox{
	float: left;
	border:none;
	background: none;
	width: 70px;
}

#rightpanel{
  position: relative;
  float: left;
  width: 600px;
  display: inline-block;	
}

#filterpanel{
	padding: 5px;
	/*padding-left: 220px;*/
	text-align: center;
	font-size: 12px;
	height: 20px;
	margin: 0;
	vertical-align: middle;
}

#filterpanel input, #filterpanel select,  #filterpanel a{
	vertical-align: middle;
}

#tablepanel{
	width: 600px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

/* for Internet Explorer */
/*\*/
#tablepanel{
  padding-top: 15px;
	height: 375px;
}
/**/

html>body #tablepanel{
		height: 392px;
  padding-top: 0;
}
/*
#editpanel{
	height: 200px;
	width: 600px;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
}
*/
#mainfooter{
	clear: both;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
	margin: 0;	
	width: 780px;
	height: 15px;
}

#signinfooter{
	clear: both;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
	margin: 0;
	width: 380px;
	height: 15px;	
}

.greybutton{
	text-decoration: none;
	letter-spacing: 0;
	display: inline-block;
	border: 1px solid black;
	padding: 2px 5px;
	margin: 0;
	margin-left: 20px;
	background-image: url('../listimages/buttonback.png');
	background-color: #dfe0df;
	font-weight: normal;
	font-size: 11px;
}

.loadingimage{
	margin-left: 300px;
	margin-top: 100px;
}

#coverreflection{
	margin-top: 20px;
	margin-left: 150px;
}

.pyramidheader{
	font-size: 20px;
	color: #a0a0a0;
	margin: 10px;
}

.pyramidbuttoncontainer{
	display: inline-block;
	width: 600px;
	text-align: center;
	height: 30px;
}

#pyramidkpi{
  font-size: 12px;
  color: #999;
  margin: auto;
  margin-left: 20px;	
}

#pyramidlevel1{
	display: inline-block;
	width: 100px;
	margin: auto;
}

#pyramidlevel2{
	display: inline-block;
	width: 370px;
	height: 65px;
	margin: auto;
}

#pyramidlevel3{
	display: inline-block;
	width: 550px;
	height: 65px;
	margin: auto;
}

#pyramidlevel4{
	display: inline-block;
	width: 300px;
	height: 65px;
	margin: auto;
}

.pyramidroundbuttongreen, .pyramidroundbuttonyellow, .pyramidroundbuttonred, .pyramidroundbuttongrey, .pyramidroundbuttonpurple{
	display: inline-block;
	width: 30px;
	height: 22px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;

}

.pyramidroundbuttonlink{
	color: red;
}

.pyramidroundbuttongreen, .pyramidroundbuttonyellow, .pyramidroundbuttonred, .pyramidroundbuttongrey,
 .pyramidroundbuttonpurple{
	text-decoration: none;
	color: #555;
}

.pyramidroundbuttongreen a, .pyramidroundbuttonyellow a, .pyramidroundbuttonred a, 
.pyramidroundbuttongrey a, .pyramidroundbuttonpurple a{
	text-decoration: none;
	color: #eee;
}

.pyramidroundbuttongreen a:hover, .pyramidroundbuttonyellow a:hover, .pyramidroundbuttonred a:hover, 
.pyramidroundbuttongrey a:hover, .pyramidroundbuttonpurple a:hover{
	color: #fff;
}

.pyramidroundbuttongreen{
	background-image: url('../pyramidimages/roundbuttongreen.png');
}

.pyramidroundbuttonyellow{
	background-image: url('../pyramidimages/roundbuttonyellow.png');
}

.pyramidroundbuttonred{
	background-image: url('../pyramidimages/roundbuttonred.png');
}

.pyramidroundbuttongrey{
	background-image: url('../pyramidimages/roundbuttongrey.png');
}

.pyramidroundbuttonpurple{
	background-image: url('../pyramidimages/roundbuttonpurple.png');
}


.pyramidbuttongreen, .pyramidbuttonyellow, .pyramidbuttonred, .pyramidbuttongrey, .pyramidbuttonpurple{
	display: inline-block;
	float: left;
	width: 80px;
	height: 26px;
	text-align: center;
	padding: 5px;
	padding-bottom: 0;
	font-size: 8px;
	font-weight: bold;
	color: #333;
	margin: auto;
}

.pyramidbuttongreen, .pyramidbuttonyellow, .pyramidbuttonred, .pyramidbuttongrey,
 .pyramidbuttonpurple{
	text-decoration: none;
	color: #505050;
}

.pyramidbuttongreen:hover, .pyramidbuttonyellow:hover, .pyramidbuttonred:hover, .pyramidbuttongrey:hover,
 .pyramidbuttonpurple:hover{
	text-decoration: none;
	color: #808080;
}

.pyramidbuttongreen{
	background-image: url('../pyramidimages/buttongreen.png');
}

.pyramidbuttonyellow{
	background-image: url('../pyramidimages/buttonyellow.png');
}

.pyramidbuttonred{
	background-image: url('../pyramidimages/buttonred.png');
}

.pyramidbuttongrey{
	background-image: url('../pyramidimages/buttongrey.png');
}

.pyramidbuttonpurple{
	background-image: url('../pyramidimages/buttonpurple.png');
}

#pyramidinfopanel{
	width: 400px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid silver;
	color: #ddd;
	background-image: url('../listimages/singleitemback.png');
	background-repeat: repeat-x;
  background-color: #646464;
}

.pyramidsitename{
	color: #bbb;
	font-weight: bold;
	font-size: 16px;
}

.pyramidcomments{

}

#pyramidinfopanel p{
    margin: 7px;
}

.pyramidinfothresholds{
	font-size: 8px;
}

.pyramidinfotitle{
	margin: 0;
	color: #999;
	font-size: 18px;
}

.failureheader{
	font-size: 20px;
	color: #a0a0a0;
	margin: 10px;
}

.failuretext{
	font-size: 12px;
	margin: 10px;
}

.failuretable{
	margin: 20px;
	border: 0;
	padding: 2px;
	vertical-align: top;
}

.failuretable thead{
	font-weight: bold;
	background-color: #ddd;
	color: #333;
}
.failuretable td{
	border: 0;
	padding: 4px;
	margin: 0;
}

.failurecomments{
	width: 200px
}

.exceptionheader{
	font-size: 20px;
	color: #a0a0a0;
	margin: 10px;
}

.exceptiontext{
	font-size: 12px;
	margin: 10px;
}

.exceptiontable{
	margin: 20px;
	border: 0;
	padding: 2px;
	vertical-align: top;
}

.exceptiontable thead{
	font-weight: bold;
	background-color: #ddd;
	color: #333;
}
.exceptiontable td{
	border: 0;
	padding: 4px;
	margin: 0;
}

.exceptioncomments{
	width: 200px
}

.scorecardheader{
	font-size: 20px;
	color: #a0a0a0;
	margin: 10px;
}

.scorecardtext{
	font-size: 12px;
	margin: 10px;
}

.scorecardtable{
	margin: 20px;
	border: 0;
	padding: 2px;
	vertical-align: top;
}

.scorecardtable thead{
	font-weight: bold;
	background-color: #ddd;
	color: #333;
}
.scorecardtable td{
	border: 0;
	padding: 4px;
	margin: 0;
}

.scorecardcomments{
	width: 200px
}

.scorecardtoprow{
	display: inline-block;
	margin: 0;
	float: left;
	clear: left;
	margin-left: 20px;
	padding: 8px;
	font-weight: bold;
	background-color: #ddd;
	color: #333;	
}

.scorecardoddrow form, .scorecardevenrow form{
	margin: 0;
	padding: 0;
	width: 500px;
}

.scorecardoddrow select, .scorecardevenrow select{
	margin: 0;
	padding: 0;
}

.scorecardoddrow textarea, .scorecardevenrow textarea{
	margin: 0;
	padding: 0;
}

.scorecardoddrow{
	display: inline-block;
	margin: 0;
	float: left;
	clear: left;
	margin-left: 20px;
	padding: 8px;
	font-weight: bold;
	background-color: #222;
	color: #ccc;
}

.scorecardevenrow{
	display: inline-block;
	margin: 0;
	float: left;
	clear: left;
	margin-left: 20px;
	padding: 8px;	
	font-weight: bold;
	background-color: #111;
	color: #ccc;	
}

.scorecardquestion{
	display: inline-block;
	padding: 0;	
	margin: 0;
	width: 200px;
	float: left;
}

.scorecardresponse{
	vertical-align: top;
	display: inline-block;
	padding: 0;	
	margin: 0;
	width: 100px;
	float: left;
}

.scorecardcomment{
	vertical-align: top;
	display: inline-block;
	padding: 0;	
	margin: 0;
	width: 200px;
}

.summaryheader{
	font-size: 20px;
	color: #a0a0a0;
	margin: 10px;
}

.summarytext{
	font-size: 12px;
	margin: 10px;
}

.summarytable{
	margin: 20px;
	border: 0;
	padding: 2px;
	vertical-align: top;
}

.summarytable thead{
	font-weight: bold;
	background-color: #ddd;
	color: #333;
}
.summarytable td{
	border: 0;
	padding: 4px;
	margin: 0;
}

.summarycomments{
	width: 200px
}

.summarytable tfoot{
	font-weight: bold;
	background-color: #ddd;
	color: #333;
}

.reportform{
	width: 200px;
	padding: 20px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	color: #ccc;
	background-color: #555;
	border: 1px solid #ddd;
}
