<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : blogpost.css
    Created on : May 31, 2010, 3:59:54 PM
    Author     : farfa
    Description:
        Purpose of the stylesheet follows.
*/
.post .entry {
    line-height: 1.4em;
    position: relative;
}
.post a:link, .post a:visited {
    color:#004B91;
    text-decoration: underline;
}
.post a:hover, .post a:active {
    color:#FF4B33;
}
.post img {
    max-width: 100%;
}
.post h2, .post h3, .post h4, .post h5 {
    margin: 28px 0px 10px;
}
.post p {
    margin: 10px 0px;
}
.post ul, .post ol {
    list-style:none outside none;
    margin-left:0;
    padding:0 0 0 10px;
    text-indent:-10px;
}
.post li {
    margin: 7px 0px 8px 20px;
}
.post table {
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
}
.post table, .post td, .post th {
    border:1px solid #B2B2B2;
}
.post th {
    /*background-color: #C6D7BD;*/
    padding: 6px 4px;
}
.post td {
    padding: 2px;
    min-width: 40px;
}
.post td p,
.post td a {
    display: inline-block;
    margin: 0px;
    line-height: 2em;
}
.post .fullscr {
    width: 920px;
}
.post .tip {
    position: relative;
}
.post .tip img {
    vertical-align: middle;
}
.post .tip span {
    background:none repeat scroll 0 0 #000000;
    color:#FFFFee;
    display:none;
    font-family:tahoma;
    font-size:11px;
    padding:5px;
    position:absolute;
    top:0;
    left:15px;
    width:125px;
    z-index:100;
    -moz-border-radius:5px 5px 5px 5px;
}
.post .tip:hover span {
    display:block;
}
/* Table 1 
#mytable {
	width: 700px;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/img/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.alt {
	background: #FFFFFF;
	color: #797268;
	text-align:center;
}

td.alt2 {
	background: #F5FAFA;
	color: #797268;
	text-align:center;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/img/bullet1.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/img/bullet2.gif) no-repeat;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
 End Table 1*/
/* Table 2 */
table.altrowstable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #a9c6c9;
	border-collapse: collapse;
}
table.altrowstable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.altrowstable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
.oddrowcolor{
	background-color:#d4e3e5;
}
.evenrowcolor{
	background-color:#c3dde0;
}
/* End table 2*/
.red_txt {
	color: #F00;
}</pre></body></html>