
/* Standard Layout Formatting */


body{
    font-family: 'UbuntuRegular', Arial, sans-serif;
    font-size: 13px;
    color: #3F3F3E;
    margin: 0px auto;
    background-image: url('images/site_bg.png');
    background-repeat: repeat-x;
}

#header{
    background-image: url('images/site_header.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 175px;
    position: relative;

}

#header-navigation{
    width: 550px;
    bottom: -2px;
    position: absolute;
    left: 50%;
    margin-left: -120px;
}

#promo{
    width: 350px;
    top: 5px;
    margin: 0px auto;
    left: -280px;
    position: relative;
    color: #ffffff;
}


#timerDisplay{
	color:#dbe548;
	background-color:#282618;
	font-size:1.2em;
	font-style: italic;
	padding:10px;
	margin-left:700px;
	width:150px;
	text-align:center;
}

.navigation ul{
    margin:0px;
}

.navigation li{
    display: inline;
    padding-left: 10px;
}

.navigation li a:link, .navigation li a:active, .navigation li a:visited{
    color: #AE2B2F;
}

#wrapper{
    background-color: #f8fbfc;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    min-height: 400px;
    width: 980px;
    margin: 0px auto;
    position: relative;
}

#footer{
    width: 980px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #f9f7ed;
    position: absolute;
    bottom: 0px;
}

#footer-copyright{
    display: block;
    margin: 2px;
    background-color: #6e778c;
    height: 20px;
}

#footer-copyright span{
    display: block;
    padding-top: 3px;
    padding-right: 5px;
    right: 0px;
    text-align: right;
}

#loginpaneContainer{
    margin: 0px auto;
    display: block;
    padding-top: 50px;
}

#loginpane{
    margin: 0px auto;
    width: 300px;
    height: 150px;
    background-color: #d4dde5;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #000;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 3px 3px 10px #000;
}

#content{
    padding-left: 20px;
    padding-right: 20px;

}

#testDisplay{
	margin-left:1%;
	width:95%;
}

#loginpane table{
    padding-top:20px;
    padding-left:40px;
}

#loginpane table td{
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: #e6edf3;
    color: #463740;
}



#footer{
    margin-top: 30px;
    color: #fff;
}

.paneMessage{
    font-size: 10px;
    color: #526676;
    
}

.headerRow{
    background-color: #59648E;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.userbar{
    border-bottom: 2px solid #E8E8E8;
}

.userbar td{
    padding-right: 8px;
    padding-left: 8px;
    border-right: 3px solid #ffffff;
    height: 26px;
    font-weight: bold;
}

.userbar td a:link, .userbar td a:visited, .userbar td a:active {
    color: #6e778c;
}

.userBarActiveTab{
    background-color: #C0C0C0;
}
.userBarTab{
    background-color: #E8E8E8;
}

.eptContainer{
    width: 1000px;
}

.eptContainer li{
    margin-bottom: 5px;
}

.reportCreditBox{
	width:32px;
	float:left;
	margin-left:-65px;
}

table.bordered-table{
    border-left: 1px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    
}

table.bordered-table td, table.bordered-table th {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    margin: 0px;
}

table.bordered-table th{
    background-color: #BFBFBF;
}

.alertbox{
    width: 500px;
    margin: 0px auto;
    border: 1px solid #C87B21;
    background-color: #FEFFDE;
}

.alertbox p{
    padding: 10px;
}

.alertboxheader{
    font-weight: bold;
    background-color: #FFE1BA;
    height: 25px;
    text-align: center;
    padding-top: 5px;
}

.companyTab{
    background-color: #DDD5CD;
    color:#9A4038;
    font-size:16px;
}

.autoGenerated{
    border:1px dashed #FCBC6A;
    background-color:#F5F5F5;
    padding:3px;
}
.fadedTopic{
    color:#969696;
    font-style:italic;
}

.matchinglistOptions{
	line-height:1.8em;
}

/* Print Formatting */
@media print {
	.report_printable{
		display:block;
	}
	
	.report_nonprintable{
		display:none;
	}
	
	#wrapper, #footer{
	background-color:blue;
	border:1px solid white;
	color:#000;
	}
	
}

.navButton{
	display:inline-block;
	width:100px;
	text-align:center;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin:10px;
	color:#000000;

	border:1px solid #97999a;
	border-radius:5px;
	text-shadow: rgba(255,255,255,0.5) 1px 1px 0px ;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */	
	background-color: #ececec; /* for non-css3 browsers */	
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 49%,#ececec 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background:-moz-linear-gradient(top, #ffffff, #f5f5f5 49%, #ececec 50%, #f2f2f2); /* FF3.6+ */
	background:-o-linear-gradient(top, #ffffff, #f5f5f5 49%, #ececec 50%, #f2f2f2); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #ffffff, #f5f5f5 49%, #ececec 50%, #f2f2f2); /* IE10+ */
	background:linear-gradient(top, #ffffff, #f5f5f5 49%, #ececec 50%, #f2f2f2); /* W3C */

 );

}

a.navButton:active{
	background: #bdd6ee; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd6ee', endColorstr='#a9d3ee',GradientType=0 ); /* IE6-9 */
	background: -moz-linear-gradient(top, #bdd6ee 0%, #a4c0ed 1%, #6da4e6 49%, #4894e6 50%, #a9d3ee 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #bdd6ee 0%,#a4c0ed 1%,#6da4e6 49%,#4894e6 50%,#a9d3ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bdd6ee 0%,#a4c0ed 1%,#6da4e6 49%,#4894e6 50%,#a9d3ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bdd6ee 0%,#a4c0ed 1%,#6da4e6 49%,#4894e6 50%,#a9d3ee 100%); /* IE10+ */
	background: linear-gradient(top, #bdd6ee 0%,#a4c0ed 1%,#6da4e6 49%,#4894e6 50%,#a9d3ee 100%); /* W3C */


}

/* Disable printing on content */

/*@media print {
   #content {
	display:none;
	width:1px;
	height:1px;
   }
}*/

.modalButton{
	display:inline-block;
	border:1px solid #b5b5b5;
	min-width:15px;
	text-align:center;
	padding:3px;
	margin:2px;
	border-radius:5px;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */	
	background-color: #ececec; /* for non-css3 browsers */	
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 49%,#ececec 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background:-moz-linear-gradient(top, #ffffff, #f5f5f5 49%, #ececec 50%, #f2f2f2); /* FF3.6+ */
	background:-o-linear-gradient(top, #ffffff, #f5f5f5 49%, #ececec 50%, #f2f2f2); /* Opera 11.10+ */
	background:-ms-linear-gradient(top, #ffffff, #f5f5f5 49%, #ececec 50%, #f2f2f2); /* IE10+ */
	background:linear-gradient(top, #ffffff, #f5f5f5 49%, #ececec 50%, #f2f2f2); /* W3C */
}

.modalButton{
	color:#888888;
	text-decoration:none;
	cursor:help;
}

.modal{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modalContentHeader{
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
	color: #5599ca;
	margin-top:5px;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  width: 300px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 50%; opacity: 1}
}

