@charset "utf-8";


/*    general
*********************************************************** */

body {
    background: #fff;
    margin: 30px;
    padding: 0;
    text-align: left;
    font-size: 12px;
    font-family: tahoma, arial, helvetica, sans-serif;
    color: #333;
}

a {
    color: #333;
    text-decoration: underline;
}

img.skinslogo {
    margin-left: -16px;
    padding-top: 10px;
}

h1 {
    font-family: "Trebuchet MS", trebuchet, tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 22px;
    margin: -10px 0 10px 0;
    padding: 0;
}

small {
    font-size: 10px;
    color: #333;
}


/*    tables
*********************************************************** */

table {
    padding-bottom: 40px;
    margin: 0;
    border-spacing: 3px;
    line-height: 140%;
}

	table td {
	    border-bottom: 1px solid #bbb;
	    padding: 2px 20px 4px;
	    margin: 0;
	}

		table td.id {
		    text-align: right;
		}	

	table thead td, table tfoot td.info, p.updated strong {
	    font-weight: bold;
	    color: #000;
	}

	table thead td, table tfoot td {
	    border-color: #555;
	}

	table tfoot td {
	    padding-top: 10px;
	}


/*    footer
*********************************************************** */

p.rss {
    padding: 15px 0 10px 0;
    margin: 0;
}

	p.rss a.icon {
	    text-decoration: none;
	    border: 0;
	}

		p.rss a.icon img {
		    vertical-align: text-bottom;
		    border: 0;
		}

p.note {
    font-size: 10px;
}