

/* ==== INCLUDE: /css/base.css ==== */

body, html {
}

body, body table tbody {
	margin: 0;
	padding: 0;
	font: 12px Arial,Helvetica,sans-serif;
}

p {
	margin: 0;
	/* font: 9pt Arial,Helvetica,sans-serif; */
}

a {
	cursor: pointer;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: red;
}

ul {
        list-style: disk;
        margin-top: 5px;
        margin-left: 2em;
        padding-left: 0;
}

li {
        margin-top: 3px;
        margin-left: 5px;
        padding: 0;
}

.captcha, .captcha table {
	border: 0 !important;
}

.captcha td {
	padding: 3px 0px 3px 0px !important;
}
.captcha-image {
	border: 1px solid #777777;
}

.captcha-info-text {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.captcha-input {
	border: 1px solid #555555;
}

.captcha-reload-button {
	border: 1px solid #ababab;
	font: 10px Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	background-color: #cfdef0;
}

.message {
	font: 12px Arial,Helvetica,sans-serif;
	color: #0000aa;
}

.error {
	font: 12px Arial,Helvetica,sans-serif;
	color: red;
}

/*
.form table tbody {
	font: 12px Arial,Helvetica,sans-serif;
}

.form table tfoot {
	font: 12px Arial,Helvetica,sans-serif;
}

.form table tbody td {
	padding: 3px 10px 3px 10px;
}

.form table tbody th {
	padding: 10px 10px 3px 10px;
}

.form table tfoot td {
	text-align: right;
	padding: 7px 10px 7px 10px;
}
*/

.form table td input[type=text], .form table td input[type=password], .form table td textarea {
	border: 1px solid gray;
	background-color: white;
}

.weblet-placeholder {
	font: 8pt Tahoma,Helvetica,sans-serif;
	font-style: italic;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	/*
	background-color: #efefef;
	border: 1px solid #ababab;
	*/
}

.page-footer-responsibility, .page-footer-copyright {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 8pt;
	text-align: center;
	clear: both;
}
.page-footer-copyright {
	font-weight: bold;
}

.mrp-crea-attribution {
	margin: 0 20px;
	padding: 10px 0 20px 0;
	font-size: 10px;
	font-family: verdana;
	text-align: left;
}

.mrp-crea-attribution hr {
	display: none;
}

/*
img {
	behavior: url( "js/pngbehavior.htc?r=1231233" );
}
*/


.mrp-rss-image
{
	border: 1px solid gray;
	display: block;
	margin-bottom: 5px;
}

.mrp-rss-image-hide
{
	display: none;
}

div.mrp-rss-image-float-left
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

div.mrp-rss-image-float-right
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

img.mrp-rss-image-float-left
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid gray;
}

img.mrp-rss-image-float-right
{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid gray;
}

.mrp-rss-image-container
{
	width: 180px;
	height: 120px;
	border: 1px solid #333;
}

.mrp-rss-image-container a
{
	display: block;
}

.leadin-horizontal table
{
        width: 100%;
}

.youtuve-video
{
	border: 1px solid #dfdfdf;
}

div.left-align,
div.left-align h1,
div.left-align h2,
div.left-align h3,
div.left-align h4,
div.left-align h5
{
	text-align: left;
}

#template-layout,
#page-template-layout,
#page-layout
{
	position: relative;
}

body#blog-post-tiny-editor
{
	padding: 10px;
}

.html-layout table.layout
{
	table-layout: fixed;
}

/* when available */
table.layout div.td-contents
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

table.leadin
{
	position: relative;
}

div.leadin_image a
{
	display: block;
	position: relative;
}

/* auto image */
img.mrp-auto-image,
img.mrp-rss-image
{
	position: absolute;
	left: -10000px;
	top: -10000px;
	visibility: hidden;
	border: 0 !important;
}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

body ul.item-group div.item-text
{
   font-size: 10pt;
   margin-top: 5px;
   padding-top: 0;
   padding-bottom: 5px;
   overflow: hidden;
   position: relative;
}