/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/cgi/mt/mt-static/themes-base/blog.css);
@import url(/cgi/mt/mt-static/support/themes/minimalist-light-blue/minimalist-light-blue.css);
/* end StyleCatcher imports */

.midasi h2
{
	font-family:"Trebuchet MS", arial, helvetica, Sans-Serif;
/*	font-family: verdana, arial, helvetica, sans-serif; */
         font-weight: bold;
	font-size:133%;
	color:#000000;
	background-color:transparent;
	margin:.2em -10px .2em 0px;
	padding:.3em .3em .15em .5em;
}


.asset-body h2
{
	font-family:"Trebuchet MS", arial, helvetica, Sans-Serif;
/*	font-family: verdana, arial, helvetica, sans-serif; */
         font-weight: bold;
	font-size:133%;
	color:#000000;
	background-color:transparent;
	margin:.2em -10px .2em 0px;
	padding:.3em .3em .15em .5em;
	border:0px;
	border-left:8px solid;
	border-bottom:1px solid;
	border-color:#ffffff #ffffff #999999 #6699CC;
}

.asset-body h3
{
	font-family:"Trebuchet MS", arial, helvetica, Sans-Serif;
/*	font-family: verdana, arial, helvetica, sans-serif; */
         font-weight: bold;
	font-size:110%;
	color:#000000;
	background-color:transparent;
	margin:.2em -10px .2em 0px;
	padding:.3em .3em .15em .5em;
	border:0px;
	border-left:4px solid;
	border-bottom:1px solid;
	border-color:#ffffff #ffffff #999999 #6699CC;
}


.asset-body h4
{
	font-family:"Trebuchet MS", arial, helvetica, Sans-Serif;
/*	font-family: verdana, arial, helvetica, sans-serif; */
         font-weight: bold;
	font-size:100%;
	color:#000000;
	background-color:transparent;
	margin:.2em -10px .2em 0px;
	padding:.3em .3em .15em .5em;
	border:0px;
	border-left:2px solid;
	border-bottom:1px solid;
	border-color:#ffffff #ffffff #999999 #6699CC;
}



h2.entry-title
{
         border:0px;
	border-left:15px solid;
	border-bottom:1px solid;
	border-color:#ffffff #ffffff #999999 #FFCC33;
}

.prev-next p
{
         text-align:center;
}

table {
    border: 1px #CCCCCC solid;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: pre; 
}

td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    white-space: pre;
}


ul.tree {
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}
ul.tree ul {
    margin: 0 0 0 10px;
    padding: 0;
}
ul.tree li {
    margin: 0;
    padding: 0 0 0 11px;
    background-image: url(tree_lst.gif);
    background-repeat: no-repeat;
    list-style: none;
}
ul.tree li.tree_end {
    background-image: url(tree_end.gif);
    list-style: none;
}