@import url("global.css");
body {background-color: #FFFFFF;}

a,.possedetail:link,a.possedetail:hover,a.usermenuitem:link{
	color: #000082 !important;
}
/* Modifying existing classes */
.linktotop {display: none;}
.version {
  font-size: 1.1em;
  margin-left: 0;
}
.detailheader,.detailheader>span, .title{
	font-size: 21px;
	font-weight: normal;
}
.subtitle,.detailheader,.detailheader>span, .title {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	color: #073763;
}
.subtitle{
	font-size: 15px;
}
.sectionheader,.sectionheader>span,.errors_header{
	font-size: 21px;
	font-weight: normal;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	color: white;
	background-color: #073763;
	padding: 5px;
}
.errors_header{
	background-color: #CD2825;
	margin-bottom: 10px;
}
.errors_body{
	border-style: solid;
	border-color: #353535;
	border-width: 2px;
	padding: 0;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.errors_body>div{
	padding: 2px;
	display: table-row;
}
.errors_body>div>div{
	display: table-cell;
	vertical-align: middle;
}
.errors_body>div.even{
	background-color: #EDEDED;
}
.errors_body>div.odd{
	background-color: #FFFFFF;
}
.errors_body>div:hover{
	background-color: #CCCCCC;
}
/*
	Fix for CSS3 compliant browsers
*/
@media screen and (min--moz-device-pixel-ratio:0) { /* Firefox hack */
	td>*:not(script):not(style):not(div.datazone){
		display: flex;
	}
}
noindex:-o-prefocus, td>*:not(script):not(style){ /* Opera hack */
	display: inline-table;
}
.hr_after{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: black;
}
table.possegrid{
	border-collapse: collapse;
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
table.possegrid td.possegrid, table.possegrid th.possegrid{
	border-right-color: black;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: black;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 2px;
	padding-right: 2px;
}
table.possegrid th.possegrid{
	padding: 2px;
}
.posseband_1{
	background-color: #FFFFFF;
}
.posseband_2,table.possegrid>thead{
	background-color: #E6E7E9;
}
th.possegrid{
	color: black;
}
.mediumLabel > span{
	font-size: 19px;
	font-weight: normal;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	color: #073763;
}
table.linkpane a.possedetail{
	font-size: 15px;
}
#headerPopup{
	background-position: left top;
}

/* Class for Unavailable message */
.unavailablesmessage {
  font-family: arial,sans-serif;
  font-size: 12pt;
  font-weight: bold;  
  line-height: 25px;   
  color: blue;
  border-style: solid; 
  border-color: black; 
  border-width: 1px;
  background-color: BlanchedAlmond;
  padding: 8px;
  text-align: center; 
  width: 100%;  
}
