/* CSS Document */

/* Glyph definitions */
#wrapper #content_left_side.centered h2.glyph{
	position:relative;
}
#wrapper #content_left_side.centered h2.glyph span{	
	background-repeat:no-repeat;
	display:block;
	width:33px;
	height:33px;
	position:absolute;
	left:-40px;
	top:5px;
}
#wrapper #content_left_side.centered h2.error span{
	background-image: url(/static/glyphs/error.png);	
}
#wrapper #content_left_side.centered h2.confirmation span{
	background-image: url(/static/glyphs/confirmation.png);	
}
#wrapper #content_left_side.centered h2.information span{
	background-image: url(/static/glyphs/information.png);	
}
#wrapper #content_left_side.centered h2.warning span{
	background-image: url(/static/glyphs/warning.png);	
}
#wrapper #content_left_side.centered h2.denied span{
	background-image: url(/static/glyphs/denied.png);	
}
hr.bottom_line {	
	top:0;
}



/* RULES FOR TABLE WITH CONTENTS OF EACH ISSUE */
#wrapper #content_left_side div#contents_table {      
  padding-top:10px; 
 
}
#wrapper #content_left_side div#contents_table span.issue_contents_title{
  font-weight:bold;
  color:#B2B18C;
}
#wrapper #content_left_side div#contents_table table {
  border:1px solid #D9DBB9;
  border-top:2px solid #D9DBB9;
  margin-top:10px;
  margin-bottom:10px;
  width:100%;  
  
}
#wrapper #content_left_side div#contents_table  table td {
  background-color:#F3F4E4;
  border:none;
  border-bottom:1px solid #D9DBB9;
  text-align:left;
  padding:6px 0 2px 0;  
  font-family"Trebuchet MS";  
}
#wrapper #content_left_side div#contents_table table td.column2 {
  text-align:right;
  padding-right:5px;
}
#wrapper #content_left_side div#contents_table table td.column1 {
  padding-left:5px;
}
