/* ---- Print Stylesheet ---- */

html {
	font-size: 71%;
}

body {
	margin: 0; padding: 20px;
	font-family: arial, verdana, sans-serif;
	font-size: 1.1em;
}

#shell {
	min-width: inherit;
}

#shell * {
	float: none;
}

#header {
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #CCC;
}

#header h1 {
	width: 91px; height: 24px;
	margin: 0; padding: 0;
	background: transparent url(../../images/logo-color.gif) no-repeat 0 0;
}

#header h1 img {
	border: 0;
}

#header h1 a {
	display: none;
}

#header a#livechat {
	display: none;
}

#message-head {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#message-head dd p {
	display: none;
}

#message-head dl {
  line-height: 1.2em;
  margin: 0; padding: 0;
}

#message-head dl dt {
  font-weight: bold;
  width: 4em;
  float: left;
  text-align: right;
}

#message-head dl dd {
  margin-left: 5em;
  margin-bottom: 0.5em;
}

#message-head dl dd.attachment {
	background: transparent url(../../images/msg-att.gif) no-repeat 0 50%;
	padding-left: 1.5em;
}

#message-head dl dd#vim-from div {
	display: none;
}

#message-body {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

#message-body pre {
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0; padding: 0; 
}

#message-footer {
	font-weight: bold;
}

#message-footer ul {
	list-style-type: none;
	margin: 0; padding: 0;
	display: inline;
	font-weight: normal;
}

#message-footer li {
	display: inline;
	margin: 0; padding: 0;
}

#message-footer li:before {
	content: ", ";
}

#message-footer li:first-child:before {
	content: "";
}

#message-footer a {
	display: none;
}


#skipnav, #header h2, #options, #toolbar, #search, .utility-top, #readmail h2, p.viewsource, .utility-bot, #nav, #footer {
	display: none;
}
