body {
    font-size: 12px;
    font-family: verdana, arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0; padding: 0;
}
a {
	color: #005A88;
}
h2 {
 font-family: arial, sans-serif;
}
h3 {
  color: #000;
  font-size: 23px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  margin: 20px;
}
p {

}
img {
 	margin-right: 10px;
  vertical-align: -20%;
}


div.message {
	width: 648px;
  margin: 20px;
	height: 350px;
}



#pic {
  position: absolute;
  left: 20px;
  top: 20px;
}
#text {
  margin-left: 50px;
  margin-top: 30px;
}
#StackTrace {
  position: absolute;
  top: 200px;
  left: 20px;
  width: 740px;
  border: #000000 1px solid;
  padding: 10px;
  font-size: 10px;
  display: block;
  background-color: #ffffe0;
  overflow: auto;
}


body.old_style_error_page {
  background-color: #fff;
}

.closed_page,
.error_msg {
  width:100%;
  height:100%;
  font-family: 'Arial';
  font-size: 14px;
  color: #666;  
  text-align: center;
  line-height: 20px;
}

.error_msg {
  background: #f2f2f2 url( /www/pics/error_page/error-bg.png ) repeat-x center top;
}


.closed_page a,
.error_msg a { 
  color: #12537e;
  text-decoration: none;
}

.closed_page h1,
.error_msg h1 {
  font-family: 'PT Sans Narrow';
  font-size: 30px;
  font-weight:normal;
  color: #12537e;
  margin-top: 16px;
  margin-bottom: 9px;
}

.error_msg h1 {
  margin-top:0;
  padding: 84px 0 5px 0;
}

.closed_page h2 {
  font-family: 'PT Sans Narrow';
  font-size: 23px;
  font-weight:normal;
  color: #12537e;
  text-align: center;
  margin: 0;
  padding: 11px 0;
}

.closed_page p {
  margin: 0;
  padding: 4px 0;
}

.error_msg p {
  font-weight:bold;
  margin: 14px auto 30px auto;
  max-width: 700px;
}


.topside {
  width: 100%;
  height:138px;
  background: transparent url( /www/pics/error_page/blue_bg.png ) repeat-x center top;
}

div.topside img {
  padding-top:21px;
  margin: 0 auto; 
  display: block;
  border-style:none;
}

div.breaking_line {
  border-top: 1px solid #dfdfdf;
  background-color: #fff;
  width:100%;
  height:1px;
  margin: 38px 0 30px 0;
}

.error_page_links p {
  font-size: 14px;
  font-family: 'Arial';
  font-size: 14px;
  color: #666;  
  text-align: center;
  line-height: 20px;
  margin:0;
  padding:0;
}

.error_page_links a {
  text-decoration: none;
} 

